History for dmpopidor / app / controllers
2016-10-18
@Jimmy Angelakos
Merge branch 'master' of https://github.com/DMPRoadmap/roadmap into postgresql
Jimmy Angelakos committed on 18 Oct 2016
2016-10-13
@xsrust
removed data access from view of token_permission_types
xsrust committed on 13 Oct 2016
2016-10-10
@briley
Fixes to the users page
briley committed on 10 Oct 2016
2016-10-06
@xsrust
Merge branch 'postgresql' of https://github.com/DigitalCurationCentre/roadmap into postgresql
xsrust committed on 6 Oct 2016
@xsrust
removed trailing ] from plans_controller
xsrust committed on 6 Oct 2016
2016-10-05
@Jimmy Angelakos
replaced invalid SQL conditionals "&&" with "AND"
Jimmy Angelakos committed on 5 Oct 2016
2016-10-04
@briley
fixed issue with policy check when saving changes to a plans export settings
briley committed on 4 Oct 2016
@briley
Updated export page so that the settings section of each phase's accorordion panel is not an accordion. Its now just a div.
briley committed on 4 Oct 2016
@briley
updated actionmailer to use the hostname when adding urls to emails. Also fixed bug in [object]_path route helpers contained within an ActionMailer view. ActionMailer was not proviing the localization portion of the url. Manually including the default locale now in links to the project
briley committed on 4 Oct 2016
2016-10-03
@briley
removed references to old existinguser controller that was used to handle logins from old DMPOnline v3 accounts
briley committed on 3 Oct 2016
2016-09-29
@briley
added errors to organisation controller flash notice
briley committed on 29 Sep 2016
@briley
fixed bad route reference in organisations controller
briley committed on 29 Sep 2016
@briley
Added trap for Dragonfly exceptions on the organisation update. It will now display the logo upload error message stored in the locale files
briley committed on 29 Sep 2016
@briley
Fixed duplicate table issue in edit organisation details page cause by an old merge conflict resolution
briley committed on 29 Sep 2016
@briley
Updated css so that admin/profile popup menu links fit regardless of language selection. Updated profile save so that if user changed the language selection it updates the current user's locale
briley committed on 29 Sep 2016
@briley
Moved language load from registrations/edit page into the controller. Updated registrations/edit page code to directly create the <select> box rather than using rails helpers which for some reason would not actually select the current language value
briley committed on 29 Sep 2016
@briley
Updated controller so that user is kept on the edit profile page after saving their changes
briley committed on 29 Sep 2016
2016-09-28
@briley
added json response back to the settings/projects controller. This just returns the list of selected and available columns for the user's preferences
briley committed on 28 Sep 2016
@briley
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
briley committed on 28 Sep 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
merged local into remote
xsrust committed on 16 Sep 2016
@xsrust
added authorization to settings/plans and settings/projects
xsrust committed on 16 Sep 2016
@xsrust
removed json responces from settings/plans and settings/projects controllers
xsrust committed on 16 Sep 2016
@xsrust
removed unused controllers: User_org_roles, user_org_types, user_statuses, user_types
xsrust committed on 16 Sep 2016
@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
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 unused json responses and added auth to plans controller
xsrust committed on 16 Sep 2016
@xsrust
removed json and added authorization to projects controller
xsrust committed on 16 Sep 2016
@xsrust
moved authorization logic from comments controller to policy file. Additionally removed unused crud methods
xsrust committed on 16 Sep 2016
@xsrust
moved logic for authorization out of answers controller into the policy
xsrust committed on 16 Sep 2016