| 907f24f7 | 03-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
added comment on use of whitelist vs blacklist |
| 58bedc8a | 30-Jan-2013 |
borekb <borekb@gmail.com> |
Updated idfilter() function for IIS
There is a condition inside idfilter() function that helps Apache on Windows to properly handle colon as a namespace separator by replacing it with semicolon. How
Updated idfilter() function for IIS
There is a condition inside idfilter() function that helps Apache on Windows to properly handle colon as a namespace separator by replacing it with semicolon. However, this is not necessary on Microsoft IIS server so the condition was improved.
show more ...
|
| fca4df27 | 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
added 'home' class to first link in hierarchical breadcrumbs |
| c94fb9c2 | 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
urldecode DOKU_PREFS cookie values |
| 58e98218 | 01-Feb-2013 |
Vasileios Karavasilis <vasileioskaravasilis@gmail.com> |
Greek language update |
| 957e84c6 | 01-Feb-2013 |
Rodrigo Rega <rodrigorega@gmail.com> |
Galician language update |
| fc7684bc | 30-Jan-2013 |
René Corinth <corinth@cosmocode.de> |
Added the title attribute for namespace-links |
| ec24a2df | 29-Jan-2013 |
Philipp A. Hartmann <pah@qo.cx> |
search: pass empty $sort to skip sorting |
| 9a01fb1d | 28-Jan-2013 |
Klap-in <klapinklapin@gmail.com> |
Add some breaks to while loops. |
| ce2f6047 | 28-Jan-2013 |
Klap-in <klapinklapin@gmail.com> |
Add working EoF and BoF checks when chunck reading. Also isset on meta-last_change-date entry. |
| d08527ab | 27-Jan-2013 |
Anika Henke <anika@selfthinker.org> |
open fullscreen media manager in current namespace (FS#2420) |
| e1cc03e3 | 27-Jan-2013 |
Klap-in <klapinklapin@gmail.com> |
$msg of loadHelper for base plugin class default to true too. |
| f9528c0c | 27-Jan-2013 |
Klap-in <klapinklapin@gmail.com> |
Added diff navigation Navigation links to move to previous edit before revision in left column or next/last edit after revision in right column. |
| 1dc5d48b | 27-Jan-2013 |
Christopher Smith <chris@jalakai.co.uk> |
change to use natural order sorting |
| 5514a5a7 | 27-Jan-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure parameter is passed down during recursion |
| 155e63c9 | 27-Jan-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add documentation for sort parameter, change false to 'natural' |
| fe82d751 | 27-Jan-2013 |
Christopher Smith <chris@jalakai.co.uk> |
sp. |
| 298a7e08 | 26-Jan-2013 |
Christopher Smith <chris@jalakai.co.uk> |
update pattern to catch more html entities |
| 50f261f7 | 26-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Fix set_doku_pref cookie date and value |
| c18b2212 | 26-Jan-2013 |
Anika Henke <anika@selfthinker.org> |
fixed setting cookie not working |
| 3c94d07b | 26-Jan-2013 |
Anika Henke <anika@selfthinker.org> |
store choices for recent changes and diff views in cookie (FS#2438 and FS#2700)
Note: These changes don't work yet. The cookie is not set and deletes the old one. |
| fcfecb69 | 26-Jan-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix for FS#2676, inserting zero length spaces into long sequences of non-breaking characters in diffs |
| b5460ee2 | 26-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Implement media subscriptions in the new subscription class |
| 10eac673 | 26-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Add threading headers to change notification mails as proposed in PR #120 |
| dfbe4adf | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added SHA512 hashing method FS#2663 |