| 2017-05-12 |
Fixes #307 - Single invitation email issue
Jimmy Angelakos
committed
on 12 May 2017
|
|---|---|
| 2017-05-11 |
Bugfixes for invitations/ password change. Fixes #268, #271.
Jimmy Angelakos
committed
on 11 May 2017
|
| 2017-04-26 |
Merge branch 'remove-settings' into development
Brian Riley
committed
on 26 Apr 2017
|
|
updated generic error message handler to show value when applicable DMPRoadmap/roadmap#234
Brian Riley
committed
on 26 Apr 2017
|
|
|
Removed remaining pieces of the plan_list settings DMPRoadmap/roadmap#248
Brian Riley
committed
on 26 Apr 2017
|
|
| 2017-04-07 |
broken generic error message handler apart into separate create/update/destroy versions. updated calls within the controllers and fixed tests DMPRoadmap/roadmap#227
Brian Riley
committed
on 7 Apr 2017
|
|
Added obj_name param to the generic error message handler on application_controller. Updated all save error handling to render the page rather than redirect DMPRoadmap/roadmap#227
Brian Riley
committed
on 7 Apr 2017
|
|
| 2017-04-06 |
updated not_authorized handler so that it properly sends the user to the plans_page if they are logged in
briley
committed
on 6 Apr 2017
|
| 2017-03-29 |
Added new method that assists controllers with error messaging on application_controller
briley
committed
on 29 Mar 2017
|
| 2017-03-21 |
reverted changes to application_controller and schema.rb
briley
committed
on 21 Mar 2017
|
|
Merge branch 'development' of https://github.com/CDLUC3/roadmap into development
briley
committed
on 21 Mar 2017
|
|
|
fixes to some of the functional tests to use FastGettext instead of I18n
briley
committed
on 21 Mar 2017
|
|
|
|
|
| 2017-03-20 |
Noticed that the user/org's language settings were not being factored in during testing. Updated application controller to use the current user's language or the org's language if available. The locale is only set in the session if the user is logged in now. also fixed to some functional tests.
briley
committed
on 20 Mar 2017
|
| 2017-03-09 |
Language switcher hidden if only one language is installed. DMPRoadmap/roadmap#110
Jose Lloret
committed
on 9 Mar 2017
|
| 2017-03-02 |
Removed ActiveAdmin
Jimmy Angelakos
committed
on 2 Mar 2017
|
|
Replaced I18n.t(...) from controllers. DMPRoadmap/roadmap#98
Jose Lloret
committed
on 2 Mar 2017
|
|
| 2017-02-23 |
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 |
URLs without locale param
Jose Lloret
committed
on 15 Feb 2017
|
| 2017-02-10 |
started the migration from i18n to gettext
Jose Lloret
committed
on 10 Feb 2017
|
| 2016-12-12 |
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 |
removed commented out code from new branding changes
Brian Riley
committed
on 7 Nov 2016
|
|
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
|