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 |
92b96518 | 02-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
If a draft is fully approved send a mail
(recipent is still not implemented) |
6c4c5b73 | 02-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
User helper function for difflink |
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. |
5ccce1ab | 01-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Fix signatures to conform with PHP Strict Standards |
269d7557 | 27-Jan-2015 |
Michael Große <grosse@cosmocode.de> |
Add option to hide the banner, if the page is approved |
a02e1f7b | 24-Nov-2013 |
Andreas Gohr <andi@splitbrain.org> |
fix isset logic as mentioned by @britiger |
8fc40594 | 20-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix missing negation |
51621a57 | 20-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
use rather than |
d9258364 | 18-Feb-2013 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
correct active/inactive states |
2d472d20 | 12-Feb-2013 |
Sam Wilson <sam@samwilson.id.au> |
Check for array members before using them. |
a224d022 | 24-Jan-2013 |
Sam Wilson <sam@samwilson.id.au> |
Check for $ref['_elem'] before using it. |
687bc0f1 | 04-Feb-2013 |
René Corinth <corinth@cosmocode.de> |
Add a non aproval field in the conf |
2391ef60 | 20-Dec-2012 |
Andreas Gohr <gohr@cosmocode.de> |
hide banner to read only users |
546b37fe | 14-Nov-2012 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
do not set $REV if the current is approved |
5eecc2e6 | 05-Nov-2012 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
mark not published pages as hidden |
4e55e2a1 | 31-Oct-2012 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
added optional attic deletion on first approve |