History log of /dokuwiki/inc/deprecated.php (Results 26 – 35 of 35)
Revision Date Author Comments
# 5a8d6e48 26-Mar-2019 Michael Große <mic.grosse@googlemail.com>

Rename HTTPClient namespace to HTTP

This should make namespace a bit more flexible in scope and allow us to
move more functionality there later.


# 60b9af73 17-Mar-2019 Michael Große <mic.grosse@googlemail.com>

Move deprecated HTTPClient classes to deprecated.php


# c3cc6e05 06-Mar-2019 Andreas Gohr <andi@splitbrain.org>

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this case where the method name is auto-built from the hash type
name.

show more ...


# ccc4c71c 19-Feb-2019 Andreas Gohr <andi@splitbrain.org>

adjusted the Input clases for PSR2

They are now in their own namespace.


# d443762b 27-Jul-2018 Andreas Gohr <andi@splitbrain.org>

deprecated JSON class

JSON is natively supported since years. This makes
2145bd4c56435f829a19aad843172f8ddffbc69b obsolete again.


# b78f68bc 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

some small fixes for PSR2


# 0c3a5702 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

split changelog classes into their own namespace

The remaining functions in inc/changelog.php should be moved into a
utility class.


# a6e1db4a 01-Jun-2018 Andreas Gohr <andi@splitbrain.org>

fallback classes for plugins inheriting from old settings classes

This will still throw a signature mismatch warning on PHP7 but at least
it is no longer fatal.


# 4cdb6842 07-May-2018 Andreas Gohr <andi@splitbrain.org>

started a dedicated file for deprecated stuff


# dd87735d 07-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 compatibility for the remote API libs


12