History log of /dokuwiki/_test/ (Results 326 – 350 of 932)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2ef8deb516-May-2018 Christopher Smith <chris@jalakai.co.uk>

Issue #1250, associated unit test

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

adjust remote plugin handling in code check

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

adjusted phpcs config for plugins

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

fixed tests for chunked encoding

Looks like the domain we used to test this on expired.


tests/inc/httpclient_http.test.php
/dokuwiki/composer.lock
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/doku.php
/dokuwiki/inc/Action/Cancel.php
/dokuwiki/inc/Action/Resendpwd.php
/dokuwiki/inc/Action/Show.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/ka/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/ru/newpage.txt
/dokuwiki/inc/lang/ru/resendpwd.txt
/dokuwiki/inc/lang/ru/resetpwd.txt
/dokuwiki/inc/lang/ru/stopwords.txt
/dokuwiki/install.php
/dokuwiki/lib/plugins/acl/lang/cs/lang.php
/dokuwiki/lib/plugins/authad/lang/cs/settings.php
/dokuwiki/lib/plugins/authad/lang/ka/lang.php
/dokuwiki/lib/plugins/authldap/lang/cs/settings.php
/dokuwiki/lib/plugins/authmysql/lang/cs/settings.php
/dokuwiki/lib/plugins/authpgsql/lang/cs/settings.php
/dokuwiki/lib/plugins/authplain/lang/ka/lang.php
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/popularity/lang/cs/lang.php
/dokuwiki/lib/plugins/revert/lang/cs/lang.php
/dokuwiki/lib/plugins/usermanager/lang/cs/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ru/lang.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
/dokuwiki/vendor/splitbrain/php-archive/composer.json
/dokuwiki/vendor/splitbrain/php-archive/phpunit.xml
/dokuwiki/vendor/splitbrain/php-archive/src/Tar.php
/dokuwiki/vendor/splitbrain/php-archive/src/Zip.php
dd87735d07-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 compatibility for the remote API libs

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

moved Parser to Parsing namespace

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

moved all parsing related namespaces to their own


tests/inc/parser/lexer.test.php
tests/inc/parser/parser_code.test.php
tests/inc/parser/parser_eol.test.php
tests/inc/parser/parser_file.test.php
tests/inc/parser/parser_footnote.test.php
tests/inc/parser/parser_headers.test.php
tests/inc/parser/parser_i18n.test.php
tests/inc/parser/parser_links.test.php
tests/inc/parser/parser_lists.test.php
tests/inc/parser/parser_preformatted.test.php
tests/inc/parser/parser_quote.test.php
tests/inc/parser/parser_quotes.test.php
tests/inc/parser/parser_replacements.test.php
tests/inc/parser/parser_table.test.php
tests/inc/parser/parser_unformatted.test.php
tests/inc/parser/renderer_xhtml.test.php
/dokuwiki/inc/Parsing/Handler/Block.php
/dokuwiki/inc/Parsing/Handler/CallWriter.php
/dokuwiki/inc/Parsing/Handler/CallWriterInterface.php
/dokuwiki/inc/Parsing/Handler/Lists.php
/dokuwiki/inc/Parsing/Handler/Nest.php
/dokuwiki/inc/Parsing/Handler/Preformatted.php
/dokuwiki/inc/Parsing/Handler/Quote.php
/dokuwiki/inc/Parsing/Handler/ReWriterInterface.php
/dokuwiki/inc/Parsing/Handler/Table.php
/dokuwiki/inc/Parsing/Lexer/Lexer.php
/dokuwiki/inc/Parsing/Lexer/ParallelRegex.php
/dokuwiki/inc/Parsing/Lexer/StateStack.php
/dokuwiki/inc/Parsing/ParserMode/AbstractMode.php
/dokuwiki/inc/Parsing/ParserMode/Acronym.php
/dokuwiki/inc/Parsing/ParserMode/Base.php
/dokuwiki/inc/Parsing/ParserMode/Camelcaselink.php
/dokuwiki/inc/Parsing/ParserMode/Code.php
/dokuwiki/inc/Parsing/ParserMode/Emaillink.php
/dokuwiki/inc/Parsing/ParserMode/Entity.php
/dokuwiki/inc/Parsing/ParserMode/Eol.php
/dokuwiki/inc/Parsing/ParserMode/Externallink.php
/dokuwiki/inc/Parsing/ParserMode/File.php
/dokuwiki/inc/Parsing/ParserMode/Filelink.php
/dokuwiki/inc/Parsing/ParserMode/Footnote.php
/dokuwiki/inc/Parsing/ParserMode/Formatting.php
/dokuwiki/inc/Parsing/ParserMode/Header.php
/dokuwiki/inc/Parsing/ParserMode/Hr.php
/dokuwiki/inc/Parsing/ParserMode/Html.php
/dokuwiki/inc/Parsing/ParserMode/Internallink.php
/dokuwiki/inc/Parsing/ParserMode/Linebreak.php
/dokuwiki/inc/Parsing/ParserMode/Listblock.php
/dokuwiki/inc/Parsing/ParserMode/Media.php
/dokuwiki/inc/Parsing/ParserMode/ModeInterface.php
/dokuwiki/inc/Parsing/ParserMode/Multiplyentity.php
/dokuwiki/inc/Parsing/ParserMode/Nocache.php
/dokuwiki/inc/Parsing/ParserMode/Notoc.php
/dokuwiki/inc/Parsing/ParserMode/Php.php
/dokuwiki/inc/Parsing/ParserMode/Plugin.php
/dokuwiki/inc/Parsing/ParserMode/Preformatted.php
/dokuwiki/inc/Parsing/ParserMode/Quote.php
/dokuwiki/inc/Parsing/ParserMode/Quotes.php
/dokuwiki/inc/Parsing/ParserMode/Rss.php
/dokuwiki/inc/Parsing/ParserMode/Smiley.php
/dokuwiki/inc/Parsing/ParserMode/Table.php
/dokuwiki/inc/Parsing/ParserMode/Unformatted.php
/dokuwiki/inc/Parsing/ParserMode/Windowssharelink.php
/dokuwiki/inc/Parsing/ParserMode/Wordblock.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/lexer.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parserutils.php
/dokuwiki/lib/plugins/syntax.php
8b1b81be04-May-2018 Andreas Gohr <andi@splitbrain.org>

