History log of /dokuwiki/_test/ (Results 51 – 75 of 934)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1468a12801-Dec-2023 Andreas Gohr <andi@splitbrain.org>

Fix first set of API tests

42e66c7a30-Nov-2023 Andreas Gohr <andi@splitbrain.org>

First go at refactoring the API mechanisms

This introduces an ApiCall class that wraps around the actual method
that produces the result. This replaces various loose array structures
that provided t

First go at refactoring the API mechanisms

This introduces an ApiCall class that wraps around the actual method
that produces the result. This replaces various loose array structures
that provided the meta information before.

The ApiCall streamlines the aggregation of meta information between core
and plugin methods. Now all data is produced by Reflection based
introspection. Certain aspects can be overridden if needed. See
ApiCore::getRemoteInfo() for examples

This change removes the _getMethods() method from remote plugins and
introduces a getMethods() method. The two are NOT compatible as the
latter now returns a list of ApiCalls. However when looking at the
existing plugins, it seems that _getMethods() was nearly 100% obsolete
with the Reflection based default implementation. So most plugins will
not be affected at all. Some might now export one or two more methods
than before because of poor visibility settings (eg. not declaring
private/protected methods as such).

This change removes the RPC_CALL_ADD hook. Only a single plugin ever
implemented it. I'm not sure what this hook was supposed to do anyway.
Being able to declare arbitrarily named API endpoints seems wrong to me
anyway.

The new ApiCall now also supports passing named instead of positional
parameters. This will open up a new opportunity to get a proper openapi
spec running.

Next step is fixing the tests.

show more ...

cd89aff007-Jan-2024 Andreas Gohr <andi@splitbrain.org>

fix IP tests

to accommodate the change introduced in e6d2a179db8ba3d368f5d453201de9ce41502a4f

e6d2a17906-Jan-2024 Andreas Gohr <andi@splitbrain.org>

use private IP addresses in tests

9b94465007-Dec-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Upgrade rector to 0.18.12

Two classes in DokuWiki's skip rules were removed from rector in 0.18.12

c46f56cc30-Nov-2023 m-martin-78 <138781920+m-martin-78@users.noreply.github.com>

Update init_checkssl.test.php

3e383dbb28-Nov-2023 m-martin-78 <138781920+m-martin-78@users.noreply.github.com>

update tests to match new is_ssl behaviour

108f17cf13-Nov-2023 Andreas Gohr <andi@splitbrain.org>

updated devel dependencies

1fc5061d02-Nov-2023 Andreas Gohr <andi@splitbrain.org>

skip CompleteMissingIfElseBracketRector

We like our one-line guardians.

See discussion in
https://github.com/dokuwiki/dokuwiki/pull/4097#issuecomment-1788608355
https://github.com/dokuwiki/dokuwiki

skip CompleteMissingIfElseBracketRector

We like our one-line guardians.

See discussion in
https://github.com/dokuwiki/dokuwiki/pull/4097#issuecomment-1788608355
https://github.com/dokuwiki/dokuwiki/pull/4097#issuecomment-1789826392

show more ...

403d6a9f26-Apr-2023 Andreas Gohr <andi@splitbrain.org>

added tests for auth token handling

d87b664530-Sep-2023 Andreas Gohr <andi@splitbrain.org>

removed obsolete tests

These tests have been moved to the File namespace.


42411fe930-Sep-2023 Andreas Gohr <andi@splitbrain.org>

strip any trailing dots when resolving IDs

fixes #4072


tests/File/PageResolverTest.php
/dokuwiki/bin/gittool.php
/dokuwiki/doku.php
/dokuwiki/inc/Action/Subscribe.php
/dokuwiki/inc/Extension/PluginController.php
/dokuwiki/inc/Extension/PluginTrait.php
/dokuwiki/inc/Extension/RemotePlugin.php
/dokuwiki/inc/File/MediaFile.php
/dokuwiki/inc/File/PageResolver.php
/dokuwiki/inc/File/Resolver.php
/dokuwiki/inc/HTTP/HTTPClient.php
/dokuwiki/inc/JpegMeta.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/Parsing/Handler/Lists.php
/dokuwiki/inc/Parsing/Lexer/Lexer.php
/dokuwiki/inc/Parsing/Lexer/ParallelRegex.php
/dokuwiki/inc/PassHash.php
/dokuwiki/inc/Remote/Api.php
/dokuwiki/inc/Search/Indexer.php
/dokuwiki/inc/Subscriptions/BulkSubscriptionSender.php
/dokuwiki/inc/Subscriptions/SubscriberManager.php
/dokuwiki/inc/Ui/Admin.php
/dokuwiki/inc/Ui/Media/Display.php
/dokuwiki/inc/Utf8/PhpString.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/fetch.functions.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/httputils.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/load.php
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/index.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/authpdo/auth.php
/dokuwiki/lib/plugins/config/core/Setting/Setting.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/extension/helper/extension.php
/dokuwiki/lib/plugins/logviewer/admin.php
/dokuwiki/lib/plugins/popularity/helper.php
/dokuwiki/lib/plugins/styling/lang/fr/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/fr/lang.php
72d8810b24-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

