Merge pull request #41 from DMPRoadmap/development
Rebase with latest fixes from DCC
dev
commit 85f323ee91366340884d9a0d361869f175f7fe49
2 parents fa603a2 + 8a4b1b4
@Brian Riley Brian Riley authored on 30 Mar 2017
GitHub committed on 30 Mar 2017
Showing 62 changed files
View
.gitignore
View
Gemfile
View
Gemfile.lock
View
app/controllers/answers_controller.rb
View
app/controllers/guidance_groups_controller.rb
View
app/controllers/guidances_controller.rb
View
app/controllers/notes_controller.rb
View
app/controllers/phases_controller.rb
View
app/dashboards/guidance_group_dashboard.rb
View
app/dashboards/identifier_scheme_dashboard.rb
View
app/dashboards/language_dashboard.rb
View
app/dashboards/org_dashboard.rb
View
app/dashboards/perm_dashboard.rb
View
app/dashboards/token_permission_type_dashboard.rb
View
app/dashboards/user_dashboard.rb
View
app/dashboards/user_identifier_dashboard.rb
View
app/models/org.rb
View
app/models/perm.rb
View
app/models/user.rb
View
app/policies/note_policy.rb
View
app/views/admin/application/_collection.html.erb 100644 → 0
View
app/views/admin/application/_form.html.erb 100644 → 0
View
app/views/admin/application/edit.html.erb 100644 → 0
View
app/views/admin/application/index.html.erb 100644 → 0
View
app/views/admin/application/new.html.erb 100644 → 0
View
app/views/admin/application/show.html.erb 100644 → 0
View
app/views/answers/update.js.erb
View
app/views/layouts/application.html.erb
View
app/views/notes/archive.js.erb 0 → 100644
View
app/views/notes/create.js.erb 0 → 100644
View
app/views/notes/update.js.erb 0 → 100644
View
app/views/orgs/admin_show.html.erb
View
app/views/phases/_add_note.html.erb
View
app/views/phases/_answer_form.html.erb
View
app/views/phases/_archive_note.html.erb
View
app/views/phases/_edit_note.html.erb
View
app/views/phases/_list_notes.html.erb
View
app/views/phases/_note.html.erb
View
app/views/phases/_view_note.html.erb
View
app/views/phases/edit.html.erb
View
app/views/plans/_plan_details.html.erb
View
app/views/plans/_progress.html.erb 0 → 100644
View
app/views/templates/_show_phases_sections.html.erb
View
config/branding.yml 100644 → 0
View
config/branding_example.yml 0 → 100644
View
config/locales/administrate.en_GB.yml
View
config/routes.rb
View
db/schema.rb
View
db/seeds.rb
View
lib/assets/javascripts/admin.js
View
lib/assets/javascripts/plans.js
View
test/configuration_test.rb
View
test/functional/answers_controller_test.rb
View
test/functional/application_controller_test.rb
View
test/functional/registrations_controller_test.rb
View
test/functional/users/omniauth_callbacks_controller_test.rb
View
test/helpers/plans_helper_test.rb
View
test/integration/authentication_test.rb
View
test/routing_test.rb
View
test/test_helper.rb
View
test/unit/guidance_group_test.rb
View
test/unit/user_test.rb