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

Some first Setting class tests

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

proper defaults for initialize

There isn't really unset variables, but we do expect null to be passed
for some of them.

This also moves the update method further up as it's logically the next
step.

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

extract save checking into own method

Instead of having the out() method return empty strings, a new method
tells the writer if a setting should be saved or not. Only then the
out() method is called.

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

sucess is green

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

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