History log of /plugin/publish/action/ (Results 1 – 25 of 67)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ad7dceb909-Jun-2025 obel1x <obel1x@web.de>

Use new event-system on approving.

Signed-off-by: obel1x <obel1x@web.de>

4aab27f507-Apr-2025 Louis Ouellet <louis_ouellet@hotmail.com>

Modified to use DokuWiki's built-in INPUT class

bbbc43b222-Jan-2025 Louis Ouellet <louis_ouellet@hotmail.com>

Fixing PHP Warning: Undefined array key 'force_rev' in action/start.php on line 37 by verifying if the key exist

adc7dac802-Oct-2024 Henk-B <hbliek@whitebream.nl>

Update revisions.php

FORM_REVISIONS_OUTPUT

8162431524-Sep-2024 Henk-B <hbliek@whitebream.nl>

Update revisions.php

Fix colors in revisions table

a4264b9724-Sep-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Fix revision check

e0fdb4d518-Feb-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Fix unrecognized approval status of current minor revisions

Fixes #151

43aa359413-Mar-2019 Phy <git@phy25.com>

use DokuWiki's mail_isvalid to validate email address, fixes #119

faf1789a23-May-2018 Michael Große <grosse@cosmocode.de>

fix: don't prevent creator from a new page's metadata ��

Calling pageinfo() durint IO_WIKIPAGE_WRITE of newly created pages
caused the page's metadata file to be written prematurely which in turn
ca

fix: don't prevent creator from a new page's metadata ��

Calling pageinfo() durint IO_WIKIPAGE_WRITE of newly created pages
caused the page's metadata file to be written prematurely which in turn
caused the creator to be omitted from the page's metadata.

This reworks the create_mail_body action to no longer call pageinfo().

See also splitbrain/dokuwiki#2401

show more ...

5552a20507-Sep-2017 LarsDW223 <lars_paulsen@web.de>

Replaced references to '$ACT' with '$event->data'.

1a02c9e207-Sep-2017 Andreas Gohr <gohr@cosmocode.de>

fix removeattic function

fe1c2e0430-Mar-2017 Phy <phy25@users.noreply.github.com>

Fix PHP warning of unset $ref['_elem']

9d4b9aa006-Jan-2016 Michael Große <grosse@cosmocode.de>

Add button to approve all pages in namespace

eb718fbb15-Apr-2015 Michael Große <grosse@cosmocode.de>

Fix wrong username when sending approve mail.

6994f4a809-Apr-2015 Michael Große <mic.grosse+github@googlemail.com>

Fix missing underscores in hide_approved_banner

c447490b09-Apr-2015 Michael Große <grosse@cosmocode.de>

Store mail templates in extra files

d5f6523f09-Apr-2015 Michael Große <grosse@cosmocode.de>

Use conf['apr_mail_receiver'] also as bool option

Add a message only visible to admins, if the address is configuered (and
hence the option is activated), but the configured address is invalid.

50cd5b6309-Apr-2015 Michael Große <grosse@cosmocode.de>

Remove comments and fix indentation

0d6459be09-Apr-2015 Michael Große <grosse@cosmocode.de>

Fix timestamp

2583d55d09-Apr-2015 Michael Große <grosse@cosmocode.de>

User Mailer Class and fix phpdoc accordingly

mail_send is apparently deprecated

f31c659509-Apr-2015 Michael Große <grosse@cosmocode.de>

Fix wrong language in comment and rename function

0a79fa6a09-Apr-2015 Michael Große <grosse@cosmocode.de>

Load plugin via plugin_load()

3c21cb4908-Apr-2015 Michael Große <mic.grosse+github@googlemail.com>

Use actual address as from

4f5c41db07-Apr-2015 Michael Große <grosse@cosmocode.de>

Code cleanup for phpcs and add phpdocs

e620622207-Apr-2015 Michael Große <grosse@cosmocode.de>

Reduce signature of create_mail_body

Only the action string is actually necessary.

123