History log of /dokuwiki/ (Results 201 – 225 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e086ef6c23-Nov-2024 lvl1ch43l <15932478+lvl1ch43l@users.noreply.github.com>

Remove check for deprecated E_STRICT

99a0b42622-Nov-2024 Andreas Gohr <andi@splitbrain.org>

mark nullable types explicitly

PHP 8.4 will throw a warning where type hints without a ?prefix are used
and nullable parameters can be passed.

I'm not sure if I found all occurances, but we still r

mark nullable types explicitly

PHP 8.4 will throw a warning where type hints without a ?prefix are used
and nullable parameters can be passed.

I'm not sure if I found all occurances, but we still rarely use type
hints, so it might not be many indeed.

show more ...

8864f72722-Nov-2024 Andreas Gohr <andi@splitbrain.org>

remove deprecated code

This removes code that has been marked as deprecated before 2020.

53c68e5c22-Nov-2024 Andreas Gohr <andi@splitbrain.org>

replace deprecated utf8_encode #4354

64871a5922-Nov-2024 Andreas Gohr <andi@splitbrain.org>

test on PHP 8.4

5dccc92319-Nov-2024 Andreas Gohr <andi@splitbrain.org>

fix error on phrase search with no results. fixes #4355

When no pages for a phrase can be found, eg. because the index is still
empty, end($stack) returns false instead of an array, breaking the
fol

fix error on phrase search with no results. fixes #4355

When no pages for a phrase can be found, eg. because the index is still
empty, end($stack) returns false instead of an array, breaking the
following loop.

show more ...

0698489113-Nov-2024 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Fix PHP error while saving Aichat settings

6535a28f12-Nov-2024 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Fix MD5 hash calculation tests

7c39410d11-Nov-2024 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Fix MD5 hash calculation

Fix mismatch between search_allpages (local) and core.listPages (XMLRPC) API call hash calculation.

5df0a18e06-Nov-2024 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

7370732e03-Nov-2024 Sascha Leib <sascha.leib@kolmio.com>

Time markup for Last Changed field

This adds semantic markup to the "last change" date in the article footer. This change should not have any impact on the rendering of the page.

8b19906e30-Oct-2024 Andreas Gohr <andi@splitbrain.org>

change use order for codesniffer happyness

8921dd3230-Oct-2024 Andreas Gohr <andi@splitbrain.org>

Update SECURITY.md - huntr is dead

b389473230-Oct-2024 splitbrain <86426+splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

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

ignore codesniffer on override method

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

Replace strftime with Intl ICU. Fixes #3573

This uses a class that maps strftime placeholders to the appropriate ICU
patterns. I am using the fallback-intl branch here which provides an
English-only

Replace strftime with Intl ICU. Fixes #3573

This uses a class that maps strftime placeholders to the appropriate ICU
patterns. I am using the fallback-intl branch here which provides an
English-only fallback when the intl extension is not available.

Core has only two places where strftime is used: dformat() and the
SimplePie feed parser. Both are adjusted with this patch. For the latter
a custom Item class had to be registered. For better separation all our
FeedParser classes have been moved to the Feed namespace where our
FeedCreator classes already reside.

Note that this will currently be a degration for users without intl as
it will fall back to date and not to the still available strftime.

show more ...

850e662030-Oct-2024 Andreas Gohr <andi@splitbrain.org>

updated composer depedencies


composer.lock
vendor/composer/installed.json
vendor/composer/installed.php
vendor/geshi/geshi/CHANGELOG
vendor/geshi/geshi/THANKS
vendor/geshi/geshi/src/geshi/nim.php
vendor/paragonie/constant_time_encoding/README.md
vendor/paragonie/constant_time_encoding/src/Base32.php
vendor/paragonie/constant_time_encoding/src/Base64.php
vendor/paragonie/constant_time_encoding/src/Binary.php
vendor/paragonie/constant_time_encoding/src/Encoding.php
vendor/paragonie/constant_time_encoding/src/Hex.php
vendor/paragonie/constant_time_encoding/src/RFC4648.php
vendor/phpseclib/phpseclib/BACKERS.md
vendor/phpseclib/phpseclib/composer.json
vendor/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DH.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php
vendor/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php
vendor/phpseclib/phpseclib/phpseclib/Exception/TimeoutException.php
vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php
vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php
vendor/phpseclib/phpseclib/phpseclib/File/X509.php
vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php
vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php
vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php
vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php
vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php
vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php
vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
518edfb121-Oct-2024 Anna Dabrowska <dabrowska@cosmocode.de>

LinkWizard: fix multilevel parents in references

9085b15b15-Oct-2024 Andreas Gohr <andi@splitbrain.org>

use relative links in LinkWizard

When the linked page has a common prefix with the current page,
construct a relative link instead of always inserting absolute links.

d3d20a6615-Oct-2024 Andreas Gohr <andi@splitbrain.org>

LinkWizard: add method to create a relative link

This is not used, yet. Usage will be added in a future commit.

Since we don't have a proper testing framework in place, yet. Tests have
been added a

LinkWizard: add method to create a relative link

This is not used, yet. Usage will be added in a future commit.

Since we don't have a proper testing framework in place, yet. Tests have
been added as a standalone script that can be run manually.

show more ...

d2fda51914-Oct-2024 Andreas Gohr <andi@splitbrain.org>

doc blocks in link wizard

8dcd6c4014-Oct-2024 Andreas Gohr <andi@splitbrain.org>

Linkwizard: use strict comparisons

3f677f5c14-Oct-2024 Andreas Gohr <andi@splitbrain.org>

LinkWizard: don't use the deprecated keycode property anymore

df4e0c2314-Oct-2024 Andreas Gohr <andi@splitbrain.org>

turn link wizard into a class

Basic modernisation of the link wizard to more modern JavaScript.

6f64991504-Oct-2024 Tomáš Heger <heger.tomas@gmail.com>

translation update

12345678910>>...420