History log of /plugin/structpublish/ (Results 1 – 25 of 99)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
034ac6ab15-Aug-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

6a9d27d615-Aug-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Fix deprecation

421da0e615-Aug-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Fix automatic code style fix

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

707d8d6e20-May-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

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

Fix diff link in banner (format of rev param)

Fixes #20

7479060004-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

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

Code style fixes

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

Fix fetching email recipients not working with some auth backends

Should fix #19

6c898b5a20-Dec-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

01ea6feb12-Sep-2023 Andrea <andreabz@users.noreply.github.com>

italian translation refined in lang.php

fd783f9311-Sep-2023 Andrea <andreabz@users.noreply.github.com>

italian translation of lang folder

9dfb18f029-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

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

Code style adjustments

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

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

Replace our own GitHub workflow with DokuWiki's

5b76e46920-Jul-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

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

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

5b1fd00b19-Jul-2023 Andreas Gohr <andi@splitbrain.org>

use composing instead of inheritance to access DB

this should avoid two connections to the database

6e583c9606-Jul-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

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

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

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

1234