aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/AnnotationBundle/Repository
Commit message (Collapse)AuthorAgeFilesLines
* Use statements & update translationJeremy Benoist2016-10-221-1/+2
|
* CSJeremy Benoist2016-10-221-2/+2
|
* Add custom doctrine subscriber for SQLiteJeremy Benoist2016-10-221-0/+13
| | | | | | Since SQLite doesn’t handle cascade remove by default, we need to handle it manually. Also some refacto
* Fix hazardous bug with PostgresJeremy Benoist2016-03-121-0/+1
| | | | Instead of retrieving a random annotation, sort them to be sure they are all the same no matter the database used
* Improve testsJeremy Benoist2016-03-111-0/+17
| | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-261-0/+91