Merge pull request #279 from CDLUC3/development
Latest bug fixes from CDL
dev
commit 6db1d84d273e4f58449be5fdfef7472a9832890f
2 parents 664f001 + 00e7fe8
@Jimmy Angelakos Jimmy Angelakos authored on 28 Apr 2017
GitHub committed on 28 Apr 2017
Showing 61 changed files
View
app/controllers/application_controller.rb
View
app/controllers/confirmations_controller.rb 100644 → 0
View
app/controllers/phases_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/projects_controller.rb
View
app/controllers/questions_controller.rb
View
app/controllers/registrations_controller.rb
View
app/controllers/sections_controller.rb
View
app/controllers/settings/plans_controller.rb
View
app/controllers/settings/projects_controller.rb 100644 → 0
View
app/controllers/suggested_answers_controller.rb
View
app/controllers/templates_controller.rb
View
app/mailers/user_mailer.rb
View
app/models/phase.rb
View
app/models/question.rb
View
app/models/section.rb
View
app/models/settings/plan_list.rb 100644 → 0
View
app/models/template.rb
View
app/models/user.rb
View
app/policies/template_policy.rb
View
app/views/devise/mailer/reset_password_instructions.html.erb
View
app/views/layouts/_navigation.html.erb
View
app/views/phases/_answer.html.erb
View
app/views/plans/_plan_list_head.html.erb
View
app/views/plans/_plan_list_item.html.erb
View
app/views/plans/_toolbar.html.erb
View
app/views/questions/_show_question.html.erb
View
app/views/sections/_show_section.html.erb
View
app/views/settings/plans/show.html.erb 100644 → 0
View
app/views/templates/_edit_template.html.erb
View
app/views/templates/_show_phases_sections.html.erb
View
app/views/templates/_show_template.html.erb
View
app/views/templates/admin_index.html.erb
View
app/views/templates/admin_template.html.erb
View
app/views/templates/admin_template_history.html.erb
View
app/views/user_mailer/api_token_granted_notification.html.erb
View
app/views/user_mailer/permissions_change_notification.html.erb
View
app/views/user_mailer/project_access_removed_notification.html.erb
View
app/views/user_mailer/sharing_notification.html.erb
View
app/views/user_mailer/welcome_notification.html.erb 0 → 100644
View
config/locale/app.pot
View
config/locale/de/app.po
View
config/locale/en_GB/app.po
View
config/locale/en_US/app.po
View
config/locale/es/app.po
View
config/locale/fr/app.po
View
config/routes.rb
View
db/migrate/20170421170849_add_dirty_to_templates.rb 0 → 100644
View
db/schema.rb
View
lib/tasks/templates.rake 0 → 100644
View
test/functional/confirmations_controller_test.rb 100644 → 0
View
test/functional/phases_controller_test.rb
View
test/functional/questions_controller_test.rb
View
test/functional/registrations_controller_test.rb
View
test/functional/sections_controller_test.rb
View
test/functional/templates_controller_test.rb
View
test/integration/template_versioning_test.rb
View
test/test_helper.rb
View
test/unit/org_test.rb
View
test/unit/template_test.rb
View
test/unit/user_test.rb