History log of /dokuwiki/inc/ (Results 3426 – 3450 of 6439)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9015e31127-Nov-2011 Marijn Hofstra <hofstra.m@gmail.com>

Dutch language update

ad9bfc2d27-Nov-2011 Christophe Martin <Schplurtz@laposte.net>

French language update

1b9261db27-Nov-2011 Shuo Ting Jian <shoting@gmail.com>

Traditional Chinese language update

612db71427-Nov-2011 Shuo Ting Jian <shoting@gmail.com>

Chinese language update

491a2c6827-Nov-2011 Andreas Gohr <andi@splitbrain.org>

renamed passhash method smd6 to lsmd5

502a92e027-Nov-2011 Patrick Michel <public@pbmichel.de>

MD5 password hash format of the LDAP RFC FS#2378

This implements the salted MD5 password hash format of the LDAP RFC.
The format is quite simple the password, followed by the 8 byte hash in
base64 e

MD5 password hash format of the LDAP RFC FS#2378

This implements the salted MD5 password hash format of the LDAP RFC.
The format is quite simple the password, followed by the 8 byte hash in
base64 encoding, which results in 32 characters, prepended with the
string "{smd5}".

show more ...

457ad80a23-Nov-2011 Dominik Eckelmann <deckelmann@gmail.com>

introduced remote api class

1017f6f119-Nov-2011 Dominik Eckelmann <deckelmann@gmail.com>

begin with remote api

a4e0e79719-Nov-2011 Dominik Eckelmann <deckelmann@gmail.com>

enabled remote as plugintype

6d91408414-Nov-2011 Felipe Castro <fefcas@gmail.com>

eo: language updates

850dbf1f13-Nov-2011 Andreas Gohr <andi@splitbrain.org>

allow image embeds in HTML mail templates

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

allow image embeds in HTML mail templates

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.

show more ...

f08086ec13-Nov-2011 Andreas Gohr <andi@splitbrain.org>

Added HTML wrapper for mails

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, allowi

Added HTML wrapper for mails

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.

show more ...

2adaf2b813-Nov-2011 Andreas Gohr <andi@splitbrain.org>

allow non-txt extensions when accessing locales

2302fb8d13-Nov-2011 Andreas Gohr <andi@splitbrain.org>

fixed german language strings

54db017113-Nov-2011 Andreas Gohr <andi@splitbrain.org>

fixed various errors in language files

d5cd65e413-Nov-2011 Kiril Velikov <neohidra@gmail.com>

Bulgarian language update

1420e73d13-Nov-2011 Zbyněk Křivka <zbynek.krivka@seznam.cz>

Czech language update

ce7a6b3613-Nov-2011 Otto Vainio <otto@valjakko.net>

Finnish language fixes

c182a13613-Nov-2011 Andreas Gohr <andi@splitbrain.org>

fixed HTML in Esperanto language file

c9a53c4612-Nov-2011 Andreas Gohr <andi@splitbrain.org>

added Mailer class to autoloader

d7169d1912-Nov-2011 Andreas Gohr <andi@splitbrain.org>

Replaced mail_send calls with new Mailer class

6df843ee12-Nov-2011 Andreas Gohr <andi@splitbrain.org>

Make use of new Mailer class in notify()

It now uses inline diff format for diff HTML mails

76efd6d012-Nov-2011 Andreas Gohr <andi@splitbrain.org>

Copy all text replacements to HTML replacements in Mailer

With this change it's easy to just set the replacements for HTML that
need special attention.

9a2d7c4e12-Nov-2011 lupo49 <post@lupo49.de>

Use mailprefix also for registration and resend password notification mails (FS#2366)

abbf089012-Nov-2011 Andreas Gohr <andi@splitbrain.org>

Added setBody() to Mailer class

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

Added setBody() to Mailer class

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.

show more ...

1...<<131132133134135136137138139140>>...258