| 2017-01-03 |
fixed typo in params security on Projects controller. verified that plans can be created and updated
briley
committed
on 3 Jan 2017
|
|---|---|
|
Added permitted parameter list to projects controller to replace old attr_accessible on Project model
briley
committed
on 3 Jan 2017
|
|
|
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
briley
committed
on 3 Jan 2017
|
|
| 2016-12-21 |
added and finalized unit tests for user, token_permission_types, identifier_Schemes, user_identifiers, organisations
briley
committed
on 21 Dec 2016
|
| 2016-12-20 |
added unit tests for question format
briley
committed
on 20 Dec 2016
|
|
attempted to add some unit tests for Answers but the data will be changing so much that it did not make sense to continue at this point. Created tests for Language
briley
committed
on 20 Dec 2016
|
|
| 2016-12-19 |
Added test fixtures for answers, questions, question formats, and answer formats
briley
committed
on 19 Dec 2016
|
|
removed test fixtures for Settings.
briley
committed
on 19 Dec 2016
|
|
|
Added test fixtures for ExportedPlan and Settings.
briley
committed
on 19 Dec 2016
|
|
| 2016-12-14 |
finished up application controller tests
briley
committed
on 14 Dec 2016
|
| 2016-12-13 |
finished update of token_permission_types_controller
xsrust
committed
on 13 Dec 2016
|
|
final tweks to ensure all migrations happen together
xsrust
committed
on 13 Dec 2016
|
|
|
added Gemfile with new gem flag_shih_tzu
xsrust
committed
on 13 Dec 2016
|
|
|
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 |
updated roles test fixture to use the modified magic string name
briley
committed
on 12 Dec 2016
|
|
Added magic strings and identifier schemes to new ES locale file. Updated names of magic string categories so that they match the table names
briley
committed
on 12 Dec 2016
|
|
|
updates so that a user can log into the site \n updated application_controller, user model, registrations edit view, and layouts branding
xsrust
committed
on 12 Dec 2016
|
|
|
removed version and updated users_roles to users_perms
xsrust
committed
on 12 Dec 2016
|
|
|
made necissary changes to allow the app to display the splash/login screen
xsrust
committed
on 12 Dec 2016
|
|
|
replaces Organisation. with Org. in all files
xsrust
committed
on 12 Dec 2016
|
|
|
updated theme and user models's associations
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
|
|
|
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
|