Fix unit test, little refactor

7195184124-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

deprecate parseChangelogLine()

It was already replace in code, replaced in unit test as well.


tests/inc/changelog_getrelativerevision.test.php
tests/inc/changelog_getrevisioninfo.test.php
/dokuwiki/bin/gittool.php
/dokuwiki/doku.php
/dokuwiki/inc/Action/Subscribe.php
/dokuwiki/inc/ChangeLog/ChangeLog.php
/dokuwiki/inc/ChangeLog/MediaChangeLog.php
/dokuwiki/inc/ChangeLog/PageChangeLog.php
/dokuwiki/inc/ChangeLog/RevisionInfo.php
/dokuwiki/inc/Extension/PluginController.php
/dokuwiki/inc/Extension/PluginTrait.php
/dokuwiki/inc/Extension/RemotePlugin.php
/dokuwiki/inc/File/MediaFile.php
/dokuwiki/inc/HTTP/HTTPClient.php
/dokuwiki/inc/JpegMeta.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/Parsing/Handler/Lists.php
/dokuwiki/inc/Parsing/Lexer/Lexer.php
/dokuwiki/inc/Parsing/Lexer/ParallelRegex.php
/dokuwiki/inc/PassHash.php
/dokuwiki/inc/Remote/Api.php
/dokuwiki/inc/Search/Indexer.php
/dokuwiki/inc/Subscriptions/BulkSubscriptionSender.php
/dokuwiki/inc/Subscriptions/SubscriberManager.php
/dokuwiki/inc/Ui/Admin.php
/dokuwiki/inc/Ui/Media/Display.php
/dokuwiki/inc/Ui/MediaDiff.php
/dokuwiki/inc/Ui/MediaRevisions.php
/dokuwiki/inc/Ui/PageDiff.php
/dokuwiki/inc/Ui/PageRevisions.php
/dokuwiki/inc/Utf8/PhpString.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/fetch.functions.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/httputils.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/load.php
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/index.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/authpdo/auth.php
/dokuwiki/lib/plugins/config/core/Setting/Setting.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/extension/helper/extension.php
/dokuwiki/lib/plugins/logviewer/admin.php
/dokuwiki/lib/plugins/popularity/helper.php
/dokuwiki/lib/plugins/styling/lang/fr/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/fr/lang.php
9420a79418-Sep-2023 Andreas Gohr <andi@splitbrain.org>

updated the _test/README

2924990418-Sep-2023 Andreas Gohr <andi@splitbrain.org>

remove obsolete fetchphpunit script

It's now installed via composer


2ab82b8e18-Sep-2023 Andreas Gohr <andi@splitbrain.org>

add devel tools as composer scripts

9717057218-Sep-2023 Andreas Gohr <andi@splitbrain.org>

add development tools to _test/composer.json

7936024d18-Sep-2023 Andreas Gohr <andi@splitbrain.org>

remove checked-in _test/vendor folder


