History log of /plugin/struct/_test/ (Results 76 – 100 of 315)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cb92f2c806-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Schema assignments were incomplete in CSV test

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

CSVImporter needs to know which type of data to 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

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

Remove islookup property of schemas

CSV import must still be adjusted

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

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

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

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

Adjust test to new query syntax

ACL and assignment checks are included differently as of 8a160bf


/plugin/struct/.github/workflows/phpCS.yml
AccessTableDataReplacement.test.php
/plugin/struct/action/ajax.php
/plugin/struct/action/bureaucracy.php
/plugin/struct/action/cache.php
/plugin/struct/action/config.php
/plugin/struct/action/diff.php
/plugin/struct/action/edit.php
/plugin/struct/action/entry.php
/plugin/struct/action/inline.php
/plugin/struct/action/lookup.php
/plugin/struct/action/migration.php
/plugin/struct/action/move.php
/plugin/struct/action/output.php
/plugin/struct/action/revert.php
/plugin/struct/action/search.php
/plugin/struct/action/title.php
/plugin/struct/admin/assignments.php
/plugin/struct/admin/schemas.php
/plugin/struct/helper.php
/plugin/struct/helper/config.php
/plugin/struct/helper/db.php
/plugin/struct/helper/field.php
/plugin/struct/helper/fieldhidden.php
/plugin/struct/helper/imexport.php
/plugin/struct/helper/lookup.php
/plugin/struct/meta/AccessDataValidator.php
/plugin/struct/meta/AccessTable.php
/plugin/struct/meta/AccessTableData.php
/plugin/struct/meta/AccessTableLookup.php
/plugin/struct/meta/AggregationCloud.php
/plugin/struct/meta/AggregationList.php
/plugin/struct/meta/AggregationTable.php
/plugin/struct/meta/Assignments.php
/plugin/struct/meta/CSVExporter.php
/plugin/struct/meta/CSVImporter.php
/plugin/struct/meta/CSVLookupImporter.php
/plugin/struct/meta/CSVPageImporter.php
/plugin/struct/meta/Column.php
/plugin/struct/meta/ConfigParser.php
/plugin/struct/meta/DateFormatConverter.php
/plugin/struct/meta/FilterValueListHandler.php
/plugin/struct/meta/LookupTable.php
/plugin/struct/meta/PageColumn.php
/plugin/struct/meta/PageMeta.php
/plugin/struct/meta/QueryBuilder.php
/plugin/struct/meta/QueryBuilderWhere.php
/plugin/struct/meta/RevisionColumn.php
/plugin/struct/meta/RowColumn.php
/plugin/struct/meta/Schema.php
/plugin/struct/meta/SchemaBuilder.php
/plugin/struct/meta/SchemaEditor.php
/plugin/struct/meta/SchemaImporter.php
/plugin/struct/meta/Search.php
/plugin/struct/meta/SearchCloud.php
/plugin/struct/meta/SearchConfig.php
/plugin/struct/meta/SearchConfigParameters.php
/plugin/struct/meta/StructException.php
/plugin/struct/meta/SummaryColumn.php
/plugin/struct/meta/TranslationUtilities.php
/plugin/struct/meta/UserColumn.php
/plugin/struct/meta/ValidationException.php
/plugin/struct/meta/Value.php
/plugin/struct/meta/ValueValidator.php
/plugin/struct/plugin.info.txt
/plugin/struct/remote.php
/plugin/struct/renderer/csv.php
/plugin/struct/syntax/cloud.php
/plugin/struct/syntax/list.php
/plugin/struct/syntax/lookup.php
/plugin/struct/syntax/output.php
/plugin/struct/syntax/serial.php
/plugin/struct/syntax/table.php
/plugin/struct/types/AbstractBaseType.php
/plugin/struct/types/AbstractMultiBaseType.php
/plugin/struct/types/AutoSummary.php
/plugin/struct/types/Checkbox.php
/plugin/struct/types/Color.php
/plugin/struct/types/Date.php
/plugin/struct/types/DateTime.php
/plugin/struct/types/Decimal.php
/plugin/struct/types/Dropdown.php
/plugin/struct/types/LongText.php
/plugin/struct/types/Lookup.php
/plugin/struct/types/Mail.php
/plugin/struct/types/Media.php
/plugin/struct/types/Page.php
/plugin/struct/types/Tag.php
/plugin/struct/types/Text.php
/plugin/struct/types/TraitFilterPrefix.php
/plugin/struct/types/Url.php
/plugin/struct/types/User.php
/plugin/struct/types/Wiki.php
cfb9109e09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Minor test update

method signature changed in d400a5f

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

Add another simple test for QueryBuilder

test OR query

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

Fix data access for lookup types

8b04ed8106-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

1057556623-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Some fixme cleanups

0ceefd5c11-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 ...

bdb265c504-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.

0fcba84916-Jan-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Test replacement of dw2pdf placeholders

12345678910>>...13