wallabag/src/Wallabag/CoreBundle
Jeremy Benoist 3c507d676f
Add build test on PHP 8.0 & 8.1
Add `isTransactional` to `WallabagMigration` because PHP 8 behave differently with PDO transaction.
This is a workaround because we can't upgrade Doctrine Migration for now (upper versions have the fix).

- Build is now using Composer v2 (instead of v1)
- All actions have been updated to latest version
- Fix bug in PHP 8 were `$entry->getTags()` can't be properly used as a _traversable_ by `assertContains` during tests. Added a custom method `Entry::getTagsLabel()` which return a flatted tag array with only label
- Replace `assertNotRegExp` by `assertDoesNotMatchRegularExpression` because it was deprecated
2022-01-31 12:59:39 +01:00
..
Command Added a query to parse only non-hashed URL 2020-12-20 09:23:59 +01:00
Controller Preselect currently active section in the filter menu 2021-01-24 02:16:43 +01:00
DataFixtures Remove support for PHP < 7.2 2020-06-15 08:25:59 +02:00
DependencyInjection Add default system-wide ignore origin rules with install support 2020-04-25 15:59:23 +02:00
Doctrine Add build test on PHP 8.0 & 8.1 2022-01-31 12:59:39 +01:00
Entity Add build test on PHP 8.0 & 8.1 2022-01-31 12:59:39 +01:00
Event Update deps 2019-11-12 14:18:58 +01:00
Form Preselect currently active section in the filter menu 2021-01-24 02:16:43 +01:00
GuzzleSiteAuthenticator Changed authentication order in GrabySiteConfigBuilder 2020-04-07 17:12:19 +02:00
Helper Fixed reading time in epub/pdf exports 2021-10-23 13:29:27 +02:00
Operator Add new Helper to process Ignore Origin rules and RulerZ operator 2020-04-25 15:59:23 +02:00
ParamConverter Update phpunit dep for phpstan 2021-08-05 22:51:23 +02:00
Repository Merge pull request #5379 from wallabag/fix-search-homepage 2021-08-20 11:16:33 +02:00
Resources Translated using Weblate (Indonesian) 2022-01-28 01:54:47 +01:00
Tools Changed RSS to Atom feed and improve paging 2019-04-25 13:46:31 +02:00
Twig Fix translation of date in the footer using IntlDateFormatter 2021-01-23 21:16:00 +01:00
WallabagCoreBundle.php Move API stuff in ApiBundle 2015-04-01 21:59:12 +02:00