/dokuwiki/bin/gittool.php
/dokuwiki/doku.php
/dokuwiki/inc/Action/Subscribe.php
/dokuwiki/inc/Extension/PluginController.php
/dokuwiki/inc/Extension/PluginTrait.php
/dokuwiki/inc/Extension/RemotePlugin.php
/dokuwiki/inc/File/MediaFile.php
/dokuwiki/inc/HTTP/HTTPClient.php
/dokuwiki/inc/JpegMeta.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/Parsing/Handler/Lists.php
/dokuwiki/inc/Parsing/Lexer/Lexer.php
/dokuwiki/inc/Parsing/Lexer/ParallelRegex.php
/dokuwiki/inc/PassHash.php
/dokuwiki/inc/Remote/Api.php
/dokuwiki/inc/Search/Indexer.php
/dokuwiki/inc/Subscriptions/BulkSubscriptionSender.php
/dokuwiki/inc/Subscriptions/SubscriberManager.php
/dokuwiki/inc/Ui/Admin.php
/dokuwiki/inc/Ui/Media/Display.php
/dokuwiki/inc/Utf8/PhpString.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/fetch.functions.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/httputils.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/load.php
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/index.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/authpdo/auth.php
/dokuwiki/lib/plugins/config/core/Setting/Setting.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/extension/helper/extension.php
/dokuwiki/lib/plugins/logviewer/admin.php
/dokuwiki/lib/plugins/popularity/helper.php
/dokuwiki/lib/tpl/dokuwiki/lang/fr/lang.php
fa4b9dc113-Sep-2023 Andreas Gohr <andi@splitbrain.org>

do not run phpcs and phpcbf on any vendor dirs

This is mostly relevant to plugin workflows.

bac5176104-Sep-2023 Andreas Gohr <andi@splitbrain.org>

rector env var might be empty -> ignore

2658641003-Sep-2023 Andreas Gohr <andi@splitbrain.org>

allow overriding the minimum PHP release for rector

By setting the environment variable RECTOR_MIN_PHP the supported minimum
PHP release can be set. This is needed to make plugin changes compatible

allow overriding the minimum PHP release for rector

By setting the environment variable RECTOR_MIN_PHP the supported minimum
PHP release can be set. This is needed to make plugin changes compatible
with DokuWiki stable.

show more ...

95078f2302-Sep-2023 Andreas Gohr <andi@splitbrain.org>

apply code sniffer rules to inc/parser as well

257be26c31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: multi statements

d4f8317231-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


