History for dmpopidor / app / controllers
2017-01-05
@Brian Riley
added unit test for new visibility model and updated projects test to check visibility
Brian Riley committed on 5 Jan 2017
@Brian Riley
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.
Brian Riley committed on 5 Jan 2017
@xsrust
updated organisations to orgs, and associated views/controller
xsrust committed on 5 Jan 2017
@xsrust
renamed organisations_controller to orgs_controller
xsrust committed on 5 Jan 2017
@xsrust
updated users controller
xsrust committed on 5 Jan 2017
@xsrust
updated users_controller, mainly renaming roles to perms
xsrust committed on 5 Jan 2017
@xsrust
updated code style in omniauth_shibboleth_request_controller
xsrust committed on 5 Jan 2017
@xsrust
renamed comments to notes
xsrust committed on 5 Jan 2017
2017-01-04
@briley
working on public dmp export
briley committed on 4 Jan 2017
@briley
worked on routing and controller tests for new public dmps. Fixed routing tests so that they use rails route helpers
briley committed on 4 Jan 2017
@briley
Added initial public DMPs page to display public plans to unauthenticated users
briley committed on 4 Jan 2017
@xsrust
code style change in sessions_controller
xsrust committed on 4 Jan 2017
@xsrust
added comments to home_controller, awaiting discussion
xsrust committed on 4 Jan 2017
@xsrust
updated contacts_controller
xsrust committed on 4 Jan 2017
@xsrust
removed organisation_users controller as duplicate from users controller
xsrust committed on 4 Jan 2017
@xsrust
updated some of the answers structure, commented for future updates
xsrust committed on 4 Jan 2017
2017-01-03
@briley
Added an index to the projects table for id, is_test and is_public
briley committed on 3 Jan 2017
@briley
fixed equality bug in is_test and is_public setters on Projects model
briley committed on 3 Jan 2017
@briley
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
briley committed on 3 Jan 2017
@briley
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
briley committed on 3 Jan 2017
@briley
fixed typo in params security on Projects controller. verified that plans can be created and updated
briley committed on 3 Jan 2017
@briley
Added permitted parameter list to projects controller to replace old attr_accessible on Project model
briley committed on 3 Jan 2017
2016-12-13
@xsrust
finished update of token_permission_types_controller
xsrust committed on 13 Dec 2016
2016-12-12
@briley
Added magic strings and identifier schemes to new ES locale file. Updated names of magic string categories so that they match the table names
briley committed on 12 Dec 2016
@xsrust
updates so that a user can log into the site \n updated application_controller, user model, registrations edit view, and layouts branding
xsrust committed on 12 Dec 2016
@xsrust
replaces Organisation. with Org. in all files
xsrust committed on 12 Dec 2016
2016-12-08
@briley
Merge branch 'development' of https://github.com/CDLUC3/roadmap into development
briley committed on 8 Dec 2016
@briley
fixed issue with the oauth hash in the registrations controller
briley committed on 8 Dec 2016
2016-12-02
@Brian Riley
Merge pull request #16 from DMPRoadmap/development ...
Brian Riley authored on 2 Dec 2016 GitHub committed on 2 Dec 2016
@Brian Riley
Resolved merge conflicts with fr.yml locale file and the user.rb model. Kept 'language_id' in the attr_accessible list and kept both the self.from_omniauth and reset_password_link methods.
Brian Riley committed on 2 Dec 2016