History log of /dokuwiki/lib/plugins/config/ (Results 326 – 350 of 1437)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
eb1b595818-May-2018 Andreas Gohr <andi@splitbrain.org>

basic test for the Writer class

70b28bcf18-May-2018 Andreas Gohr <andi@splitbrain.org>

check for opcache function before using it

0a5b05eb18-May-2018 Andreas Gohr <andi@splitbrain.org>

Moved settings to their own namespace

be1cc9ae18-May-2018 Andreas Gohr <andi@splitbrain.org>

replaced ptln() with echo

We used to use ptln to ensure the produced HTML source code is somewhat
readable, but with modern HTML inspectors this is no longer necessary
and makes the PHP source code

replaced ptln() with echo

We used to use ptln to ensure the produced HTML source code is somewhat
readable, but with modern HTML inspectors this is no longer necessary
and makes the PHP source code ugly.

show more ...

2db0ff1c16-May-2018 Stefano <stefano.stefano@gmail.com>

translation update

78580f9116-May-2018 Martin Hořínek <hev@hev.cz>

translation update

47d98e9816-May-2018 Marian Banica <open@banica.eu.org>

translation update

daea826313-May-2018 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

edba97f712-May-2018 Andreas Gohr <andi@splitbrain.org>

fixed the minimal tests we have

a1ef8b4d12-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR2 adjustments for admin class

5c17d2d312-May-2018 Andreas Gohr <andi@splitbrain.org>

first go over the settings classes for PSR-2

a017dff412-May-2018 Andreas Gohr <andi@splitbrain.org>

introduce getType for Settings

5675a07c12-May-2018 Andreas Gohr <andi@splitbrain.org>

moved language loading to the loader

077c27b211-May-2018 Andreas Gohr <andi@splitbrain.org>

adjusted basic loading saving in admin

stripped out all the session stuff

5a38a12911-May-2018 Andreas Gohr <andi@splitbrain.org>

added Writer class for saving the config back to file

8ea5685f11-May-2018 Andreas Gohr <andi@splitbrain.org>

moved the whole settings class mechanism to it's own class

6850fd4a11-May-2018 Andreas Gohr <andi@splitbrain.org>

created a configuration Loader class

This replaces stuff in the Configuration class that hasn't been removed,
yet.

e063babf11-May-2018 Andreas Gohr <andi@splitbrain.org>

moved php parser to it's own file

c6639e6a11-May-2018 Andreas Gohr <andi@splitbrain.org>

start of refactoring the config plugin

split up all the files and added namespaces. everything broken


/dokuwiki/_test/phpcs.xml
/dokuwiki/inc/Remote/Api.php
/dokuwiki/inc/Remote/XmlRpcServer.php
/dokuwiki/lib/exe/xmlrpc.php
/dokuwiki/lib/plugins/acl/action.php
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/acl/remote.php
/dokuwiki/lib/plugins/authad/action.php
/dokuwiki/lib/plugins/authad/auth.php
/dokuwiki/lib/plugins/authldap/auth.php
/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php
/dokuwiki/lib/plugins/authpdo/auth.php
/dokuwiki/lib/plugins/authpdo/conf/metadata.php
/dokuwiki/lib/plugins/authplain/_test/escaping.test.php
/dokuwiki/lib/plugins/authplain/auth.php
_test/configuration.test.php
admin.php
core/Configuration.php
core/Setting.php
core/SettingArray.php
core/SettingAuthtype.php
core/SettingCompression.php
core/SettingDirchoice.php
core/SettingDisableactions.php
core/SettingEmail.php
core/SettingFieldset.php
core/SettingHidden.php
core/SettingImConvert.php
core/SettingLicense.php
core/SettingMulticheckbox.php
core/SettingMultichoice.php
core/SettingNoClass.php
core/SettingNoDefault.php
core/SettingNumeric.php
core/SettingNumericopt.php
core/SettingOnoff.php
core/SettingPassword.php
core/SettingRegex.php
core/SettingRenderer.php
core/SettingSavedir.php
core/SettingSepchar.php
core/SettingString.php
core/SettingUndefined.php
settings/config.metadata.php
/dokuwiki/lib/plugins/extension/_test/extension.test.php
/dokuwiki/lib/plugins/extension/action.php
/dokuwiki/lib/plugins/extension/admin.php
/dokuwiki/lib/plugins/extension/helper/extension.php
/dokuwiki/lib/plugins/extension/helper/gui.php
/dokuwiki/lib/plugins/extension/helper/list.php
/dokuwiki/lib/plugins/extension/helper/repository.php
/dokuwiki/lib/plugins/extension/lang/de-informal/intro_plugins.txt
/dokuwiki/lib/plugins/extension/lang/de/intro_plugins.txt
/dokuwiki/lib/plugins/info/syntax.php
/dokuwiki/lib/plugins/popularity/action.php
/dokuwiki/lib/plugins/popularity/admin.php
/dokuwiki/lib/plugins/popularity/helper.php
/dokuwiki/lib/plugins/revert/admin.php
/dokuwiki/lib/plugins/safefnrecode/action.php
/dokuwiki/lib/plugins/styling/action.php
/dokuwiki/lib/plugins/styling/admin.php
/dokuwiki/lib/plugins/styling/popup.php
/dokuwiki/lib/plugins/usermanager/_test/mocks.class.php
/dokuwiki/lib/plugins/usermanager/admin.php
a087da7127-Apr-2018 Andreas Gohr <andi@splitbrain.org>

