Merge pull request #54 from DMPRoadmap/development
Pulling in latest bug fixes from DCC
dev
commit a07d3dc16bdd67e0e5885124a2f77400ffc23f23
2 parents a48f38a + 4a1b06f
@Brian Riley Brian Riley authored on 8 Jun 2017
GitHub committed on 8 Jun 2017
Showing 78 changed files
View
app/controllers/annotations_controller.rb
View
app/controllers/answers_controller.rb
View
app/controllers/phases_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/questions_controller.rb
View
app/controllers/registrations_controller.rb
View
app/controllers/templates_controller.rb
View
app/models/answer.rb
View
app/models/org.rb
View
app/models/phase.rb
View
app/models/plan.rb
View
app/models/question.rb
View
app/models/question_format.rb
View
app/models/section.rb
View
app/models/template.rb
View
app/models/user.rb
View
app/policies/annotation_policy.rb
View
app/views/annotations/_add_annotation.html.erb
View
app/views/annotations/_edit_annotation.html.erb
View
app/views/annotations/_show_annotation.html.erb
View
app/views/answers/_form_fields.html.erb 0 → 100644
View
app/views/answers/_locking.html.erb 0 → 100644
View
app/views/answers/_new_edit.html.erb 0 → 100644
View
app/views/answers/_status.html.erb
View
app/views/answers/update.js.erb
View
app/views/guidance_groups/admin_edit.html.erb
View
app/views/guidance_groups/admin_new.html.erb
View
app/views/guidances/_add_guidance.html.erb
View
app/views/guidances/_edit_guidance.html.erb
View
app/views/guidances/admin_edit.html.erb
View
app/views/guidances/admin_new.html.erb
View
app/views/orgs/admin_edit.html.erb
View
app/views/phases/_add_note.html.erb
View
app/views/phases/_answer.html.erb 100644 → 0
View
app/views/phases/_answer_form.html.erb
View
app/views/phases/_edit_phase.html.erb
View
app/views/phases/admin_add.html.erb
View
app/views/phases/admin_show.html.erb
View
app/views/phases/edit.html.erb
View
app/views/plans/_plan_details.html.erb
View
app/views/plans/_progress.html.erb
View
app/views/plans/edit.html.erb
View
app/views/questions/_add_question.html.erb
View
app/views/questions/_edit_question.html.erb
View
app/views/questions/_preview_question.html.erb
View
app/views/questions/_show_question.html.erb
View
app/views/sections/_add_section.html.erb
View
app/views/sections/_edit_section.html.erb
View
app/views/sections/_progress.html.erb 0 → 100644
View
app/views/templates/_admin_nav_tabs.html.erb
View
app/views/templates/_edit_annotations.html.erb
View
app/views/templates/_edit_template.html.erb
View
app/views/templates/_show_template.html.erb
View
app/views/templates/admin_index.html.erb
View
app/views/templates/admin_new.html.erb
View
app/views/templates/admin_template.html.erb
View
config/locale/app.pot
View
config/locale/de/app.po
View
config/locale/en_GB/app.po
View
config/locale/en_US/app.po
View
config/locale/es/app.po
View
config/locale/fr/app.po
View
config/routes.rb
View
config/tinymce.yml
View
lib/assets/javascripts/admin.js
View
lib/assets/javascripts/answers/status.js
View
lib/assets/javascripts/plans.js
View
lib/assets/stylesheets/admin.css.less
View
lib/assets/stylesheets/bootstrap_and_overrides.css.less
View
lib/assets/stylesheets/roadmap-form.scss
View
public/shib_logo.png 100644 → 0
View
test/functional/annotations_controller_test.rb
View
test/functional/answers_controller_test.rb
View
test/functional/questions_controller_test.rb
View
test/functional/registrations_controller_test.rb
View
test/functional/templates_controller_test.rb
View
test/integration/answer_locking_test.rb
View
test/test_helper.rb