|
Merge pull request #1 from DMPRoadmap/development
Pulled in latest API and I18n work |
|---|
| .gitignore |
|---|
| Gemfile |
|---|
| Rakefile |
|---|
| app/admin/org_token_permission.rb |
|---|
| app/admin/organisation.rb |
|---|
| app/admin/token_permission_type.rb |
|---|
| app/admin/user.rb |
|---|
| app/controllers/api/v0/base_controller.rb |
|---|
| app/controllers/api/v0/guidance_groups_controller.rb |
|---|
| app/controllers/api/v0/guidances_controller.rb |
|---|
| app/controllers/api/v0/projects_controller.rb |
|---|
| app/controllers/application_controller.rb |
|---|
| app/controllers/guidances_controller.rb |
|---|
| app/controllers/organisation_users_controller.rb |
|---|
| app/controllers/projects_controller.rb |
|---|
| app/controllers/token_permission_types_controller.rb 0 → 100644 |
|---|
| app/controllers/users_controller.rb |
|---|
| app/mailers/user_mailer.rb |
|---|
| app/models/dmptemplate.rb |
|---|
| app/models/guidance.rb |
|---|
| app/models/guidance_group.rb |
|---|
| app/models/language.rb 0 → 100644 |
|---|
| app/models/organisation.rb |
|---|
| app/models/plan.rb |
|---|
| app/models/question.rb |
|---|
| app/models/token_permission_type.rb |
|---|
| app/models/user.rb |
|---|
| app/views/api/v0/guidance_groups/index.json.jbuilder |
|---|
| app/views/api/v0/guidance_groups/show.json.jbuilder |
|---|
| app/views/contact_us/contacts/new.html.erb |
|---|
| app/views/devise/registrations/edit.html.erb |
|---|
| app/views/dmptemplates/_edit_question.html.erb |
|---|
| app/views/guidance_groups/admin_edit.html.erb |
|---|
| app/views/guidance_groups/admin_new.html.erb |
|---|
| app/views/guidance_groups/admin_show.html.erb |
|---|
| app/views/guidances/admin_edit.html.erb |
|---|
| app/views/guidances/admin_new.html.erb |
|---|
| app/views/layouts/_dmponline_navigation.html.erb |
|---|
| app/views/organisation_users/admin_index.html.erb |
|---|
| app/views/plans/export.pdf.erb |
|---|
| app/views/settings/plans/show.html.erb |
|---|
| app/views/token_permission_types/index.html.erb 0 → 100644 |
|---|
| app/views/user_mailer/api_token_granted_notification.html.erb 0 → 100644 |
|---|
| app/views/users/admin_index.html.erb 0 → 100644 |
|---|
| config/application.rb |
|---|
| config/environment/development.rb |
|---|
| config/initializers/locale.rb |
|---|
| config/locales/de.bootstrap.yml 0 → 100644 |
|---|
| config/locales/de.yml 0 → 100644 |
|---|
| config/locales/devise.de.yml 0 → 100644 |
|---|
| config/locales/devise.en-UK.yml 0 → 100644 |
|---|
| config/locales/devise.en.yml 100644 → 0 |
|---|
| config/locales/devise.fr.yml 0 → 100644 |
|---|
| config/locales/devise_invitable.de.yml 0 → 100644 |
|---|
| config/locales/devise_invitable.en-UK.yml 0 → 100644 |
|---|
| config/locales/devise_invitable.en.yml 100644 → 0 |
|---|
| config/locales/devise_invitable.fr.yml 0 → 100644 |
|---|
| config/locales/en-UK.bootstrap.yml 0 → 100644 |
|---|
| config/locales/en-UK.yml 0 → 100644 |
|---|
| config/locales/en.bootstrap.yml 100644 → 0 |
|---|
| config/locales/en.yml 100644 → 0 |
|---|
| config/locales/fr.bootstrap.yml 0 → 100644 |
|---|
| config/locales/fr.yml 0 → 100644 |
|---|
| config/routes.rb |
|---|
| db/migrate/20160719102542_remove_depricated_api_structure.rb 0 → 100644 |
|---|
| db/migrate/20160719140055_create_languages.rb 0 → 100644 |
|---|
| db/schema.rb |
|---|
| db/seeds.rb |
|---|
| test/fixtures/dmptemplates_guidance_groups.yml 0 → 100644 |
|---|
| test/fixtures/guidance_groups.yml |
|---|
| test/fixtures/option_warnings.yml |
|---|
| test/fixtures/options.yml |
|---|
| test/fixtures/organisations.yml |
|---|
| test/fixtures/sections.yml |
|---|
| test/fixtures/user_org_roles.yml |
|---|
| test/fixtures/users.yml |
|---|
| test/fixtures/versions.yml |
|---|
| test/unit/dmptemplate_test.rb |
|---|
| test/unit/guidance_group_test.rb 0 → 100644 |
|---|
| test/unit/guidance_test.rb |
|---|
| test/unit/organisation_test.rb |
|---|