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

�� Automatic code style fixes

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

Fix fetching email recipients not working with some auth backends

Should fix #19

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.

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

use composing instead of inheritance to access DB

this should avoid two connections to the database

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

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

Send email notifications on status change

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

Handle published status of old revisions on publish

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

Refactor publishing code

8b0ba63515-Sep-2022 Andreas Gohr <andi@splitbrain.org>

added more docblocks and some reformatting

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

Update assignments when patterns are added

e31c94d714-Sep-2022 Andreas Gohr <andi@splitbrain.org>

move all constants to their own class

2b546ecc14-Sep-2022 Andreas Gohr <andi@splitbrain.org>

make it easier to check permissions for the current user

dafa981224-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Register custom sqlite function via event

939e6e3c23-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Remove obsolete helper

40f4519b23-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Working check whether current user may see not only published revisions

51066f2722-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

WIP Show only published revisions to users without publishing privileges

1b063be221-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Approve action

910e7e1519-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Admin interface and required code cleanup

3231ebae17-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Simple syntax

e394901a06-Oct-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Use a regular struct schema instead of custom table

3449f9ce25-Aug-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Publishing not quite working yet

c2f8a3c425-Aug-2021 Anna Dabrowska <dabrowska@cosmocode.de>

WIP

12