History log of /plugin/publish/action/mail.php (Results 1 – 22 of 22)
Revision Date Author Comments
# 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 ...


# eb718fbb 15-Apr-2015 Michael Große <grosse@cosmocode.de>

Fix wrong username when sending approve mail.


# 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


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


# bc4555ca 07-Apr-2015 Michael Große <grosse@cosmocode.de>

Handle body creation both for change and approve

The mail-bodies for change and approval mails are very similar and can
be handled in one method. Using an extra method for this text creation
makes i

Handle body creation both for change and approve

The mail-bodies for change and approval mails are very similar and can
be handled in one method. Using an extra method for this text creation
makes it easier to test.

show more ...


# 8ff23e7f 07-Apr-2015 Michael Große <grosse@cosmocode.de>

Move Mail creation to new method for easier testing

Also split the mail body into several semantic parts to decrease double
code among the $lang variables.


# 9e614880 07-Apr-2015 Michael Große <grosse@cosmocode.de>

Fix comments and reinstate sanity checks


# 8bc37331 07-Apr-2015 Michael Große <grosse@cosmocode.de>

Only send mails when config says so


# 8cd8852a 07-Apr-2015 Michael Große <grosse@cosmocode.de>

Get Mail directly from revision info


# 846d3071 02-Apr-2015 Michael Große <grosse@cosmocode.de>

Move difflink to helper and simplify apprejlink


# 19a54b91 02-Apr-2015 Michael Große <grosse@cosmocode.de>

Send a Mail when a draft is fully approved

The receiver is still missing


# 12699d35 02-Apr-2015 Michael Große <grosse@cosmocode.de>

Sending mail fails on my local system, hence debug

However the debug output looks like intended


# a9071e04 02-Apr-2015 Michael Große <grosse@cosmocode.de>

User class-wide helper instance


# 698cf656 01-Apr-2015 Michael Große <grosse@cosmocode.de>

Add functionality to send mail when a page changes.

Saving a page takes enormous amount of time. Must be fixed.

Links also need to be reworked.