ba662a60 | 07-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
some automatic rector fixes |
ba7f5789 | 06-Feb-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
No direct search execution |
52637a9c | 18-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
DB migration: add indexes for latest and published |
30ad7b71 | 16-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
bureucracy: handle multi fields of type page with setting 'usetitles'
Addresses one of the issues in #700 |
5e29103a | 11-Dec-2023 |
annda <annda@users.noreply.github.com> |
Automatic code style fixes |
7fe2cdf2 | 13-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
apply #670 and manually cleanup afterwards
fixes some failing tests uses sexplode over array_pad reformats multiline arrays |
7234bfb1 | 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes |
66164365 | 21-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
can't pass table names as prepared params
Fixes https://forum.dokuwiki.org/d/21476/3 |
79b29326 | 24-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access |
fef50e52 | 18-Apr-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Prevent inline aditor from breaking on fields with a dot in field name |
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 |
fc6ac2e5 | 17-Aug-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add 'published' column to db tables
First step of integrating publishing workflows into struct |
25708572 | 04-Apr-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix bureaucracy test (#601)
- Fix bureaucracy tests
- Bureaucracy: Don't attempt to double decode lookup field |
17dda596 | 29-Mar-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Respect ACLs in serial editor (#599)
Fixes #589 |
17a3a578 | 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Manual code style adjustments |
0549dcc5 | 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
PHP code sniffer autofixes |
4c3a60d8 | 15-Jun-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix permissions check when editing global data inline
Inline editor used to apply page ACL checks to global data, with missing pid in this case leading to check on the root namespace. |
23f770ed | 11-May-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
dw2pdf replacement: apply field format to dates (#576) |
8a30dd7d | 18-Apr-2021 |
Frieder Schrempf <34034373+fschrempf@users.noreply.github.com> |
Add config option to show data on the top of the page (#550)
* Add config option to show data on the top of the page
Currently the default behavior is to show the data below the first
heading if
Add config option to show data on the top of the page (#550)
* Add config option to show data on the top of the page
Currently the default behavior is to show the data below the first
heading if it is found, or else on the top of the page.
In addition to the existing option to always show the data on the
bottom, let's also add an option to show it always on the top.
As we want to stay compatible with existing setups that use the
'bottomoutput' option we add another boolean 'topoutput'. The former
takes precedence over the latter and only if both are unset, the
default behavior of showing the data below the first heading is used.
Signed-off-by: Frieder Schrempf <dev@fris.de>
* fixup! Add config option to show data on the top of the page
show more ...
|
208bb3f3 | 08-Mar-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix code style violations |
34ea6e10 | 16-Feb-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Eliminate warnings in PHP 8 |
709d7a58 | 16-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add config option to disable deleting serial data in aggregations |
bbd79bcc | 10-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Migration cleanup
Finally removes a temp table left over by migration 16 |