| 77b9cb84 | 08-Dec-2011 |
Ricardo Guijt <ricardoguijt@gmail.com> |
Dutch language update |
| f18f20c0 | 06-Dec-2011 |
Egil Hansen <egil@rosetta.no> |
Norwegian language update |
| eea07c23 | 04-Dec-2011 |
Anika Henke <anika@selfthinker.org> |
fixed link in popup media manager to fullscreen media manager to open in correct namespace (FS#2401) |
| 3f3bb97f | 28-Nov-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed dublicated content |
| 3543c6de | 28-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
deprecated 3rd parameter of cleanID() FS#2377
For some reason trailing/leading underscores were allowed when uploading files. But the rest of the code (eg. listing or downloading files) never suppor
deprecated 3rd parameter of cleanID() FS#2377
For some reason trailing/leading underscores were allowed when uploading files. But the rest of the code (eg. listing or downloading files) never supported this. This patch removes this special case for uploading files to streamline ID cleaning of pages and media files.
show more ...
|
| f61380cb | 28-Nov-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
introduced first remote test cases |
| 2d2d9d0f | 28-Nov-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
collect remote functions in a class |
| 28db35ad | 28-Nov-2011 |
dploeger <develop@dieploegers.de> |
Fixes SYMPTOMS of FS #2393 |
| 2fe6daea | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
suppress errors on stream_select FS#2276
On certain environments, stream_select might produce temporary errors when file descriptors are running scarce. |
| 90565d65 | 27-Nov-2011 |
Aivars Miska <allefm@gmail.com> |
Latvian language update |
| 9015e311 | 27-Nov-2011 |
Marijn Hofstra <hofstra.m@gmail.com> |
Dutch language update |
| ad9bfc2d | 27-Nov-2011 |
Christophe Martin <Schplurtz@laposte.net> |
French language update |
| 1b9261db | 27-Nov-2011 |
Shuo Ting Jian <shoting@gmail.com> |
Traditional Chinese language update |
| 612db714 | 27-Nov-2011 |
Shuo Ting Jian <shoting@gmail.com> |
Chinese language update |
| 491a2c68 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
renamed passhash method smd6 to lsmd5 |
| 502a92e0 | 27-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 ...
|
| 457ad80a | 23-Nov-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
introduced remote api class |
| 1017f6f1 | 19-Nov-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
begin with remote api |
| a4e0e797 | 19-Nov-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
enabled remote as plugintype |
| 6d914084 | 14-Nov-2011 |
Felipe Castro <fefcas@gmail.com> |
eo: language updates |
| 850dbf1f | 13-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 ...
|
| f08086ec | 13-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 ...
|
| 2adaf2b8 | 13-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
allow non-txt extensions when accessing locales |
| 2302fb8d | 13-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed german language strings |
| 54db0171 | 13-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed various errors in language files |