| f2cf01a7 | 10-Aug-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix typo |
| 13368410 | 10-Aug-2016 |
Sjoerd <sjoerd@sjomar.eu> |
translation update |
| db5867f1 | 09-Aug-2016 |
Andreas Gohr <andi@splitbrain.org> |
fix tests for newer PHPUnit. fixes #1643
getMock is deprecated in new PHPUnit versions and createMock is the recommended replacement. However that one is not available in older PHPUnit releases. Sin
fix tests for newer PHPUnit. fixes #1643
getMock is deprecated in new PHPUnit versions and createMock is the recommended replacement. However that one is not available in older PHPUnit releases. Since we still support older PHP releases we have to support older PHPUnit releases as well.
This add some compatibility functions to our TestCase class and replaces all calls to getMock. Tested with PHPUnit 4.6.6 and 5.5.0.
show more ...
|
| d6c7b502 | 09-Aug-2016 |
Andreas Gohr <andi@splitbrain.org> |
Check the server has a sensible time
DokuWiki assumes that the server's time is correct. Especially page revisions and cache handling depend on correct time. If that's not the case it can lead to pr
Check the server has a sensible time
DokuWiki assumes that the server's time is correct. Especially page revisions and cache handling depend on correct time. If that's not the case it can lead to problems later (as mentioned in #1644).
This patch adds a very simple time check using the Date response header from the DokuWiki server to our do=check mechanism.
show more ...
|
| b96ff25b | 03-Aug-2016 |
Elan Ruusamäe <glen@delfi.ee> |
Update confutils.php
spelling fix |
| 16d80780 | 01-Aug-2016 |
Cyrille Giquello <cyrille@giquello.fr> |
git ignore Eclipse IDE files |
| 94214f97 | 27-Jul-2016 |
Riccardo <riccardofila@gmail.com> |
translation update |
| 2d3dcf99 | 19-Jul-2016 |
Enny Rodriguez <aquilez.4@gmail.com> |
translation update |
| e36c906b | 16-Jul-2016 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
| 22e68399 | 13-Jul-2016 |
flammy <flamabelde@yahoo.de> |
Added file-in-use reference to media-manager
Added a reference to the media-manager where you can see on which pages the file is used.
This change contains the same code as in #321 but for the me
Added file-in-use reference to media-manager
Added a reference to the media-manager where you can see on which pages the file is used.
This change contains the same code as in #321 but for the media-manager.
It was proposed in https://forum.dokuwiki.org/thread/13784
show more ...
|
| 33e99aba | 03-Jul-2016 |
Guy Brand <gb@unistra.fr> |
Release preparation |
| ef08383e | 01-Jul-2016 |
Andreas Gohr <andi@splitbrain.org> |
filesize_h might not be used in HTML content only #1622
Using an HTML entitiy might be problematic in non HTML renderers or when the output is escaped again. |
| 342753d2 | 01-Jul-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed password decoding
We decoded the wrong option here before. |
| ff0a3231 | 28-Jun-2016 |
Jacob Palm <mail@jacobpalm.dk> |
translation update |
| cb46a9fd | 28-Jun-2016 |
Felipe Castro <fefcas@gmail.com> |
translation update |
| da2b416b | 27-Jun-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make adLDAP function public again. #1616
It seems some update of the adLDAP library made a crucial function protected, thus breaking the authad plugin.
This just makes the function public again, wh
make adLDAP function public again. #1616
It seems some update of the adLDAP library made a crucial function protected, thus breaking the authad plugin.
This just makes the function public again, which should fix the immeadiate problem. A proper fix would need to do #1553 as well
show more ...
|
| c8574e7d | 26-Jun-2016 |
Guy Brand <gb@unistra.fr> |
Release preparation |
| c2564656 | 26-Jun-2016 |
Myeongjin <aranet100@gmail.com> |
translation update |
| f11017b8 | 25-Jun-2016 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
| 80cf2ac2 | 22-Jun-2016 |
Andreas Gohr <gohr@cosmocode.de> |
removed wrong comment - str_getcsv isn't powerful enough
See https://github.com/splitbrain/dokuwiki/issues/1535#issuecomment-227039700 |
| 2409660a | 22-Jun-2016 |
JellyChen <451453325@qq.com> |
translation update |
| cbfba956 | 19-Jun-2016 |
Michael Hamann <michael@content-space.de> |
Fix #1606 link to the first section of the configuration manager |
| 59752844 | 14-Jun-2016 |
Anders Sandblad <runeson@gmail.com> |
Fixed broken links to php.net and redirecting pages to php.net |
| ee6a0dd4 | 12-Jun-2016 |
Michalek <michalek.dev@gmail.com> |
translation update |
| bdb8810b | 11-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
upped copyright year |