History for dmpopidor / app / controllers / application_controller.rb
2017-03-02
@Jimmy Angelakos
Removed ActiveAdmin
Jimmy Angelakos committed on 2 Mar 2017
@Jose Lloret
Replaced I18n.t(...) from controllers. DMPRoadmap/roadmap#98
Jose Lloret committed on 2 Mar 2017
2017-02-23
@Jose Lloret
config/initializers/locale.rb getters/setters pointing at FastGettext. en-UK renamed to en_GB. DMPRoadmap/roadmap#98
Jose Lloret committed on 23 Feb 2017
2017-02-15
@Jose Lloret
URLs without locale param
Jose Lloret committed on 15 Feb 2017
2017-02-10
@Jose Lloret
started the migration from i18n to gettext
Jose Lloret committed on 10 Feb 2017
2016-12-12
@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
2016-11-07
@Brian Riley
removed commented out code from new branding changes
Brian Riley committed on 7 Nov 2016
@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
2016-10-10
@briley
Fixes to the users page
briley committed on 10 Oct 2016
2016-10-04
@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-09-28
@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-16
@xsrust
removed verify_authorized out to individual controllers
xsrust committed on 16 Sep 2016
@xsrust
forced all actions to be authenticated through pundit
xsrust committed on 16 Sep 2016
2016-09-01
@briley
Merged branding changes from the development branch into the master branch that now contains DCC's changes to permissions/roles, internationalization and bug fixes
briley committed on 1 Sep 2016
@briley
merged DCC changes into master
briley committed on 1 Sep 2016
@xsrust
removed cancancan and rollify
xsrust committed on 1 Sep 2016
@xsrust
implimenting auth changes in the views
xsrust committed on 1 Sep 2016
2016-08-18
@xsrust
added default redirect to 403 page for unauth
xsrust committed on 18 Aug 2016
@xsrust
proof of concept for pundit ...
xsrust committed on 18 Aug 2016
@xsrust
installed new gem pundit
xsrust committed on 18 Aug 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-08-12
@Damodar Sojka
Merging master (#20) ...
Damodar Sojka authored on 12 Aug 2016 Brian Riley committed on 12 Aug 2016
@DamodarSojka
super_admin area for languages, changes to langauge initializer to fix migrations issue and org language priority in user language picking
DamodarSojka committed on 12 Aug 2016
2016-08-10
@DamodarSojka
fix locales picking
DamodarSojka committed on 10 Aug 2016
@DamodarSojka
migrations and routes tests
DamodarSojka authored on 4 Aug 2016 Damodar committed on 10 Aug 2016