| b4304655 | 08-Nov-2013 |
Michael Hamann <michael@content-space.de> |
Fix password decryption during LDAP rebinding
The LDAP rebinding was still using the old blowfish encryption instead of AES so rebinding failed. |
| de737055 | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
update url/file rewriting in css_loadfile() to support @import of less files |
| 30f686eb | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add DOKU_INC to less import directories |
| a9d0f1c4 | 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
removed deprecated images |
| 8c867678 | 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
removed loading of deprecated RTL styles |
| 6a5d6817 | 03-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
Revert "Fixes validation problems with base64 encoded images in CSS."
This reverts commit 88833bac87e7fb295c0479a8260d1d63051bca8d. and fixes FS#2874 |
| e068f3bf | 29-Oct-2013 |
Robert Bogenschneider <bogi@uea.org> |
translation update |
| 32f6505f | 28-Oct-2013 |
Ahmad Abd-Elghany <tolpa1@gmail.com> |
translation update |
| e82704a0 | 28-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed strict violation in ACL plugin |
| c3d02ebb | 27-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix issues from teams:i18n:translation-check in localizations |
| 269e961b | 25-Oct-2013 |
Remon <no@email.local> |
translation update |
| d34a2a38 | 22-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
allow charset for SSO to be configured FS#2148 |
| 57b3faf8 | 22-Oct-2013 |
lainme <lainme993@gmail.com> |
translation update |
| af2e0360 | 22-Oct-2013 |
Mustafa Aslan <maslan@hotmail.com> |
translation update |
| 21c3090a | 21-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
replace \s, \S with [ \t], [^ \t] in regexs used with acls |
| bbae9436 | 21-Oct-2013 |
Jens Hyllegaard <jens.hyllegaard@gmail.com> |
translation update |
| 48e49553 | 21-Oct-2013 |
Jens Hyllegaard <jens.hyllegaard@gmail.com> |
translation update |
| e4e504c4 | 21-Oct-2013 |
Roy Zahor <roy.zahor@gmail.com> |
translation update |
| 214eb73e | 21-Oct-2013 |
Jens Hyllegaard <jens.hyllegaard@gmail.com> |
translation update |
| 4d13d89c | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
remove obsolete opera handling and session closing |
| e979d184 | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
remove no longer used ajax.php
|
| e07886c0 | 20-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Info plugin: allow xhtml renders to not to be an xhtml renderer
Renderers that set the format to xhtml don't necessarily inherit from Doku_Renderer_xhtml, this reverts a prior change that introduced
Info plugin: allow xhtml renders to not to be an xhtml renderer
Renderers that set the format to xhtml don't necessarily inherit from Doku_Renderer_xhtml, this reverts a prior change that introduced the stricter parameter type.
show more ...
|
| 61e0b2f8 | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
comment improvements |
| 7b4ce9b0 | 17-Oct-2013 |
Soren Birk <soer9648@hotmail.com> |
translation update |
| 443e135d | 16-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
replace boolean conditional checks on possibly uninitialized vars with \!empty/empty/isset as appropriate |