| 2016-11-07 |
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
|
|---|---|
|
removed ability to customize view branding folder name. It will just be called branded now
Brian Riley
committed
on 7 Nov 2016
|
|
|
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 |
Bug fix to the column layout handler on the view plans page
briley
committed
on 3 Nov 2016
|
| 2016-11-02 |
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 |
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 |
Fixes to the users page
briley
committed
on 10 Oct 2016
|
| 2016-10-04 |
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 |
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 |
removed verify_authorized out to individual controllers
xsrust
committed
on 16 Sep 2016
|
|
forced all actions to be authenticated through pundit
xsrust
committed
on 16 Sep 2016
|
|
| 2016-09-01 |
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
|
|
merged DCC changes into master
briley
committed
on 1 Sep 2016
|
|
|
removed cancancan and rollify
xsrust
committed
on 1 Sep 2016
|
|
|
implimenting auth changes in the views
xsrust
committed
on 1 Sep 2016
|
|
| 2016-08-18 |
added default redirect to 403 page for unauth
xsrust
committed
on 18 Aug 2016
|
|
|
|
|
installed new gem pundit
xsrust
committed
on 18 Aug 2016
|
|
| 2016-08-17 |
Merging current stable development branch into master (#23)
...
Brian Riley
authored
on 17 Aug 2016
GitHub
committed
on 17 Aug 2016
|
| 2016-08-12 |
|
|
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 |
fix locales picking
DamodarSojka
committed
on 10 Aug 2016
|
|
migrations and routes tests
DamodarSojka
authored
on 4 Aug 2016
Damodar
committed
on 10 Aug 2016
|
|
|
commit
DamodarSojka
authored
on 28 Jul 2016
Damodar
committed
on 10 Aug 2016
|
|
| 2016-08-04 |
fixed the magic strings function
xsrust
committed
on 4 Aug 2016
|
|
added comment to I18n_constant and fixed missing magic string
xsrust
committed
on 4 Aug 2016
|
|
| 2016-08-03 |
initial passover of removing magic strings
xsrust
committed
on 3 Aug 2016
|
| 2016-07-22 |
localization based on url
DamodarSojka
committed
on 22 Jul 2016
|
| 2016-07-15 |
localization further work, including dropdown initial work
DamodarSojka
committed
on 15 Jul 2016
|
| 2016-06-03 |
DMPonline4 - RAILS 4.0 (#4)
...
Marta Ribeiro
authored
on 3 Jun 2016
Brian Riley
committed
on 3 Jun 2016
|