| 2017-06-02 |
Added method to validate answer according to each question format. Partial view for section progress. Eager loading of resources needed to calculate plan and section progress. Refactoring of code for progress plan. DMPRoadmap/roadmap#382
...
Jose Lloret
committed
on 2 Jun 2017
|
|---|---|
| 2017-05-29 |
Fixed timeago problem for when a new answer is created. Refactored JavaScript logic into its own file. Created a partial to handle answer status. DMPRoadmap/roadmap#355
Jose Lloret
committed
on 29 May 2017
|
| 2017-05-11 |
converted all <form><table> and <form><ol> to <fieldset> on non-org-admin pages DMPRoadmap/roadmap#125
briley
committed
on 11 May 2017
|
| 2017-04-06 |
Merge pull request #42 from DMPRoadmap/development
...
Brian Riley
authored
on 6 Apr 2017
GitHub
committed
on 6 Apr 2017
|
| 2017-04-05 |
removed rake wrapper task because json dir can be set in initializer. Added initializer and updated _('') to __('') DMPRoadmap/roadmap#204
briley
committed
on 5 Apr 2017
|
|
swapped out all other I18n calls in JS with gettext calls DMPRoadmap/roadmap#204
briley
committed
on 5 Apr 2017
|
|
|
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
|
|
| 2017-04-03 |
interface tinymce to the page is_dirty functionality
ray.carrick
committed
on 3 Apr 2017
|
| 2017-03-30 |
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
|
| 2017-03-28 |
Change notes to work with AJAX calls.
ray.carrick
committed
on 28 Mar 2017
|
| 2017-03-22 |
fixes issues around answer text not saving properly; references https://github.com/DMPRoadmap/roadmap/issues/181
...
ray.carrick
committed
on 22 Mar 2017
|
| 2017-03-02 |
timestamp off updated_at rather than created_at plus other tidying up
ray.carrick
committed
on 2 Mar 2017
|
| 2017-03-01 |
|
| 2017-02-22 |
Chnage progress bar to reduce num queries. Fixes DMPRoadmap/roadmap#103
Ray Carrick
committed
on 22 Feb 2017
|
| 2017-02-15 |
trying to reduce data access queries. Needs more work
Ray Carrick
committed
on 15 Feb 2017
|
| 2017-02-02 |
merge in changes from origin
Ray Carrick
committed
on 2 Feb 2017
|
|
first port of plan creation and editing to new data model
Ray Carrick
committed
on 2 Feb 2017
|
|
| 2017-01-13 |
fixed merge conflict in seeds.rb file. installed substance-rails gem and updated code to swap in the substance-forms text-area for tinymce on the answer section of the edit plans page
Brian Riley
committed
on 13 Jan 2017
|
| 2017-01-12 |
Switched answer text area to substance editor.
briley
committed
on 12 Jan 2017
|
| 2016-11-07 |
moved assets from app/assets to lib/assets. The files in lib/assets will be used by Rails unless override by an equivalent file in app/assets. Added logic to applicationController so that it will look first for a template in app/views/[:branded folder name] before using the default in app/views
Brian Riley
committed
on 7 Nov 2016
|