- Feb 08, 2018
-
-
Iain Hallam authored
-
- Jul 28, 2017
-
-
Szymon Olewniczak authored
-
- Jul 26, 2017
-
-
Michael Große authored
While DokuWiki suppresses PHP Notices they are still a code smell and should be fixed. This fixes some PHP Notices that occurred. Some of these fixes could be refactored into nicer code once we move to PHP 7 and get access to the `??` operator.
-
Michael Große authored
The HTML-spec[0] specifies: > If the element has no label attribute and is not a child of a datalist element: Text that is not inter-element whitespace. So a non-breaking space is valid solution. [0] https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element
-
- Jul 20, 2017
-
-
Szymon Olewniczak authored
-
- Jul 13, 2017
-
-
Tor Härnqvist authored
-
- Jul 01, 2017
-
-
Жељко Тодоровић authored
-
Жељко Тодоровић authored
-
Жељко Тодоровић authored
-
- Jun 30, 2017
-
-
Felix Müller-Donath authored
-
Felix Müller-Donath authored
-
- Jun 26, 2017
-
-
Guilherme Sá authored
-
- Jun 16, 2017
-
-
Oliver authored
$regex initialization added to clearify that it is passed by reference and filled from subroutines
-
- Jun 14, 2017
-
-
Osoitz authored
-
- Jun 12, 2017
-
-
S.H. Lee authored
-
- Jun 08, 2017
-
-
Osoitz authored
-
- Jun 07, 2017
-
-
Andreas Gohr authored
When a page is marked as hidden (through the hidepages option) it should not be indexed by search engines.
-
- Jun 06, 2017
- Jun 04, 2017
-
-
Osoitz authored
-
- Jun 02, 2017
-
-
Osoitz authored
-
- May 26, 2017
-
-
Andreas Gohr authored
the new version of the validator is static. But it makes sense to use a single point of entry anyway, so instead of adjusting the use of the new class, prefer the function.
-
Andreas Gohr authored
-
- May 25, 2017
-
-
Andreas Gohr authored
Various plugins access the form members directly currently.
-
- May 21, 2017
-
-
LarsDW223 authored
Adjusted pattern for matching media links to properly handle a single '}' in the link text. Fixes #1587.
-
- May 18, 2017
-
-
Andreas Gohr authored
-
- May 15, 2017
-
-
Andreas Gohr authored
-
- May 13, 2017
-
-
Gerry Weißbach authored
If an entry in the loop at `_tpl_metaheaders_action` has no content, skip this entry.
-
- May 12, 2017
-
-
Andreas Gohr authored
There are still some left in the DifferenceEngine code
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
This should fix some tests on PHP 7.1. The work is far from done, we still have a lot of variables without proper accessibility defined.
-
- Apr 24, 2017
-
-
Elchin authored
-
- Apr 19, 2017
-
-
Max-Julian Pogner authored
This change breaks compatibility with php 5.3.7, but a standing requirement for at least php 5.6 is declared in composer.json. If the php documentation is to be believed, this change increases security against pass-the-hash type attacks. (I do not have the knowledge to assess the security differences between $2a$ and $2y$). As a Sidenote: htpasswd shipped with apache2 2.4.10 (and probably, other versions), when used with the -B (=bcrypt) option, produces hashes marked with $2y$. Nonewithstanding the actual support or non-support of $2a$ by the apache2 'AuthUserFile' directive, the apache 2.4 documentation only asserts support for the $2y$ bcrypt variant. Therefore, this commit would make it possible for dokuwiki and apache2 basic authentication to share the same password file, in the case when bcrypt is used.
-
David Surroca authored
-
- Apr 05, 2017
-
-
Kris Charatonik authored
-
Pavel Krupička authored
-
- Apr 04, 2017
-
-
Zacharias Sdregas authored
-
Andreas Gohr authored
-