aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Subscriber
Commit message (Collapse)AuthorAgeFilesLines
* Move related event things in Event folderJeremy Benoist2016-10-302-121/+0
|
* CSJeremy Benoist2016-10-221-2/+2
|
* Add custom doctrine subscriber for SQLiteJeremy Benoist2016-10-221-0/+70
| | | | | | Since SQLite doesn’t handle cascade remove by default, we need to handle it manually. Also some refacto
* Convert array + phpDocJeremy Benoist2016-04-121-1/+1
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-1/+1
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Add tests on TablePrefixSubscriberJeremy Benoist2015-11-071-2/+6
|
* Quoted entity to avoid reserved keywordJeremy Benoist2015-11-071-0/+47
Should fix #1498