History log of /plugin/structpublish/action/ (Results 1 – 25 of 59)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9ab8cbae15-Aug-2025 annda <17853330+annda@users.noreply.github.com>

�� Automatic code style fixes

9cc4b3d815-Aug-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Don't hide drafts from users with edit permissions

Implements #15

5b59141420-May-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Fix diff link in banner (format of rev param)

Fixes #20

f0c5cbda04-Apr-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Code style fixes

31e730e129-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Code style adjustments

c4618b6c20-Jul-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Only a single row per page can have the "latest" flag

44f4e83b05-Jul-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Remove code leading to nested transactions on migration

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

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

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

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

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

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.

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

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

Replace boolean with integer in SQL queries

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

Add publish info to revisions view

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

Rename action component handling the page save event

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

Respect requested revision

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

Improve revision filter

123