History log of /dokuwiki/ (Results 2601 – 2625 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9b48e6a105-Apr-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Continue if there are no attributes

If an entry in the loop at `_tpl_metaheaders_action` has no content, skip this entry.

2ba6767912-May-2017 Andreas Gohr <andi@splitbrain.org>

avoid dependency tests being marked as risky

9e491c0112-May-2017 Andreas Gohr <andi@splitbrain.org>

replaced some more each calls

There are still some left in the DifferenceEngine code

a93ad67612-May-2017 Andreas Gohr <andi@splitbrain.org>

remove deprecated each() call

188d716512-May-2017 Andreas Gohr <andi@splitbrain.org>

test constructors need to call parent constructor

this fixes another problem with our tests and phpunit 6.1

b216b15412-May-2017 Andreas Gohr <andi@splitbrain.org>

use dataprovider in password tests

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 weird

use dataprovider in password tests

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.

show more ...

51c7959412-May-2017 Andreas Gohr <andi@splitbrain.org>

replace LESS compiler with lesserphp

This is a better maintained fork of lessphp. It seems to be fully
compatible, so this is more or less a drop in replacement.

bb8df02312-May-2017 Andreas Gohr <andi@splitbrain.org>

removed deprecated blowfish class

9c9753d612-May-2017 Andreas Gohr <andi@splitbrain.org>

replace some var keywords

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.

c0e0ec7923-Apr-2017 Elchin <quliyev_elchin1989@mail.ru>

translation update

dd865c4c08-Apr-2017 Max-Julian Pogner <max-julian@pogner.at>

PassHash.class.php: in case of brcrypt, use the most recent variant $2y$

This change breaks compatibility with php 5.3.7, but a standing
requirement for at least php 5.6 is declared in composer.json

PassHash.class.php: in case of brcrypt, use the most recent variant $2y$

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.

show more ...

6475ad4413-Apr-2017 David Surroca <david.tb303@gmail.com>

translation update

32b2e36818-Apr-2017 Dharmik <dharmik8478@gmail.com>

Fix Typo in remote API (#1938)

* Updated remote.php

Updated remote.php for retrieving all the acl details.

* Updated remote.php

By mistake changed in addAcl instead of listAcls.

c0f9e7c305-Apr-2017 Kris Charatonik <krishary@gmail.com>

translation update

43332dfd05-Apr-2017 Pavel Krupička <pajdacz@gmail.com>

translation update

20cfa16802-Apr-2017 Zacharias Sdregas <zsdregas@sch.gr>

translation update

f8b1e4e704-Apr-2017 Andreas Gohr <andi@splitbrain.org>

use 403 response on bad logins. closes #1937

16d428e901-Apr-2017 Andreas Gohr <andi@splitbrain.org>

removed unneeded check

the $from != $to check is handled further up already and throws an
exception.

d773525b01-Apr-2017 Andreas Gohr <andi@splitbrain.org>

draft action now checks that a draft exists

225d36a101-Apr-2017 Andreas Gohr <andi@splitbrain.org>

fixed small typo

480336a331-Mar-2017 Andreas Gohr <andi@splitbrain.org>

no longer rely on actionOk when checking if actions are disabled

loadAction() and checkAction() are now public and could be used within
actionOK(). However some weird circular references prevent tha

no longer rely on actionOk when checking if actions are disabled

loadAction() and checkAction() are now public and could be used within
actionOK(). However some weird circular references prevent that. In
addition, actionOK is also used to check for things that aren't Actions
(yet) like 'rss' and 'top'.

show more ...

ec70122131-Mar-2017 Andreas Gohr <andi@splitbrain.org>

explicitly declare method visibility

6e4bf08e31-Mar-2017 Andreas Gohr <andi@splitbrain.org>

allow actions to be initialized without an action name

also fixes the tests

ab680a2531-Mar-2017 Andreas Gohr <andi@splitbrain.org>

added missing backlink action

bb2b4f1931-Mar-2017 Andreas Gohr <andi@splitbrain.org>

fixed Diff action

1...<<101102103104105106107108109110>>...420