History log of /plugin/struct/meta/ (Results 126 – 150 of 512)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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 ...

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

Remove islookup property of schemas

CSV import must still be adjusted

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

Fix schema assignment check in cloud

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

Fix schema assignment check in aggregations

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

Update cloud queries

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

Fix code standard violation

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

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

More flexible page access check in search queries

Add page access clauses in a subquery, conditional on non-empty page id

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

Manual coding style fixes

Method and variable visibility, camel case method names. Some exclusions due to inheritance

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

Automatic coding style fixes


/plugin/struct/_test/SearchConfigParameter.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
AccessDataValidator.php
AccessTable.php
AccessTableData.php
AccessTableLookup.php
AggregationCloud.php
AggregationList.php
AggregationTable.php
Assignments.php
CSVExporter.php
CSVImporter.php
CSVLookupImporter.php
CSVPageImporter.php
Column.php
ConfigParser.php
DateFormatConverter.php
FilterValueListHandler.php
LookupTable.php
PageColumn.php
PageMeta.php
QueryBuilder.php
QueryBuilderWhere.php
RevisionColumn.php
RowColumn.php
Schema.php
SchemaBuilder.php
SchemaEditor.php
SchemaImporter.php
Search.php
SearchCloud.php
SearchConfig.php
SearchConfigParameters.php
StructException.php
SummaryColumn.php
TranslationUtilities.php
UserColumn.php
ValidationException.php
Value.php
ValueValidator.php
/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
b736b2e609-Apr-2020 Andreas Gohr <andi@splitbrain.org>

defer loading of the JSON editor

to make it compatible with DokuWiki master

8da1363a09-Apr-2020 Andreas Gohr <andi@splitbrain.org>

fix curly braces warning on 7.4

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

Fix permission check in page aggregations

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

Access Dokuwiki's refactored lexer

Lexer changed significantly between current stable Greebo and master. Now we can use both versions.

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

Make more SQL queries contingent on the join column ($idColumn)

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

Fix data access for lookup types

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

Pass current time instead of 0 to fetch data of latest page revision

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

Use current time explicitly when fetching data for the latest revision of a page

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

Remove redundant serial code

There is actually very little need to split the handling of lookup (not page specific) and serial (page bound) data, because row ids are globally unique and never shared

Remove redundant serial code

There is actually very little need to split the handling of lookup (not page specific) and serial (page bound) data, because row ids are globally unique and never shared between those two types.

show more ...

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

Consolidate table access classes

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

Fix multi columns

Use the correct column for joining tables depending on data type. This is an initial "it works" implementation and should be revised and done more carefully.

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

Using page revisions in inline editor guarantees that correct data access is initialized

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

Extract data type detection into public methods

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

Fix SQL for multi fields

12345678910>>...21