fixed broken tests

I also introduced an auto loaded namespace for the tests.

3dc2d50c27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

visibility declarations in plugins

64159a6127-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.


/dokuwiki/_test/phpcs.xml
/dokuwiki/inc/Form/DropdownElement.php
/dokuwiki/inc/Form/Form.php
/dokuwiki/inc/Form/OptGroup.php
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/Manifest.php
/dokuwiki/inc/RemoteAPICore.php
/dokuwiki/inc/Sitemapper.php
/dokuwiki/inc/StyleUtils.php
/dokuwiki/inc/Ui/Admin.php
/dokuwiki/inc/Ui/Search.php
/dokuwiki/inc/cache.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/events.php
/dokuwiki/inc/farm.php
/dokuwiki/inc/fetch.functions.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/load.php
/dokuwiki/inc/mail.php
/dokuwiki/inc/media.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/plugincontroller.class.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/inc/remote.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/inc/toolbar.php
/dokuwiki/inc/utf8.php
/dokuwiki/install.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/acl/remote.php
/dokuwiki/lib/plugins/auth.php
/dokuwiki/lib/plugins/authad/auth.php
/dokuwiki/lib/plugins/authldap/auth.php
/dokuwiki/lib/plugins/authplain/auth.php
admin.php
settings/config.class.php
settings/config.metadata.php
/dokuwiki/lib/plugins/extension/admin.php
/dokuwiki/lib/plugins/extension/helper/extension.php
/dokuwiki/lib/plugins/extension/helper/gui.php
/dokuwiki/lib/plugins/extension/helper/list.php
/dokuwiki/lib/plugins/extension/helper/repository.php
/dokuwiki/lib/plugins/revert/admin.php
/dokuwiki/lib/plugins/styling/admin.php
/dokuwiki/lib/plugins/usermanager/admin.php
/dokuwiki/lib/tpl/dokuwiki/tpl_footer.php
b4f2363a27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

remove DOKU_INC checks

There is no need for this check, since these files should not have any
main code that is executed on direct call.

Fixes PSR1.Files.SideEffects.FoundWithSymbols


/dokuwiki/_test/phpcs.xml
/dokuwiki/_test/tests/inc/Ui/Search_createPagenameFromQuery.test.php
/dokuwiki/composer.lock
/dokuwiki/inc/FeedParser.php
/dokuwiki/inc/JSON.php
/dokuwiki/inc/Sitemapper.php
/dokuwiki/inc/Ui/Search.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/cache.php
/dokuwiki/inc/common.php
/dokuwiki/inc/events.php
/dokuwiki/inc/form.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/mail.php
/dokuwiki/inc/media.php
/dokuwiki/inc/parser/code.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/lexer.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/parser/xhtmlsummary.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/inc/toolbar.php
/dokuwiki/lib/plugins/acl/action.php
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/authad/action.php
/dokuwiki/lib/plugins/authad/auth.php
/dokuwiki/lib/plugins/authldap/auth.php
/dokuwiki/lib/plugins/authpdo/auth.php
/dokuwiki/lib/plugins/authplain/auth.php
admin.php
/dokuwiki/lib/plugins/extension/action.php
/dokuwiki/lib/plugins/extension/admin.php
/dokuwiki/lib/plugins/extension/helper/extension.php
/dokuwiki/lib/plugins/extension/helper/gui.php
/dokuwiki/lib/plugins/extension/helper/list.php
/dokuwiki/lib/plugins/extension/helper/repository.php
/dokuwiki/lib/plugins/info/syntax.php
/dokuwiki/lib/plugins/popularity/admin.php
/dokuwiki/lib/plugins/revert/admin.php
/dokuwiki/lib/plugins/styling/action.php
/dokuwiki/lib/plugins/styling/admin.php
/dokuwiki/lib/plugins/usermanager/admin.php
/dokuwiki/vendor/composer/autoload_files.php
/dokuwiki/vendor/composer/autoload_static.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/phpseclib/phpseclib/README.md
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/X509.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
dcae056a27-Apr-2018 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

6e19c6ec25-Apr-2018 Jonáš Dyba <jonas.dyba@gmail.com>

translation update

1...<<11121314151617181920>>...58