Merge branch 'DigitalCurationCentre/master' into development
dev
commit 7e471f630fa31752d880868dbc9b5cad73f63df4
2 parents 688d6af + ec4ac16
@Brian Riley Brian Riley authored on 22 Jul 2016
Showing 81 changed files
View
.gitignore
View
Gemfile
View
Rakefile
View
app/admin/org_token_permission.rb
View
app/admin/organisation.rb
View
app/admin/token_permission_type.rb
View
app/admin/user.rb
View
app/controllers/api/v0/base_controller.rb
View
app/controllers/api/v0/guidance_groups_controller.rb
View
app/controllers/api/v0/guidances_controller.rb
View
app/controllers/api/v0/projects_controller.rb
View
app/controllers/application_controller.rb
View
app/controllers/guidances_controller.rb
View
app/controllers/organisation_users_controller.rb
View
app/controllers/projects_controller.rb
View
app/controllers/token_permission_types_controller.rb 0 → 100644
View
app/controllers/users_controller.rb
View
app/mailers/user_mailer.rb
View
app/models/dmptemplate.rb
View
app/models/guidance.rb
View
app/models/guidance_group.rb
View
app/models/language.rb 0 → 100644
View
app/models/organisation.rb
View
app/models/plan.rb
View
app/models/question.rb
View
app/models/token_permission_type.rb
View
app/models/user.rb
View
app/views/api/v0/guidance_groups/index.json.jbuilder
View
app/views/api/v0/guidance_groups/show.json.jbuilder
View
app/views/contact_us/contacts/new.html.erb
View
app/views/devise/registrations/edit.html.erb
View
app/views/dmptemplates/_edit_question.html.erb
View
app/views/guidance_groups/admin_edit.html.erb
View
app/views/guidance_groups/admin_new.html.erb
View
app/views/guidance_groups/admin_show.html.erb
View
app/views/guidances/admin_edit.html.erb
View
app/views/guidances/admin_new.html.erb
View
app/views/layouts/_dmponline_navigation.html.erb
View
app/views/organisation_users/admin_index.html.erb
View
app/views/plans/export.pdf.erb
View
app/views/settings/plans/show.html.erb
View
app/views/token_permission_types/index.html.erb 0 → 100644
View
app/views/user_mailer/api_token_granted_notification.html.erb 0 → 100644
View
app/views/users/admin_index.html.erb 0 → 100644
View
config/application.rb
View
config/environment/development.rb
View
config/initializers/locale.rb
View
config/locales/de.bootstrap.yml 0 → 100644
View
config/locales/de.yml 0 → 100644
View
config/locales/devise.de.yml 0 → 100644
View
config/locales/devise.en-UK.yml 0 → 100644
View
config/locales/devise.en.yml 100644 → 0
View
config/locales/devise.fr.yml 0 → 100644
View
config/locales/devise_invitable.de.yml 0 → 100644
View
config/locales/devise_invitable.en-UK.yml 0 → 100644
View
config/locales/devise_invitable.en.yml 100644 → 0
View
config/locales/devise_invitable.fr.yml 0 → 100644
View
config/locales/en-UK.bootstrap.yml 0 → 100644
View
config/locales/en-UK.yml 0 → 100644
View
config/locales/en.bootstrap.yml 100644 → 0
View
config/locales/en.yml 100644 → 0
View
config/locales/fr.bootstrap.yml 0 → 100644
View
config/locales/fr.yml 0 → 100644
View
config/routes.rb
View
db/migrate/20160719102542_remove_depricated_api_structure.rb 0 → 100644
View
db/migrate/20160719140055_create_languages.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb
View
test/fixtures/dmptemplates_guidance_groups.yml 0 → 100644
View
test/fixtures/guidance_groups.yml
View
test/fixtures/option_warnings.yml
View
test/fixtures/options.yml
View
test/fixtures/organisations.yml
View
test/fixtures/sections.yml
View
test/fixtures/user_org_roles.yml
View
test/fixtures/users.yml
View
test/fixtures/versions.yml
View
test/unit/dmptemplate_test.rb
View
test/unit/guidance_group_test.rb 0 → 100644
View
test/unit/guidance_test.rb
View
test/unit/organisation_test.rb