| 2017-10-09 |
Merge pull request #671 from CDLUC3/issue568
...
Converted popovers and tooltips to Bootstrap tooltips
Bhavi
authored
on 9 Oct 2017
GitHub
committed
on 9 Oct 2017
|
| 2017-10-06 |

Converted popovers and tooltips to Bootstrap tooltips DMPRoadmap/roadmap#568
...
commented out import of old ES5 tooltip JS
added bootstrap tooltip wiring to application.js
removed boostrap tooltip/popover calls from devise/regisitrations/edit and updated html
added placement and animation rules to general tooltip init. converted edit plan details page to use tooltips
removed irrelevant data-placement from edit profile tooltips
converted guidance group popovers to tooltips
converted guidance popovers to tooltips
converted popovers on phase edit/add to tooltips
converted popoevers to bootstrap tooltips on sections and questions
removed popover references from annotations, and templates
boostrapped the shibboleth_ds page and converted ES5 to ES6
fixed linter issues with shib_ds. added tooltip functionality to autocomplete erb
updated tooltip on create account page
updated tooltips on table filter and grant permissions pages
removed redundant right placement on personal details form
fixed broken test
briley
authored
on 5 Oct 2017
Brian Riley
committed
on 6 Oct 2017
|
| 2017-10-04 |
Merge branch 'CDL-MVP' into org_admin_details_page
Bhavi
authored
on 4 Oct 2017
GitHub
committed
on 4 Oct 2017
|
Bootstrap Org Details Page (#647)
...
Bootstrap Org Details
Bootstrap Org Details Page
update js of Org Admin
udpate js to es6 (in progress)
include Tinymce function def
bhavi
committed
on 4 Oct 2017
|
| 2017-10-03 |
converted table collate and filterise to ES6 and added call for it to application.js
...
Removed old <%- ... -%> style markup. This was from Rails pre 3.x
added tableHelper.js with collate and ariatise methods. updated my dashboard page to use tableHelper
moved collate/filterise calls to application.js since the selectors are the same across tables
briley
committed
on 3 Oct 2017
|
| 2017-09-27 |
templates index view bootstrapped. DMPRoadmap/roadmap#643
...
admin_template action and views associated bootstrap. DMPRoadmap/roadmap#562
edit_template and add_phase using new partials tooltip and popover. DMPRoadmap/roadmap#643
layout view for template show, its phases, sections and add new phace. DMPRoadmap/roadmap#643
accordion for section phases. Edit and show phase. DMPRoadmap/roadmap#643
add section to a phase completed. DMPRoadmap/roadmap#643
show and edit sections completed. DMPRoadmap/roadmap#643
fixed broken tests. DMPRoadmap/roadmap#643
Jose Lloret
committed
on 27 Sep 2017
|
| 2017-09-21 |
guidances_notes layout according to bootstrap. DMPRoadmap/roadmap#562
...
new notes view according to bootstrap. Display logic for each view at JS. DMPRoadmap/roadmap#562
new notes working without js.erb templates. Fixed functional test broken. TODO update number of comments view. DMPRoadmap/roadmap#562
$.ajax attributes url and method extracted from closest form action and method attributes respectively. DMPRoadmap/roadmap#562
number of comments template and includes method at answer for abstracting logic. DMPRoadmap/roadmap#562
Jose Lloret
committed
on 21 Sep 2017
|
| 2017-09-15 |

Bootstrapped Edit Profile page (#90)
...
* DMPRoadmap/roadmap#issue567
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
* Boostrapped the create plan page. DMPRoadmap/roadmap#632
- Converted JS for page over to ES6
- Added stub test and fixture
- Converted jquery autocomplete combobox to Bootstrap and ES6
TODO:
- Add in AJAX calls to retrieve template options based on org/funder selections
- Fix issue with the hidden id field being updated when combobox item is selected
- Finish tests for the autoComplete.js
Bootstrapped Plan Writing and Download pages (#88)
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
added JS tests for expandCollapseAll accordion functionality
fixed linter complaint about double vs single quotes in test
removed a few empty and unused views. removed old es5 js for create plan page. bootstrapped the create plan page
boostrapped the create plan page. converted jquery autocomplete to ES6 and bootstrap. started adding JS tests
removed unfinished tests for autocomplete, will finihs after demo. added comments to autoComplete.js
* Boostrapped the create plan page
* Bootstrap User profile page (#563) (#637)
* adding bootstrap classes to the form
* add bootstrap classes to user details and preferences tab
* add user profile page js file
* add other tabs form to js bundle as well
* import password validator js into user_profile
* Pulling in Bootstrap of Create Plan changes (#89)
* DMPRoadmap/roadmap#issue567
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
* Boostrapped the create plan page. DMPRoadmap/roadmap#632
- Converted JS for page over to ES6
- Added stub test and fixture
- Converted jquery autocomplete combobox to Bootstrap and ES6
TODO:
- Add in AJAX calls to retrieve template options based on org/funder selections
- Fix issue with the hidden id field being updated when combobox item is selected
- Finish tests for the autoComplete.js
Bootstrapped Plan Writing and Download pages (#88)
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
added JS tests for expandCollapseAll accordion functionality
fixed linter complaint about double vs single quotes in test
removed a few empty and unused views. removed old es5 js for create plan page. bootstrapped the create plan page
boostrapped the create plan page. converted jquery autocomplete to ES6 and bootstrap. started adding JS tests
removed unfinished tests for autocomplete, will finihs after demo. added comments to autoComplete.js
* Boostrapped the create plan page
* add user profile page js file
* add other tabs form to js bundle as well
import password validator js into user_profile
update the jquery to es6 for preferences
* fixing minor issues on user_profile related to forms
Brian Riley
authored
on 15 Sep 2017
GitHub
committed
on 15 Sep 2017
|

Bootstrap User profile page (#563) (#637)
...
* adding bootstrap classes to the form
* add bootstrap classes to user details and preferences tab
* add user profile page js file
* add other tabs form to js bundle as well
* import password validator js into user_profile
* Pulling in Bootstrap of Create Plan changes (#89)
* DMPRoadmap/roadmap#issue567
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
* Boostrapped the create plan page. DMPRoadmap/roadmap#632
- Converted JS for page over to ES6
- Added stub test and fixture
- Converted jquery autocomplete combobox to Bootstrap and ES6
TODO:
- Add in AJAX calls to retrieve template options based on org/funder selections
- Fix issue with the hidden id field being updated when combobox item is selected
- Finish tests for the autoComplete.js
Bootstrapped Plan Writing and Download pages (#88)
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
added JS tests for expandCollapseAll accordion functionality
fixed linter complaint about double vs single quotes in test
removed a few empty and unused views. removed old es5 js for create plan page. bootstrapped the create plan page
boostrapped the create plan page. converted jquery autocomplete to ES6 and bootstrap. started adding JS tests
removed unfinished tests for autocomplete, will finihs after demo. added comments to autoComplete.js
* Boostrapped the create plan page
* add user profile page js file
* add other tabs form to js bundle as well
import password validator js into user_profile
update the jquery to es6 for preferences
* fixing minor issues on user_profile related to forms
Bhavi
authored
on 15 Sep 2017
Brian Riley
committed
on 15 Sep 2017
|
| 2017-09-12 |

Pulling in Bootstrap of Create Plan changes (#89)
...
* DMPRoadmap/roadmap#issue567
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
* Boostrapped the create plan page. DMPRoadmap/roadmap#632
- Converted JS for page over to ES6
- Added stub test and fixture
- Converted jquery autocomplete combobox to Bootstrap and ES6
TODO:
- Add in AJAX calls to retrieve template options based on org/funder selections
- Fix issue with the hidden id field being updated when combobox item is selected
- Finish tests for the autoComplete.js
Bootstrapped Plan Writing and Download pages (#88)
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
added JS tests for expandCollapseAll accordion functionality
fixed linter complaint about double vs single quotes in test
removed a few empty and unused views. removed old es5 js for create plan page. bootstrapped the create plan page
boostrapped the create plan page. converted jquery autocomplete to ES6 and bootstrap. started adding JS tests
removed unfinished tests for autocomplete, will finihs after demo. added comments to autoComplete.js
* Boostrapped the create plan page
Brian Riley
authored
on 12 Sep 2017
GitHub
committed
on 12 Sep 2017
|

Boostrapped the create plan page. DMPRoadmap/roadmap#632
...
- Converted JS for page over to ES6
- Added stub test and fixture
- Converted jquery autocomplete combobox to Bootstrap and ES6
TODO:
- Add in AJAX calls to retrieve template options based on org/funder selections
- Fix issue with the hidden id field being updated when combobox item is selected
- Finish tests for the autoComplete.js
Bootstrapped Plan Writing and Download pages (#88)
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
added JS tests for expandCollapseAll accordion functionality
fixed linter complaint about double vs single quotes in test
removed a few empty and unused views. removed old es5 js for create plan page. bootstrapped the create plan page
boostrapped the create plan page. converted jquery autocomplete to ES6 and bootstrap. started adding JS tests
removed unfinished tests for autocomplete, will finihs after demo. added comments to autoComplete.js
Brian Riley
authored
on 12 Sep 2017
briley
committed
on 12 Sep 2017
|

Bootstrapped Plan Writing and Download pages (#88)
...
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
Brian Riley
authored
on 12 Sep 2017
GitHub
committed
on 12 Sep 2017
|
| 2017-09-08 |
Bootstrapped accordions on Write Plan page
...
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
Brian Riley
authored
on 8 Sep 2017
GitHub
committed
on 8 Sep 2017
|
| 2017-09-06 |
fixed merge conflicts
briley
committed
on 6 Sep 2017
|
| 2017-08-31 |
moved view js back into individual views files
briley
committed
on 31 Aug 2017
|
added data-validation for emails at plan details. DMPRoadmap/roadmap#559
Jose Lloret
committed
on 31 Aug 2017
|
Fixed linter problems and improved some JS lines. DMPRoadmap/roadmap#558
Jose Lloret
committed
on 31 Aug 2017
|
show and edit details for plan. Tinymce integrated with ES6. DMPRoadmap/roadmap#559
Jose Lloret
committed
on 31 Aug 2017
|
| 2017-08-30 |
moved view specific es6 js to top level views dir. added validation for radio buttons. ariatised plan share page DMPRoadmap/roadmap#560
briley
committed
on 30 Aug 2017
|
switched contact_us to use new ES6 version of ariatiseForm.js DMPRoadmap/roadmap#558
briley
committed
on 30 Aug 2017
|
| 2017-08-24 |
Added DomManipulator and ariatiseForm
briley
committed
on 24 Aug 2017
|
| 2017-08-22 |
Resolve merge conflicts. DMPRoadmap/roadmap#587
Jose Lloret
committed
on 22 Aug 2017
|
| 2017-08-17 |
Switched to bootstrap-sass in view of upgrade of bootstrap to v4 which only uses Sass
Jimmy Angelakos
committed
on 17 Aug 2017
|
| 2017-08-16 |
Resolve merge conflicts. DMPRoadmap/roadmap#553
Jose Lloret
committed
on 16 Aug 2017
|
| 2017-08-15 |
removed non-relevant modal at phases/edit.html.erb. DMPRoadmap/roadmap#566
...
Doing some housekeeping for non-relevant modals. DMPRoadmap/roadmap#566
modals according to bootstrap. DMPRoadmap/roadmap#554
modal partial as layout to be re-used across the site. DMPRoadmap/roadmap#554
Jose Lloret
committed
on 15 Aug 2017
|
| 2017-08-14 |
switched collateTable to use tablesorter's icons, switched filterizeTable to use debounce. DMPRoadmap/roadmap#553
briley
committed
on 14 Aug 2017
|
| 2017-08-11 |
removed old tabs.js and tables.js from application.js DMPRoadmap/rodmap#553
Brian Riley
committed
on 11 Aug 2017
|
bootstrapped the my dashboard page and added new JS files to application.js DMPRoadmap/roadmap#553
Brian Riley
committed
on 11 Aug 2017
|
Contact us bootstrapped and with aria attributes controller through JS. DMPRoadmap/roadmap#554
...
Contact us using dmproadmap.utils.ariatiseForm for validation states at control forms and taking into account aria. DMPRoadmap/roadmap#554
Removed console.log. DMPRoadmap/roadmap#554
Jose Lloret
committed
on 11 Aug 2017
|
| 2017-08-10 |
fixed merge conflicts DMPRoadmap/roadmap#555
briley
committed
on 10 Aug 2017
|