GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
2
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Kanban
Build
Network
Mirrors
Gantt Chart
Fork
: 0
opidor
/
dmpopidor
Download ZIP
555 commits
Transfer to URL with SHA
tree:
345ba0f513
Branches
Tags
×
dev
dmpopidor
/
app
/
latest commit
345ba0f513
briley
authored
on 29 Sep 2016
..
admin
Resolved merge conflicts
9 years ago
assets
Updated css so that admin/profile popup menu links fit regardless of language selection. Updated profile save so that if user changed the language selection it updates the current user's locale
9 years ago
controllers
Updated css so that admin/profile popup menu links fit regardless of language selection. Updated profile save so that if user changed the language selection it updates the current user's locale
9 years ago
helpers
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
9 years ago
mailers
Merging master (#20)
9 years ago
models
Updated association between User and Organisation to reflect the removed user_org_roles table. Each User now belongs_to an Organisation.
9 years ago
policies
fixed issue where orgs cannot customise other org's(funders) templates. logic for this auth limiting dosent make me happy as it potentially allows organisations to submit edited json via post and change the other organisations existing sections, even if that option is not available through the ui
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
Moved language load from registrations/edit page into the controller. Updated registrations/edit page code to directly create the <select> box rather than using rails helpers which for some reason would not actually select the current language value
9 years ago