| 84318817 | 22-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 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 |
| f9d8803f | 31-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 47759c1c | 31-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
More specific assignment removal
After removing a pattern, remove only assignments matching the rule in the pattern, not all assignments for the affected pages
Fixes #3 |
| 674f03a4 | 25-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 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 ...
|
| 68941b0a | 17-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 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 |
| 51f74f0f | 20-Feb-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 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 ...
|
| ff0fcad0 | 16-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 50372189 | 16-Jan-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Speed up assignments |
| b7ad9e46 | 04-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Banner styles |
| 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. |
| c7d3717d | 04-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
PHP 7.2 compatibility |
| 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 |
| 259e2be9 | 28-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add test requirements |
| de0854e7 | 28-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Replace boolean with integer in SQL queries |
| 1c246308 | 27-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Version upped |