| c8556525 | 18-Feb-2015 |
ghi <dokuwiki@imz.re> |
passing rev and date_at to the event |
| a500e62c | 17-Feb-2015 |
SC Yoo <dryoo@live.com> |
Normalization is required to manage multibyte characters.
The OSX uses Unicode-NFD so normalization is required to manage multibyte characters.
( http://unicode.org/reports/tr15/ )
If don't do
Normalization is required to manage multibyte characters.
The OSX uses Unicode-NFD so normalization is required to manage multibyte characters.
( http://unicode.org/reports/tr15/ )
If don't do that, DokuWiki can't find the file uploaded from OS X with multibyte filename like '도쿠위키.jpg'
show more ...
|
| 0747f5d7 | 17-Feb-2015 |
ghi <dokuwiki@imz.re> |
event HTML_SHOWREV_OUTPUT |
| d6dc28be | 17-Feb-2015 |
ghi <dokuwiki@imz.re> |
Revert "add TEMPLATE_SITETOOLS_DISPLAY and TEMPLATE_USERTOOLS_DISPLAY basing on Starter template"
This reverts commit 362a4f084345b496ab6b155db3ec50cad3939d0e. |
| 001ea14e | 16-Feb-2015 |
Rainbow Spike <Dr-Yukon@users.noreply.github.com> |
Update template.php
Added placeholder in search textarea |
| 188eedde | 13-Feb-2015 |
Martijn Ras <martijn@WOONKAMER.lan> |
Updated test |
| c2a2396e | 13-Feb-2015 |
Álvaro Iradier <airadier@gmail.com> |
translation update |
| c9f9ddf9 | 13-Feb-2015 |
chang-zhao <chang-zhao@users.noreply.github.com> |
Update wordblock.conf
moved those keywords to http & added penis |
| 8b7f89f5 | 12-Feb-2015 |
chang-zhao <chang-zhao@users.noreply.github.com> |
Update wordblock.conf |
| 2a3c155c | 12-Feb-2015 |
Tim222 <tim.weinhold@gmail.com> |
Added icon for interwiki.conf
Support for the URI scheme tel: #643 |
| fb45dc56 | 12-Feb-2015 |
Tim222 <tim.weinhold@gmail.com> |
Update interwiki.conf
Support for the URI scheme tel: #643 |
| 25839a41 | 12-Feb-2015 |
chang-zhao <chang-zhao@users.noreply.github.com> |
Update wordblock.conf
wordblock.conf too restrictive #1021 - removed fetish, bi...sex & gay...sex |
| cbb4a681 | 12-Feb-2015 |
lainme <lainme993@gmail.com> |
translation update |
| 0a4266d4 | 10-Feb-2015 |
Elan Ruusamäe <glen@delfi.ee> |
consistency: failure exit with status code 1 |
| eba389bb | 09-Feb-2015 |
Andreas Gohr <gohr@cosmocode.de> |
avoid messages pushing down page tools. fixes #1011
This moves the message area into content div. The pageid is now aligned by floating instead of absolute positioning. |
| bf00b396 | 09-Feb-2015 |
Andreas Gohr <gohr@cosmocode.de> |
fix username handling in dwpage CLI tool. closes #1019 |
| d75d76b2 | 09-Feb-2015 |
Andreas Gohr <gohr@cosmocode.de> |
fix referral settings in AuthLDAP. closes #1023 |
| 4c32d8dc | 09-Feb-2015 |
Andreas Gohr <gohr@cosmocode.de> |
fixed method signature #1024 |
| ea0c1427 | 05-Feb-2015 |
Christoph Dwertmann <cdwertmann@gmail.com> |
Add ob_flush() to sendGIF
I'm running this dokuwiki docker container: https://registry.hub.docker.com/u/mprasil/dokuwiki/
It uses lighttpd and fastcgi. For some reason, the ignore_user_abort() fe
Add ob_flush() to sendGIF
I'm running this dokuwiki docker container: https://registry.hub.docker.com/u/mprasil/dokuwiki/
It uses lighttpd and fastcgi. For some reason, the ignore_user_abort() feature where the browser should close the connection after the GIF has been received is not working on lighty. The browser keeps loading the page until the indexer run is complete, which leads to extremely slow load times with a larger page index.
Adding ob_flush() to sendGIF fixes the issue.
show more ...
|
| 090f83d3 | 01-Feb-2015 |
Michael Hamann <michael@content-space.de> |
Fix farm config cascade for extendable user style and scripts #954 |
| c85cbe69 | 28-Jan-2015 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 9b505d59 | 25-Jan-2015 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 51cc540c | 18-Jan-2015 |
Gilles-Philippe Morin <gphmorin@gmail.com> |
"Login" and "Logout" become "Log In" and "Log Out"
This change improves consistency with neighboring links such as "Update Profile" and "Register", which are two action verbs. "Login" and "Logout" w
"Login" and "Logout" become "Log In" and "Log Out"
This change improves consistency with neighboring links such as "Update Profile" and "Register", which are two action verbs. "Login" and "Logout" were nouns and not verbs. Title case capitalization is applied because of "Update Profile".
show more ...
|
| 208f4580 | 15-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
fixed wrong config check in extension manager #1006 |
| 5af3d1cd | 14-Jan-2015 |
KeenRivals <KeenRivals@users.noreply.github.com> |
Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, and advpng -z4 -i60. |