| 2016-08-03 |
Updated static page links so that they use localized paths. Added new locized_routes flag to the contact-us initializer and upgraded its gem
briley
committed
on 3 Aug 2016
|
|---|---|
| 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
|
|
|
localization based on url
DamodarSojka
committed
on 22 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
|
|
Moved i18n calls out of string content in toolbar.js
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
|
|
|
Merge branch 'adding_api_and_localisation_work'
xsrust
committed
on 20 Jul 2016
|
|
| 2016-07-19 |
Updated textbox and textarea sizes on contact_us form. added a route for the 'future plans' page
briley
committed
on 19 Jul 2016
|
|
Removed deprecated uniq_by call on ActiveRecord collection
briley
committed
on 19 Jul 2016
|
|
|
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
|
|
|
language table, dropdown, additional locales
DamodarSojka
committed
on 19 Jul 2016
|
|
|
added link to viewing api information from user's edit profile page
xsrust
committed
on 19 Jul 2016
|
|
|
added code for sending email to users when granted api tokens
xsrust
committed
on 19 Jul 2016
|
|
|
added view for token_permission_types
xsrust
committed
on 19 Jul 2016
|
|
|
added a page for users to view api endpoint information
xsrust
committed
on 19 Jul 2016
|
|
|
pointed form to the new controller action
xsrust
committed
on 19 Jul 2016
|
|
|
added form to admin nav
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
|
|
view now depricated
xsrust
committed
on 18 Jul 2016
|
|
|
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
|
|
|
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
|
|
| 2016-07-06 |
Updated find_by_all to the newer and more accepted 'where'
briley
committed
on 6 Jul 2016
|