History log of /dokuwiki/ (Results 4851 – 4875 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
01fb97e227-May-2013 Anika Henke <anika@selfthinker.org>

fixed references from old mysql authtype to new mysql plugin in mysql.conf example

a91f110327-May-2013 Anika Henke <anika@selfthinker.org>

fixed wrong use of quotes in authtype warning message

6b51969027-May-2013 Anika Henke <anika@selfthinker.org>

fixed broken default config options (FS#2789)

3e7e606721-May-2013 Klap-in <klapinklapin@gmail.com>

apply media_isexternal

5287f99c21-May-2013 Klap-in <klapinklapin@gmail.com>

tests for media_isexternal

d54f796321-May-2013 Klap-in <klapinklapin@gmail.com>

Added media_isexternal()

a38a6f2521-May-2013 Klap-in <klapinklapin@gmail.com>

fix some minor typos in fetch_imagetoken.test.php

d572baf821-May-2013 Klap-in <klapinklapin@gmail.com>

Add check for token when resizing and caching external images

ba9015b021-May-2013 Klap-in <klapinklapin@gmail.com>

tests for fetch.php of external files

f481fb8c21-May-2013 Klap-in <klapinklapin@gmail.com>

Update phpdocs of checkFileStatus

0a20291721-May-2013 Klap-in <klapinklapin@gmail.com>

Support handle of images from ftp.
ml() can built url to these images, either fetch didn't accept them.

dcb2204b21-May-2013 Klap-in <klapinklapin@gmail.com>

Add some tests about handling of semicolons
Informative as sample implementation too

826d276621-May-2013 Klap-in <klapinklapin@gmail.com>

Clean internal ids in ml(), that it matches with fetch.php
The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id

bfd197d220-May-2013 hArpanet <github@harpanet.com>

Added comment to DiffFormatter _escape() method

Clarify use of _escape() method in base class.

98e31f8515-May-2013 Klap-in <klapinklapin@gmail.com>

Fix wrong config key in deprecated auth message

712b791c15-May-2013 Dominik Eckelmann <eckelmann@cosmocode.de>

Revert "fixed space of list points beside a floating image"

This reverts commit 37764cbb34237da3c96bab21102e44ffe2715cd9.

37764cbb15-May-2013 Dominik Eckelmann <eckelmann@cosmocode.de>

fixed space of list points beside a floating image

2a5a145610-May-2013 Guy Brand <gb@unistra.fr>

Release preparation

a27d8c7409-May-2013 Andreas Gohr <andi@splitbrain.org>

added missing test case files

0aa90d9a09-May-2013 Andreas Gohr <andi@splitbrain.org>

tar library: another fix for lone zero blocks

0e748a9606-May-2013 Anika Henke <anika@selfthinker.org>

updated dates in templates' and plugins' info.txt files

c3ff531e06-May-2013 Andreas Gohr <gohr@cosmocode.de>

fixed test name

5e7db1e206-May-2013 Christopher Smith <chris@jalakai.co.uk>

ensure security token is included in media url when resize parameter is passed in string form, e.g. 'w=80'

a3d0aa2206-May-2013 Christopher Smith <chris@jalakai.co.uk>

add some tests for ml()

b1720e5c05-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 ...

1...<<191192193194195196197198199200>>...423