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