History for dmpopidor / app
2016-07-18
@xsrust
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
@Brian Riley
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
@Brian Riley
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
@Brian Riley
Added js preventDefault to modal popup functions to prevent them from appearing and immediately disappering
Brian Riley committed on 15 Jul 2016
@Brian Riley
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
@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
added marta's changes to export.pdf.erb and _edit_question.html.erb
xsrust committed on 15 Jul 2016
@xsrust
added api priveleges column to org-admin's view of users
xsrust committed on 15 Jul 2016
@xsrust
show api_token in user's profile view
xsrust 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
comment for clarity
xsrust committed on 15 Jul 2016
@xsrust
re-wrote authentication to ignore empty string tokens
xsrust committed on 15 Jul 2016
@xsrust
updated api_token field so it saves
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
@xsrust
added ability for super_admins to give api permissions to orgs
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? for consistency
xsrust committed on 11 Jul 2016
@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
updated call for can_view to can_view?
xsrust committed on 8 Jul 2016
@xsrust
Added documentation and fixed syntax to dmptemplate model
xsrust committed on 8 Jul 2016
2016-07-06
@briley
Updated find_by_all to the newer and more accepted 'where'
briley committed on 6 Jul 2016