| #
7923cdac |
| 16-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
allow preset filters and related schemas for cloud
This refactors the cloud aggregation to make use of the SearchSQLBuilder, this in turn allows for reusing much but not all of the default parameter
allow preset filters and related schemas for cloud
This refactors the cloud aggregation to make use of the SearchSQLBuilder, this in turn allows for reusing much but not all of the default parameter handling.
By allowing joins (on pid) and setting filters we can output clouds based on the same data as a shown aggregation.
show more ...
|
| #
444e1657 |
| 28-Jan-2024 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update
|
| #
c1bfd816 |
| 27-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Merge remote-tracking branch 'saggi-dw/date-filter'
|
| #
7974a360 |
| 06-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove some unnecessary texts
|
| #
4fc1424a |
| 28-Jun-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
New syntax component "filter"
|
| #
7b7a9290 |
| 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
lists: correctly handle nesting with empty values
empty values are shown as n/a when they are used in nesting, otherwise not shown just as before
|
| #
7f610bd5 |
| 15-Dec-2022 |
saggi-dw <saggi@gmx.de> |
Add variable date filter based on strtotime
|
| #
6c9d1a10 |
| 21-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Rename internal schemas to "internal"
|
| #
55e23b11 |
| 18-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Config option noedit
Makes it possible to freeze a schema
|
| #
da62ec9c |
| 08-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Allow displaying publish status in aggregations of page data
|
| #
0549dcc5 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
PHP code sniffer autofixes
|
| #
709d7a58 |
| 16-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add config option to disable deleting serial data in aggregations
|
| #
15601745 |
| 08-Dec-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use "global" option in CSV export instead of defunct "lookup"
|
| #
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
|
| #
0ceefd5c |
| 11-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 ...
|
| #
00a3df4e |
| 07-Oct-2019 |
annda <dabrowskaa@gmail.com> |
Merge pull request #464 from cosmocode/messages
Display field labels instead of field names in messages
|
| #
1f075418 |
| 07-Oct-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add comparator strings
|
| #
d8bfcd03 |
| 30-Sep-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add missing translations
|
| #
88b58a21 |
| 30-Mar-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
This commit adds '%lastsummary%' special column for page schemas. The column contains the summary of last page revision.
|
| #
b80ca5e1 |
| 26-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
fix: make html5 datetime picker actually work
The datetime picker expects and produces dates / time pairs separated by the "T" character, not a space. Further, it does not handle seconds at all.
Th
fix: make html5 datetime picker actually work
The datetime picker expects and produces dates / time pairs separated by the "T" character, not a space. Further, it does not handle seconds at all.
Therefore, we have to provide the timestamp in the input field separated by a "T" and for consistency drop seconds altogether. Hence, it becomes necessary to replace the "T" by a space again before providing it to jQuery date picker fallback.
Further, we have to actually parse the "T" when validating the timestamps we receive from the user.
show more ...
|
| #
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 ...
|
| #
79c83e06 |
| 16-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Add button to clear schema data
|
| #
e87d1e74 |
| 14-Mar-2017 |
Michael Große <grosse@cosmocode.de> |
Fix typo
At least it was consistent...
|
| #
34db2096 |
| 14-Mar-2017 |
Michael Große <grosse@cosmocode.de> |
Throw on missing column
This happens if the user explicitly enters a column that does not exist in the schema. This error was previously silently ignored.
This adjustment notifies the user that the
Throw on missing column
This happens if the user explicitly enters a column that does not exist in the schema. This error was previously silently ignored.
This adjustment notifies the user that there is an error.
show more ...
|