- 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
-
-
Andreas Gohr authored
Translation update (eu)
-
Andreas Gohr authored
-
Andreas Gohr authored
Translation update (eu)
-
Andreas Gohr authored
-
Osoitz authored
-
Osoitz authored
-
Osoitz authored
-
Mohd Shakir Zakaria authored
-
- 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 23, 2017
-
-
Davor Turkalj authored
-
Peter Mosmans authored
-
- May 21, 2017
- May 18, 2017
-
-
Andreas Gohr authored
-
- May 15, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- May 13, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
The internal lang and localized variables of a plugin are no longer accessible from the outside. This adds a proper setter and also fixes the type hinting in the config plugin.
-
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
-
Andreas Gohr authored
There are still some left in the DifferenceEngine code
-
Andreas Gohr authored
-
Andreas Gohr authored
this fixes another problem with our tests and phpunit 6.1
-
Andreas Gohr authored
This fixes a problem with those tests in the most recent version of phpunit. I thought it was caused by the use of the deprecated var keyword, but some other weirdness was going on. This way it's more proper anyway.
-
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 18, 2017
-
-
Dharmik authored
* Updated remote.php Updated remote.php for retrieving all the acl details. * Updated remote.php By mistake changed in addAcl instead of listAcls.
-
- Apr 05, 2017
-
-
Kris Charatonik authored
-