Merge pull request #45 from OPIDoR/master
DMPRoadmap V1.0.1
dev
commit cf691e4abab10e213d01c79e7f5e29f70a4ba358
2 parents a56c47d + 1dc7ad9
@Benjamin FAURE Benjamin FAURE authored on 29 Mar 2018
GitHub committed on 29 Mar 2018
Showing 66 changed files
View
CONTRIBUTING.md
View
Gemfile
View
Gemfile.lock
View
app/controllers/concerns/paginable.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/user.rb
View
app/policies/plan_policy.rb
View
app/policies/user_policy.rb
View
app/views/devise/registrations/_personal_details.html.erb
View
app/views/guidances/admin_index.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/_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