| 2017-04-05 |
replaced all of the old I18n('helpers...') references in JS files with new gettext method DMPRoadmap/roadmap#204
briley
committed
on 5 Apr 2017
|
|---|---|
|
updated plans.js so that 'Answered by' is now coming from JSON locales DMPRoadmap/roadmap#204
briley
committed
on 5 Apr 2017
|
|
|
added gettext_i18n_rails gem. aded rake task that calls gem's po_to_json task and then moves generated json files from app/assets to lib/assets DMPRoadmap/roadmap#204
briley
committed
on 5 Apr 2017
|
|
|
removed template->question dropdowns on guidance pages. updated controller and JS accordingly. fixed issue with themes not being saved. DMPRoadmap/roadmap#221
briley
committed
on 5 Apr 2017
|
|
| 2017-03-30 |
Merge pull request #41 from DMPRoadmap/development
...
Brian Riley
authored
on 30 Mar 2017
GitHub
committed
on 30 Mar 2017
|
|
Merge branch 'development' into development
Ray Carrick
authored
on 30 Mar 2017
GitHub
committed
on 30 Mar 2017
|
|
|
Merge branch 'fix_answer_test' into development
ray.carrick
committed
on 30 Mar 2017
|
|
|
fix functional test for answer saving
ray.carrick
committed
on 30 Mar 2017
|
|
|
Merge branch 'remove_debugging' into development
ray.carrick
committed
on 30 Mar 2017
|
|
|
remove debug alert
ray.carrick
committed
on 30 Mar 2017
|
|
| 2017-03-29 |
|
|
change how updating various status indicators are done fixes: https://github.com/DMPRoadmap/roadmap/issues/182
ray.carrick
committed
on 29 Mar 2017
|
|
|
Merge branch 'edit_answers_link#208' into development
ray.carrick
committed
on 29 Mar 2017
|
|
|
answer questions link was old url. Fixes https://github.com/DMPRoadmap/roadmap/issues/208
ray.carrick
committed
on 29 Mar 2017
|
|
| 2017-03-28 |
Merge branch 'development' of https://github.com/DigitalCurationCentre/roadmap into development
ray.carrick
committed
on 28 Mar 2017
|
|
Merge branch 'answers_and_notes' into development
ray.carrick
committed
on 28 Mar 2017
|
|
|
Change notes to work with AJAX calls.
ray.carrick
committed
on 28 Mar 2017
|
|
|
fixed display bugs in organisation details and template_preview
xsrust
committed
on 28 Mar 2017
|
|
| 2017-03-27 |
Merge pull request #206 from DigitalCurationCentre/development
...
Brian Riley
authored
on 27 Mar 2017
GitHub
committed
on 27 Mar 2017
|
|
Merge pull request #203 from CDLUC3/fixing-tests
...
Jimmy Angelakos
authored
on 27 Mar 2017
GitHub
committed
on 27 Mar 2017
|
|
|
Display name instead of IDs for Superadmin objects
Jimmy Angelakos
committed
on 27 Mar 2017
|
|
|
|
|
|
Merge pull request #202 from CDLUC3/guidance-fixes
...
Ray Carrick
authored
on 27 Mar 2017
GitHub
committed
on 27 Mar 2017
|
|
| 2017-03-24 |
fixed the rest of the tests by swapping out I18n and removing locales from routes
briley
committed
on 24 Mar 2017
|
|
fixed some of the failing tests. Commented out helpers/plan_list tests because it relied on old I18n helpers to determine column name
briley
committed
on 24 Mar 2017
|
|
|
added logic to db/seeds.rb to always create a default org for the one defined in config/branding.yml. This is the managing org
briley
committed
on 24 Mar 2017
|
|
|
removed branding.yml (branding_example.yml is now in place) and added it to .gitignore
briley
committed
on 24 Mar 2017
|
|
|
Added example of branding.yml. Added note that the abbreviation listed in branding.yml must match the one in the DB
briley
committed
on 24 Mar 2017
|
|
|
fixed other basic issues found on guidance pages DMPRoadmap/roadmap#185
briley
committed
on 24 Mar 2017
|
|
|
fixed typo in guidances controller. Fixes part of DMPRoadmap/roadmap#185
briley
committed
on 24 Mar 2017
|