| #
ba7f5789 |
| 06-Feb-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
No direct search execution
|
| #
7234bfb1 |
| 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes
|
| #
17a3a578 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Manual code style adjustments
|
| #
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 ...
|
| #
ad86a824 |
| 11-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Create pages when importing serial data
|
| #
fabc08cb |
| 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix code style violations
|
| #
69d92b7a |
| 04-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Prepare to use unified schema in admin CSV export/import
|
| #
5b808f9f |
| 29-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove islookup property of schemas
CSV import must still be adjusted
|
| #
d6d97f60 |
| 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Automatic coding style fixes
|
| #
f36cc634 |
| 06-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
add raw CSV export
This allows exporting the raw data of a schema in the same format as used in the CSV import.
|