switched visibility over to an enum. updated the project objects accordingly. Added some more unit tests. Updated locale files with visibility text
dev
1 parent aee891d commit 7b2e19a4bdd0fa13c29acfa67892010a0d183f4f
@briley briley authored on 11 Jan 2017
Showing 26 changed files
View
app/controllers/projects_controller.rb
View
app/controllers/static_pages_controller.rb
View
app/helpers/projects_helper.rb
View
app/models/exported_plan.rb
View
app/models/project.rb
View
app/models/user.rb
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/20170110092511_add_is_test_and_visibility_to_projects.rb
View
lib/assets/javascripts/projects.js
View
lib/assets/stylesheets/bootstrap_and_overrides.css.less
View
test/functional/static_pages_controller_test.rb
View
test/unit/comment_test.rb
View
test/unit/exported_plan_test.rb
View
test/unit/user_test.rb