aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/AnnotationBundle
Commit message (Collapse)AuthorAgeFilesLines
* Fix relations export for EntryJeremy Benoist2016-10-071-0/+7
| | | | | Tags & Annotations weren’t really well exported. This is now fixed (+ tests)
* Jump to Symfony 3.1Jeremy Benoist2016-06-222-183/+0
|
* Convert array + phpDocJeremy Benoist2016-04-123-18/+18
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Some cleanupJeremy Benoist2016-03-271-3/+3
| | | | | - travis tabulation - extra namespace definition in entities
* Fix hazardous bug with PostgresJeremy Benoist2016-03-122-1/+2
| | | | 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-112-7/+63
| | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-2610-0/+747