cleaned up Doku_Handler for PSR-2

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

add methods to test interal properties

You shouldn't really do this. But sometimes its so much easier to write
a test that flips an internal bit than to do it poperly(tm). Better a
risky test than n

add methods to test interal properties

You shouldn't really do this. But sometimes its so much easier to write
a test that flips an internal bit than to do it poperly(tm). Better a
risky test than none...

show more ...

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

adjusted the Lexer for PSR-2

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

adjusted Doku_Parser for PSR-2

All properties are declared protected. The handler is now set via the
constructor.

5c2aad1230-Apr-2018 Andreas Gohr <andi@splitbrain.org>

split handler.php into multiple files

For now I left Doku_Handler itself as it were. We will need to keep the
class name around for backwards compatibility but should move the class
itself.

I intro

split handler.php into multiple files

For now I left Doku_Handler itself as it were. We will need to keep the
class name around for backwards compatibility but should move the class
itself.

I introduced a new ReWriter Interface to formalize how the various call
writer implementations are accessed.

There are a whole bunch of doc blocks missing.

show more ...

36dc94bb28-Apr-2018 Andreas Gohr <andi@splitbrain.org>

split out parser modes into their own files

This moves all the parser classes into their own namespace and files.
Next up are the handler classes.

I'm not sure about the namespace, yet. A nested na

split out parser modes into their own files

This moves all the parser classes into their own namespace and files.
Next up are the handler classes.

I'm not sure about the namespace, yet. A nested namepspace Parser\Modes
would probably make more sense... we'll see.

This also removes the duplicated coded in the Plugin mode. We now use
the plugin trait and can inherit from AbstractMode instead.

show more ...


tests/inc/parser/parser_code.test.php
tests/inc/parser/parser_eol.test.php
tests/inc/parser/parser_file.test.php
tests/inc/parser/parser_footnote.test.php
tests/inc/parser/parser_headers.test.php
tests/inc/parser/parser_i18n.test.php
tests/inc/parser/parser_links.test.php
tests/inc/parser/parser_lists.test.php
tests/inc/parser/parser_preformatted.test.php
tests/inc/parser/parser_quote.test.php
tests/inc/parser/parser_quotes.test.php
tests/inc/parser/parser_replacements.test.php
tests/inc/parser/parser_table.test.php
tests/inc/parser/parser_unformatted.test.php
/dokuwiki/inc/ParserMode/AbstractMode.php
/dokuwiki/inc/ParserMode/Acronym.php
/dokuwiki/inc/ParserMode/Base.php
/dokuwiki/inc/ParserMode/Camelcaselink.php
/dokuwiki/inc/ParserMode/Code.php
/dokuwiki/inc/ParserMode/Emaillink.php
/dokuwiki/inc/ParserMode/Entity.php
/dokuwiki/inc/ParserMode/Eol.php
/dokuwiki/inc/ParserMode/Externallink.php
/dokuwiki/inc/ParserMode/File.php
/dokuwiki/inc/ParserMode/Filelink.php
/dokuwiki/inc/ParserMode/Footnote.php
/dokuwiki/inc/ParserMode/Formatting.php
/dokuwiki/inc/ParserMode/Header.php
/dokuwiki/inc/ParserMode/Hr.php
/dokuwiki/inc/ParserMode/Html.php
/dokuwiki/inc/ParserMode/Internallink.php
/dokuwiki/inc/ParserMode/Linebreak.php
/dokuwiki/inc/ParserMode/Listblock.php
/dokuwiki/inc/ParserMode/Media.php
/dokuwiki/inc/ParserMode/ModeInterface.php
/dokuwiki/inc/ParserMode/Multiplyentity.php
/dokuwiki/inc/ParserMode/Nocache.php
/dokuwiki/inc/ParserMode/Notoc.php
/dokuwiki/inc/ParserMode/Php.php
/dokuwiki/inc/ParserMode/Plugin.php
/dokuwiki/inc/ParserMode/Preformatted.php
/dokuwiki/inc/ParserMode/Quote.php
/dokuwiki/inc/ParserMode/Quotes.php
/dokuwiki/inc/ParserMode/Rss.php
/dokuwiki/inc/ParserMode/Smiley.php
/dokuwiki/inc/ParserMode/Table.php
/dokuwiki/inc/ParserMode/Unformatted.php
/dokuwiki/inc/ParserMode/Windowssharelink.php
/dokuwiki/inc/ParserMode/Wordblock.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parserutils.php
/dokuwiki/lib/plugins/syntax.php
de36992328-Apr-2018 Andreas Gohr <andi@splitbrain.org>

