History log of /dokuwiki/ (Results 3151 – 3175 of 10762)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a1b0aa1e11-Jun-2016 Andreas Gohr <andi@splitbrain.org>

try to fix flaky test by clearing the statcache

f56d503411-Jun-2016 Andreas Gohr <andi@splitbrain.org>

run HTTP tests against EU server

this hopefully helps with recent problems of spradically failing tests.

7d769f7511-Jun-2016 Andreas Gohr <andi@splitbrain.org>

warn about classes to be valid

c23fdc4610-Jun-2016 Andreas Gohr <andi@splitbrain.org>

added authpdo to the list of bundled plugins

2e0ebe6010-Jun-2016 Andreas Gohr <andi@splitbrain.org>

allow passing multiple classes as array

16f765dd10-Jun-2016 Andreas Gohr <andi@splitbrain.org>

updated jquery to 2.2.4

97c3189f03-Jun-2016 Metin Güler <eng.metin@gmail.com>

fixing for php 5.3

fe101f3003-Jun-2016 Metin Güler <eng.metin@gmail.com>

added rev number to most recent link in old revisions page

3b82d1ee02-Jun-2016 Andreas Gohr <andi@splitbrain.org>

fixed interwiki test

21ced9d002-Jun-2016 Andreas Gohr <andi@splitbrain.org>

simplified amazon interwiki links. closes #1588

dbd52c8102-Jun-2016 Andreas Gohr <andi@splitbrain.org>

minor optimization how cell counts are fixed in tables

array splice operations are expensive. when many cells in a table row
are missing, the operation should be executed only once instead for each

minor optimization how cell counts are fixed in tables

array splice operations are expensive. when many cells in a table row
are missing, the operation should be executed only once instead for each
missing cell.

show more ...

a566f85e27-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting

f3cd98a027-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

use variable for wikiurl in tests

774514c927-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

translate html and text string for signature

Default only text string exists, via localized translation a wiki admin
can add his/her own (html) version.

e380abb226-May-2016 Michael Grosse <grosse@cosmocode.de>

Beautify code

9dc5397325-May-2016 Michael Grosse <grosse@cosmocode.de>

Keep query params during redirect to headpage

As discussed in Issue #1454 dokuwiki currently "forgets" additional
queryparams when redirecting from devel: to devel:start

Example:
https://www.dokuwi

Keep query params during redirect to headpage

As discussed in Issue #1454 dokuwiki currently "forgets" additional
queryparams when redirecting from devel: to devel:start

Example:
https://www.dokuwiki.org/devel:?foo=bar
should result in
https://www.dokuwiki.org/devel:start?foo=bar
but actually results in
https://www.dokuwiki.org/devel:start

This commit fixes that behaviour.

Fixes #1454

show more ...

879851d323-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

Add sleep(1) to remoteapicore to ensure new other timestap(=rev nr)

Could improve failing test of #1589

0b78a6ed23-May-2016 Anika Henke <anika@selfthinker.org>

take care of file size change of zero

cd2a4cfd23-May-2016 Anika Henke <anika@selfthinker.org>

refactor duplicate sizechange code into its own function

2569220823-May-2016 Anika Henke <anika@selfthinker.org>

always separate a number and a unit by a non-breaking space

7f89f08920-May-2016 Andreas Gohr <andi@splitbrain.org>

added missing statement to capability check

8a069f8d18-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

fix an unfortunate line break in one of the tabs of the mediamanager when using Arabic

5462edca18-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

added doku_hasTextBeenModified, rename doku_checkSummary

checkfunc is mainly replaced by doku_hasTextBeenModified, which is put
in global scope to allow overriding by plugins.

4f30d13a18-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

shortening dokucookie option names for extension manager

ed8e6fd516-May-2016 Michael Große <mic.grosse@posteo.de>

Fix xmlrpc constructor for php7

In php7 constructors with the same name as the class are deprecated. __construct() should be used.

Depending on the server-configuration this could result in a war

Fix xmlrpc constructor for php7

In php7 constructors with the same name as the class are deprecated. __construct() should be used.

Depending on the server-configuration this could result in a warning which would break the API.

show more ...

1...<<121122123124125126127128129130>>...431