aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Helper
Commit message (Collapse)AuthorAgeFilesLines
...
* Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+4
|
* CSJeremy Benoist2016-11-161-3/+0
|
* Update unit test for RedirectJeremy Benoist2016-11-161-61/+43
|
* Tried to fix testsNicolas Lœuillet2016-11-161-5/+60
|
* Added testsNicolas Lœuillet2016-11-161-2/+2
|
* Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-162-2/+4
| | | | Fix #496
* Use custom event instead of Doctrine onesJeremy Benoist2016-11-011-15/+14
| | | | This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.
* Add instance url to the downloaded imagesJeremy Benoist2016-10-301-1/+3
|
* Fixing testsJeremy Benoist2016-10-301-0/+19
|
* Use doctrine event to download imagesJeremy Benoist2016-10-301-0/+123
|
* Use scheduled entity insertions to avoid tag duplicateJeremy Benoist2016-09-251-0/+23
| | | | Using `getScheduledEntityInsertions()` we can retrieve not yet flushed but already persisted entities and then avoid tags duplication on import.
* Jump to Symfony 3.1Jeremy Benoist2016-06-223-0/+585