dmpopidor / app / views /
@briley briley authored on 8 Dec 2016
..
admin/ dmptemplates Added some bug fixes that were a part of an old 'upgrade-bootstrap' branch but were missed when creating the rails-4-2 pull request. Also replaces the static page urls with localized versions 9 years ago
api/ v0 Merging master (#20) 9 years ago
contact_us Moved org specific telephone, address and google maps link to config/branding.yml 9 years ago
devise added a initialization helper to assist with omniauth provider registration. Added a remove.png image for disconnecting providers from user accounts 9 years ago
dmptemplates Fixed issues with modal dialog functionality when trying to edit a published template 9 years ago
guidance_groups Merging master (#20) 9 years ago
guidances 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
home Began removing branding variables from the locales file and placed them in branding.yml 9 years ago
layouts removed commented out code from new branding changes 9 years ago
organisation_users Fixed merge conflicts API/I18n -> Rails 4.2 9 years ago
organisations removed tooltip for now defunct description field from the organisation page 9 years ago
plans factor out question guidance to reduce sql queries 9 years ago
projects renamed hash_to_json_object in application_helper to hash_to_js_json_variable to make its purpose clearer 9 years ago
settings 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
shared Added registration controller tests, updated reference to Devise's deprectaed 'bypass' with bypass_sign_in', added some test helper to verify redirects to welcome page (for unauthorized attempts) and projects list page (for authorized). Added language_id back to attr_accessible on User model 9 years ago
static_pages Fixed bug in yaml files. Updated help page content so that it lists an MIT license 9 years ago
token_permission_types Corrected spelling of text_desription field in token_permission_types 9 years ago
user_mailer 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
users Update users page logic so that current user cannot edit their own permissions 9 years ago