History log of /dokuwiki/inc/ (Results 251 – 275 of 6433)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
102528bd14-Sep-2023 fiwswe <53953985+fiwswe@users.noreply.github.com>

Fix style error

6c16a3a914-Sep-2023 fiwswe <fiwswe@fwml.de>

Use str_starts_with/str_ends_with

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

replace deprecated ptln call with echo closure

TPL_CONTENT_DISPLAY used ptln() as default action. Since this is
deprecated it needs to be replaced, but since echo is a langage construct not
a real f

replace deprecated ptln call with echo closure

TPL_CONTENT_DISPLAY used ptln() as default action. Since this is
deprecated it needs to be replaced, but since echo is a langage construct not
a real function we need to wrap it into a closure.

show more ...

efc3ac2f07-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

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

fix syntax plugin loading

It turns out our Syntax plugins never implemented the PluginInterface
(though they did use the PluginTrait). With our stricter type checking
in the plugin loader, these plu

fix syntax plugin loading

It turns out our Syntax plugins never implemented the PluginInterface
(though they did use the PluginTrait). With our stricter type checking
in the plugin loader, these plugins did not longer load.

show more ...

c347b09702-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

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

siplify isset check

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

minor cleanup in the renderers

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

apply code sniffer rules to inc/parser as well

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

simplify URL linking in handler

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

indentation fix in media.php

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

adjust typhints in io_(read|write)WikiPage

current revision is often passed as empty string

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

simplify is_ssl()

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

some simplification in getBaseURL after cleanup

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

don't strict compare

I'm not 100% sure but revs might be strings sometimes, so better not
chage current behavior

71c734a931-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

remove debug, fix codesniffer

6547cfc731-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

use $auth instanceof AuthPlugin instead of not null check

4dc42f7f31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

unused items, phpdocs

f5be2fc031-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

https, phpdocs,

679f377431-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

return bool for io_mkdir_p()

aa659bba31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

brackets after if, phpdocs, reformatting

4e2eb11e31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

fix comment

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

code style: line breaks


/dokuwiki/_test/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
Action/AbstractAclAction.php
Action/AbstractAction.php
Action/AbstractAliasAction.php
Action/AbstractUserAction.php
Action/Admin.php
Action/Cancel.php
Action/Check.php
Action/Draftdel.php
Action/Exception/ActionAbort.php
Action/Exception/ActionAclRequiredException.php
Action/Exception/ActionDisabledException.php
Action/Exception/ActionException.php
Action/Exception/ActionUserRequiredException.php
Action/Exception/NoActionException.php
Action/Export.php
Action/Logout.php
Action/Media.php
Action/Plugin.php
Action/ProfileDelete.php
Action/Recover.php
Action/Redirect.php
Action/Revert.php
Action/Save.php
Action/Search.php
Action/Show.php
Action/Sitemap.php
ActionRouter.php
Ajax.php
Cache/CacheImageMod.php
Cache/CacheInstructions.php
Cache/CacheParser.php
Cache/CacheRenderer.php
ChangeLog/MediaChangeLog.php
ChangeLog/PageChangeLog.php
Debug/DebugHelper.php
Debug/PropertyDeprecationHelper.php
Draft.php
Exception/FatalException.php
Extension/ActionPlugin.php
Extension/AdminPlugin.php
Extension/CLIPlugin.php
Extension/Event.php
Extension/EventHandler.php
Extension/PluginTrait.php
Extension/RemotePlugin.php
FeedParser.php
File/MediaResolver.php
File/PageResolver.php
File/Resolver.php
Form/FieldsetOpenElement.php
Form/LegacyForm.php
HTTP/DokuHTTPClient.php
HTTP/HTTPClientException.php
Info.php
Input/Input.php
Input/Post.php
Input/Server.php
Mailer.class.php
Menu/AbstractMenu.php
Menu/DetailMenu.php
Menu/Item/AbstractItem.php
Menu/Item/Admin.php
Menu/Item/Back.php
Menu/Item/Backlink.php
Menu/Item/Edit.php
Menu/Item/ImgBackto.php
Menu/Item/Index.php
Menu/Item/Login.php
Menu/Item/Media.php
Menu/Item/MediaManager.php
Menu/Item/Profile.php
Menu/Item/Recent.php
Menu/Item/Register.php
Menu/Item/Resendpwd.php
Menu/Item/Revert.php
Menu/Item/Revisions.php
Menu/Item/Subscribe.php
Menu/Item/Top.php
Menu/MenuInterface.php
Menu/MobileMenu.php
Menu/PageMenu.php
Menu/SiteMenu.php
Menu/UserMenu.php
Parsing/Handler/CallWriter.php
Parsing/Handler/Preformatted.php
Parsing/Handler/Table.php
Parsing/Lexer/Lexer.php
Parsing/Lexer/ParallelRegex.php
Parsing/Lexer/StateStack.php
Parsing/Parser.php
Parsing/ParserMode/AbstractMode.php
Parsing/ParserMode/Base.php
Parsing/ParserMode/Camelcaselink.php
Parsing/ParserMode/Code.php
Parsing/ParserMode/Emaillink.php
Parsing/ParserMode/Entity.php
Parsing/ParserMode/Eol.php
Parsing/ParserMode/File.php
Parsing/ParserMode/Filelink.php
Parsing/ParserMode/Footnote.php
Parsing/ParserMode/Header.php
Parsing/ParserMode/Hr.php
Parsing/ParserMode/Internallink.php
Parsing/ParserMode/Linebreak.php
Parsing/ParserMode/Listblock.php
Parsing/ParserMode/Media.php
Parsing/ParserMode/Multiplyentity.php
Parsing/ParserMode/Nocache.php
Parsing/ParserMode/Notoc.php
Parsing/ParserMode/Preformatted.php
Parsing/ParserMode/Quote.php
Parsing/ParserMode/Quotes.php
Parsing/ParserMode/Rss.php
Parsing/ParserMode/Table.php
Parsing/ParserMode/Unformatted.php
Parsing/ParserMode/Windowssharelink.php
PassHash.php
Remote/Api.php
Remote/IXR/Client.php
SafeFN.class.php
Sitemap/Mapper.php
StyleUtils.php
Subscriptions/BulkSubscriptionSender.php
Subscriptions/MediaSubscriptionSender.php
Subscriptions/PageSubscriptionSender.php
Subscriptions/RegistrationSubscriptionSender.php
Subscriptions/SubscriberManager.php
Subscriptions/SubscriberRegexBuilder.php
Ui/Admin.php
Ui/Media/DisplayRow.php
Ui/Search.php
Utf8/Asian.php
Utf8/Conversion.php
Utf8/PhpString.php
Utf8/Table.php
Utf8/Unicode.php
Utf8/tables/case.php
Utf8/tables/loweraccents.php
Utf8/tables/romanization.php
Utf8/tables/specials.php
Utf8/tables/upperaccents.php
actions.php
auth.php
changelog.php
common.php
compatibility.php
config_cascade.php
confutils.php
farm.php
fetch.functions.php
form.php
fulltext.php
html.php
httputils.php
indexer.php
infoutils.php
init.php
io.php
legacy.php
load.php
mail.php
media.php
pageutils.php
parserutils.php
pluginutils.php
search.php
template.php
toolbar.php
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
fe15e2c031-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: static visibility

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

