2016-07-21
@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
Moved i18n calls out of string content in toolbar.js
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
Merge branch 'adding_api_and_localisation_work'
xsrust committed on 20 Jul 2016
@xsrust
final commit before merging into master
xsrust 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
@briley
Updated textbox and textarea sizes on contact_us form. added a route for the 'future plans' page
briley committed on 19 Jul 2016
@briley
Removed deprecated uniq_by call on ActiveRecord collection
briley committed on 19 Jul 2016
@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
removed depricated api strucures from the models
xsrust committed on 19 Jul 2016
@xsrust
fixed methods for removing and generating user tokens
xsrust committed on 19 Jul 2016
@xsrust
updated path to api_update to allow admin nav
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