- Feb 14, 2014
-
-
Andreas Gohr authored
-
- Feb 13, 2014
-
-
Andreas Gohr authored
MSIE 11 tries hard to break any previous working browser detection even through feature checks. This resolves to browser sniffing (MSIE for old IE, Trident for IE11+) See https://forum.dokuwiki.org/thread/10824
-
- Feb 07, 2014
-
-
Szymon Olewniczak authored
-
Szymon Olewniczak authored
-
kloppel authored
-
- Feb 04, 2014
- Feb 02, 2014
-
-
Andreas Gohr authored
The regex wasn't properly escaped here which lead to problems when the path contains backslashes. This is the root cause of the bug reported at https://github.com/cosmocode/edittable/issues/19
-
Anika Henke authored
-
- Jan 30, 2014
-
-
umriya afini authored
-
Andreas Gohr authored
-
- 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
-
Gerry Weißbach authored
-
Gerry Weißbach authored
In most cases this change will have no effect, but noes the response will use the filename that was originally requested. The downloaded filename can be modified to something different as well. E.g. the siteexport plugin will make use of it.
-
- 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 17, 2014
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Gerrit Uitslag authored
-
- Jan 16, 2014
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
- Jan 14, 2014
-
-
Andreas Gohr authored
-
- Jan 12, 2014
-
-
Michael Hamann authored
-
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
-