code style: operator spacing


/dokuwiki/_test/phpcs_MigrationAdjustments.xml
/dokuwiki/bin/dwpage.php
Action/Locked.php
Action/Resendpwd.php
ChangeLog/ChangeLog.php
ChangeLog/RevisionInfo.php
ErrorHandler.php
File/MediaFile.php
File/PageFile.php
Form/ButtonElement.php
Form/CheckableElement.php
Form/FieldsetOpenElement.php
Form/Form.php
Form/InputElement.php
Form/TagCloseElement.php
Form/TagElement.php
Form/TagOpenElement.php
Mailer.class.php
Parsing/Handler/Block.php
Parsing/Handler/Lists.php
Parsing/Handler/Nest.php
Parsing/Handler/Preformatted.php
Parsing/Handler/Table.php
Parsing/Lexer/Lexer.php
Parsing/Lexer/ParallelRegex.php
Parsing/ParserMode/Acronym.php
Parsing/ParserMode/Emaillink.php
Parsing/ParserMode/Entity.php
Parsing/ParserMode/Externallink.php
Parsing/ParserMode/Filelink.php
Parsing/ParserMode/Smiley.php
Parsing/ParserMode/Wordblock.php
PassHash.php
SafeFN.class.php
Search/Indexer.php
Sitemap/Item.php
Sitemap/Mapper.php
Subscriptions/MediaSubscriptionSender.php
Subscriptions/PageSubscriptionSender.php
TaskRunner.php
auth.php
changelog.php
common.php
confutils.php
fetch.functions.php
form.php
fulltext.php
html.php
indexer.php
infoutils.php
init.php
io.php
load.php
mail.php
media.php
pluginutils.php
search.php
template.php
toolbar.php
/dokuwiki/lib/images/fileicons/index.php
/dokuwiki/lib/images/fileicons/svg/index.php
/dokuwiki/lib/images/smileys/index.php
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/authad/action.php
/dokuwiki/lib/plugins/authad/auth.php
/dokuwiki/lib/plugins/authad/conf/metadata.php
/dokuwiki/lib/plugins/authldap/conf/metadata.php
/dokuwiki/lib/plugins/authplain/auth.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/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/tpl/dokuwiki/detail.php
/dokuwiki/lib/tpl/dokuwiki/main.php
/dokuwiki/lib/tpl/dokuwiki/tpl_footer.php
/dokuwiki/lib/tpl/index.php

1...<<11121314151617181920>>...258