History log of /dokuwiki/inc/load.php (Results 26 – 50 of 104)
Revision Date Author Comments
# c630f659 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

removed deleted file from autoloader


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

First go at moving the plugin classes into their own namespace


# 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.


# 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


# de226116 04-May-2018 Andreas Gohr <andi@splitbrain.org>

adjusted the Lexer for PSR-2


# d2778ca9 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

correctly autoload the parser stuff


# a087da71 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

fixed broken tests

I also introduced an auto loaded namespace for the tests.


# 64159a61 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

line lengths shortened

This makes sure all files use line lenghts shorter than 120 characters.

This is a quick fix. It might not always be the nicest change.


# 874fc8d3 05-Apr-2018 Andreas Gohr <andi@splitbrain.org>

Merge pull request #2168 from splitbrain/cli

New CLI Plugin Type


# 8cbb9bb8 24-Dec-2017 Gerrit Uitslag <klapinklapin@gmail.com>

remove old class reference

files were deleted by fa2c560da3df273672806893a2f660982c0011f0


# 39bceb98 10-Nov-2017 Andreas Gohr <andi@splitbrain.org>

Change plugin functionality into a trait

This allows for using the functionality in class hierarchies that can
not inherit from DokuWiki_Plugin.


# 7c6a857a 15-Aug-2017 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into actionrefactor

* master: (65 commits)
updated composer dependencies
Release preparation
translation update
do not disclose email or IP addresses of users through R

Merge branch 'master' into actionrefactor

* master: (65 commits)
updated composer dependencies
Release preparation
translation update
do not disclose email or IP addresses of users through RSS
small fix
Make default encapsulation more readable and less duplicate.
Replace htmlspecialchars to hsc in core
Add the preview-bool for the cache file.
Add htmlspecialchars when showing $DATE_AT
#2021 broken links to W3C validators also dokuwiki and php are on https
made bin/wantedpage.php more flexible
doc abbreviation
Fix PHP Notices: Reduce error log noise
Create valid empty options
translation update
doc fix
translation update
using $options->getCmd to retrieve show-pages parameter
added option to wantedpages.php to show or not show pages where broken links occur
show pages where broken links occur: page_id => broken_link
...

show more ...


# 0ed9c2e2 15-Aug-2017 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into lesserphp

* master: (70 commits)
Release preparation
translation update
do not disclose email or IP addresses of users through RSS
small fix
Make default encapsu

Merge branch 'master' into lesserphp

* master: (70 commits)
Release preparation
translation update
do not disclose email or IP addresses of users through RSS
small fix
Make default encapsulation more readable and less duplicate.
Replace htmlspecialchars to hsc in core
Add the preview-bool for the cache file.
Add htmlspecialchars when showing $DATE_AT
#2021 broken links to W3C validators also dokuwiki and php are on https
made bin/wantedpage.php more flexible
doc abbreviation
Fix PHP Notices: Reduce error log noise
Create valid empty options
translation update
doc fix
translation update
using $options->getCmd to retrieve show-pages parameter
added option to wantedpages.php to show or not show pages where broken links occur
show pages where broken links occur: page_id => broken_link
clean extension names. fixes #2042
...

show more ...


# 3d4e3335 26-May-2017 Andreas Gohr <andi@splitbrain.org>

moved EmailAdressValidator to composer install #1970


# 572dd708 18-May-2017 Andreas Gohr <andi@splitbrain.org>

use composer based library for feed creator #1970


# fa3b6716 13-May-2017 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into actionrefactor

* master:
fix error in config manager caused by changes visibility
Continue if there are no attributes
avoid dependency tests being marked as risky

Merge branch 'master' into actionrefactor

* master:
fix error in config manager caused by changes visibility
Continue if there are no attributes
avoid dependency tests being marked as risky
replaced some more each calls
remove deprecated each() call
test constructors need to call parent constructor
use dataprovider in password tests
removed deprecated blowfish class
replace some var keywords
translation update
PassHash.class.php: in case of brcrypt, use the most recent variant $2y$
translation update
Fix Typo in remote API (#1938)
translation update
translation update
translation update
use 403 response on bad logins. closes #1937

show more ...


# 51c79594 12-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.


# bb8df023 12-May-2017 Andreas Gohr <andi@splitbrain.org>

removed deprecated blowfish class


# b16ddc6e 11-Mar-2017 Andreas Gohr <andi@splitbrain.org>

do not blindly assume classes in our own namespace exist


# f50a239b 31-Mar-2017 Takamura <plehanov.v@gmail.com>

I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.


# f83f0fd0 05-Feb-2017 Andreas Gohr <andi@splitbrain.org>

support autoloading for templates

similar to what is possible for plugins, templates can now autoload
namespaced classes, too. the namespace is
dokuwiki\template\<templatename>


12345