History log of /dokuwiki/vendor/composer/autoload_psr4.php (Results 1 – 12 of 12)
Revision Date Author Comments
# db926724 26-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 ...


# e6380ba3 02-Feb-2024 Andreas Gohr <andi@splitbrain.org>

replace LESS library. fixes #4088

This replaces the abandoned fork with my own fork at splitbrain/lesserphp

That fork has been cleaned up somewhat and the issues in #4088 should be
fixed.


# 927933f5 29-Nov-2023 Andreas Gohr <andi@splitbrain.org>

upgrade to phpseclib 3

This replaces the dependabot PR #4114 and adjusts the usage of the
library.


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

updated composer dependencies

updates may also be caused by the php platform version increase in the last
commit


# af28745a 12-Mar-2023 Andreas Gohr <andi@splitbrain.org>

extracted JS compressor into its own library

This moves our JavaScript compressor into its own composer dependency.


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

updated composer dependencies


# d3233986 12-May-2022 Andreas Gohr <andi@splitbrain.org>

upgraded UniversalFeedCreator to v1.8.4.1

fixes #3651


# 7f8f2456 16-Sep-2021 Andreas Gohr <andi@splitbrain.org>

move IXR XML RPC to composer dependency #1970

This is a monky patched version of kissyfrot/php-ixr until my PR has
been accepted upstream.

Plugins using the XML RPC client may need adjustments.


# 92a8473a 06-May-2020 Andreas Gohr <andi@splitbrain.org>

added Slika as dependency


# cbeaa4a0 10-Nov-2017 Andreas Gohr <andi@splitbrain.org>

replace Doku_CLI with splitbrain\phpcli\CLI

It has few more features (like turning down verbosity) and looks nicer


# 59419fd0 06-Sep-2016 Andreas Gohr <gohr@cosmocode.de>

Use composer installed phpseclib

We used to ship only parts of phpseclib in inc/phpseclib which made it a
little tricky to update. This replaces the library with a composer
installed version, making

Use composer installed phpseclib

We used to ship only parts of phpseclib in inc/phpseclib which made it a
little tricky to update. This replaces the library with a composer
installed version, making the rest of the library available to plugin
authors. It might fix a problem with PHP 7.1 as reported in #1682
(unconfirmed)

show more ...


# 605f8e8d 15-May-2015 Andreas Gohr <andi@splitbrain.org>

added composer setup and the first composer package php-archive