- Feb 15, 2014
-
-
Andreas Gohr authored
previously it never returned any users
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Feb 14, 2014
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Feb 07, 2014
-
-
kloppel authored
-
- Feb 04, 2014
- Feb 03, 2014
-
-
SteScho authored
As suggested by @selfthinker
-
- Jan 30, 2014
-
-
umriya afini authored
-
Andreas Gohr authored
-
SteScho authored
In Novell eDir the group search returns strings, not arrays. Added if-statement which determines if the result is an array or an string.
-
- Jan 29, 2014
-
-
Petr Klíma authored
-
- Jan 28, 2014
-
-
jgpcx authored
fix bug that only allows admins any AJAX calls
-
- Jan 27, 2014
-
-
huseyin can authored
-
- Jan 25, 2014
-
-
Momo50 authored
-
Martin Michalek authored
-
- Jan 24, 2014
-
-
Andreas Gohr authored
our translation interface used to submit empty files for a while but no longer does, so these can go
-
Myeongjin authored
-
- Jan 22, 2014
-
-
Paweł Jan Czochański authored
-
- Jan 21, 2014
-
-
cross authored
-
Paweł Jan Czochański authored
-
- Jan 18, 2014
-
-
Marina Vladi authored
-
Erli Moen authored
-
- Jan 14, 2014
-
-
Andreas Gohr authored
-
- Jan 12, 2014
-
-
oott123 authored
-
- Jan 08, 2014
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
The filename found in the URL will be used for old plugins missing a base entry in their plugin.info.txt and lacking a subdirectory inside the archive as well. This patch makes sure possible query strings aren't included in the filename. Note: io_download() will also try to get a filename from any content-disposition header. If no filename can be found we simply use an md5 sum of the URL and hope the plugin will contain it's own hint for naming.
-
Andreas Gohr authored
PHP_EOL is platform dependent, so you get in trouble while migrating between platforms.
-
Andreas Gohr authored
they were just catching and rethrowing
-
- Jan 07, 2014
-
-
Andreas Gohr authored
This reads some duplication in the from of haveing a Doku_Parser_Mode and Doku_Parser_Mode_Plugin class which are basically the same but only the latter extends DokuWiki_Plugin. This avoids the performance/RAM problems mentioned in my previous commit. An interface keeps both logically together. With PHP 5.4 further deduplication could be done via Traits.
-
Andreas Gohr authored
This makes Doku_Parser_Mode inherit from DokuWiki_Plugin which allows for the removal of a bunch of duplicate code form DokuWiki_Syntax_Plugin. This makes the code easier to maintain and makes sure all DokuWiki plugins are actual instances of DokuWiki_Plugin. However this adds a bunch of functions to the "normal" parser modes that don't need them which could have performance/RAM implications.
-
- Jan 06, 2014
-
-
Andreas Gohr authored
-
Andreas Gohr authored
this is not a extension specific cache but a global one. no need to purge for each installed extension
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 05, 2014
-
-
Anika Henke authored
-
Anika Henke authored
-