summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* allow image embeds in HTML mail templatesAndreas Gohr2011-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 mailsAndreas Gohr2011-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 localesAndreas Gohr2011-11-13
|
* Merge branch 'master' into htmlmailAndreas Gohr2011-11-12
|\ | | | | | | | | Conflicts: inc/auth.php
| * Merge pull request #61 from lupo49/masterAndreas Gohr2011-11-12
| |\ | | | | | | de/de-informal language updates / fixed using mailprefix in registration and password lost notifications
| | * Use mailprefix also for registration and resend password notification mails ↵lupo492011-11-12
| | | | | | | | | | | | (FS#2366)
| | * de/de-informal: language updateslupo492011-11-12
| | |
| | * Merge remote branch 'upstream/master'lupo492011-11-12
| | |\ | | |/ | |/|
| | * Merge branch 'master' of http://github.com/splitbrain/dokuwikiMatthias Schulte2011-09-11
| | |\
* | | | added Mailer class to autoloaderAndreas Gohr2011-11-12
| | | |
* | | | Replaced mail_send calls with new Mailer classAndreas Gohr2011-11-12
| | | |
* | | | Make use of new Mailer class in notify()Andreas Gohr2011-11-12
| | | | | | | | | | | | | | | | It now uses inline diff format for diff HTML mails
* | | | Copy all text replacements to HTML replacements in MailerAndreas Gohr2011-11-12
| | | | | | | | | | | | | | | | | | | | With this change it's easy to just set the replacements for HTML that need special attention.
* | | | Added setBody() to Mailer classAndreas Gohr2011-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 prefixAndreas Gohr2011-11-12
| | | |
* | | | mail prefix defaults to title when emptyAndreas Gohr2011-11-12
| | | |
* | | | added old plugin hook back into Mailer classAndreas Gohr2011-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 stepAndreas Gohr2011-11-12
| | | | | | | | | | | | | | | | | | | | this should make it easier to reintroduce a plugin hook compatible with the old one
* | | | Merge branch 'master' into htmlmailAndreas Gohr2011-11-12
|\| | |
| * | | Esperanto language updateRobert Bogenschneider2011-11-10
| | | |
| * | | Slovak language updateMartin Michalek2011-11-10
| | | |
| * | | Release preparationsAdrian Lang2011-11-10
| | | |
| * | | use DOKU_SCRIPT instead of stray doku.php in checkUpdateMessages() (FS#2364)Anika Henke2011-11-08
| | | |
| * | | improved $.browser usage in media panel fixAnika Henke2011-11-06
| | | |
| * | | fixed resizing mediamanager panels in Chrome using browser sniffing ↵Anika Henke2011-11-06
| | | | | | | | | | | | | | | | (FS#2351) - any better solution welcome
| * | | Merge pull request #60 from piyushmishra/plugins-cascadeAnika Henke2011-11-06
| |\ \ \ | | | | | | | | | | Changes to plugins cascade for FS#2359
| | * | | renamed plugins.protected.php to plugins.required.php and added it cascade ↵Piyush Mishra2011-11-06
| |/ / / | | | | | | | | | | | | to allow overwriting as a local protected file
| * | | French strings minor fix and obsolete email address updateGuy Brand2011-11-05
| | | |
| * | | Verify conf/ directory is writable in the do=check actionGuy Brand2011-11-05
| | | |
| * | | Merge pull request #59 from aneves/masterAnika Henke2011-11-05
| |\ \ \ | | | | | | | | | | pt: paraphrased '<' character in some language files to avoid XML errors
| | * | | pt: paraphrased '<' character in some language files to avoid XML errors André Neves2011-11-05
| |/ / / | | | | | | | | as per commit 34bc7405a09b0c63ed7eef338853e13d377c36e6
| * | | paraphrased '<' character in some language files (en, de, de-informal) to ↵Anika Henke2011-11-05
| | | | | | | | | | | | | | | | avoid XML errors -- please fix other languages
| * | | Remove font family declarations from css in the jquery update scriptGuy Brand2011-11-05
| | | |
| * | | re-added font-size to .ui-widget of jqueryui theme to make programmatical ↵Anika Henke2011-11-05
| | | | | | | | | | | | | | | | removing of font-family easier
| * | | removed font declarations from jquery-ui themeAnika Henke2011-11-05
| | | |
| * | | fixed media list options in new mediamanager to work without JavaScript ↵Anika Henke2011-11-04
| | | | | | | | | | | | | | | | again (FS#2363)
| * | | fix widths of panels in fullscreen mediamanager to be 100% when resizing ↵Anika Henke2011-11-03
| | | | | | | | | | | | | | | | (FS#2351) -- please test in different screen sizes, etc
* | | | The Mailer class should work nowAndreas Gohr2011-11-02
| | | | | | | | | | | | | | | | | | | | | | | | It's still not real world tested but the output *looks* right. Plugin hook support is still missing.
* | | | Added Mailer classAndreas Gohr2011-11-02
|/ / /
* | | Do not send empty changes to the AD backendAndreas Gohr2011-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.
* | | Merge branch 'master' of github.com:splitbrain/dokuwikiHakan Sandell2011-10-30
|\ \ \
| * | | Remove references to (un)?subscribens.Adrian Lang2011-10-30
| | | |
| * | | Fix double-decoding in XMLRPC putAttachmentAdrian Lang2011-10-30
| | | |
| * | | MediaManager: Check DOKU_PREF cookie value for validnessAdrian Lang2011-10-30
| | | |
* | | | Better solution for updating files list in media manager on deleteHakan Sandell2011-10-30
|/ / /
* | | Removed faulty <span> tags from translations (FS#2360)Hakan Sandell2011-10-29
| | |
* | | Full screen media manager, file list is now updated on delete (FS#2346)Hakan Sandell2011-10-29
| | |
* | | Let mediamanager screen expand on window resize (FS#2351)Adrian Lang2011-10-29
| | |
* | | Slovak language updateMartin Michalek2011-10-27
| | |
* | | Bulgarian language updateKiril Velikov2011-10-27
| | |