History log of /dokuwiki/inc/ (Results 1201 – 1225 of 6440)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b4b0b31b22-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Use deprecation helper

Instead of writing our own magic getters and setters for all variables
that used to be public, this adds a trait that does that in a generic
way.
This trait was copied from Me

Use deprecation helper

Instead of writing our own magic getters and setters for all variables
that used to be public, this adds a trait that does that in a generic
way.
This trait was copied from MediaWiki and adjusted to DokuWiki.
The original author seems to be @tgr Tisza Gergő

The downside of this trait is that the properties keep their
(potentially undesired) name. While that could be fixed within the
helper, that might add unnecessary complexity. The name can change when
support is dropped.

show more ...

e180e45321-Feb-2019 Phy <git@phy25.com>

use utf8_strtolower instead of strtolower

395b0e1609-Jan-2019 Phy <git@phy25.com>

compare cleaned pageid case-insensitive in search, fixes #2613

2ed72d0619-Feb-2019 Andreas Gohr <andi@splitbrain.org>

rename Ajax Callbacks for PSR2

ccc4c71c19-Feb-2019 Andreas Gohr <andi@splitbrain.org>

adjusted the Input clases for PSR2

They are now in their own namespace.

68571b7715-Feb-2019 En Matt <heartattack@free.fr>

translation update

fec08cc914-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Use DokuWiki's own deprecation reporters

DokuWiki has its own way to report deprecation notifications.
Let's use it!

d2f1d7a114-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Rename fields and add deprecated __get/__set

These fields might still be accessed from the outside, so in order to
not break backwards compatibility, this uses magic methods that emit
deprecation er

Rename fields and add deprecated __get/__set

These fields might still be accessed from the outside, so in order to
not break backwards compatibility, this uses magic methods that emit
deprecation errors.

show more ...

ad985d5109-Feb-2019 velmyshanovnyi <velmyshanovnyi@gmail.com>

translation update

43ff105604-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Adjust comment to better reflect method

That method cannot be private or protected, since it has to be used by
the event handler. Thus adjust the method comment to internal to better
represent that

Adjust comment to better reflect method

That method cannot be private or protected, since it has to be used by
the event handler. Thus adjust the method comment to internal to better
represent that it shouldn't be used by other classes.

show more ...

72c2bae804-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Fix typo and rename method in comments too

42c00b4502-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Rename methods to conform with PSR 2

The method _useCache doesn't seem to be in use outside the core cache
classes[0], thus no deprecation placeholder was created.

[0]: https://codesearch.dokuwiki.

Rename methods to conform with PSR 2

The method _useCache doesn't seem to be in use outside the core cache
classes[0], thus no deprecation placeholder was created.

[0]: https://codesearch.dokuwiki.org/search?project=dokuwiki&project=plugin&project=template&q=&defs=&refs=_useCache&path=&hist=&type=php

show more ...

0db5771e02-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Refactor cache.php into different files

b3c891f401-Feb-2019 Torgeir Blesvik <bletor@banenor.no>

translation update

3f074cb531-Jan-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Fix regression in third-party JSON utility

094ba72a27-Jan-2019 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

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>

1...<<41424344454647484950>>...258