History log of /dokuwiki/inc/ (Results 1426 – 1450 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2bb340bc25-Jan-2019 علیرضا ایوز <info@alirezaivaz.ir>

translation update

56b894a120-Jan-2019 Tibor Repček <tiborepcek@gmail.com>

translation update

b9d614b819-Jan-2019 Tibor Repček <tiborepcek@gmail.com>

Add files via upload

9a69bc9b17-Jan-2019 Samana Johann <samana.johann@sangham.net>

translation update

debc52aa11-Jan-2019 Phy <git@phy25.com>

obfuscate: use utf8_tohtml for hex mode encoding, fixes #2665

Note that its output for "regular" char (codepoint < 2bytes) has also changed (before hex, now decimal), due to the current behavior of

obfuscate: use utf8_tohtml for hex mode encoding, fixes #2665

Note that its output for "regular" char (codepoint < 2bytes) has also changed (before hex, now decimal), due to the current behavior of utf8_tohtml. In this case, the config value "hex" doesn't mean "hex" anymore, but it still obfuscates characters as numbers, as expected. This might need doc update.

show more ...

df81ca9911-Jan-2019 Phy <git@phy25.com>

utf8_tohtml: add $all param to encode everything (default false)

This is useful when every character needs to be converted to HTML entities, e.g. (email) `obfuscate()`. Respective test has also been

utf8_tohtml: add $all param to encode everything (default false)

This is useful when every character needs to be converted to HTML entities, e.g. (email) `obfuscate()`. Respective test has also been added.

show more ...

1fe1455309-Jan-2019 Alex Beck <alex@4becks.com>

translation update

2eb1177e09-Jan-2019 Phy <git@phy25.com>

prefer array rather than string with the wl() parameter

5940772207-Jan-2019 Phy <git@phy25.com>

don't show empty optiongroup item in Mobilemenu

Co-authored-by: eiroca <eiroca@users.noreply.github.com>

6f9868d507-Jan-2019 Phy <git@phy25.com>

fix sha512 failing test, and add test to crypt-style sha512 hash

05e11e5c07-Jan-2019 Phy <dokuwiki@phy25.com>

translation update

3aa984ae04-Jan-2019 LarsGit223 <lars_paulsen@web.de>

metadata.php: applied PSR2 Coding Style Guide

abaaba9a03-Jan-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

reset Doku_Renderer properties

26e2414902-Jan-2019 ThorPrestboen <thor.erling.prestboen@gmail.com>

translation update

7e82399c26-Dec-2018 En Matt <heartattack@free.fr>

translation update

d442469225-Dec-2018 valunf <45840701+valunf@users.noreply.github.com>

Added rounds support for sha512

sha512 now supports hashes for salt started with "rounds=5000$"

0e2d62e822-Dec-2018 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

30d94a1715-Dec-2018 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

38a9f50712-Dec-2018 Jacob Palm <mail@jacobpalm.dk>

translation update

4b6ca5c210-Dec-2018 Frederico Gonçalves Guimarães <frederico@teia.bio.br>

translation update

418dfc1109-Dec-2018 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

54436b1903-Dec-2018 bleistivt <bleistivt@users.noreply.github.com>

Fix zero width spaces in diffs

77244e7029-Nov-2018 Michael Hamann <michael@content-space.de>

Security: Fix ACL check in search_allpages

Due to the changes in 8f34cf3d32c9c091caa658472bd4e3a8270969a8, the ACL
check in search_allpages was only executed when 'skipacl' has been
explicitly set t

Security: Fix ACL check in search_allpages

Due to the changes in 8f34cf3d32c9c091caa658472bd4e3a8270969a8, the ACL
check in search_allpages was only executed when 'skipacl' has been
explicitly set to false. Otherwise, only ACLs for namespaces were
checked (unless the sneakyacl option was passed). The documentation
states that the default for 'skipacl' is false, so setting it to false
shouldn't be necessary.

From all I can see, this does not concern DokuWiki itself as
search_allpages is never used without the 'skipacl' option explicitly
set to true or false. However, this causes serious security issues in
plugins that rely on this ACL check in search_allpages like the include
plugin.

show more ...

33c70ba928-Nov-2018 Eddy <eddy@mail.it>

translation update

3c0e61e228-Nov-2018 Traend <Traend@ruu.kr>

translation update

1...<<51525354555657585960>>...266