phpcs_MigrationAdjustments.xml
/dokuwiki/bin/dwpage.php
/dokuwiki/bin/gittool.php
/dokuwiki/bin/indexer.php
/dokuwiki/bin/plugin.php
/dokuwiki/bin/render.php
/dokuwiki/bin/striplangs.php
/dokuwiki/bin/wantedpages.php
/dokuwiki/doku.php
/dokuwiki/inc/Action/AbstractAclAction.php
/dokuwiki/inc/Action/AbstractAction.php
/dokuwiki/inc/Action/AbstractAliasAction.php
/dokuwiki/inc/Action/AbstractUserAction.php
/dokuwiki/inc/Action/Admin.php
/dokuwiki/inc/Action/Cancel.php
/dokuwiki/inc/Action/Check.php
/dokuwiki/inc/Action/Draftdel.php
/dokuwiki/inc/Action/Exception/ActionAbort.php
/dokuwiki/inc/Action/Exception/ActionAclRequiredException.php
/dokuwiki/inc/Action/Exception/ActionDisabledException.php
/dokuwiki/inc/Action/Exception/ActionException.php
/dokuwiki/inc/Action/Exception/ActionUserRequiredException.php
/dokuwiki/inc/Action/Exception/NoActionException.php
/dokuwiki/inc/Action/Export.php
/dokuwiki/inc/Action/Logout.php
/dokuwiki/inc/Action/Media.php
/dokuwiki/inc/Action/Plugin.php
/dokuwiki/inc/Action/ProfileDelete.php
/dokuwiki/inc/Action/Recover.php
/dokuwiki/inc/Action/Redirect.php
/dokuwiki/inc/Action/Revert.php
/dokuwiki/inc/Action/Save.php
/dokuwiki/inc/Action/Search.php
/dokuwiki/inc/Action/Show.php
/dokuwiki/inc/Action/Sitemap.php
/dokuwiki/inc/ActionRouter.php
/dokuwiki/inc/Ajax.php
/dokuwiki/inc/Cache/CacheImageMod.php
/dokuwiki/inc/Cache/CacheInstructions.php
/dokuwiki/inc/Cache/CacheParser.php
/dokuwiki/inc/Cache/CacheRenderer.php
/dokuwiki/inc/ChangeLog/MediaChangeLog.php
/dokuwiki/inc/ChangeLog/PageChangeLog.php
/dokuwiki/inc/Debug/DebugHelper.php
/dokuwiki/inc/Debug/PropertyDeprecationHelper.php
/dokuwiki/inc/Draft.php
/dokuwiki/inc/Exception/FatalException.php
/dokuwiki/inc/Extension/ActionPlugin.php
/dokuwiki/inc/Extension/AdminPlugin.php
/dokuwiki/inc/Extension/CLIPlugin.php
/dokuwiki/inc/Extension/Event.php
/dokuwiki/inc/Extension/EventHandler.php
/dokuwiki/inc/Extension/PluginTrait.php
/dokuwiki/inc/Extension/RemotePlugin.php
/dokuwiki/inc/FeedParser.php
/dokuwiki/inc/File/MediaResolver.php
/dokuwiki/inc/File/PageResolver.php
/dokuwiki/inc/File/Resolver.php
/dokuwiki/inc/Form/FieldsetOpenElement.php
/dokuwiki/inc/Form/LegacyForm.php
/dokuwiki/inc/HTTP/DokuHTTPClient.php
/dokuwiki/inc/HTTP/HTTPClientException.php
/dokuwiki/inc/Info.php
/dokuwiki/inc/Input/Input.php
/dokuwiki/inc/Input/Post.php
/dokuwiki/inc/Input/Server.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/Menu/AbstractMenu.php
/dokuwiki/inc/Menu/DetailMenu.php
/dokuwiki/inc/Menu/Item/AbstractItem.php
/dokuwiki/inc/Menu/Item/Admin.php
/dokuwiki/inc/Menu/Item/Back.php
/dokuwiki/inc/Menu/Item/Backlink.php
/dokuwiki/inc/Menu/Item/Edit.php
/dokuwiki/inc/Menu/Item/ImgBackto.php
/dokuwiki/inc/Menu/Item/Index.php
/dokuwiki/inc/Menu/Item/Login.php
/dokuwiki/inc/Menu/Item/Media.php
/dokuwiki/inc/Menu/Item/MediaManager.php
/dokuwiki/inc/Menu/Item/Profile.php
/dokuwiki/inc/Menu/Item/Recent.php
/dokuwiki/inc/Menu/Item/Register.php
/dokuwiki/inc/Menu/Item/Resendpwd.php
/dokuwiki/inc/Menu/Item/Revert.php
/dokuwiki/inc/Menu/Item/Revisions.php
/dokuwiki/inc/Menu/Item/Subscribe.php
/dokuwiki/inc/Menu/Item/Top.php
/dokuwiki/inc/Menu/MenuInterface.php
/dokuwiki/inc/Menu/MobileMenu.php
/dokuwiki/inc/Menu/PageMenu.php
/dokuwiki/inc/Menu/SiteMenu.php
/dokuwiki/inc/Menu/UserMenu.php
/dokuwiki/inc/Parsing/Handler/CallWriter.php
/dokuwiki/inc/Parsing/Handler/Preformatted.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/Parser.php
/dokuwiki/inc/Parsing/ParserMode/AbstractMode.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/File.php
/dokuwiki/inc/Parsing/ParserMode/Filelink.php
/dokuwiki/inc/Parsing/ParserMode/Footnote.php
/dokuwiki/inc/Parsing/ParserMode/Header.php
/dokuwiki/inc/Parsing/ParserMode/Hr.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/Multiplyentity.php
/dokuwiki/inc/Parsing/ParserMode/Nocache.php
/dokuwiki/inc/Parsing/ParserMode/Notoc.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/Table.php
/dokuwiki/inc/Parsing/ParserMode/Unformatted.php
/dokuwiki/inc/Parsing/ParserMode/Windowssharelink.php
/dokuwiki/inc/PassHash.php
/dokuwiki/inc/Remote/Api.php
/dokuwiki/inc/Remote/IXR/Client.php
/dokuwiki/inc/SafeFN.class.php
/dokuwiki/inc/Sitemap/Mapper.php
/dokuwiki/inc/StyleUtils.php
/dokuwiki/inc/Subscriptions/BulkSubscriptionSender.php
/dokuwiki/inc/Subscriptions/MediaSubscriptionSender.php
/dokuwiki/inc/Subscriptions/PageSubscriptionSender.php
/dokuwiki/inc/Subscriptions/RegistrationSubscriptionSender.php
/dokuwiki/inc/Subscriptions/SubscriberManager.php
/dokuwiki/inc/Subscriptions/SubscriberRegexBuilder.php
/dokuwiki/inc/Ui/Admin.php
/dokuwiki/inc/Ui/Media/DisplayRow.php
/dokuwiki/inc/Ui/Search.php
/dokuwiki/inc/Utf8/Asian.php
/dokuwiki/inc/Utf8/Conversion.php
/dokuwiki/inc/Utf8/PhpString.php
/dokuwiki/inc/Utf8/Table.php
/dokuwiki/inc/Utf8/Unicode.php
/dokuwiki/inc/Utf8/tables/case.php
/dokuwiki/inc/Utf8/tables/loweraccents.php
/dokuwiki/inc/Utf8/tables/romanization.php
/dokuwiki/inc/Utf8/tables/specials.php
/dokuwiki/inc/Utf8/tables/upperaccents.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/common.php
/dokuwiki/inc/compatibility.php
/dokuwiki/inc/config_cascade.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/farm.php
/dokuwiki/inc/fetch.functions.php
/dokuwiki/inc/form.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/html.php
/dokuwiki/inc/httputils.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/legacy.php
/dokuwiki/inc/load.php
/dokuwiki/inc/mail.php
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/inc/toolbar.php
/dokuwiki/inc/utf8.php
/dokuwiki/index.php
/dokuwiki/install.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/exe/opensearch.php
/dokuwiki/lib/exe/taskrunner.php
/dokuwiki/lib/exe/xmlrpc.php
/dokuwiki/lib/plugins/acl/action.php
/dokuwiki/lib/plugins/acl/remote.php
/dokuwiki/lib/plugins/action.php
/dokuwiki/lib/plugins/admin.php
/dokuwiki/lib/plugins/auth.php
/dokuwiki/lib/plugins/authad/action.php
/dokuwiki/lib/plugins/authad/auth.php
/dokuwiki/lib/plugins/authldap/auth.php
/dokuwiki/lib/plugins/authldap/conf/metadata.php
/dokuwiki/lib/plugins/authpdo/auth.php
/dokuwiki/lib/plugins/authpdo/conf/default.php
/dokuwiki/lib/plugins/authpdo/conf/metadata.php
/dokuwiki/lib/plugins/cli.php
/dokuwiki/lib/plugins/config/admin.php
/dokuwiki/lib/plugins/config/core/Configuration.php
/dokuwiki/lib/plugins/config/core/Setting/SettingArray.php
/dokuwiki/lib/plugins/config/core/Setting/SettingAuthtype.php
/dokuwiki/lib/plugins/config/core/Setting/SettingCompression.php
/dokuwiki/lib/plugins/config/core/Setting/SettingDirchoice.php
/dokuwiki/lib/plugins/config/core/Setting/SettingDisableactions.php
/dokuwiki/lib/plugins/config/core/Setting/SettingFieldset.php
/dokuwiki/lib/plugins/config/core/Setting/SettingImConvert.php
/dokuwiki/lib/plugins/config/core/Setting/SettingLicense.php
/dokuwiki/lib/plugins/config/core/Setting/SettingMulticheckbox.php
/dokuwiki/lib/plugins/config/core/Setting/SettingOnoff.php
/dokuwiki/lib/plugins/config/core/Setting/SettingPassword.php
/dokuwiki/lib/plugins/config/core/Setting/SettingRegex.php
/dokuwiki/lib/plugins/config/core/Setting/SettingRenderer.php
/dokuwiki/lib/plugins/config/core/Setting/SettingSavedir.php
/dokuwiki/lib/plugins/config/core/Setting/SettingSepchar.php
/dokuwiki/lib/plugins/config/core/Setting/SettingUndefined.php
/dokuwiki/lib/plugins/config/core/Writer.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/plugins/extension/action.php
/dokuwiki/lib/plugins/extension/admin.php
/dokuwiki/lib/plugins/extension/cli.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/action.php
/dokuwiki/lib/plugins/popularity/admin.php
/dokuwiki/lib/plugins/remote.php
/dokuwiki/lib/plugins/safefnrecode/action.php
/dokuwiki/lib/plugins/styling/action.php
/dokuwiki/lib/plugins/styling/admin.php
/dokuwiki/lib/plugins/syntax.php
/dokuwiki/lib/plugins/testing/action.php
/dokuwiki/lib/plugins/testing/conf/default.php
/dokuwiki/lib/plugins/testing/conf/metadata.php
/dokuwiki/lib/tpl/dokuwiki/detail.php
/dokuwiki/lib/tpl/dokuwiki/main.php
/dokuwiki/lib/tpl/dokuwiki/mediamanager.php
/dokuwiki/lib/tpl/dokuwiki/tpl_footer.php
/dokuwiki/lib/tpl/dokuwiki/tpl_header.php
/dokuwiki/lib/tpl/index.php

12345678910>>...38