History log of /plugin/struct/ (Results 351 – 375 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4569877705-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

More sensitive check for which version of schema should be loaded

4e4edb4105-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

WIP Try not to duplicate data saving methods

eead75e804-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

WIP Prepare to use unified schema in admin CSV export/import

54efd03e29-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 ...

734ae70e29-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix parameter in test

8248cfab29-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix code style violations

5b808f9f29-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Remove islookup property of schemas

CSV import must still be adjusted

76a74c2323-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Migrate database to unified schema

8ee102e223-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Load current schema in inline editor

Using page revision could cause loading of outdated schemas, but the
inline editor should only be used with current data.

15df592222-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix schema assignment check in cloud

18343cd822-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Test schema assignments in aggregations

38e2967322-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix schema assignment check in aggregations

89409f0721-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)

95524fca20-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Test filtering of serial data

dea5165720-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Update cloud queries

22589dd319-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Add test for serial data

84b376a917-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.

8041767e17-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)

1e11f3d917-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

83de40a817-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Remove remnants of obsolete $idColumn parameter

f183bf6e16-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix code standard violation

565b4cc116-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Add wrapper function for json_decode()

dd40f4d116-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Use composite lookup values when moving pages

8ce43f5a15-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 ...

13b7e9c615-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Use composite, JSON encoded lookup ids in tests

1...<<11121314151617181920>>...54