History log of /plugin/struct/action/ (Results 51 – 75 of 212)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d6d97f6009-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


/plugin/struct/.github/workflows/phpCS.yml
/plugin/struct/_test/SearchConfigParameter.test.php
ajax.php
bureaucracy.php
cache.php
config.php
diff.php
edit.php
entry.php
inline.php
lookup.php
migration.php
move.php
output.php
revert.php
search.php
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
d400a5f009-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix permission check in page aggregations

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

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

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

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

Inline editors are mostly adapted to new data access

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

Save empty page ids as strings, not NULL

pid is part of primary key and so must not be NULL. Otherwise the unique constraint does not work, SQLite effectively treats every NULL as unique.

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

Some fixme cleanups

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

Rudimentary handling of serial data

Serial data is bound to a page but does not affect versioning

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

3851b2fb16-Jan-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Enable using page struct data in dw2pdf templates

c285142a13-Aug-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Register an additional hook for bureaucracy plugin

2a09b9b108-May-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Revert "fixes #337"

This reverts commit eaab469c00cfe321e34b8028f8f0004daa52b91e.

Commit introduced warnings.

The attempt is no longer needed after the renderer filter has been updated in
bdefb930

Revert "fixes #337"

This reverts commit eaab469c00cfe321e34b8028f8f0004daa52b91e.

Commit introduced warnings.

The attempt is no longer needed after the renderer filter has been updated in
bdefb930abae6d653aa258a13b39db107380fb3e

show more ...

e46eaffd30-Apr-2019 Szymon Olewniczak <solewniczak@rid.pl>

Becouse there are plugins that extends the Lookup type, we should check
if the column is Lookup or one of its descendants.

f0ee60b916-Mar-2019 Michael Große <mic.grosse@googlemail.com>

�� Fix saved lookup row not being displayed

This fixes a bug that was introduced in ff2afc7c7bdf9f04b6bc2917af42ff865757c54d

When saving the lookup we need the id of the row we just saved to create

�� Fix saved lookup row not being displayed

This fixes a bug that was introduced in ff2afc7c7bdf9f04b6bc2917af42ff865757c54d

When saving the lookup we need the id of the row we just saved to create
the response to the original ajax request.

Closes #398

show more ...

f2f92f4e16-Mar-2019 Michael Große <mic.grosse@googlemail.com>

♻️ Rename methods to camel case

6d49455c16-Mar-2019 Michael Große <mic.grosse@googlemail.com>

�� Remove unnecessary guard

Files should only define classes or run code

cdbf54b416-Mar-2019 Michael Große <mic.grosse@googlemail.com>

�� Autofix whitespace

df8d9fff07-Jul-2018 Michael Große <mic.grosse@googlemail.com>

�� Prevent PHP7 warning and check if countable first

ff2afc7c22-May-2018 Michael Große <grosse@cosmocode.de>

refactor: Move saving of lookup row to helper method

This should make saving lookup data easier, both for tests and external plugins

9007da5824-Apr-2018 Michael Große <grosse@cosmocode.de>

Fix PHP notices

123456789