| 2016-08-03 |
Added some bug fixes that were a part of an old 'upgrade-bootstrap' branch but were missed when creating the rails-4-2 pull request. Also replaces the static page urls with localized versions
briley
committed
on 3 Aug 2016
|
|---|---|
| 2016-07-22 |
Fixed merge conflicts API/I18n -> Rails 4.2
Brian Riley
committed
on 22 Jul 2016
|
| 2016-07-19 |
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
|
| 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
|
| 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
|
|
|
added marta's changes to export.pdf.erb and _edit_question.html.erb
xsrust
committed
on 15 Jul 2016
|
|
| 2016-06-27 |
|
| 2016-06-23 |
|
| 2016-06-03 |
DMPonline4 - RAILS 4.0 (#4)
...
Marta Ribeiro
authored
on 3 Jun 2016
Brian Riley
committed
on 3 Jun 2016
|