dmpopidor / app / views / projects /
@Brian Riley Brian Riley authored on 6 Jan 2017
..
_dropdowns_new_project.html.erb renamed hash_to_json_object in application_helper to hash_to_js_json_variable to make its purpose clearer 9 years ago
_form.html.erb updated locale files so that helpers.yes and helpers.no work. Those are yaml keywords so they must be quoted (e.g. 'yes': 'Oui' instead of yes: 'Oui'). Added is_public and is_test checkboxes to projects edit/create forms 9 years ago
_project_details.html.erb finsihed adding visibility to project details page as radio button options. Updated public DMPs page to work with new visibility and moved it to the static pages controller since it falls outside of normal security. Updated all locale files accordingly 9 years ago
_project_list_head.html.erb Added fix for issues when displaying column headings on the view plans page. Setup and 'Unknown' column heading that defaults to ' - ' but is updateable in the locale files. If there are issues determining the column heading it will use that value 9 years ago
_project_list_item.html.erb Added fix for issues when displaying column headings on the view plans page. Setup and 'Unknown' column heading that defaults to ' - ' but is updateable in the locale files. If there are issues determining the column heading it will use that value 9 years ago
_project_nav_tabs.html.erb Merging master (#20) 9 years ago
_project_title.html.erb Merging master (#20) 9 years ago
_toolbar.html.erb Merging master (#20) 9 years ago
edit.html.erb Merging master (#20) 9 years ago
export.html.erb Merging master (#20) 9 years ago
index.html.erb Merging master (#20) 9 years ago
new.html.erb Added wkhtmltopdf binaries to gemfile. Moved wicked_pdf config to an initializer so that it can be custom to the server instance. Updated dead link to DMP Checklist pdf 9 years ago
public_export.html.erb Added visibility model, and started updating tests for public dmps controller but we need to create fixtures which is extremely difficult with the current state of the DB. Will wait for refactor before finishing tests. 9 years ago
public_export.pdf.erb tweaks to public export pdf 9 years ago
share.html.erb fixed issue with branding variable resolution on plan modal dialogs 9 years ago
show.html.erb added JS logic to prevent is_test and is_public from both being true on the project edit page. Also added include to projects show page so that it pulls in the projects.js file 9 years ago