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 |
5b591414 | 20-May-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix diff link in banner (format of rev param)
Fixes #20 |
f0c5cbda | 04-Apr-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style fixes |
31e730e1 | 29-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style adjustments |
c4618b6c | 20-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Only a single row per page can have the "latest" flag |
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 ...
|
b476f81d | 22-Jun-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Do not pass unused variable around |
f734c62f | 22-Jun-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update queries for new SQLiteDB class |
ed00f27d | 22-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
register IS_PUBLISHED on our own database connection
Ideally the plugin shouldn't open it's own connection, but rely on the main struct connection. But since our helper inherits from the struct help
register IS_PUBLISHED on our own database connection
Ideally the plugin shouldn't open it's own connection, but rely on the main struct connection. But since our helper inherits from the struct helper it is treated as a different class (not as the same as struct). So we need to ensure that our function is registered on the correct connection.
Why this has worked before is unclear. With the devel branch of the sqlite plugin it fails.
In the future this should be refactored correctly.
show more ...
|
6c35120a | 17-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Introduce optional compact view |
98487b75 | 17-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Suppress 'old revision' message for users with no publishing permissions
Don't show the message if the viewed revision is the latest published one |
a42bec4d | 16-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Send email notifications on status change |
06e440ea | 20-Feb-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update assignments when saving a page
Fixes issues for new pages in a structpublish namespace |
030815a3 | 20-Feb-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Option to override view restrictions for superusers
New config option which allows admins to view unpublished revisions even if they have no publisher rightsOption to override view restrictions for
Option to override view restrictions for superusers
New config option which allows admins to view unpublished revisions even if they have no publisher rightsOption to override view restrictions for superusers
show more ...
|
97a87056 | 04-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Rename action class |
7ada453d | 04-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Revert order of transactions in db migration
Because migration 1 consists of two separate transactions, db version should be written in the second one. |
11580b0e | 04-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix check for not yet published pages |
ec4c2978 | 28-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
More exact permissions check in aggregations |
de0854e7 | 28-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Replace boolean with integer in SQL queries |
12c71b56 | 26-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add publish info to revisions view |
9413dce6 | 26-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Rename action component handling the page save event |
6d5e23d3 | 26-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Respect requested revision |
fd06d74c | 20-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Improve revision filter |