|
switched visibility over to an enum. updated the project objects accordingly. Added some more unit tests. Updated locale files with visibility text
|
|---|
|
|
| app/controllers/projects_controller.rb |
|---|
| app/controllers/static_pages_controller.rb |
|---|
| app/helpers/projects_helper.rb |
|---|
| app/models/exported_plan.rb |
|---|
| app/models/project.rb |
|---|
| app/models/user.rb |
|---|
| app/views/projects/_project_details.html.erb |
|---|
| app/views/projects/public_export.html.erb 100644 → 0 |
|---|
| app/views/projects/public_export.pdf.erb 100644 → 0 |
|---|
| app/views/static_pages/public_export.html.erb 0 → 100644 |
|---|
| app/views/static_pages/public_export.pdf.erb 0 → 100644 |
|---|
| config/locales/de.yml |
|---|
| config/locales/en-UK.yml |
|---|
| config/locales/en-US.yml |
|---|
| config/locales/es.yml |
|---|
| config/locales/fr.yml |
|---|
| config/locales/static_pages/de.static.yml.example |
|---|
| config/locales/static_pages/en-UK.static.yml.example |
|---|
| config/locales/static_pages/en-US.static.yml.example |
|---|
| db/migrate/20170110092511_add_is_test_and_visibility_to_projects.rb |
|---|
| lib/assets/javascripts/projects.js |
|---|
| lib/assets/stylesheets/bootstrap_and_overrides.css.less |
|---|
| test/functional/static_pages_controller_test.rb |
|---|
| test/unit/comment_test.rb |
|---|
| test/unit/exported_plan_test.rb |
|---|
| test/unit/user_test.rb |
|---|