History for dmpopidor / app / controllers / projects_controller.rb
2017-01-03
@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-10-05
@Jimmy Angelakos
replaced invalid SQL conditionals "&&" with "AND"
Jimmy Angelakos committed on 5 Oct 2016
2016-09-20
@xsrust
fixed bug where projects_controller wouldnt compile. there was an end in the middle of the file, terminiateing the class prematurely
xsrust committed on 20 Sep 2016
2016-09-16
@xsrust
added auth and removed json from project_groups controller. additionally added constraint to projects and plans controllers that all actions must be authenticated through pundit
xsrust committed on 16 Sep 2016
@xsrust
removed json and added authorization to projects controller
xsrust committed on 16 Sep 2016
2016-09-08
@Brian Riley
Removal of ajax calls from the Create Plan page (#31)
Brian Riley authored on 8 Sep 2016 GitHub committed on 8 Sep 2016
2016-08-17
@Brian Riley
Merging current stable development branch into master (#23) ...
Brian Riley authored on 17 Aug 2016 GitHub committed on 17 Aug 2016
2016-06-03
@Marta Ribeiro
DMPonline4 - RAILS 4.0 (#4) ...
Marta Ribeiro authored on 3 Jun 2016 Brian Riley committed on 3 Jun 2016