Jeremy Benoist 7f2ae89d0d Locked dbal to 2.9.2
Because the 2.9.3 seems to break test.
Like a conflict with `DoctrineTestBundle` I guess (which can't be updated because we are still allowing PHP 7.1 and is not).

The generated error usually appear when we update data using a service during test (like changing the craue config).
Here is the error:

```
Testing tests/Wallabag/CoreBundle/Controller/
PHP Fatal error:  Uncaught PDOException: There is no active transaction in /Users/jeremy/Sites/github/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/Doctrine/DBAL/StaticDriver.php:142
Stack trace:
#0 /Users/jeremy/Sites/github/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/Doctrine/DBAL/StaticDriver.php(142): PDO->rollBack()
#1 /Users/jeremy/Sites/github/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/PHPUnit/PHPUnitListener.php(39): DAMA\DoctrineTestBundle\Doctrine\DBAL\StaticDriver::rollBack()
#2 /Users/jeremy/Sites/github/wallabag/vendor/bin/.phpunit/phpunit-7.4/src/Framework/TestResult.php(412): DAMA\DoctrineTestBundle\PHPUnit\PHPUnitListener->endTest(Object(Tests\Wallabag\CoreBundle\Controller\ConfigControllerTest), 3.3917479515076)
#3 /Users/jeremy/Sites/github/wallabag/vendor/bin/.phpunit/phpunit-7.4/src/Framework/TestResult.php(893): PHPUnit\Framework\TestResult->endTest(Object(Tests\Wallabag\CoreBundle\Controller\ConfigControllerTest), 3.3917479515076 in /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php on line 91

Fatal error: Uncaught PDOException: There is no active transaction in /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php on line 91

InvalidArgumentException: The controller for URI "/config" is not callable. The "kernel" service is synthetic, it needs to be set at boot time before it can be used. in /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php on line 91

Call Stack:
    3.4732   57305872   1. Symfony\Component\Debug\ErrorHandler->handleException() /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php:0
    3.5000   58014320   2. Symfony\Component\Debug\ErrorHandler->handleException() /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php:613
```
2019-11-12 15:34:10 +01:00
2019-06-19 14:54:38 +02:00
2019-11-12 14:18:58 +01:00
2018-11-28 22:04:54 +01:00
2017-11-21 21:35:17 +01:00
2019-11-12 14:18:58 +01:00
2019-11-12 14:33:45 +01:00
2018-08-19 16:38:48 +02:00
2019-09-27 16:27:47 +02:00
2016-11-15 21:54:41 +01:00
2017-07-01 09:52:38 +02:00
2016-09-28 10:30:18 +02:00
2019-07-26 16:37:12 +02:00
2016-10-29 14:39:07 +02:00
2019-05-14 10:16:46 +02:00
2019-10-08 09:50:06 +02:00
2019-11-12 15:34:10 +01:00
2019-11-12 15:34:10 +01:00
2018-11-28 22:04:54 +01:00
2016-01-15 16:07:57 +01:00
2019-06-19 14:54:38 +02:00
2016-10-29 14:39:07 +02:00
2016-10-29 14:39:07 +02:00
2019-08-29 21:27:56 +10:00
2018-08-18 18:50:18 +10:00
2019-09-27 16:01:55 +02:00
2019-07-08 14:12:53 +02:00
2018-11-28 22:04:54 +01:00
2018-11-28 22:04:54 +01:00
2019-05-29 12:02:24 +02:00
2019-09-27 16:01:55 +02:00

Build Status Scrutinizer Code Quality Gitter

What is wallabag?

wallabag is a self-hostable PHP application allowing you to not miss any content anymore. Click, save and read it when you can. It extracts content so that you can read it when you have time.

More information on our website: wallabag.org.

If you do not have your own server, consider the wallabag.it hosting solution.

wallabag logo

Install wallabag

Please read the documentation to see the wallabag requirements.

Then you can install wallabag by executing the following commands:

git clone https://github.com/wallabag/wallabag.git
cd wallabag && make install

Now, configure a virtual host to use your wallabag.

Run on YunoHost

Install Wallabag with YunoHost

Wallabag app for YunoHost. See here

License

Copyright © 2013-current Nicolas Lœuillet nicolas@loeuillet.org This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the COPYING file for more details.

Description
wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Readme 160 MiB
2023-12-16 17:38:45 +01:00
Languages
PHP 82.7%
Twig 13%
SCSS 2%
JavaScript 1.8%
Shell 0.3%
Other 0.2%