History log of /plugin/struct/helper/lookup.php (Results 1 – 8 of 8)
Revision Date Author Comments
# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


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


# 4cd5cc28 07-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Introduce new factory methods for data access and deprecate old ones


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# 86a40c1e 25-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.


# 6d71ffef 09-Jan-2018 Szymon Olewniczak <solewniczak@rid.pl>

fix: proper error handling


# b193f1ee 08-Jan-2018 Szymon Olewniczak <solewniczak@rid.pl>

"struct_lookup" action for bureaucracy

Action allows create struct lookup entries using bureaucracy form. Syntax:
<form>
action struct_lookup
...
</form>

<form> can contain any number of st

"struct_lookup" action for bureaucracy

Action allows create struct lookup entries using bureaucracy form. Syntax:
<form>
action struct_lookup
...
</form>

<form> can contain any number of struct_field or struct_schema. Data will be saved to respective lookup schemas.

show more ...