- Jun 28, 2016
-
-
Jacob Palm authored
-
- Jun 27, 2016
-
-
Andreas Gohr authored
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
-
- Jun 26, 2016
-
-
Guy Brand authored
-
Andreas Gohr authored
Translation update (ko)
-
Myeongjin authored
-
- Jun 25, 2016
-
-
Andreas Gohr authored
Translation update (ja)
-
Hideaki SAWADA authored
-
- Jun 24, 2016
-
-
Andreas Gohr authored
AuthPDO Plugin implements #1029, replaces #1143
-
- Jun 22, 2016
-
-
-
Andreas Gohr authored
Fix #1606 link to the first section of the configuration manager
-
Andreas Gohr authored
Translation update (zh)
-
JellyChen authored
-
- Jun 19, 2016
-
-
Michael Hamann authored
-
- Jun 14, 2016
-
-
Andreas Gohr authored
Fixed broken links to php.net and redirecting pages to php.net
-
Anders Sandblad authored
-
- Jun 12, 2016
-
-
Gerrit Uitslag authored
Let plugin add their own classes to list/table created with doku's renderer methods
-
Andreas Gohr authored
Translation update (sk)
-
Michalek authored
-
- Jun 11, 2016
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
this hopefully helps with recent problems of spradically failing tests.
-
Andreas Gohr authored
-
- Jun 10, 2016
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Clean up of mail text signature
-
Andreas Gohr authored
* master: (152 commits) updated jquery to 2.2.4 fixed interwiki test simplified amazon interwiki links. closes #1588 minor optimization how cell counts are fixed in tables Beautify code Keep query params during redirect to headpage Add sleep(1) to remoteapicore to ensure new other timestap(=rev nr) take care of file size change of zero refactor duplicate sizechange code into its own function always separate a number and a unit by a non-breaking space fix an unfortunate line break in one of the tabs of the mediamanager when using Arabic added doku_hasTextBeenModified, rename doku_checkSummary shortening dokucookie option names for extension manager Fix xmlrpc constructor for php7 translation update translation update translation update add phpdocs remote api ackcheck: if user given, but no groups, retrieve groups use variable in remoteapicore_test ...
-
Andreas Gohr authored
upgraded jQuery to 2.2.3
-
Andreas Gohr authored
-
Andreas Gohr authored
Check if content really changed in the Editor, before popup a warning…
-
Andreas Gohr authored
-
- Jun 02, 2016
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
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.
-
- May 27, 2016
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
Default only text string exists, via localized translation a wiki admin can add his/her own (html) version.
-
- May 26, 2016
-
-
Andreas Gohr authored
Invalidate user session cache after profile data was changed (fix #1117)
-
Andreas Gohr authored
Keep query params during redirect to headpage
-
Andreas Gohr authored
Small fixes for file size changes
-
Michael Grosse authored
-
- May 25, 2016
-
-
Michael Grosse authored
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
-