| 2016-12-12 |
updated theme and user models's associations
xsrust
committed
on 12 Dec 2016
|
|---|---|
|
updated models for role, section, and suggested answer
xsrust
committed
on 12 Dec 2016
|
|
|
updated question_format and roles models
xsrust
committed
on 12 Dec 2016
|
|
|
updated relations in question model
xsrust
committed
on 12 Dec 2016
|
|
|
changed has_one to belongs_to in new_plans -> templates relationship
Sam Rust
authored
on 12 Dec 2016
GitHub
committed
on 12 Dec 2016
|
|
| 2016-12-09 |
updated roles to perms as per renamed table
Sam Rust
authored
on 9 Dec 2016
GitHub
committed
on 9 Dec 2016
|
|
added new_plans relation to users through roles
Sam Rust
authored
on 9 Dec 2016
GitHub
committed
on 9 Dec 2016
|
|
|
added users to new_plan relationships
Sam Rust
authored
on 9 Dec 2016
GitHub
committed
on 9 Dec 2016
|
|
| 2016-12-08 |
began changing models to reflect the new model names and relationships, additionally deleting some old/unused models which no longer apply in the new schema.
xsrust
committed
on 8 Dec 2016
|
|
removed unused models
xsrust
committed
on 8 Dec 2016
|
|
|
added migration to add foreign keys. Also needed to remove the temporary models, and update existing models to reflect the new relationships
xsrust
committed
on 8 Dec 2016
|
|
| 2016-12-02 |
Resolved merge conflicts with fr.yml locale file and the user.rb model. Kept 'language_id' in the attr_accessible list and kept both the self.from_omniauth and reset_password_link methods.
Brian Riley
committed
on 2 Dec 2016
|
| 2016-11-30 |
updated code to write user-generated content (answers/notes)
xsrust
committed
on 30 Nov 2016
|
|
fixes from feedback from french testing of dmponline
Ray Carrick
committed
on 30 Nov 2016
|
|
| 2016-11-29 |
bugs found in fr dmponline
Ray Carrick
committed
on 29 Nov 2016
|
|
updated models for data migration
xsrust
committed
on 29 Nov 2016
|
|
| 2016-11-22 |
add a reset_password_link method for convenience
Ray Carrick
committed
on 22 Nov 2016
|
| 2016-11-15 |
removed the unused user_id field from the dmptemplates table
xsrust
committed
on 15 Nov 2016
|
|
removed models and super admin pages for removed tables user_role_type, user_status, and user_type
xsrust
committed
on 15 Nov 2016
|
|
|
removed domain and stylesheet_id from organisation. Both were unused on the front and back ends of the tool
xsrust
committed
on 15 Nov 2016
|
|
|
removed role_in_plans, resource_id, and resource_type from the roles table. All were unused
xsrust
committed
on 15 Nov 2016
|
|
|
removed parent_id field from questions table
xsrust
committed
on 15 Nov 2016
|
|
|
removed option_warnings table and unused code surrounding the structure
xsrust
committed
on 15 Nov 2016
|
|
|
removed user_statuses, user_types, and user_role_types tables and associations which referenced them
xsrust
committed
on 15 Nov 2016
|
|
| 2016-11-10 |
Added new ORCID field to the export pages
briley
committed
on 10 Nov 2016
|
|
Had to remove code that was building devise omniauth connections dynamically. The timing of when the rails engine builds the routes and the models is not conducive to this approach
briley
committed
on 10 Nov 2016
|
|
|
profile save crashing
Ray Carrick
committed
on 10 Nov 2016
|
|
| 2016-11-09 |
Added domain to the identifier_Scheme table. Added unit and functional tests for the identifier_scheme functionality
briley
committed
on 9 Nov 2016
|
| 2016-11-08 |
added identifier_Schemes table check to user.rb model. Both ActiveAdmin and Devise attempt to initialize the object during a rake command which forces a 'table does not exist' error.
briley
committed
on 8 Nov 2016
|
|
fixed merge conflicts
briley
committed
on 8 Nov 2016
|