| 2016-07-18 |
moved old org-admin users index view to new controller, added logic for updating api privleges
xsrust
committed
on 18 Jul 2016
|
|---|---|
| 2016-07-15 |
removed deprecated link_to_object function from helpers/application.rb and added client side js script to add new options to a question.
Brian Riley
committed
on 15 Jul 2016
|
|
Replaced deprecated link_to_function. the call in the helpers/application.rb should eventually be rethought. We shouldn't be using the onclick function of an html element directly, we should use the jquery approach: .click()
Brian Riley
committed
on 15 Jul 2016
|
|
|
Added js preventDefault to modal popup functions to prevent them from appearing and immediately disappering
Brian Riley
committed
on 15 Jul 2016
|
|
|
removed redundant bootstrap file. using bootstrap.min.js going forward. updated css to default align all text to left
Brian Riley
committed
on 15 Jul 2016
|
|
|
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
|
|
|
added marta's changes to export.pdf.erb and _edit_question.html.erb
xsrust
committed
on 15 Jul 2016
|
|
|
added api priveleges column to org-admin's view of users
xsrust
committed
on 15 Jul 2016
|
|
|
show api_token in user's profile view
xsrust
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
|
|
|
comment for clarity
xsrust
committed
on 15 Jul 2016
|
|
|
re-wrote authentication to ignore empty string tokens
xsrust
committed
on 15 Jul 2016
|
|
|
updated api_token field so it saves
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
|
|
|
added ability for super_admins to give api permissions to orgs
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? for consistency
xsrust
committed
on 11 Jul 2016
|
|
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
|
|
|
updated call for can_view to can_view?
xsrust
committed
on 8 Jul 2016
|
|
|
Added documentation and fixed syntax to dmptemplate model
xsrust
committed
on 8 Jul 2016
|
|
| 2016-07-06 |
Updated find_by_all to the newer and more accepted 'where'
briley
committed
on 6 Jul 2016
|