| b1720e5c | 05-May-2013 |
Michael Hamann <michael@content-space.de> |
Indexer: Remove broken and dead readdircache code FS#2771
The code that is removed in this commit has either never been used (listIndexLenghts) or was completely broken (cacheIndexDir) and was intro
Indexer: Remove broken and dead readdircache code FS#2771
The code that is removed in this commit has either never been used (listIndexLenghts) or was completely broken (cacheIndexDir) and was introduced in the indexer rewrite in 2010. The idea of the rewrite was to update the readdir cache after every index change instead of on demand. What the code actually did was removing every updated index from the cache as it used a wrong if condition. Simply fixing the condition wouldn't fix the problem as then only updated indexes would be added to the cache and furthermore the rewrite simply ignored the readdircache setting. For now the safest solution seems to be removing the code. It could be added again in a changed form in a future version.
show more ...
|
| 9e64ca0d | 05-May-2013 |
Michael Hamann <michael@content-space.de> |
Indexer: Fix wrong suffix parameter
The suffix parameter is only for the word length in the word index and not for the metadata index. |
| 8fb341d2 | 05-May-2013 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Japanese language update |
| b055d707 | 05-May-2013 |
Miroslav Kučera <mkucera66@seznam.cz> |
Czech language update |
| ead122f7 | 05-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
don't pass unused variable in doku.php FS#2774 |
| 63e0b28d | 05-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed exception call FS#2772 |
| 3e967eac | 05-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed superfluous parameter FS#2773 |
| 6db7468b | 05-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
make sure loaded text has the right encoding
When pages contain non-UTF8 chars (eg. when posted through a script or when edited on the filesystem, parts of DokuWiki can break resulting in missing pa
make sure loaded text has the right encoding
When pages contain non-UTF8 chars (eg. when posted through a script or when edited on the filesystem, parts of DokuWiki can break resulting in missing page content. This fixes these problems by forcing the content to UTF-8 on load. This will result in bad characters for input that is not latin1 but contents will at least be visible.
show more ...
|
| 46ac8ef9 | 03-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
Tar: avoid lone zero blocks when adding 0 byte files |
| e63eccff | 03-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
use correct endpoint in tpl_actiondropdown FS#2760 |
| 4bc05863 | 03-May-2013 |
Anika Henke <anika@selfthinker.org> |
fixed missing css placeholders for page container |
| 9199f1a4 | 26-Apr-2013 |
Ivan I. Udovichenko <sendtome@mymailbox.pp.ua> |
Russian language update |
| 28cac109 | 26-Apr-2013 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Japanese language update |
| c366e16a | 25-Apr-2013 |
Andreas Gohr <gohr@cosmocode.de> |
removed debug statement
thanks @Klap-in |
| a154806f | 25-Apr-2013 |
Andreas Gohr <gohr@cosmocode.de> |
authad: capabilities depend on userdomain specific config |
| 8257d713 | 25-Apr-2013 |
Andreas Gohr <gohr@cosmocode.de> |
authad: added compatibility for old option names
adLDAP renamed the ad_username and ad_password to admin_username admin_password recently. this makes our backend recognize the old settings |
| 14642325 | 25-Apr-2013 |
Andreas Gohr <gohr@cosmocode.de> |
authad: don't request empty fields |
| 1e52e72a | 22-Apr-2013 |
Andreas Gohr <andi@splitbrain.org> |
fix expiry check for adLDAP version FS#2759 |
| 87945c0e | 22-Apr-2013 |
이명진 <aranet100@gmail.com> |
Japanese language update |
| 5f6a84c5 | 22-Apr-2013 |
이명진 <aranet100@gmail.com> |
Korean language update |
| eb120650 | 22-Apr-2013 |
Klap-in <klapinklapin@gmail.com> |
fix ids in de lang of authAD |
| 2de592cb | 21-Apr-2013 |
lupo49 <dokuwiki@lupo49.de> |
de/de-informal: Change "Vorlage" to "Template" |
| bb7b8a51 | 21-Apr-2013 |
lupo49 <dokuwiki@lupo49.de> |
de/de-informal: Re-add TOC suffixes (Will be removed after the release again) |
| 4c1219f3 | 21-Apr-2013 |
Mateng Schimmerlos <mateng@firemail.de> |
de/de-informal: Re-apply the updates of ba09710ad34bb383ae3526e84490a3d545f78866 |
| 1b228d28 | 21-Apr-2013 |
Klap-in <klapinklapin@gmail.com> |
Rename ad_username to admin_username canDo getUsers to false when unavailable |