#
4739030d |
| 21-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
updated strftime lib. fixes #4449
|
#
934f970a |
| 13-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
updated kissifrot/php-ixr closes #4429
|
#
83bbbbbe |
| 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
updated php-cli #4384
|
#
9520a435 |
| 18-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
dependency updates
|
#
647aaf44 |
| 25-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated simplepie, contains php 8.4 fixes
|
#
a646a37b |
| 25-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated lesserphp
|
#
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 ...
|
#
850e6620 |
| 30-Oct-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated composer depedencies
|
#
c13ef3ba |
| 05-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
composer updates
|
#
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.
|
#
2cadabe7 |
| 26-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
Updated composer dependencies
|
#
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.
|
#
977aa967 |
| 23-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
updated repo links
|
#
28e9760a |
| 06-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
updated composer dependencies
|
#
7e785b0c |
| 31-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
update to lesserphp 0.6
|
#
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
|
#
056ce6f2 |
| 04-Feb-2022 |
Andreas Gohr <andi@splitbrain.org> |
updated composer.lock
|
#
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.
|
#
6cb05674 |
| 16-Apr-2021 |
Andreas Gohr <andi@splitbrain.org> |
updated composer dependencies
|
#
c85f645e |
| 16-Feb-2021 |
Andreas Gohr <andi@splitbrain.org> |
upgrade simplepie to 1.5.6
|
#
5484014b |
| 07-Jan-2021 |
Martijn Ras <Martijn.Ras@GMail.com> |
Fix for Remove random_compat, no longer needed #3262
|
#
8b07fee4 |
| 19-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #3251 from splitbrain/slika
use Slika for image resizing and cropping
|