wallabag/src/Wallabag/CoreBundle
Jeremy Benoist 1576905e03
Rename internal settings table
In fact it's not _just_ a rename.
We are now able to use our own entity with the CraueConfigBundle which allow us to enforce a custom length on string field and avoid error with utf8mb4 on MySQL.
To fix that issue before we were in need to fork CraueConfigBundle to hard apply these length changes.

The recent 2.3.0 release fix that issue. That's why we are in need to rename the table (getting rid of the bundle name from it)

Also updating deps:
  - Updating symfony/polyfill-mbstring (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-ctype (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-php70 (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-util (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-php56 (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-intl-icu (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-apcu (v1.11.0 => v1.12.0)
  - Updating j0k3r/graby-site-config (1.0.88 => 1.0.89)
  - Updating php-http/message (1.7.2 => 1.8.0)
  - Updating symfony/polyfill-php73 (v1.11.0 => v1.12.0)
  - Updating symfony/http-client (v4.3.2 => v4.3.3)
  - Updating symfony/polyfill-php72 (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-intl-idn (v1.11.0 => v1.12.0)
  - Updating symfony/mime (v4.3.2 => v4.3.3)
  - Updating craue/config-bundle (dev-utf8mb4 46cfd37 => 2.3.0)
  - Updating masterminds/html5 (2.6.0 => 2.7.0)
  - Updating nette/di (v3.0.0 => v3.0.1)
  - Updating symfony/polyfill-iconv (v1.11.0 => v1.12.0)
  - Updating wallabag/php-mobi (1.0.1 => 1.1.0)
2019-08-08 16:03:20 +02:00
..
Command Rename internal settings table 2019-08-08 16:03:20 +02:00
Controller Add ability to import/export tagging rules 2019-07-08 09:38:32 +02:00
DataFixtures Rename internal settings table 2019-08-08 16:03:20 +02:00
DependencyInjection Changed RSS to Atom feed and improve paging 2019-04-25 13:46:31 +02:00
Doctrine Remove custom Postgres class 2018-11-28 22:04:54 +01:00
Entity Rename internal settings table 2019-08-08 16:03:20 +02:00
Event Ensure language is valid 2018-10-13 09:39:00 +02:00
Form Merge pull request #4053 from wallabag/feature/manual-input-reading-speed 2019-07-09 11:53:20 +02:00
GuzzleSiteAuthenticator Adding more tests to cover different scenario 2019-04-24 15:28:15 +02:00
Helper Add logger to FileCookieJar 2019-07-24 16:07:38 +02:00
Operator CS 2017-10-09 16:47:15 +02:00
ParamConverter Changed RSS to Atom feed and improve paging 2019-04-25 13:46:31 +02:00
Repository Fix typo & CS 2019-06-05 17:09:05 +02:00
Resources Merge pull request #4068 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.4.0 2019-07-26 14:10:17 +02:00
Tools Changed RSS to Atom feed and improve paging 2019-04-25 13:46:31 +02:00
Twig Use Twig 2.0 2019-06-21 12:46:53 +02:00
WallabagCoreBundle.php Move API stuff in ApiBundle 2015-04-01 21:59:12 +02:00