Merge pull request #62 from CDLUC3/master
Bug fixes for export functionality, initial unit testing, etc.
dev
commit b4491c766b8a662ae74a6645129597474265aaf8
2 parents b74da74 + 7af4d09
@Ray Carrick Ray Carrick authored on 4 Nov 2016
GitHub committed on 4 Nov 2016
Showing 57 changed files
View
.travis.yml
View
Gemfile
View
Gemfile.lock
View
app/admin/token_permission_type.rb
View
app/assets/images/logo_100x100.jpg 0 → 100644
View
app/assets/images/logo_300x300.jpg 0 → 100644
View
app/controllers/application_controller.rb
View
app/helpers/projects_helper.rb
View
app/models/guidance_group.rb
View
app/models/language.rb
View
app/models/organisation.rb
View
app/models/organisation_type.rb
View
app/models/token_permission_type.rb
View
app/models/user.rb
View
app/views/settings/plans/_export_formatting_form.html.erb
View
app/views/token_permission_types/index.html.erb
View
config/database_example.yml
View
config/initializers/devise.rb
View
config/locales/de.yml
View
config/locales/en-UK.yml
View
config/locales/en-US.yml
View
config/locales/fr.yml
View
db/migrate/20161021100420_single_organisation_for_users.rb
View
db/migrate/20161102221313_change_text_description_to_text_description_in_token_permission_types.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb
View
lib/tasks/migrate.rake
View
test/assets/logo.jpg 0 → 100644
View
test/assets/logo_100x100.jpg 0 → 100644
View
test/assets/logo_300x300.jpg 0 → 100644
View
test/fixtures/dmptemplates.yml
View
test/fixtures/languages.yml 0 → 100644
View
test/fixtures/organisation_types.yml
View
test/fixtures/organisations.yml
View
test/fixtures/phases.yml
View
test/fixtures/roles.yml
View
test/fixtures/sections.yml
View
test/fixtures/token_permission_types.yml 0 → 100644
View
test/fixtures/user_org_roles.yml 100644 → 0
View
test/fixtures/user_role_types.yml 100644 → 0
View
test/fixtures/user_statuses.yml 100644 → 0
View
test/fixtures/user_types.yml 100644 → 0
View
test/fixtures/users.yml
View
test/fixtures/versions.yml
View
test/functional/api_projects_controller_test.rb
View
test/routing_test.rb 0 → 100644
View
test/test_helper.rb
View
test/unit/dmptemplate_test.rb
View
test/unit/guidance_group_test.rb
View
test/unit/guidance_test.rb
View
test/unit/organisation_test.rb
View
test/unit/organisation_type_test.rb
View
test/unit/token_permission_type_test.rb 0 → 100644
View
test/unit/user_org_role_test.rb 100644 → 0
View
test/unit/user_status_test.rb 100644 → 0
View
test/unit/user_test.rb
View
test/unit/user_type_test.rb 100644 → 0