History for dmpopidor / app / views
2016-08-03
@briley
merged conflicts
briley committed on 3 Aug 2016
@briley
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
@briley
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
@xsrust
initial passover of removing magic strings
xsrust committed on 3 Aug 2016
@xsrust
added org_id field to plans metadata as a returned plan can belong to somebody else's organisation
xsrust committed on 3 Aug 2016
2016-08-02
@xsrust
added fucntionality to give org_admin priveleges through the org_admin interface
xsrust committed on 2 Aug 2016
2016-07-29
@xsrust
updated Statistics API and added bugfixes
xsrust committed on 29 Jul 2016
2016-07-28
@Jimmy Angelakos
Sam's fix for the API token issue (#11) ...
Jimmy Angelakos authored on 28 Jul 2016 Brian Riley committed on 28 Jul 2016
@xsrust
initial commit of untested statistics API
xsrust committed on 28 Jul 2016
2016-07-27
@xsrust
added templates api endpoint
xsrust committed on 27 Jul 2016
@xsrust
removed guidances api endpoint as no longer necissary
xsrust committed on 27 Jul 2016
@xsrust
modified return structure of guidance_groups API to reflect current spec
xsrust committed on 27 Jul 2016
2016-07-26
@xsrust
changed guidance_group to guidance_groups for consistancy with api spec
xsrust committed on 26 Jul 2016
@xsrust
fiexed a bug where user's api token permissions wouldnt display
xsrust committed on 26 Jul 2016
@xsrust
updated org-admin view of users for rails 4.2 compatability
xsrust committed on 26 Jul 2016
@xsrust
added forgotten view for org-admins giving user's api permissions
xsrust committed on 26 Jul 2016
2016-07-22
@Brian Riley
Rails 4.2 (#10) ...
Brian Riley authored on 22 Jul 2016 GitHub committed on 22 Jul 2016
@Brian Riley
Fixed merge conflicts API/I18n -> Rails 4.2
Brian Riley committed on 22 Jul 2016
@Brian Riley
Merged conflicts
Brian Riley committed on 22 Jul 2016
@DamodarSojka
merge
DamodarSojka committed on 22 Jul 2016
@DamodarSojka
localization based on url
DamodarSojka committed on 22 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
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
@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