| 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. |
| 2e9c5188 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
IE8: fix namespace selection in link wizard FS#2391
IE8 can't substr() with negative offsets. |
| 29a277ba | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
IE doesn't know indexOf for arrays FS#2381
this fixes another IE javascript problem in edit mode |
| 8d739053 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
fix IE8 error FS#2381
A trailing comma created an empty array item causing IE8 to choke. |
| 9df43a68 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
use throbber in ACL ajax interface
To avoid problems when an AJAX request takes a bit longer in the ACL manager, a throbber is shown while loading the info. |
| 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 |
| a09383ea | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
avoid PHP notice in ACL ajax backend FS#2384 |
| 37c23632 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
added missing config metadata FS#2383
Translators need to add another string. |
| 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 |
| c8ca60df | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
added test case for lsmd5 passhashing |
| 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 ...
|
| 5505dd9a | 27-Nov-2011 |
Tim Roes <github@timroes.de> |
Fixed XML-RPC getAttachment method.
Without creating an IXR_Base64 object, the file will be encoded as base64, but send as string. The client XML-RPC parser cannot detect that it is meant to be a ba
Fixed XML-RPC getAttachment method.
Without creating an IXR_Base64 object, the file will be encoded as base64, but send as string. The client XML-RPC parser cannot detect that it is meant to be a base64 encoded file.
show more ...
|
| dacedfc0 | 24-Nov-2011 |
Elan Ruusamäe <glen@delfi.ee> |
add label to each plugin in plugin management page
i needed to disable all plugins to figure out which plugin was causing template error, so it was quite annoying to click on the tiny checkbox
adde
add label to each plugin in plugin management page
i needed to disable all plugins to figure out which plugin was causing template error, so it was quite annoying to click on the tiny checkbox
added html label so i could at least click on the plugin name to toggle checkbox state
show more ...
|
| 9ebae2ae | 23-Nov-2011 |
Elan Ruusamäe <glen@delfi.ee> |
fix jQuery capitalization |
| 457ad80a | 23-Nov-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
introduced remote api class |
| fb286077 | 20-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
removed obsolete styles for link wizard |
| 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 |
| fbb3504e | 14-Nov-2011 |
Matthias Schulte <post@lupo49.de> |
Merge HEAD, branch 'master' of github.com:lupo49/dokuwiki
|
| 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 ...
|