History log of /dokuwiki/ (Results 826 – 850 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
32f53e9727-Oct-2022 Andreas Gohr <andi@splitbrain.org>

log additional errors

Our error handler was only logging warnings, but logging other errors,
especially those that may have been triggered by 3rd party libs, is
helpful, too. This adds a few more lo

log additional errors

Our error handler was only logging warnings, but logging other errors,
especially those that may have been triggered by 3rd party libs, is
helpful, too. This adds a few more loggable errors.

This should especially help with composer trigerring a E_USER_ERROR when
the PHP version mismatches.

show more ...

c7f6b7b726-Oct-2022 Zebra North <mrzebra@mrzebra.co.uk>

Move IP functions into a class

4ec0f22b26-Oct-2022 Edney Rossi <prof.edneyrossi@gmail.com>

translation update

0772dde226-Oct-2022 Andreas Gohr <andi@splitbrain.org>

Fix handling of unknown array settings

When a plugin used an array setting and was then installed, the old
configuration can remain in local.php. It is handled by the
SettingUndefined class. However

Fix handling of unknown array settings

When a plugin used an array setting and was then installed, the old
configuration can remain in local.php. It is handled by the
SettingUndefined class. However this class used the base out() mechanism
which didn't know about arrays. The result was a fatal error resulting
in a completely empty config file.

This moves the error handling from the SettingArray class to the base
class which fixes the original problem.

It also adds a check if the Writer is about to write a completely empty
config file and refuses to do so, throwing an Exception.

Probably related to #3777

show more ...

608cdefc22-Oct-2022 Zebra North <mrzebra@mrzebra.co.uk>

Factor out IP address functions; all proxies must be trusted

8accc6f320-Oct-2022 Andreas Gohr <andi@splitbrain.org>

remove language strings for htmlok and phpok options

These options have been removed in bbe6b3a78bfaae7c3435ed2f909108be642b4684


lib/plugins/config/lang/ar/lang.php
lib/plugins/config/lang/bg/lang.php
lib/plugins/config/lang/ca-valencia/lang.php
lib/plugins/config/lang/ca/lang.php
lib/plugins/config/lang/ckb/lang.php
lib/plugins/config/lang/cs/lang.php
lib/plugins/config/lang/cy/lang.php
lib/plugins/config/lang/da/lang.php
lib/plugins/config/lang/de-informal/lang.php
lib/plugins/config/lang/de/lang.php
lib/plugins/config/lang/el/lang.php
lib/plugins/config/lang/eo/lang.php
lib/plugins/config/lang/es/lang.php
lib/plugins/config/lang/eu/lang.php
lib/plugins/config/lang/fa/lang.php
lib/plugins/config/lang/fi/lang.php
lib/plugins/config/lang/fr/lang.php
lib/plugins/config/lang/gl/lang.php
lib/plugins/config/lang/he/lang.php
lib/plugins/config/lang/hr/lang.php
lib/plugins/config/lang/hu/lang.php
lib/plugins/config/lang/ia/lang.php
lib/plugins/config/lang/is/lang.php
lib/plugins/config/lang/it/lang.php
lib/plugins/config/lang/ja/lang.php
lib/plugins/config/lang/ko/lang.php
lib/plugins/config/lang/la/lang.php
lib/plugins/config/lang/lv/lang.php
lib/plugins/config/lang/mr/lang.php
lib/plugins/config/lang/ne/lang.php
lib/plugins/config/lang/nl/lang.php
lib/plugins/config/lang/no/lang.php
lib/plugins/config/lang/pl/lang.php
lib/plugins/config/lang/pt-br/lang.php
lib/plugins/config/lang/pt/lang.php
lib/plugins/config/lang/ro/lang.php
lib/plugins/config/lang/ru/lang.php
lib/plugins/config/lang/sk/lang.php
lib/plugins/config/lang/sl/lang.php
lib/plugins/config/lang/sq/lang.php
lib/plugins/config/lang/sr/lang.php
lib/plugins/config/lang/sv/lang.php
lib/plugins/config/lang/th/lang.php
lib/plugins/config/lang/tr/lang.php
lib/plugins/config/lang/uk/lang.php
lib/plugins/config/lang/vi/lang.php
lib/plugins/config/lang/zh-tw/lang.php
lib/plugins/config/lang/zh/lang.php
70f2f35120-Oct-2022 Phy <git@phy25.com>

Update intro.txt

acdf738a19-Oct-2022 Andreas Gohr <andi@splitbrain.org>

replace phpquery by php-dom-wrapper #3308

This replaces the outdated phpquery library by the newer and maintained
php-dom-wrapper. Usage is similar but not a 1:1 replacement. phpQuery is
left in but

replace phpquery by php-dom-wrapper #3308

This replaces the outdated phpquery library by the newer and maintained
php-dom-wrapper. Usage is similar but not a 1:1 replacement. phpQuery is
left in but marked as deprecated.

show more ...


.gitignore
_test/bootstrap.php
_test/composer.json
_test/composer.lock
_test/core/TestResponse.php
_test/core/phpQuery-onefile.php
_test/tests/inc/form/buttonelement.test.php
_test/tests/inc/form/checkableelement.test.php
_test/tests/inc/form/dropdownelement.test.php
_test/tests/inc/form/form.test.php
_test/tests/inc/form/inputelement.test.php
_test/tests/inc/media_searchlist.test.php
_test/vendor/autoload.php
_test/vendor/composer/ClassLoader.php
_test/vendor/composer/InstalledVersions.php
_test/vendor/composer/LICENSE
_test/vendor/composer/autoload_classmap.php
_test/vendor/composer/autoload_files.php
_test/vendor/composer/autoload_namespaces.php
_test/vendor/composer/autoload_psr4.php
_test/vendor/composer/autoload_real.php
_test/vendor/composer/autoload_static.php
_test/vendor/composer/installed.json
_test/vendor/composer/installed.php
_test/vendor/composer/platform_check.php
_test/vendor/scotteh/php-dom-wrapper/.github/dependabot.yml
_test/vendor/scotteh/php-dom-wrapper/.gitignore
_test/vendor/scotteh/php-dom-wrapper/LICENSE
_test/vendor/scotteh/php-dom-wrapper/README.md
_test/vendor/scotteh/php-dom-wrapper/composer.json
_test/vendor/scotteh/php-dom-wrapper/phpunit.xml.dist
_test/vendor/scotteh/php-dom-wrapper/src/Collections/NodeCollection.php
_test/vendor/scotteh/php-dom-wrapper/src/Comment.php
_test/vendor/scotteh/php-dom-wrapper/src/Document.php
_test/vendor/scotteh/php-dom-wrapper/src/DocumentType.php
_test/vendor/scotteh/php-dom-wrapper/src/Element.php
_test/vendor/scotteh/php-dom-wrapper/src/NodeList.php
_test/vendor/scotteh/php-dom-wrapper/src/ProcessingInstruction.php
_test/vendor/scotteh/php-dom-wrapper/src/Text.php
_test/vendor/scotteh/php-dom-wrapper/src/Traits/CommonTrait.php
_test/vendor/scotteh/php-dom-wrapper/src/Traits/ManipulationTrait.php
_test/vendor/scotteh/php-dom-wrapper/src/Traits/NodeTrait.php
_test/vendor/scotteh/php-dom-wrapper/src/Traits/TraversalTrait.php
_test/vendor/symfony/css-selector/CHANGELOG.md
_test/vendor/symfony/css-selector/CssSelectorConverter.php
_test/vendor/symfony/css-selector/Exception/ExceptionInterface.php
_test/vendor/symfony/css-selector/Exception/ExpressionErrorException.php
_test/vendor/symfony/css-selector/Exception/InternalErrorException.php
_test/vendor/symfony/css-selector/Exception/ParseException.php
_test/vendor/symfony/css-selector/Exception/SyntaxErrorException.php
_test/vendor/symfony/css-selector/LICENSE
_test/vendor/symfony/css-selector/Node/AbstractNode.php
_test/vendor/symfony/css-selector/Node/AttributeNode.php
_test/vendor/symfony/css-selector/Node/ClassNode.php
_test/vendor/symfony/css-selector/Node/CombinedSelectorNode.php
_test/vendor/symfony/css-selector/Node/ElementNode.php
_test/vendor/symfony/css-selector/Node/FunctionNode.php
_test/vendor/symfony/css-selector/Node/HashNode.php
_test/vendor/symfony/css-selector/Node/NegationNode.php
_test/vendor/symfony/css-selector/Node/NodeInterface.php
_test/vendor/symfony/css-selector/Node/PseudoNode.php
_test/vendor/symfony/css-selector/Node/SelectorNode.php
_test/vendor/symfony/css-selector/Node/Specificity.php
_test/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php
_test/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php
_test/vendor/symfony/css-selector/Parser/Handler/HashHandler.php
_test/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php
_test/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php
_test/vendor/symfony/css-selector/Parser/Handler/StringHandler.php
_test/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php
_test/vendor/symfony/css-selector/Parser/Parser.php
_test/vendor/symfony/css-selector/Parser/ParserInterface.php
_test/vendor/symfony/css-selector/Parser/Reader.php
_test/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php
_test/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php
_test/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php
_test/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php
_test/vendor/symfony/css-selector/Parser/Token.php
_test/vendor/symfony/css-selector/Parser/TokenStream.php
_test/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php
_test/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php
_test/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php
_test/vendor/symfony/css-selector/README.md
_test/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php
_test/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php
_test/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php
_test/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php
_test/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php
_test/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php
_test/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php
_test/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php
_test/vendor/symfony/css-selector/XPath/Translator.php
_test/vendor/symfony/css-selector/XPath/TranslatorInterface.php
_test/vendor/symfony/css-selector/XPath/XPathExpr.php
_test/vendor/symfony/css-selector/composer.json
_test/vendor/symfony/polyfill-php80/LICENSE
_test/vendor/symfony/polyfill-php80/Php80.php
_test/vendor/symfony/polyfill-php80/PhpToken.php
_test/vendor/symfony/polyfill-php80/README.md
_test/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
_test/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
_test/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
_test/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
_test/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
_test/vendor/symfony/polyfill-php80/bootstrap.php
_test/vendor/symfony/polyfill-php80/composer.json
fabefb7a19-Oct-2022 xboxones1 <91512529+xboxones1@users.noreply.github.com>

Change text color for diff

ec34bb3019-Oct-2022 Andreas Gohr <andi@splitbrain.org>

Update core code to make use of sexplode()

This makes use of our own explode mechanism everywhere were we expect a
fixed number of results.

b54ce96c19-Oct-2022 Andreas Gohr <andi@splitbrain.org>

add proper namespace to test classes

This adds the test namespace to those test classes that are already in
PSR4 format.

ec85aeb219-Oct-2022 Andreas Gohr <andi@splitbrain.org>

fix autoloading for tests

This replaces my attempt in 12ebce974be688ac34bf4389645d5fc7baa29cc7

The canonical namespace for DokuWiki core tests is dokuwiki/test/ and
this is mapped to _test/tests no

fix autoloading for tests

This replaces my attempt in 12ebce974be688ac34bf4389645d5fc7baa29cc7

The canonical namespace for DokuWiki core tests is dokuwiki/test/ and
this is mapped to _test/tests now in the autoloader.

This means the majority of tests is in the dokuwiki/test/inc namespace.

Mockfiles are located at _test/mock and have the namespace
dokuwiki/test/mock - if that's good or bad is debatable. I simply kept
it as it always has been. But there might be an argument for having mock
objects closer to the tests that use them (eg. right next to the test
files).

show more ...

257ea06e19-Oct-2022 小李 <szsd5257@foxmail.com>

translation update

ccc4830f16-Oct-2022 Olivier Humbert <trebmuh@tuxfamily.org>

translation update

a8bda4bf16-Oct-2022 Olivier Humbert <trebmuh@tuxfamily.org>

translation update

08e3798615-Oct-2022 Philippe Verbeke <ph.verbeke@gmail.com>

translation update

1a0013a614-Oct-2022 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

2d198df112-Oct-2022 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

631c687312-Oct-2022 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

171622de12-Oct-2022 Olivier Humbert <trebmuh@tuxfamily.org>

translation update

bbe6b3a712-Oct-2022 Andreas Gohr <andi@splitbrain.org>

Remove the htmlok and phpok embedding options

Both options have grave security implications and novice users seem to
ignore advice about them. In the last decades I never came across a wiki
that had

Remove the htmlok and phpok embedding options

Both options have grave security implications and novice users seem to
ignore advice about them. In the last decades I never came across a wiki
that had legitimate use of these options.

If someone needs the functionality, it can easily be added back using a
plugin. But I prefer to give users one less option to shoot themselves
in the foot.

Removal of the translations for the config strings can follow after this
has been merged.

show more ...

ddba317612-Oct-2022 Andreas Gohr <andi@splitbrain.org>

gitignore improvements for tracking the wiki namespace

The previous exceptions didn't work. Found the correct way at
https://stackoverflow.com/a/57859600

2f907d1b11-Oct-2022 Andreas Gohr <andi@splitbrain.org>

translation update

f5457a6610-Oct-2022 Olivier HUMBERT <trebmuh@users.noreply.github.com>

Update French translation

consistency with the rest of the translation

9e83fb7b10-Oct-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

use real French words. Thanks to @Trebmuh

1...<<31323334353637383940>>...423