| #
67f70d54 |
| 18-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Revert "Lazy search execution"
This reverts commit 95a8e37d986b141b2caee5b396741b93cd31c0e6.
|
| #
95a8e37d |
| 18-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Lazy search execution
Move search out of aggregation constructors. It should only be executed before actual rendering, not e.g. on metadata run
|
| #
5e29103a |
| 11-Dec-2023 |
annda <annda@users.noreply.github.com> |
Automatic code style fixes
|
| #
7234bfb1 |
| 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes
|
| #
307755de |
| 13-Mar-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove redundant 'schema' from new entry editor
Schema can be extracted from searchconf
|
| #
615e5131 |
| 13-Mar-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Improved column selection in serial editor
|
| #
87788c7f |
| 13-Mar-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Allow column config in serial syntax
The same columns are used in aggregation and new entry editor
|
| #
17dda596 |
| 29-Mar-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Respect ACLs in serial editor (#599)
Fixes #589
|
| #
0549dcc5 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
PHP code sniffer autofixes
|
| #
ed77599c |
| 30-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix deleting lookup entries
Fixes #506
|
| #
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 ...
|