History for dmpopidor / app / models
2016-07-22
@Brian Riley
Fixed merge conflicts API/I18n -> Rails 4.2
Brian Riley committed on 22 Jul 2016
@Brian Riley
Merged conflicts
Brian Riley committed on 22 Jul 2016
@DamodarSojka
merge
DamodarSojka committed on 22 Jul 2016
2016-07-21
@briley
Removed some debug statements
briley committed on 21 Jul 2016
@briley
Fixed issues with settings hash
briley committed on 21 Jul 2016
@briley
Fixes to the plan settings page
briley committed on 21 Jul 2016
2016-07-20
@briley
Removed outdated i%() array initializers because they now create arrays of symbols instead of strings
briley committed on 20 Jul 2016
@briley
Added 'self' prefix to dmptemplate references in models/project.rb because of a scoping issue. tweaks to select2 dropdowns on create project page
briley committed on 20 Jul 2016
@xsrust
ensured that users recieve emails about their new tokens upon token being granted
xsrust committed on 20 Jul 2016
2016-07-19
@DamodarSojka
language table, dropdown, additional locales
DamodarSojka committed on 19 Jul 2016
@xsrust
fixed methods for removing and generating user tokens
xsrust committed on 19 Jul 2016
2016-07-18
@briley
Removed all accepts_nested_attributes_for for belongs_to associations because they were creating circular calls in ActiveRecord.
briley committed on 18 Jul 2016
@xsrust
added functions for removing and generating api tokens from the user model
xsrust committed on 18 Jul 2016
2016-07-15
@Brian Riley
Fixed stack too deep error by commenting out circular reference to sections in the version model. Changed deprecated '.find(:all, :order => 'field ASC')' format to '.all.order('field')'
Brian Riley committed on 15 Jul 2016
@DamodarSojka
localization further work, including dropdown initial work
DamodarSojka committed on 15 Jul 2016
@xsrust
deleteing user's api tokens if they switch organisations
xsrust committed on 15 Jul 2016
@xsrust
added yard documentation, bugfixed method, fixed bug where relationship with users was broken
xsrust committed on 15 Jul 2016
@xsrust
updated yard commits
xsrust committed on 15 Jul 2016
@xsrust
added yard comments and bugfixed methods
xsrust committed on 15 Jul 2016
@xsrust
removed token_permissions from models
xsrust committed on 15 Jul 2016
@xsrust
removed outdated token_permission construct
xsrust committed on 15 Jul 2016
2016-07-12
@xsrust
fixed typo
xsrust committed on 12 Jul 2016
@xsrust
added documentation to guidance_group model
xsrust committed on 12 Jul 2016
2016-07-11
@xsrust
changed can_view to can_view? as it returns a bool
xsrust committed on 11 Jul 2016
@xsrust
re-wrote by_organisation to be more efficient (also to work)
xsrust committed on 11 Jul 2016
2016-07-08
@xsrust
added discussion point to dmptemplate
xsrust committed on 8 Jul 2016
@xsrust
added documentation to guidance model
xsrust committed on 8 Jul 2016
@xsrust
Added documentation and fixed syntax to dmptemplate model
xsrust committed on 8 Jul 2016
2016-07-06
@xsrust
fixed bug where users couldn see their organisations' guidance groups
xsrust committed on 6 Jul 2016
2016-07-05
@xsrust
ensured can_view behaves as intended/defined by tests
xsrust committed on 5 Jul 2016