Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed commented code left from the quoted_printable days | Andreas Gohr | 2012-03-23 |
| | |||
* | add missing table tags for HTML diff mails | Andreas Gohr | 2012-03-14 |
| | |||
* | fixed subscriber mail signatures | Andreas Gohr | 2012-03-09 |
| | |||
* | use real HRs in HTML mails | Andreas Gohr | 2012-03-09 |
| | |||
* | Add various headers to the mails FS#2247. pull request #83 closed | Andreas Gohr | 2012-03-09 |
| | |||
* | removed footer image from HTML mails | Andreas Gohr | 2012-03-09 |
| | |||
* | use inlinestyles for diffs in HTML mails | Andreas Gohr | 2012-03-09 |
| | |||
* | fixed signature stripping | Andreas Gohr | 2012-03-09 |
| | |||
* | fixed mailprefix handling | Andreas Gohr | 2012-03-09 |
| | |||
* | fixed missing replacement for HTML notify mails | Andreas Gohr | 2012-03-04 |
| | |||
* | allow image embeds in HTML mail templates | Andreas Gohr | 2011-11-13 |
| | | | | | | | | | Using the place holder @MEDIA(<mediaid>)@ you now can directly embed images from the media repository into your HTML mail template. An example was added to the mailwrap.html, but because images are embedded as is (no prescaling) this is suboptimal. If we keep it, a smaller version of the DokuWiki logo should be shipped with DokuWiki. | ||
* | Added HTML wrapper for mails | Andreas Gohr | 2011-11-13 |
| | | | | | | | | | | The mailwrap.html adds the standard headers and footers to all HTML mails. The signature present in the text body will be removed before inserting in the wrapper, allowing a nicer footer for HTML. Users can overwrite the file with their own to create HTML mails in corporate design. However, a way to automatically embed referenced images is missing currently. | ||
* | allow non-txt extensions when accessing locales | Andreas Gohr | 2011-11-13 |
| | |||
* | added Mailer class to autoloader | Andreas Gohr | 2011-11-12 |
| | |||
* | Replaced mail_send calls with new Mailer class | Andreas Gohr | 2011-11-12 |
| | |||
* | Make use of new Mailer class in notify() | Andreas Gohr | 2011-11-12 |
| | | | | It now uses inline diff format for diff HTML mails | ||
* | Copy all text replacements to HTML replacements in Mailer | Andreas Gohr | 2011-11-12 |
| | | | | | With this change it's easy to just set the replacements for HTML that need special attention. | ||
* | Added setBody() to Mailer class | Andreas Gohr | 2011-11-12 |
| | | | | | | This method makes it easy to send a HTML mail based on the default text mails. This is probably enough for simpler mails where no sophisticated HTML is needed except a bit of formatting and linked URLs. | ||
* | shorten title when used as prefix | Andreas Gohr | 2011-11-12 |
| | |||
* | mail prefix defaults to title when empty | Andreas Gohr | 2011-11-12 |
| | |||
* | added old plugin hook back into Mailer class | Andreas Gohr | 2011-11-12 |
| | | | | | | it now passes the whole Mail object and also signals if the mail sending was successful to the AFTER event. A bunch of references should make it compatible with old plugins. | ||
* | clean headers in a separate step | Andreas Gohr | 2011-11-12 |
| | | | | | this should make it easier to reintroduce a plugin hook compatible with the old one | ||
* | Merge branch 'master' into htmlmail | Andreas Gohr | 2011-11-12 |
|\ | |||
| * | Esperanto language update | Robert Bogenschneider | 2011-11-10 |
| | | |||
| * | use DOKU_SCRIPT instead of stray doku.php in checkUpdateMessages() (FS#2364) | Anika Henke | 2011-11-08 |
| | | |||
| * | renamed plugins.protected.php to plugins.required.php and added it cascade ↵ | Piyush Mishra | 2011-11-06 |
| | | | | | | | | to allow overwriting as a local protected file | ||
| * | French strings minor fix and obsolete email address update | Guy Brand | 2011-11-05 |
| | | |||
| * | Verify conf/ directory is writable in the do=check action | Guy Brand | 2011-11-05 |
| | | |||
| * | fixed media list options in new mediamanager to work without JavaScript ↵ | Anika Henke | 2011-11-04 |
| | | | | | | | | again (FS#2363) | ||
* | | The Mailer class should work now | Andreas Gohr | 2011-11-02 |
| | | | | | | | | | | | | It's still not real world tested but the output *looks* right. Plugin hook support is still missing. | ||
* | | Added Mailer class | Andreas Gohr | 2011-11-02 |
|/ | |||
* | Do not send empty changes to the AD backend | Andreas Gohr | 2011-10-31 |
| | | | | | | This fixes password changing operations: password change and user modification are two different operations on the AD backend - the user modification should not be done on password only changes. | ||
* | Remove references to (un)?subscribens. | Adrian Lang | 2011-10-30 |
| | |||
* | MediaManager: Check DOKU_PREF cookie value for validness | Adrian Lang | 2011-10-30 |
| | |||
* | Removed faulty <span> tags from translations (FS#2360) | Hakan Sandell | 2011-10-29 |
| | |||
* | Slovak language update | Martin Michalek | 2011-10-27 |
| | |||
* | Bulgarian language update | Kiril Velikov | 2011-10-27 |
| | |||
* | German language updates | Pierre Corell | 2011-10-27 |
| | |||
* | Slovak language update | Martin Michalek | 2011-10-23 |
| | |||
* | Norwegian language update | Jon Magne Bøe | 2011-10-23 |
| | |||
* | HTML compliant fix for missing ul wrapper in TOC (FS#2328) | Hakan Sandell | 2011-10-17 |
| | |||
* | Upgraded SimplePie library to 1.2.1 | Andreas Gohr | 2011-10-16 |
| | | | | | From the release notes: This release fixes a few bugs, including a major URL parsing bug, where URLs with query strings were parsed incorrectly. | ||
* | bind security token to username | Andreas Gohr | 2011-10-15 |
| | | | | | | | This makes the security token more robust agains session fixation attacks. A CSRF warning will no longer abort a page save but lead to the preview mode to avoid information loss when a user logs in during editing (eg in another tab). | ||
* | readded delete in popup and link to full mediamanager FS#2347 | Andreas Gohr | 2011-10-15 |
| | |||
* | French language update | Johan Guilbaud | 2011-10-15 |
| | |||
* | Latvian language update | Aivars Miska | 2011-10-15 |
| | |||
* | allow page unlocking based on session IDs FS#2262 | Andreas Gohr | 2011-10-15 |
| | |||
* | show accesskey also on actionlink title and add accesskey parameter only if ↵ | Anika Henke | 2011-10-15 |
| | | | | a key is defined (FS#2226) | ||
* | FS#2291 replace space with non-breaking space in utf8 special chars | Christopher Smith | 2011-10-15 |
| | |||
* | Fixed missing ul wrapper in TOC (FS#2328) | Hakan Sandell | 2011-10-15 |
| |