History for dmpopidor / app
2016-07-19
@briley
Fixed i18n calls in erb files that were missing an equal sign (e.g. <% t('value'') %> --> <%= t('value') %> so that the value will appear to the user. Also updated i18n calls from admin.js with 'js.' prefix)
briley committed on 19 Jul 2016
@briley
Fixed add/remove option js
briley committed on 19 Jul 2016
@DamodarSojka
language table, dropdown, additional locales
DamodarSojka committed on 19 Jul 2016
@xsrust
added link to viewing api information from user's edit profile page
xsrust committed on 19 Jul 2016
@xsrust
added code for sending email to users when granted api tokens
xsrust committed on 19 Jul 2016
@xsrust
added view for token_permission_types
xsrust committed on 19 Jul 2016
@xsrust
added a page for users to view api endpoint information
xsrust committed on 19 Jul 2016
@xsrust
fixed methods for removing and generating user tokens
xsrust committed on 19 Jul 2016
@xsrust
pointed form to the new controller action
xsrust committed on 19 Jul 2016
@xsrust
added form to admin nav
xsrust committed on 19 Jul 2016
@xsrust
updated logic for token removal/generation
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
@briley
Upgraded select2 js file
briley committed on 18 Jul 2016
@xsrust
view now depricated
xsrust committed on 18 Jul 2016
@xsrust
controller now depricated
xsrust committed on 18 Jul 2016
@xsrust
modified admin layout
xsrust committed on 18 Jul 2016
@xsrust
added functions for removing and generating api tokens from the user model
xsrust committed on 18 Jul 2016
@xsrust
added way to define users api-tokens through users controller
xsrust committed on 18 Jul 2016
@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