Merge pull request #1332 from DMPRoadmap/development
Bug fixes and enhancements for Sprint ending on 3/28/18
dev
commit a59c966035bdc68ee0b44a288ccbb63e2afb926e
2 parents 9351617 + 3837a61
@Brian Riley Brian Riley authored on 28 Mar 2018
GitHub committed on 28 Mar 2018
Showing 63 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/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_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