- Sep 02, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Sep 01, 2017
-
-
Andreas Gohr authored
allow tests against ajax requests
-
Andreas Gohr authored
this helps tieing together the "normal" menus and the MobileMenu and makes them both implement a getItems() method.
-
Andreas Gohr authored
-
Andreas Gohr authored
SVG based page tools
-
Andreas Gohr authored
* master: (72 commits) fix platform to the minimum requirement translation update translation update translation update translation update translation update replace conditional with array_pad refactor: more extensible Content-Type header handling fix: correctly show conflicts in extension manager fix: check if key is set to fix PHP Notice fix: access first element of associative arrays fix: set default value for empty var fix: initialize vars to prevent PHP Notice adjust default bcrypt iterations to 10. fixes #2093 always send Vary: Cookie header. fixes #1594 moved function and fixed whitespace errors show more info on failed HTTP requests do not export the appveyor config Added appveyor config for automated windows testing Update check supports HTTPS ...
-
Andreas Gohr authored
this ensures installed composer libraries will be compatible even when installed from a higher version platform
-
- Aug 29, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This doesn't really do much except wrapping the functions into a namespaced class. Autoloading takes care of loading the file. It's now possible to call lib/exe/ajax.php multiple times in a test request.
-
Andreas Gohr authored
* origin/pr/2054: cleaning extracted functions added test coverage allow tests against ajax requests
-
Andreas Gohr authored
Translation update (sr)
-
- Aug 28, 2017
-
-
Марко М. Костић authored
-
Andreas Gohr authored
Translation update (sr)
-
Andreas Gohr authored
Translation update (sr)
-
Andreas Gohr authored
Translation update (sr)
-
- Aug 27, 2017
-
-
Марко М. Костић authored
-
Марко М. Костић authored
-
Марко М. Костић authored
-
Andreas Gohr authored
Translation update (sr)
-
Марко М. Костић authored
-
Andreas Gohr authored
This should reduce the complexity of the function
-
Andreas Gohr authored
Fix more PHP Notices
-
Michael Große authored
This fixes the PHP Notice when $headers['Content-Type'] is unset. It also allows for easier extension later, e.g. adding handling for a JSON content-type.
-
Michael Große authored
-
Michael Große authored
If a key is not set, a PHP Notice is triggered. While these are currently suppressed, this is still a code smell.
-
Michael Große authored
This function might be called by an plugin with an array that has only string keys and hence no key 0. This would trigger an PHP Notice when trying to get the first key's level.
-
Michael Große authored
If an config value is not set in the input lines, initialize it as empty string to prevent PHP Notices complaining about $line[1] being not set.
-
Michael Große authored
A PHP Notice occurred when $url didn't contain a '?'.
-
Andreas Gohr authored
Prevent duplicate "selected" attributes in option tag in Form.php (DropdownElement)
-
Andreas Gohr authored
-
Andreas Gohr authored
Corrected external link syntax, now requires preceding whitespace.
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
hopefully this will help with figuring out why our HTTP tests sometimes fail on travis.
-
Andreas Gohr authored
Update check supports HTTPS (without fallback)
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Phy authored
If SSL is not supported, a HTTP request will be made. In the log the request type will be indicated, but on the frontend no additional message would be shown (I think it's better to notify admins about non-SSL situations, but currently when this fetch encounter error, no error message will be shown, so it's better not to add any warning).
-