aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/simplepie
Commit message (Collapse)AuthorAgeFilesLines
* simplepie: fix fatal error with php 8.2 - issue is filed upstream but ↵Mario2023-11-071-0/+4
| | | | probably will not be fixed any time soon
* update simplepieMario2023-01-2778-771/+1963
|
* composer update simplepieMario2022-10-1275-18684/+17291
|
* Revert "update composer libs"Mario2022-10-1175-17291/+18684
| | | | This reverts commit 108a3efe0b6d37a7ed394a84c69b924ca727f17a.
* update composer libsMario2022-10-1175-18684/+17291
|
* Revert "update composer libs"Mario2022-10-1175-17291/+18684
| | | | This reverts commit 5e5f0aa955d86743a14531bed98501b59140ab1f.
* update composer libsMario2022-10-1175-18684/+17291
|
* missing files after composer updatesMario2022-05-2034-0/+1835
|
* update composer libsMario2022-05-1936-18/+185
|
* composer libs minor version updatesMario2022-02-1116-70/+278
|
* get devHilmar R2021-03-014-0/+0
|
* update composer libsMario2020-11-2710-19/+28
|
* new filesMario2020-05-071-0/+134
|
* composer updates 2Mario2020-05-0738-119/+120
|
* Revert "composer updates"Mario2020-05-0738-120/+119
| | | This reverts commit dbfe748d274f6843fc91a3071df7be45c4ab5b00
* Revert "add new files"Mario2020-05-071-134/+0
| | | This reverts commit c76ff4249ec0f88832a9ce6c966a2fd326482197
* add new filesMario2020-05-071-0/+134
|
* composer updatesMario2020-05-0738-119/+120
|
* composer updatesMario2020-01-095-21/+32
|
* composer update simplepie/simplepieMario Vavti2019-09-234-8/+42
| | | (cherry picked from commit 9aa928ec8f378c6df2a0c8bbe892ff971c3bc672)
* update composer libs and add ramsey/uuidMario Vavti2018-08-2828-838/+508
|
* actually add the smarty libMario Vavti2017-12-181-0/+21
|
* install smarty via composer and update other php libsMario Vavti2017-12-187-78/+97
|
* :arrow_up: Update SimplePie library to 1.5.Klaus Weidenbach2017-05-043-44/+63
| | | | | There is a new stable release, so upgrade from the dev branch to the new 1.5 release.
* :arrow_up: Update SimplePie library.Klaus Weidenbach2017-04-1544-0/+22071
As a follow up to issue #699 update SimplePie from 1.2.1-dev (around 6years old) to current git master (1.4.4-dev). We use the master branch until the next release because it contains our patch for enclosure titles already. The other patches in the library from us can be done by configuring the SimplePie object in our code instead. Used composer to manage this library and use class autoloading. Add some unit tests for include/feedutils.php, but the interesting parts are unfortunately not testable with the current code.