| 2016-08-03 |
merged conflicts
briley
committed
on 3 Aug 2016
|
|---|---|
|
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-28 |
Sam's fix for the API token issue (#11)
...
Jimmy Angelakos
authored
on 28 Jul 2016
Brian Riley
committed
on 28 Jul 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-21 |
Fixed issues with settings hash
briley
committed
on 21 Jul 2016
|
|
Fixes to the plan settings page
briley
committed
on 21 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
|
|
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
|
|
|
final commit before merging into master
xsrust
committed
on 20 Jul 2016
|
|
| 2016-07-19 |
Fixed add/remove option js
briley
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
|
|
|
updated logic for token removal/generation
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
|
|
controller now depricated
xsrust
committed
on 18 Jul 2016
|
|
|
added way to define users api-tokens through users controller
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
|
|
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
|
|
|
comment for clarity
xsrust
committed
on 15 Jul 2016
|
|
|
re-wrote authentication to ignore empty string tokens
xsrust
committed
on 15 Jul 2016
|
|
| 2016-07-11 |
changed can_view to can_view? for consistency
xsrust
committed
on 11 Jul 2016
|
| 2016-07-08 |
updated call for can_view to can_view?
xsrust
committed
on 8 Jul 2016
|
| 2016-06-30 |
standardised errors in api controllers
xsrust
committed
on 30 Jun 2016
|
|
adding standardised errors to locales
xsrust
committed
on 30 Jun 2016
|
|
|
|