visibility definition for the renderers

I made a lot of things public that probaly should be protected. But many
syntax plugins do access renderer mechanisms directly, so better stay on
the safe sid

visibility definition for the renderers

I made a lot of things public that probaly should be protected. But many
syntax plugins do access renderer mechanisms directly, so better stay on
the safe side here.

The base renderer is now abstract.

show more ...

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

fixed broken tests

I also introduced an auto loaded namespace for the tests.

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

visibility fixes

First start at declaring visibilites for methods and properties. Still
missing: the parser/renderer stuff and the plugins


tests/inc/httpclient_http.test.php
/dokuwiki/inc/FeedParser.php
/dokuwiki/inc/Form/ButtonElement.php
/dokuwiki/inc/Form/DropdownElement.php
/dokuwiki/inc/Form/Form.php
/dokuwiki/inc/Form/OptGroup.php
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/Input.class.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/Manifest.php
/dokuwiki/inc/PassHash.class.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/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/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/subscription.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
/dokuwiki/lib/plugins/config/admin.php
/dokuwiki/lib/plugins/config/settings/config.class.php
/dokuwiki/lib/plugins/config/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
09d57d5a27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

adldap is a 3rd party lib

99c1e5df27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

disable some sniffs on things we can not change

because backwards compatibility. There will be more excludes. This is
just a start.

4b3d170127-Apr-2018 Andreas Gohr <andi@splitbrain.org>

do not check for namespace use, yet

We have to support lots of legacy code without namespaces


phpcs.xml
/dokuwiki/inc/FeedParser.php
/dokuwiki/inc/JSON.php
/dokuwiki/inc/Sitemapper.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
/dokuwiki/lib/plugins/config/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
994e9d4e27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

added php code sniffer config

42690e4d27-Apr-2018 Michael Große <grosse@cosmocode.de>

feat: improve search as a primary means to create new pages

Specifically, this pull request checks if the current query is already a
valid pageid and then return that as suggested pageid.

Also, tes

feat: improve search as a primary means to create new pages

Specifically, this pull request checks if the current query is already a
valid pageid and then return that as suggested pageid.

Also, tests are added for this method.

Fixes #2355

PS: We may want to somehow better educate/nudge users to use the better
way of creating pages by creating links on existing pages.

show more ...


tests/inc/Ui/Search_createPagenameFromQuery.test.php
/dokuwiki/data/deleted.files
/dokuwiki/inc/Action/Recent.php
/dokuwiki/inc/Form/ButtonElement.php
/dokuwiki/inc/Ui/Search.php
/dokuwiki/inc/Ui/SearchState.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/fr/draft.txt
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/template.php
/dokuwiki/lib/plugins/acl/lang/de/lang.php
/dokuwiki/lib/plugins/acl/lang/es/lang.php
/dokuwiki/lib/plugins/acl/lang/fr/lang.php
/dokuwiki/lib/plugins/acl/lang/it/lang.php
/dokuwiki/lib/plugins/acl/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/extension/lang/fr/lang.php
/dokuwiki/lib/plugins/popularity/lang/de/lang.php
/dokuwiki/lib/plugins/popularity/lang/es/lang.php
/dokuwiki/lib/plugins/popularity/lang/fr/lang.php
/dokuwiki/lib/plugins/popularity/lang/it/lang.php
/dokuwiki/lib/plugins/popularity/lang/nl/lang.php
/dokuwiki/lib/plugins/revert/lang/de/lang.php
/dokuwiki/lib/plugins/revert/lang/es/lang.php
/dokuwiki/lib/plugins/revert/lang/fr/lang.php
/dokuwiki/lib/plugins/revert/lang/it/lang.php
/dokuwiki/lib/plugins/revert/lang/nl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/de/lang.php
/dokuwiki/lib/plugins/usermanager/lang/es/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/it/lang.php
/dokuwiki/lib/plugins/usermanager/lang/nl/lang.php
/dokuwiki/lib/tpl/dokuwiki/css/_search.less
/dokuwiki/lib/tpl/dokuwiki/lang/de-informal/style.txt
/dokuwiki/lib/tpl/dokuwiki/lang/de/style.txt
/dokuwiki/lib/tpl/dokuwiki/lang/es/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/fr/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/nl/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/ru/lang.php
/dokuwiki/lib/tpl/index.php
f30298a117-Apr-2018 Andreas Gohr <gohr@cosmocode.de>

