| a1b0aa1e | 11-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
try to fix flaky test by clearing the statcache |
| f56d5034 | 11-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
run HTTP tests against EU server
this hopefully helps with recent problems of spradically failing tests. |
| 7d769f75 | 11-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
warn about classes to be valid |
| c23fdc46 | 10-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
added authpdo to the list of bundled plugins |
| 2e0ebe60 | 10-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
allow passing multiple classes as array |
| 16f765dd | 10-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
updated jquery to 2.2.4 |
| 97c3189f | 03-Jun-2016 |
Metin Güler <eng.metin@gmail.com> |
fixing for php 5.3 |
| fe101f30 | 03-Jun-2016 |
Metin Güler <eng.metin@gmail.com> |
added rev number to most recent link in old revisions page |
| 3b82d1ee | 02-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed interwiki test |
| 21ced9d0 | 02-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
simplified amazon interwiki links. closes #1588 |
| dbd52c81 | 02-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 ...
|
| a566f85e | 27-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting |
| f3cd98a0 | 27-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use variable for wikiurl in tests |
| 774514c9 | 27-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. |
| e380abb2 | 26-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Beautify code |
| 9dc53973 | 25-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 ...
|
| 879851d3 | 23-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 |
| 0b78a6ed | 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
take care of file size change of zero |
| cd2a4cfd | 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
refactor duplicate sizechange code into its own function |
| 25692208 | 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
always separate a number and a unit by a non-breaking space |
| 7f89f089 | 20-May-2016 |
Andreas Gohr <andi@splitbrain.org> |
added missing statement to capability check |
| 8a069f8d | 18-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix an unfortunate line break in one of the tabs of the mediamanager when using Arabic |
| 5462edca | 18-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. |
| 4f30d13a | 18-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
shortening dokucookie option names for extension manager |
| ed8e6fd5 | 16-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 ...
|