dokuwiki/inc
Nelson Ion 1c8e20e312
Language patch pt-br for login.txt
2024-03-18 15:00:37 -03:00
..
Action 🤖 Rector and PHPCS fixes 2023-11-28 13:37:14 +00:00
Cache code style: line breaks 2023-08-31 22:44:40 +02:00
ChangeLog code style 2023-09-25 00:14:17 +02:00
Debug do not call get_class() without a parameter 2023-11-14 11:29:32 +01:00
Exception code style: line breaks 2023-08-31 22:44:40 +02:00
Extension sprintf expects ...args instead of an array. fixes #4193 2024-02-09 18:47:48 +01:00
Feed use correct FeedOptions methods. fixes #4203 2024-02-11 10:11:45 +01:00
File Feed creation refactoring 2024-01-17 19:32:10 +01:00
Form code style: line breaks 2023-08-31 22:44:40 +02:00
HTTP Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
Input code style: line breaks 2023-08-31 22:44:40 +02:00
Menu code style: line breaks 2023-08-31 22:44:40 +02:00
Parsing fix overeager optimization in Table handler. fixes #4186 2024-02-07 09:20:15 +01:00
Remote API: ignore charset when checking content types 2024-02-22 18:22:47 +01:00
Search Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
Sitemap code style: line breaks 2023-08-31 22:44:40 +02:00
Subscriptions Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
Ui The delete profile form was no more visible due to a missing echo 2024-02-12 17:50:40 +01:00
Utf8 fix japanese romanization. fixes #4047 2024-01-09 15:00:13 +01:00
lang Language patch pt-br for login.txt 2024-03-18 15:00:37 -03:00
parser Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
.htaccess Fix .htaccess files for Apache 2.4 (and 2.2) 2018-06-17 16:48:11 +02:00
ActionRouter.php code style: line breaks 2023-08-31 22:44:40 +02:00
Ajax.php code style: line breaks 2023-08-31 22:44:40 +02:00
DifferenceEngine.php Add undeclared Class Properties 2023-04-06 18:04:23 +02:00
Draft.php code style: line breaks 2023-08-31 22:44:40 +02:00
ErrorHandler.php code style: operator spacing 2023-08-31 22:38:07 +02:00
FeedParser.php code style: line breaks 2023-08-31 22:44:40 +02:00
FeedParserFile.php Apply rector fixes to the rest of inc 2023-08-29 19:42:15 +02:00
Info.php code style: line breaks 2023-08-31 22:44:40 +02:00
JWT.php 🤖 Rector and PHPCS fixes 2023-11-28 13:37:14 +00:00
JpegMeta.php Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
Logger.php code style: static visibility 2023-08-31 22:42:02 +02:00
Mailer.class.php Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
Manifest.php coding style: control flow whitespaces 2023-08-31 14:22:35 +02:00
PassHash.php Support b and x variants for bcrypt hashes 2024-03-13 15:44:23 +01:00
SafeFN.class.php code style: line breaks 2023-08-31 22:44:40 +02:00
StyleUtils.php code style: line breaks 2023-08-31 22:44:40 +02:00
TaskRunner.php 🤖 Rector and PHPCS fixes 2023-10-07 16:16:08 +00:00
actions.php code style: line breaks 2023-08-31 22:44:40 +02:00
auth.php gracefully handle decryption errors 2024-02-09 18:38:24 +01:00
cache.php Imports may not be named like local classes. fixes #4200 2024-02-10 16:42:02 +01:00
changelog.php minor refactor 2023-09-25 21:01:19 +02:00
common.php Fix undefined array key warning 2023-09-27 11:42:27 +02:00
compatibility.php adjust compatibility string methods. fixes #4221 2024-02-22 19:00:44 +01:00
config_cascade.php code style: line breaks 2023-08-31 22:44:40 +02:00
confutils.php Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
defines.php disable code sniff for define check 2023-03-14 20:12:55 +01:00
deprecated.php deprecate ptln() 2023-08-31 20:46:13 +02:00
farm.php code style: line breaks 2023-08-31 22:44:40 +02:00
fetch.functions.php Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
form.php code style: line breaks 2023-08-31 22:44:40 +02:00
fulltext.php 🤖 Rector and PHPCS fixes 2024-02-06 08:05:19 +00:00
html.php use $auth instanceof AuthPlugin instead of not null check 2023-09-01 01:10:48 +02:00
httputils.php Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
indexer.php Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
infoutils.php Merge pull request #4069 from dokuwiki/debugbacktrace 2024-01-26 12:52:08 +01:00
init.php fix is_ssl() check 2024-01-26 14:59:53 +01:00
io.php io_deleteFromFile: pass a string not null 2024-01-26 20:10:34 +01:00
legacy.php code style: line breaks 2023-08-31 22:44:40 +02:00
load.php AutoLoader: ignore plugin enabled/disabled during unit tests 2023-09-18 17:52:12 +02:00
mail.php code style: line breaks 2023-08-31 22:44:40 +02:00
media.php Merge branch 'master' into patch-4 2023-11-14 10:50:37 +01:00
pageutils.php Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
parserutils.php Merge pull request #4010 from maulanaaghnii/parserutilswarning 2023-11-14 11:03:28 +01:00
pluginutils.php code style: line breaks 2023-08-31 22:44:40 +02:00
preload.php.dist improved comments, added link to farm.php 2012-07-08 15:14:53 +01:00
search.php Use str_starts_with/str_ends_with 2023-09-14 23:06:43 +02:00
template.php fix page title handling broken in #4107 2023-11-14 08:26:21 +01:00
toolbar.php code style: line breaks 2023-08-31 22:44:40 +02:00
utf8.php code style: line breaks 2023-08-31 22:44:40 +02:00