dmpopidor / app /
@Brian Riley Brian Riley authored on 7 Nov 2016
..
admin Corrected spelling of text_desription field in token_permission_types 9 years ago
assets/ images 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 9 years ago
controllers removed ability to customize view branding folder name. It will just be called branded now 9 years ago
helpers 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. 9 years ago
mailers 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 9 years ago
models Corrected spelling of text_desription field in token_permission_types 9 years ago
policies Added tooltip for 'published' checkbox on guidance page. Added confirmation alert when clicking delete on guidance and guidance groups. Removed invalid policy check for organisation id match when creating new guidance 9 years ago
validators Removed description field from organisation. Add contact email to the organisation. Change the way the logo is displayed on the organisation screen. 9 years ago
views Corrected spelling of text_desription field in token_permission_types 9 years ago