- Aug 11, 2015
-
-
Jaroslav Lichtblau authored
-
- Aug 07, 2015
-
-
Domingo Redal authored
-
- Aug 06, 2015
-
-
Anika Henke authored
-
- Aug 05, 2015
-
-
Frederico Gonçalves Guimarães authored
-
lainme authored
-
- Jul 30, 2015
-
-
Mete Cuma authored
-
Nicolas Friedli authored
-
Myeongjin authored
-
controlonline.net authored
-
Paulo Carmino authored
-
Andreas Gohr authored
-
Hugo Smet authored
-
- Jul 29, 2015
-
-
hung nguyen authored
-
Kiril authored
-
Carbain Frédéric authored
-
Carbain Frédéric authored
-
Hideaki SAWADA authored
-
- Jul 26, 2015
-
-
Anika Henke authored
-
- May 07, 2015
-
-
Patrick Brown authored
-
- May 06, 2015
-
-
Patrick Brown authored
-
- Apr 01, 2015
-
-
Christopher Smith authored
-
- Jan 10, 2015
-
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
- Jan 07, 2015
-
-
Andreas Gohr authored
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
-
- Oct 04, 2014
-
-
Christopher Smith authored
-
- Oct 03, 2014
-
-
Christopher Smith authored
-
- Oct 02, 2014
-
-
Gerrit Uitslag authored
-
- Oct 01, 2014
-
-
Gerrit Uitslag authored
-
- Aug 02, 2014
-
-
Anika Henke authored
-
- Jul 01, 2014
-
-
Angus Gratton authored
':' is the field delimiter in the authplain flat text conf/users.auth.php file, but it's also used as an internal delimiter for the 'mediawiki' password hash format. Currently using this hash format corrupts the file This change escapes ':' as '\:' in any field in the users.auth.php file, and any '\' as '\\'. Also adds test cases for escaping modes.
-
- Mar 12, 2014
-
-
Christopher Smith authored
Some parts of dokuwiki (e.g. recent changes, old revisions) can requests lots of user info (to provide editor names) without requiring any group information. This change also implements caching of user info by authmysql & authpgsql plugins to avoid repeated querying of the DB to retrieve the same user information.
-
- Aug 11, 2013
-
-
Andreas Gohr authored
-
- Jun 14, 2013
-
-
Andreas Gohr authored
reloading the user list after the delete action will make sure the count is always correct.
-
- May 06, 2013
-
-
Anika Henke authored
-
- Nov 09, 2012
-
-
Andreas Gohr authored
* code/PHP5 cleanup
-
Andreas Gohr authored
This does nothing currently but allows us adding certain things to the base class later.
-
- Oct 06, 2012
-
-
Andreas Gohr authored
-
- Feb 20, 2012
-
-
Jan Schumann authored
-