History log of /plugin/structpublish/ (Results 26 – 50 of 99)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8431881722-Jun-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

b476f81d22-Jun-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Do not pass unused variable around

f734c62f22-Jun-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Update queries for new SQLiteDB class

f9d8803f31-May-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

47759c1c31-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

674f03a425-May-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

ed00f27d22-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 ...

68941b0a17-May-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

6c35120a17-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Introduce optional compact view

98487b7517-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

a42bec4d16-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Send email notifications on status change

51f74f0f20-Feb-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

06e440ea20-Feb-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Update assignments when saving a page

Fixes issues for new pages in a structpublish namespace

030815a320-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 ...

ff0fcad016-Jan-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

5037218916-Jan-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Speed up assignments

b7ad9e4604-Oct-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Banner styles

97a8705604-Oct-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Rename action class

7ada453d04-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.

c7d3717d04-Oct-2022 Anna Dabrowska <dabrowska@cosmocode.de>

PHP 7.2 compatibility

11580b0e04-Oct-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Fix check for not yet published pages

ec4c297828-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

More exact permissions check in aggregations

259e2be928-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Add test requirements

de0854e728-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Replace boolean with integer in SQL queries

1c24630827-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Version upped

1234