| 2016-12-13 |
replaced plan roles with bitflags
xsrust
committed
on 13 Dec 2016
|
|---|---|
|
removed organisation_types and replaced with bitflags
xsrust
committed
on 13 Dec 2016
|
|
| 2016-12-12 |
replaces Organisation. with Org. in all files
xsrust
committed
on 12 Dec 2016
|
|
updated data migration to not over-write organisation_id for templates with nil
Sam Rust
authored
on 12 Dec 2016
GitHub
committed
on 12 Dec 2016
|
|
| 2016-12-08 |
updated removing_intermediary_tables to remove some other unused tables
xsrust
committed
on 8 Dec 2016
|
|
updated schema
xsrust
committed
on 8 Dec 2016
|
|
|
added migration to make a many to one relationship guidances > guidance_groups, additionally, removed the project groups and projects tables
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
|
|
|
updated migration to remove all new_table_name structures
xsrust
committed
on 8 Dec 2016
|
|
|
init commit of migration to remove old tables and rename intermediary ones
xsrust
committed
on 8 Dec 2016
|
|
|
additionally stores old project_id for new_plans
xsrust
committed
on 8 Dec 2016
|
|
| 2016-12-06 |
changed the way answers are selected in migration
xsrust
committed
on 6 Dec 2016
|
| 2016-12-05 |
updated prefetching, relocated index definition, and removed debug for migration
xsrust
committed
on 5 Dec 2016
|
|
wrapped migration in transaction for performance
xsrust
committed
on 5 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
|
|
removed early cutting for template project and relpaced with better selection
xsrust
committed
on 30 Nov 2016
|
|
|
updated to allow template versioning to function correctly
xsrust
committed
on 30 Nov 2016
|
|
| 2016-11-29 |
total schema data migration: now with customized templates
xsrust
committed
on 29 Nov 2016
|
|
preliminary migration of db schema - migration subject to change
xsrust
committed
on 29 Nov 2016
|
|
|
renamed roles to perms
xsrust
committed
on 29 Nov 2016
|
|
| 2016-11-15 |
expand migration to work with pg
Ruby Rails Dev Account
committed
on 15 Nov 2016
|
|
removed the unused user_id field from the dmptemplates table
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-14 |
add spanish translations
Ray Carrick
committed
on 14 Nov 2016
|
| 2016-11-10 |
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
|