cb92f2c8 | 06-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Schema assignments were incomplete in CSV test |
036deaae | 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
CSVImporter needs to know which type of data to import |
54efd03e | 29-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Adjust page assignment checks to not exclude serial data from aggregations
For some reason the search query with clause 'assigned !=0' did not return rows where assigned is NULL. This should work ac
Adjust page assignment checks to not exclude serial data from aggregations
For some reason the search query with clause 'assigned !=0' did not return rows where assigned is NULL. This should work according to specs and does work as expected in standalone queries. Fixed by using an explicit IS NULL check.
show more ...
|
734ae70e | 29-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix parameter in test |
5b808f9f | 29-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove islookup property of schemas
CSV import must still be adjusted |
18343cd8 | 22-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Test schema assignments in aggregations |
38e29673 | 22-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix schema assignment check in aggregations |
89409f07 | 21-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix test data in bureaucracy test
The expected data did not conform to new lookup values (composite id) |
95524fca | 20-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Test filtering of serial data |
22589dd3 | 19-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add test for serial data |
84b376a9 | 17-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix how test data for lookups is saved
We need to be careful with the timestamp, or wrong data accessors will be used. |
8041767e | 17-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix dropdown test
Test data did not conform to new format of lookup columns (composite JSON instead of simple row id) |
1e11f3d9 | 17-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Consistent data type check in mock AccessTable
The check was not updated after the mocked class was changed to handle data types instead of schema types |
dd40f4d1 | 16-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use composite lookup values when moving pages |
8ce43f5a | 15-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Restructure search query
Move schema assignment clauses into an ever-present JOIN, conditional on pid. Also remove the $idColumn parameter, previously used to check if schema assignment clauses shou
Restructure search query
Move schema assignment clauses into an ever-present JOIN, conditional on pid. Also remove the $idColumn parameter, previously used to check if schema assignment clauses should be added to queries.
show more ...
|
13b7e9c6 | 15-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use composite, JSON encoded lookup ids in tests |
f2d943af | 14-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Adjust test to new query syntax
ACL and assignment checks are included differently as of 8a160bf |
cfb9109e | 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Minor test update
method signature changed in d400a5f |
9ba770d3 | 07-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add another simple test for QueryBuilder
test OR query |
7f803aa8 | 07-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix data access for lookup types |
8b04ed81 | 06-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Adjust page data access in tests
Fetching current revision by passing timestamp = 0 no longer works, use time() instead |
10575566 | 23-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Some fixme cleanups |
0ceefd5c | 11-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Start unifying schema types
Schemas per se are type agnostic, isLookup property is removed. Data is stored and accessed differently based on how it is entered and retrieved.
The crucial change is i
Start unifying schema types
Schemas per se are type agnostic, isLookup property is removed. Data is stored and accessed differently based on how it is entered and retrieved.
The crucial change is introduction of the composite key of pid and rid. Previous page data utilizes rid = 0 to differentiate itself. Other types, notably lookup, have autoincrementing rid.
Database migration is not implemented yet.
show more ...
|
bdb265c5 | 04-Feb-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add dw2pdf test with special chars in schema
Test runs on a schema with multiple special characters (like _ % ?) that could potentially break regexfor template placeholders. |
0fcba849 | 16-Jan-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Test replacement of dw2pdf placeholders |