- Aug 31, 2017
-
-
Roland Synnestvedt authored
-
- Aug 29, 2017
-
-
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).
-
git://github.com/yurii-github/wikiAndreas Gohr authored
* 'master-fix-windows' of git://github.com/yurii-github/wiki: response on review response on review cleaning after better understanding of the surroundings back slashes in @import cleaning fix tests on windows
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
Action Dispatch Refactoring
-
Andreas Gohr authored
-
git://github.com/phy25/dokuwikiAndreas Gohr authored
* 'fix-2087' of git://github.com/phy25/dokuwiki: Fix p_set_metadata damaging contributors with numeric ID Add tests for array_replace part of set_metadata
-
Andreas Gohr authored
just to be sure, we're not breaking something simple here.
-
Andreas Gohr authored
-
git://github.com/LarsGit223/dokuwikiAndreas Gohr authored
* 'issue829' of git://github.com/LarsGit223/dokuwiki: Corrected internal link pattern to properly handle included square brackets. Fixes #829.
-
Andreas Gohr authored
bugfix: empty string is valid for numericopt
-
- Aug 25, 2017
-
-
Phy authored
-