History for dmpopidor / lib / assets / javascripts / plans.js
2017-06-20
@Jose Lloret
first round of plan.js cleaned up. DMPRoadmap/roadmap#431 ...
Jose Lloret committed on 20 Jun 2017
2017-06-02
@Jose Lloret
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
@Jose Lloret
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
@briley
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
@Brian Riley
Merge pull request #42 from DMPRoadmap/development ...
Brian Riley authored on 6 Apr 2017 GitHub committed on 6 Apr 2017
2017-04-05
@briley
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
@briley
swapped out all other I18n calls in JS with gettext calls DMPRoadmap/roadmap#204
briley committed on 5 Apr 2017
@briley
replaced all of the old I18n('helpers...') references in JS files with new gettext method DMPRoadmap/roadmap#204
briley committed on 5 Apr 2017
@briley
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
@ray.carrick
interface tinymce to the page is_dirty functionality
ray.carrick committed on 3 Apr 2017
2017-03-30
@ray.carrick
remove debug alert
ray.carrick committed on 30 Mar 2017
2017-03-29
@ray.carrick
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
@ray.carrick
Change notes to work with AJAX calls.
ray.carrick committed on 28 Mar 2017
2017-03-22
@ray.carrick
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
@ray.carrick
timestamp off updated_at rather than created_at plus other tidying up
ray.carrick committed on 2 Mar 2017
2017-03-01
@ray.carrick
Optimistic Locking ...
ray.carrick committed on 1 Mar 2017
2017-02-22
@Ray Carrick
Chnage progress bar to reduce num queries. Fixes DMPRoadmap/roadmap#103
Ray Carrick committed on 22 Feb 2017
2017-02-15
@Ray Carrick
trying to reduce data access queries. Needs more work
Ray Carrick committed on 15 Feb 2017
2017-02-02
@Ray Carrick
merge in changes from origin
Ray Carrick committed on 2 Feb 2017
@Ray Carrick
first port of plan creation and editing to new data model
Ray Carrick committed on 2 Feb 2017
2017-01-13
@Brian Riley
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
@briley
Switched answer text area to substance editor.
briley committed on 12 Jan 2017
2016-11-07
@Brian Riley
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