History log of /plugin/struct/ (Results 376 – 400 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fbbae12a14-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Lookup types use a composite id

JSON encoded pid and rid, together with lastst = 1, offer a unique identifier for fetching all types of referenced data

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

Adjust test to new query syntax

ACL and assignment checks are included differently as of 8a160bf

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

Manual coding style fixes

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

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

Automatic coding style fixes


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

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

Remove default filter that limited aggregation tables to page data

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

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

Do not fail CodeSniffer check on warnings

phpcs check returns exit code 0 when there were no errors detected, only warnings

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

Automatic coding style fixes


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

Minor test update

method signature changed in d400a5f

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

defer loading of the JSON editor

to make it compatible with DokuWiki master

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

Limit serial aggregations to current page

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.

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

Fix page access check in Tag type

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

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

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

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

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

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

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

Fix revision handling in output (struct data for a page)

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

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