History log of /plugin/struct/_test/mock/AccessTableDataNoDB.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# 308cc83f 14-May-2020 Andreas Gohr <andi@splitbrain.org>

refactoring names

To avoid confusion with the Lookup type, the three different ways of
accessing a schema have now the following names:

* page data - for revisioned struct data attached to a page
*

refactoring names

To avoid confusion with the Lookup type, the three different ways of
accessing a schema have now the following names:

* page data - for revisioned struct data attached to a page
* serial data - for an unrevisioned list of struct data attached to a
page
* global data - for an unrevisioned list of struct data not attached to
any page (formaly known as lookup schema)

The editor mechanism used for serial and global data is now called
AggregationEditor

Some reference to lookup schemas is still in the bureaucracy support
part.

show more ...


# 8b04ed81 06-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


# daf34b99 09-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

fixed tests


# e336703d 08-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

renamed tests