History for dmpopidor / app / controllers
2016-11-07
@Brian Riley
renamed layout partials to remove reference to dmponline. Updated configurations so that the code default assets are stored in lib/assets and any instance specific versions would be stored within app/assets. Move static page content out of the large locales files and placed examples of them into config/locales/static_pages
Brian Riley committed on 7 Nov 2016
@Brian Riley
removed ability to customize view branding folder name. It will just be called branded now
Brian Riley committed on 7 Nov 2016
@Brian Riley
moved assets from app/assets to lib/assets. The files in lib/assets will be used by Rails unless override by an equivalent file in app/assets. Added logic to applicationController so that it will look first for a template in app/views/[:branded folder name] before using the default in app/views
Brian Riley committed on 7 Nov 2016
2016-11-03
@briley
Bug fix to the column layout handler on the view plans page
briley committed on 3 Nov 2016
2016-11-02
@briley
fixed issue with settings data saved to the DB using an old version of the gem. stripped html tags from question text for display in the export form.
briley committed on 2 Nov 2016
2016-11-01
@briley
updated application controller so that a user is redirected to the main landing page when then try to access a secure page when not logged in. Added the corresponding locale messages that will be displayed when this happens
briley committed on 1 Nov 2016
@briley
updated passwords controller to redirect user to the main landing page after initiating a password reset. Removed reference to invalid spinner css from main layout file
briley committed on 1 Nov 2016
@briley
updated gitignore to include initializers that should be server specfic. removed reference to missing spinner.css
briley committed on 1 Nov 2016
2016-10-26
@briley
resolving merge conflicts
briley committed on 26 Oct 2016
2016-10-25
@xsrust
modifying relationship between users and organisations \n -users now belong_to organisation \n -organisations now have_many users \n -removed the depricated user_org_roles structure with migration \n -moved data out of that structure into the existing organisation_id field of users to complete relationship \n -re-evaluated functions to do with organisation_id field, as it was used as a placeholder before
xsrust committed on 25 Oct 2016
2016-10-20
@briley
Fixed issues with modal dialog functionality when trying to edit a published template
briley committed on 20 Oct 2016
2016-10-19
@briley
fixed authorization variable issue in dmptemplates_controller#admin_cloneversion
briley committed on 19 Oct 2016
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-12
@briley
reverted changes to devise that were attempting to redirect users to the login page after session expiration. It was causing occassional sign_in issues due to a redirect loop
briley committed on 12 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