fixed merge conflict in seeds.rb file. installed substance-rails gem and updated code to swap in the substance-forms text-area for tinymce on the answer section of the edit plans page
dev
commit 132ddebca0fac57c18d5ee2376e67e12d3159848
2 parents 04ba97e + 533df66
@Brian Riley Brian Riley authored on 13 Jan 2017
Showing 89 changed files
View
Gemfile
View
Gemfile.lock
View
app/controllers/answers_controller.rb
View
app/controllers/dmptemplates_controller.rb
View
app/controllers/projects_controller.rb
View
app/controllers/static_pages_controller.rb
View
app/helpers/projects_helper.rb
View
app/models/answer.rb
View
app/models/comment.rb
View
app/models/dmptemplate.rb
View
app/models/exported_plan.rb
View
app/models/plan.rb
View
app/models/project.rb
View
app/models/user.rb
View
app/models/visibility.rb 100644 → 0
View
app/views/dmptemplates/_show_question.html.erb
View
app/views/plans/_answer_form.html.erb
View
app/views/plans/edit.html.erb
View
app/views/projects/_project_details.html.erb
View
app/views/projects/public_export.html.erb 100644 → 0
View
app/views/projects/public_export.pdf.erb 100644 → 0
View
app/views/static_pages/public_export.html.erb 0 → 100644
View
app/views/static_pages/public_export.pdf.erb 0 → 100644
View
config/locales/de.yml
View
config/locales/en-UK.yml
View
config/locales/en-US.yml
View
config/locales/es.yml
View
config/locales/fr.yml
View
config/locales/static_pages/de.static.yml.example
View
config/locales/static_pages/en-UK.static.yml.example
View
config/locales/static_pages/en-US.static.yml.example
View
db/migrate/20170105165111_create_visibilities.rb 100644 → 0
View
db/migrate/20170110092511_add_is_test_and_visibility_to_projects.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/plans.js
View
lib/assets/javascripts/projects.js
View
lib/assets/stylesheets/application.css
View
lib/assets/stylesheets/bootstrap_and_overrides.css.less
View
test/fixtures/organisations.yml
View
test/fixtures/projects.yml
View
test/fixtures/visibilities.yml 100644 → 0
View
test/functional/answers_controller_test.rb 100644 → 0
View
test/functional/dmptemplates_controller_test.rb 100644 → 0
View
test/functional/file_types_controller_test.rb 100644 → 0
View
test/functional/file_uploads_controller_test.rb 100644 → 0
View
test/functional/guidances_controller_test.rb 100644 → 0
View
test/functional/home_controller_test.rb 100644 → 0
View
test/functional/organisation_types_controller_test.rb 100644 → 0
View
test/functional/organisations_controller_test.rb 100644 → 0
View
test/functional/pages_controller_test.rb 100644 → 0
View
test/functional/phases_controller_test.rb 100644 → 0
View
test/functional/plan_sections_controller_test.rb 100644 → 0
View
test/functional/plans_controller_test.rb 100644 → 0
View
test/functional/project_groups_controller_test.rb 100644 → 0
View
test/functional/project_partners_controller_test.rb 100644 → 0
View
test/functional/projects_controller_test.rb 100644 → 0
View
test/functional/question_themes_controller_test.rb 100644 → 0
View
test/functional/questions_controller_test.rb 100644 → 0
View
test/functional/sections_controller_test.rb 100644 → 0
View
test/functional/static_pages_controller_test.rb
View
test/functional/themes_controller_test.rb 100644 → 0
View
test/functional/user_org_roles_controller_test.rb 100644 → 0
View
test/functional/user_role_types_controller_test.rb 100644 → 0
View
test/functional/user_statuses_controller_test.rb 100644 → 0
View
test/functional/user_types_controller_test.rb 100644 → 0
View
test/functional/versions_controller_test.rb 100644 → 0
View
test/test_helper.rb
View
test/unit/admin_user_test.rb 100644 → 0
View
test/unit/answer_test.rb
View
test/unit/comment_test.rb
View
test/unit/dmptemplate_test.rb
View
test/unit/exported_plan_test.rb 0 → 100644
View
test/unit/guidance_test.rb 100644 → 0
View
test/unit/organisation_type_test.rb 100644 → 0
View
test/unit/page_test.rb 100644 → 0
View
test/unit/phase_test.rb 100644 → 0
View
test/unit/plan_section_test.rb 100644 → 0
View
test/unit/plan_test.rb 100644 → 0
View
test/unit/project_group_test.rb 100644 → 0
View
test/unit/project_partner_test.rb 100644 → 0
View
test/unit/project_test.rb 100644 → 0
View
test/unit/question_test.rb 100644 → 0
View
test/unit/section_test.rb 100644 → 0
View
test/unit/theme_test.rb 100644 → 0
View
test/unit/user_role_type_test.rb 100644 → 0
View
test/unit/user_test.rb
View
test/unit/version_test.rb 100644 → 0