some basic framework to do at least some HTML validity checking

Checks are done against the w3.org validator API. Currently we have some
fails. One will be fixed in #2314, others still need to be fi

some basic framework to do at least some HTML validity checking

Checks are done against the w3.org validator API. Currently we have some
fails. One will be fixed in #2314, others still need to be fixed.

This integration test also reveals some code bugs because texts do not
suppress warnings and deprecation messages.

show more ...

ada0d77915-Apr-2018 Michael Hamann <michael@content-space.de>

Prevent HTML and JS injection in section names

Before this change, HTML and some JS code (as far as it was not escaped
by json_encode) could be injected into the output as the closing pattern
that i

Prevent HTML and JS injection in section names

Before this change, HTML and some JS code (as far as it was not escaped
by json_encode) could be injected into the output as the closing pattern
that is checked by the regex is not escaped in JSON (see test case).

show more ...


tests/inc/html_secedit_pattern.test.php
/dokuwiki/composer.lock
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/Ui/Search.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/hr/lang.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/lib/plugins/config/lang/hr/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/hr/lang.php
/dokuwiki/vendor/composer/autoload_files.php
/dokuwiki/vendor/composer/autoload_static.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/paragonie/random_compat/lib/cast_to_int.php
/dokuwiki/vendor/paragonie/random_compat/lib/random.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_int.php
/dokuwiki/vendor/paragonie/random_compat/psalm.xml
/dokuwiki/vendor/phpseclib/phpseclib/README.md
/dokuwiki/vendor/phpseclib/phpseclib/composer.json
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.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
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/File.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/HTTP/Parser.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Item.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Parser.php
/dokuwiki/vendor/splitbrain/php-cli/README.md
/dokuwiki/vendor/splitbrain/php-cli/src/CLI.php
/dokuwiki/vendor/splitbrain/php-cli/src/Colors.php
/dokuwiki/vendor/splitbrain/php-cli/src/Options.php
/dokuwiki/vendor/splitbrain/php-cli/src/TableFormatter.php
54f741e813-Apr-2018 Andreas Gohr <andi@splitbrain.org>

relax geshi options a bit more

Quotes are now optional, the options are spearated by space

210ff13313-Apr-2018 Andreas Gohr <andi@splitbrain.org>

make testing of inaccessible methods easier

While it's generally frowned upon testing privates, it can often be
useful and the easier way to write tests. Eg you want to test something
complicated me

make testing of inaccessible methods easier

While it's generally frowned upon testing privates, it can often be
useful and the easier way to write tests. Eg you want to test something
complicated method that is important, but you do not want to expose it
directly to other classes...

This new method uses reflection to make access to such methods possible
from within tests without the need for intermediate classes.

show more ...


core/DokuWikiTest.php
/dokuwiki/composer.lock
/dokuwiki/vendor/composer/autoload_files.php
/dokuwiki/vendor/composer/autoload_static.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/paragonie/random_compat/lib/cast_to_int.php
/dokuwiki/vendor/paragonie/random_compat/lib/random.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_int.php
/dokuwiki/vendor/paragonie/random_compat/psalm.xml
/dokuwiki/vendor/phpseclib/phpseclib/README.md
/dokuwiki/vendor/phpseclib/phpseclib/composer.json
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.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
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/File.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/HTTP/Parser.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Item.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Parser.php
/dokuwiki/vendor/splitbrain/php-cli/README.md
/dokuwiki/vendor/splitbrain/php-cli/src/CLI.php
/dokuwiki/vendor/splitbrain/php-cli/src/Colors.php
/dokuwiki/vendor/splitbrain/php-cli/src/Options.php
/dokuwiki/vendor/splitbrain/php-cli/src/TableFormatter.php

1...<<11121314151617181920>>...38