| 034ac6ab | 15-Aug-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 6a9d27d6 | 15-Aug-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix deprecation |
| 421da0e6 | 15-Aug-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix automatic code style fix |
| 9ab8cbae | 15-Aug-2025 |
annda <17853330+annda@users.noreply.github.com> |
Automatic code style fixes |
| 9cc4b3d8 | 15-Aug-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Don't hide drafts from users with edit permissions
Implements #15 |
| 707d8d6e | 20-May-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 5b591414 | 20-May-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix diff link in banner (format of rev param)
Fixes #20 |
| 74790600 | 04-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| f0c5cbda | 04-Apr-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style fixes |
| 4f0ebffa | 04-Apr-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix fetching email recipients not working with some auth backends
Should fix #19 |
| 6c898b5a | 20-Dec-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 01ea6feb | 12-Sep-2023 |
Andrea <andreabz@users.noreply.github.com> |
italian translation refined in lang.php |
| fd783f93 | 11-Sep-2023 |
Andrea <andreabz@users.noreply.github.com> |
italian translation of lang folder |
| 9dfb18f0 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 31e730e1 | 29-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style adjustments |
| 2467315a | 29-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix publishable check
Bug in aggregations: the check was always applied to current page. Instead it should check the pid of the current result row. |
| fbeca28f | 29-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Replace our own GitHub workflow with DokuWiki's |
| 5b76e469 | 20-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| c4618b6c | 20-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Only a single row per page can have the "latest" flag |
| 5b1fd00b | 19-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
use composing instead of inheritance to access DB
this should avoid two connections to the database |
| 6e583c96 | 06-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 44f4e83b | 05-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove code leading to nested transactions on migration |
| d93c534a | 05-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Migrate existing data to correct 'latest' flag
Previously all tructpublish data had 'latest' set to 1 in order to access historical data, concealed in DB queries by 'latest = 1' clause. With the lat
Migrate existing data to correct 'latest' flag
Previously all tructpublish data had 'latest' set to 1 in order to access historical data, concealed in DB queries by 'latest = 1' clause. With the latest version of struct, this can be switched off per query via setSelectLatest(false) on SearchConfig.
This migration resets the latest flag on all data except the most recent row for each pid / status combination.
show more ...
|
| 92cbcc21 | 05-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fetch data for non-latest revision
By default, only 'latest' data is fetched from database. It is now possible to change the filter for a query. |
| 94eb3960 | 03-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Handle 'latest' flag properly
Before saving a new row of structpublish data make sure that older rows referencing the same id and satus have the flag 'latest' set to 0. There should be only one late
Handle 'latest' flag properly
Before saving a new row of structpublish data make sure that older rows referencing the same id and satus have the flag 'latest' set to 0. There should be only one latest revision in each category: draft, approved, published.
show more ...
|