Merge branch 'master' of https://github.com/DMPRoadmap/roadmap
dev
commit 7ffbc87a8cac31b645f20467e10e2276c897a20b
2 parents 23f9026 + a612f13
@Brian Riley Brian Riley authored on 6 Apr 2018
Showing 79 changed files
View
CONTRIBUTING.md
View
Gemfile
View
Gemfile.lock
View
app/controllers/answers_controller.rb
View
app/controllers/concerns/paginable.rb
View
app/controllers/org_admin/templates_controller.rb
View
app/controllers/paginable/plans_controller.rb
View
app/controllers/paginable/users_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/public_pages_controller.rb
View
app/controllers/super_admin/orgs_controller.rb
View
app/controllers/super_admin/users_controller.rb 0 → 100644
View
app/controllers/users_controller.rb
View
app/mailers/user_mailer.rb
View
app/models/answer.rb
View
app/models/concerns/exportable_plan.rb
View
app/models/plan.rb
View
app/models/question.rb
View
app/models/template.rb
View
app/models/user.rb
View
app/policies/plan_policy.rb
View
app/policies/user_policy.rb
View
app/views/annotations/_show.html.erb
View
app/views/answers/_locking.html.erb
View
app/views/answers/_new_edit.html.erb
View
app/views/devise/registrations/_personal_details.html.erb
View
app/views/guidances/admin_index.html.erb
View
app/views/kaminari/_first_page.html.erb
View
app/views/kaminari/_last_page.html.erb
View
app/views/kaminari/_next_page.html.erb
View
app/views/kaminari/_page.html.erb
View
app/views/kaminari/_prev_page.html.erb
View
app/views/layouts/_paginable.html.erb
View
app/views/paginable/plans/_privately_visible.html.erb
View
app/views/paginable/users/_index.html.erb
View
app/views/phases/_edit_plan_answers.html.erb
View
app/views/phases/_guidances_notes.html.erb
View
app/views/plans/_navigation.html.erb
View
app/views/plans/_share_form.html.erb
View
app/views/public_pages/plan_index.html.erb
View
app/views/public_pages/template_export.docx.erb
View
app/views/public_pages/template_export.pdf.erb
View
app/views/shared/_my_org.html.erb
View
app/views/shared/_search.html.erb
View
app/views/shared/export/_plan.erb
View
app/views/shared/export/_plan_coversheet.erb
View
app/views/super_admin/users/edit.html.erb 0 → 100644
View
app/views/users/_admin_grant_permissions.html.erb
View
app/views/users/admin_index.html.erb
View
config/locale/en_US/app.po
View
config/locales/devise/devise.de.yml
View
config/locales/devise/devise.en_GB.yml
View
config/locales/devise/devise.en_US.yml
View
config/locales/devise/devise.es.yml
View
config/locales/devise/devise.fr.yml
View
config/routes.rb
View
db/migrate/20171024214257_add_links_to_orgs.rb
View
db/migrate/20171124133802_add_links_to_templates.rb
View
db/migrate/20180315161757_add_active_to_users.rb 0 → 100644
View
db/schema.rb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/utils/ariatiseForm.js
View
lib/assets/javascripts/utils/autoComplete.js
View
lib/assets/javascripts/utils/paginable.js
View
lib/assets/javascripts/utils/validation.js
View
lib/assets/javascripts/views/plans/new.js
View
lib/assets/javascripts/views/questions/edit.js 100644 → 0
View
lib/assets/javascripts/views/questions/new.js 100644 → 0
View
lib/assets/javascripts/views/questions/new_edit.js 0 → 100644
View
lib/assets/javascripts/views/super_admin/users/edit.js 0 → 100644
View
lib/assets/javascripts/views/users/admin_grant_permissions.js
View
lib/assets/stylesheets/overrides.scss
View
lib/tasks/gettext.rake 0 → 100644
View
test/functional/plans_controller_test.rb
View
test/functional/super_admin/orgs_controller_test.rb
View
test/functional/super_admin/users_controller_test.rb 0 → 100644
View
test/integration/paginable_flows_test.rb
View
test/integration/user_activation_test.rb 0 → 100644
View
test/unit/user_test.rb