Merge pull request #55 from DMPRoadmap/development
Development sync to Roadmap
dev
commit 8850843f3db99d735cc851ce56d4d2b0bbf2410a
2 parents ae453da + 21c78ed
@Jimmy Angelakos Jimmy Angelakos authored on 8 Mar 2018
GitHub committed on 8 Mar 2018
Showing 79 changed files
View
app/controllers/annotations_controller.rb
View
app/controllers/answers_controller.rb
View
app/controllers/concerns/paginable.rb
View
app/controllers/guidances_controller.rb
View
app/controllers/notes_controller.rb
View
app/controllers/org_admin/plans_controller.rb
View
app/controllers/org_admin/templates_controller.rb
View
app/controllers/paginable/orgs_controller.rb
View
app/controllers/paginable/plans_controller.rb
View
app/controllers/paginable/templates_controller.rb
View
app/controllers/phases_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/question_formats_controller.rb 0 → 100644
View
app/controllers/questions_controller.rb
View
app/controllers/registrations_controller.rb
View
app/controllers/super_admin/orgs_controller.rb
View
app/helpers/application_helper.rb
View
app/models/answer.rb
View
app/models/concerns/exportable_plan.rb
View
app/models/exported_plan.rb
View
app/models/org.rb
View
app/models/plan.rb
View
app/models/question_format.rb
View
app/models/template.rb
View
app/models/user.rb
View
app/views/answers/_new_edit.html.erb
View
app/views/devise/registrations/_external_identifier.html.erb
View
app/views/devise/registrations/_personal_details.html.erb
View
app/views/guidances/admin_index.html.erb
View
app/views/layouts/application.html.erb
View
app/views/org_admin/plans/index.html.erb
View
app/views/org_admin/templates/_admin_nav_tabs.html.erb
View
app/views/org_admin/templates/_edit.html.erb
View
app/views/org_admin/templates/_show_phases_sections.html.erb
View
app/views/org_admin/templates/history.html.erb
View
app/views/org_admin/templates/index.html.erb
View
app/views/phases/_admin_show.html.erb
View
app/views/phases/admin_preview.html.erb
View
app/views/plans/index.html.erb
View
app/views/plans/new.html.erb
View
app/views/questions/_add_question.html.erb
View
app/views/questions/_edit_question.html.erb
View
app/views/questions/_new_edit_question_option_based.html.erb
View
app/views/questions/_show_question.html.erb
View
app/views/sections/_edit_section.html.erb
View
app/views/sections/_show_section.html.erb
View
app/views/shared/_sign_in_form.html.erb
View
app/views/shared/export/_plan.erb
View
app/views/shared/export/_plan_styling.erb
View
app/views/shared/export/_plan_txt.erb
View
app/views/super_admin/orgs/index.html.erb
View
app/views/super_admin/themes/index.html.erb
View
app/views/usage/index.html.erb
View
app/views/user_mailer/feedback_complete.html.erb
View
app/views/users/admin_index.html.erb
View
config/branding_example.yml
View
config/environment.rb
View
config/environments/production.rb
View
config/routes.rb
View
db/schema.rb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/constants.js
View
lib/assets/javascripts/utils/ariatiseForm.js
View
lib/assets/javascripts/utils/isValidInputType.js
View
lib/assets/javascripts/utils/passwordHelper.js
View
lib/assets/javascripts/utils/validation.js
View
lib/assets/javascripts/views/answers/rda_metadata.js 0 → 100644
View
lib/assets/javascripts/views/orgs/shibboleth_ds.js
View
lib/assets/javascripts/views/plans/edit_details.js
View
lib/assets/javascripts/views/plans/index.js
View
lib/assets/javascripts/views/plans/new.js
View
lib/assets/javascripts/views/questions/sharedEventHandlers.js
View
lib/assets/javascripts/views/shared/sign_in_form.js
View
lib/assets/stylesheets/overrides.scss
View
lib/tasks/bugfix.rake
View
lib/tasks/initialize_data.rake 0 → 100644
View
test/functional/annotations_controller_test.rb
View
test/integration/paginable_flows_test.rb
View
test/unit/user_test.rb