History log of /dokuwiki/inc/common.php (Results 26 – 50 of 546)
Revision Date Author Comments
# 102528bd 14-Sep-2023 fiwswe <53953985+fiwswe@users.noreply.github.com>

Fix style error


# 6c16a3a9 14-Sep-2023 fiwswe <fiwswe@fwml.de>

Use str_starts_with/str_ends_with


# 6547cfc7 31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

use $auth instanceof AuthPlugin instead of not null check


# 4dc42f7f 31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

unused items, phpdocs


# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


# 62ad2d27 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: control structure fixes


# 4b230b99 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: indent fixes


# f9a94e78 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

deprecate ptln()

This method was used to ensure some basic readability in the created
HTML sources long before Firebug and later the builtin inspector tools
in browsers pretty printed the HTML for y

deprecate ptln()

This method was used to ensure some basic readability in the created
HTML sources long before Firebug and later the builtin inspector tools
in browsers pretty printed the HTML for you. Today, this is no longer
needed.

This adds a custom rector rule to automatically change all occurances to
echo statements.

show more ...


# 7d34963b 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: control flow line breaks


# 177d6836 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: control flow whitespaces


# dccd6b2b 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: function call spacing


# d868eb89 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: function declaration braces/spaces


# c1482d1c 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: function argument spacing


# 24870174 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to the rest of inc


# 64259528 09-Jun-2023 Andreas Gohr <andi@splitbrain.org>

removed outdated version check


# bf8392eb 09-Jun-2023 Andreas Gohr <andi@splitbrain.org>

use samesite=Lax cookie attribute #2849

Since this has been the default in Chrome for a while, no sideeffects
are to be expected.


# 977aa967 23-Mar-2023 Andreas Gohr <andi@splitbrain.org>

updated repo links


# a577fbc2 11-Mar-2023 Andreas Gohr <andi@splitbrain.org>

Don't send notifications if no save happend.

A page save might not actually save a new revision. For example when no
changes were detected or a plugin cancelled the saving action. In that
case no no

Don't send notifications if no save happend.

A page save might not actually save a new revision. For example when no
changes were detected or a plugin cancelled the saving action. In that
case no notifications should be sent and the cache does not need any
updates.

Fixes #3871

show more ...


# c7875401 02-Feb-2023 Jyoti S <16028156+AmritasyaPutra@users.noreply.github.com>

Fix for PHP 8.1 Warning

I am running Dokuwiki Release 2022-07-31a "Igor" and I noticed the following variety of PHP logs generated:
[01-Feb-2023 07:21:37 Asia/Kolkata] PHP Warning: Undefined array

Fix for PHP 8.1 Warning

I am running Dokuwiki Release 2022-07-31a "Igor" and I noticed the following variety of PHP logs generated:
[01-Feb-2023 07:21:37 Asia/Kolkata] PHP Warning: Undefined array key "host" in /home/ekvastra/wiki.ekvastra.in/inc/common.php on line 1362

show more ...


# a46a37ef 31-Jan-2023 Andreas Gohr <andi@splitbrain.org>

avoid warning in formText when no text is given


# 181adffe 09-Dec-2022 Julian Jeggle <julian.jeggle@uni-muenster.de>

Check if SE referrer url actually has a query part


# c7f6b7b7 26-Oct-2022 Zebra North <mrzebra@mrzebra.co.uk>

Move IP functions into a class


# 7ff6ad9a 22-Oct-2022 Zebra North <mrzebra@mrzebra.co.uk>

Merge branch 'master' into fix-clientip


# 608cdefc 22-Oct-2022 Zebra North <mrzebra@mrzebra.co.uk>

Factor out IP address functions; all proxies must be trusted


12345678910>>...22