| 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 |
| 3678ad52 | 09-Apr-2015 |
Michael Große <mic.grosse+github@googlemail.com> |
Update plugin.info.txt |
| 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. |
| 4f0b1512 | 07-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Delete useless legacy file
|
| 89b043d7 | 07-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Update German language file |
| 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. |
| 39e87974 | 07-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Add test for change mail body |
| efec8cf1 | 07-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Finish diff-link test |
| 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 |
| 0428c87b | 07-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Add conf-option to send mails on change & approve |
| 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 |