ad7dceb9 | 09-Jun-2025 |
obel1x <obel1x@web.de> |
Use new event-system on approving.
Signed-off-by: obel1x <obel1x@web.de> |
4aab27f5 | 07-Apr-2025 |
Louis Ouellet <louis_ouellet@hotmail.com> |
Modified to use DokuWiki's built-in INPUT class |
bbbc43b2 | 22-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 |
adc7dac8 | 02-Oct-2024 |
Henk-B <hbliek@whitebream.nl> |
Update revisions.php
FORM_REVISIONS_OUTPUT |
81624315 | 24-Sep-2024 |
Henk-B <hbliek@whitebream.nl> |
Update revisions.php
Fix colors in revisions table |
a4264b97 | 24-Sep-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix revision check |
e0fdb4d5 | 18-Feb-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix unrecognized approval status of current minor revisions
Fixes #151 |
43aa3594 | 13-Mar-2019 |
Phy <git@phy25.com> |
use DokuWiki's mail_isvalid to validate email address, fixes #119 |
faf1789a | 23-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 ...
|
5552a205 | 07-Sep-2017 |
LarsDW223 <lars_paulsen@web.de> |
Replaced references to '$ACT' with '$event->data'. |
1a02c9e2 | 07-Sep-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fix removeattic function |
fe1c2e04 | 30-Mar-2017 |
Phy <phy25@users.noreply.github.com> |
Fix PHP warning of unset $ref['_elem'] |
9d4b9aa0 | 06-Jan-2016 |
Michael Große <grosse@cosmocode.de> |
Add button to approve all pages in namespace |
eb718fbb | 15-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Fix wrong username when sending approve mail. |
6994f4a8 | 09-Apr-2015 |
Michael Große <mic.grosse+github@googlemail.com> |
Fix missing underscores in hide_approved_banner |
c447490b | 09-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Store mail templates in extra files |
d5f6523f | 09-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. |
50cd5b63 | 09-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Remove comments and fix indentation |
0d6459be | 09-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Fix timestamp |
2583d55d | 09-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
User Mailer Class and fix phpdoc accordingly
mail_send is apparently deprecated |
f31c6595 | 09-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Fix wrong language in comment and rename function |
0a79fa6a | 09-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Load plugin via plugin_load() |
3c21cb49 | 08-Apr-2015 |
Michael Große <mic.grosse+github@googlemail.com> |
Use actual address as from |
4f5c41db | 07-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Code cleanup for phpcs and add phpdocs |
e6206222 | 07-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Reduce signature of create_mail_body
Only the action string is actually necessary. |