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
788 commits
Transfer to URL with SHA
tree:
b3cb222157
Branches
Tags
×
dev
dmpopidor
/
app
/
latest commit
b3cb222157
briley
authored
on 3 Jan 2017
..
admin
added and finalized unit tests for user, token_permission_types, identifier_Schemes, user_identifiers, organisations
9 years ago
controllers
updated locale files so that helpers.yes and helpers.no work. Those are yaml keywords so they must be quoted (e.g. 'yes': 'Oui' instead of yes: 'Oui'). Added is_public and is_test checkboxes to projects edit/create forms
9 years ago
helpers
renamed hash_to_json_object in application_helper to hash_to_js_json_variable to make its purpose clearer
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
Added is_test and is_public flags to the projects table. Added unit tests for new fields. Removed unecessary attr_accessible section from projects model. Added setters for new flag fields so that only one can be true at a given time
9 years ago
policies
fixed bug where selecting guidance was impropperly filtering
9 years ago
validators
Added domain to the identifier_Scheme table. Added unit and functional tests for the identifier_scheme functionality
9 years ago
views
updated locale files so that helpers.yes and helpers.no work. Those are yaml keywords so they must be quoted (e.g. 'yes': 'Oui' instead of yes: 'Oui'). Added is_public and is_test checkboxes to projects edit/create forms
9 years ago