| 2017-04-12 |
assign permissions on create plan. Fixes: #220
ray.carrick
committed
on 12 Apr 2017
|
|---|---|
| 2017-04-11 |
Merge branch 'tidyup_plan_model' into development
ray.carrick
committed
on 11 Apr 2017
|
|
remove some old code
ray.carrick
committed
on 11 Apr 2017
|
|
|
Merge pull request #28 from DMPRoadmap/development
...
Ray Carrick
authored
on 11 Apr 2017
GitHub
committed
on 11 Apr 2017
|
|
|
Merge pull request #229 from CDLUC3/development
...
Ray Carrick
authored
on 11 Apr 2017
GitHub
committed
on 11 Apr 2017
|
|
| 2017-04-10 |
removed test that checks fastgettext locale value after sign_in. Having trouble testing Fastgettext in the application_controller test as well.
briley
committed
on 10 Apr 2017
|
|
finished functional tests DMPRoadmap/roadmap/#212
briley
committed
on 10 Apr 2017
|
|
|
further bug fix for show_export page and controller test for this endpoint
briley
committed
on 10 Apr 2017
|
|
|
bug fix for show_export.html.erb and to jquery.timeago.js
briley
committed
on 10 Apr 2017
|
|
|
Merge branch 'create_plan_messages' into development
ray.carrick
committed
on 10 Apr 2017
|
|
|
Add messages to create plan explaining decisions. Fixes https://github.com/DMPRoadmap/roadmap/issues/207
ray.carrick
committed
on 10 Apr 2017
|
|
|
Merge pull request #43 from DMPRoadmap/development
...
Brian Riley
authored
on 10 Apr 2017
GitHub
committed
on 10 Apr 2017
|
|
|
Merge pull request #27 from DMPRoadmap/development
...
Ray Carrick
authored
on 10 Apr 2017
GitHub
committed
on 10 Apr 2017
|
|
|
Merge pull request #227 from CDLUC3/fixing-tests
...
Ray Carrick
authored
on 10 Apr 2017
GitHub
committed
on 10 Apr 2017
|
|
| 2017-04-07 |
broken generic error message handler apart into separate create/update/destroy versions. updated calls within the controllers and fixed tests DMPRoadmap/roadmap#227
Brian Riley
committed
on 7 Apr 2017
|
|
removed old reference to question from the guidance model DMPRoadmap/roadmap#227
Brian Riley
committed
on 7 Apr 2017
|
|
|
uncommented show_export method. Moved authorization check on plan create method so that it checks BEFORE the save and removed unecessary authorization check on plan new method DMPRoadmap/roadmap#227
Brian Riley
committed
on 7 Apr 2017
|
|
|
Added obj_name param to the generic error message handler on application_controller. Updated all save error handling to render the page rather than redirect DMPRoadmap/roadmap#227
Brian Riley
committed
on 7 Apr 2017
|
|
|
Uncommented the show_export method DMPRoadmap/roadmap#227
Brian Riley
committed
on 7 Apr 2017
|
|
| 2017-04-06 |
fixed issues in tests after merge and added tests for plans controller
briley
committed
on 6 Apr 2017
|
|
fixed issues in plan edit template
briley
committed
on 6 Apr 2017
|
|
|
fixed issues in plan policy and commented out unused routes
briley
committed
on 6 Apr 2017
|
|
|
added comments that break down the various bitwise combinations for refernce
briley
committed
on 6 Apr 2017
|
|
|
added error messaging to roles controller
briley
committed
on 6 Apr 2017
|
|
|
fixed typos and added some error messaging
briley
committed
on 6 Apr 2017
|
|
|
fixed issues in plans controller and added proper messaging for error states. commented out unused actions
briley
committed
on 6 Apr 2017
|
|
|
fixed typo in guidances controller
briley
committed
on 6 Apr 2017
|
|
|
updated not_authorized handler so that it properly sends the user to the plans_page if they are logged in
briley
committed
on 6 Apr 2017
|
|
|
added stub readonly form. it was missing from pull request
briley
committed
on 6 Apr 2017
|
|
|
removed unecessary check for user_signed_in? and instead used Pundit's authorize
briley
committed
on 6 Apr 2017
|