|
mege in head changes
|
|---|
| Gemfile |
|---|
| app/admin/organisation_type.rb 100644 → 0 |
|---|
| app/controllers/answers_controller.rb |
|---|
| app/controllers/api/v0/base_controller.rb |
|---|
| app/controllers/api/v0/plans_controller.rb |
|---|
| app/controllers/api/v0/statistics_controller.rb |
|---|
| app/controllers/application_controller.rb |
|---|
| app/controllers/guidance_groups_controller.rb |
|---|
| app/controllers/plans_controller.rb |
|---|
| app/controllers/projects_controller.rb |
|---|
| app/controllers/templates_controller.rb |
|---|
| app/controllers/users/omniauth_callbacks_controller.rb |
|---|
| app/controllers/users/omniauth_shibboleth_request_controller.rb |
|---|
| app/helpers/application_helper.rb |
|---|
| app/helpers/phases_helper.rb 100644 → 0 |
|---|
| app/helpers/plans_helper.rb 0 → 100644 |
|---|
| app/helpers/projects_helper.rb 100644 → 0 |
|---|
| app/models/ability.rb 100644 → 0 |
|---|
| app/models/admin_user.rb 100644 → 0 |
|---|
| app/models/exported_plan.rb |
|---|
| app/models/guidance.rb |
|---|
| app/models/new_plan.rb 100644 → 0 |
|---|
| app/models/org.rb |
|---|
| app/models/org_token_permission.rb 100644 → 0 |
|---|
| app/models/organisation_type.rb 100644 → 0 |
|---|
| app/models/phase.rb |
|---|
| app/models/plan.rb |
|---|
| app/models/question.rb |
|---|
| app/models/role.rb |
|---|
| app/models/section.rb |
|---|
| app/models/settings/plan_list.rb |
|---|
| app/models/suggested_answer.rb |
|---|
| app/models/template.rb |
|---|
| app/models/user.rb |
|---|
| app/models/users_perm.rb 100644 → 0 |
|---|
| app/policies/guidance_policy.rb |
|---|
| app/views/admin/dmptemplates/settings.html.erb |
|---|
| app/views/api/v0/statistics/plans.json.jbuilder |
|---|
| app/views/api/v0/statistics/plans_by_template.json.jbuilder |
|---|
| app/views/home/index.html.erb |
|---|
| app/views/layouts/_footer.html.erb |
|---|
| app/views/layouts/_navigation.html.erb |
|---|
| app/views/layouts/_signin_signout.html.erb |
|---|
| app/views/layouts/application.html.erb |
|---|
| app/views/plans/_plan_list_head.html.erb |
|---|
| app/views/plans/_toolbar.html.erb |
|---|
| app/views/projects/_dropdowns_new_project.html.erb |
|---|
| app/views/settings/projects/show.html.erb |
|---|
| app/views/shared/_export_links.html.erb |
|---|
| app/views/shared/_login_form.html.erb |
|---|
| app/views/shared/_register_form.html.erb |
|---|
| app/views/static_pages/public_plans.html.erb |
|---|
| app/views/templates/_admin_nav_tabs.html.erb |
|---|
| app/views/templates/_edit_annotations.html.erb 0 → 100644 |
|---|
| app/views/templates/_edit_phase.html.erb |
|---|
| app/views/templates/_edit_section.html.erb |
|---|
| app/views/templates/_edit_template.html.erb |
|---|
| app/views/templates/_show_question.html.erb |
|---|
| app/views/templates/_show_section.html.erb |
|---|
| app/views/templates/_show_template.html.erb |
|---|
| app/views/templates/admin_index.html.erb |
|---|
| app/views/templates/admin_phase.html.erb |
|---|
| app/views/templates/admin_template.html.erb |
|---|
| config/initializers/devise.rb 100644 → 0 |
|---|
| config/initializers/fast_gettext.rb 0 → 100644 |
|---|
| config/initializers/locale.rb |
|---|
| config/locale/app.pot 0 → 100644 |
|---|
| config/locale/de/app.po 0 → 100644 |
|---|
| config/locale/en-UK/app.po 0 → 100644 |
|---|
| config/locale/en-US/app.po 0 → 100644 |
|---|
| config/locale/es/app.po 0 → 100644 |
|---|
| config/locale/fr/app.po 0 → 100644 |
|---|
| config/locales/de.yml |
|---|
| config/locales/en-UK.yml |
|---|
| config/locales/en-US.yml |
|---|
| config/locales/es.yml |
|---|
| config/locales/fr.yml |
|---|
| config/routes.rb |
|---|
| db/migrate/20161122152339_new_plan_template_structure.rb |
|---|
| db/migrate/20161205095625_replacing_plan_roles_with_bitflags.rb |
|---|
| db/migrate/20161206122926_add_foreign_keys.rb |
|---|
| db/seeds.rb |
|---|
| test/fixtures/plan_guidance_groups.yml 100644 → 0 |
|---|
| test/functional/answers_controller_test.rb |
|---|
| test/helpers/application_helper_test.rb |
|---|
| test/helpers/plans_helper_test.rb 0 → 100644 |
|---|
| test/test_helper.rb |
|---|
| test/unit/exported_plan_test.rb |
|---|
| test/unit/guidance_group_test.rb |
|---|
| test/unit/guidance_test.rb |
|---|
| test/unit/org_test.rb |
|---|
| test/unit/plan_test.rb |
|---|
| test/unit/question_format_test.rb |
|---|
| test/unit/question_test.rb |
|---|
| test/unit/settings/plan_test.rb 0 → 100644 |
|---|
| test/unit/settings/template_test.rb 0 → 100644 |
|---|
| test/unit/suggested_answer_test.rb |
|---|
| test/unit/template_test.rb |
|---|
| test/unit/token_permission_type_test.rb |
|---|
| test/unit/user_test.rb |
|---|