Commit Graph

18 Commits

Author SHA1 Message Date
10b3509757 Added http_status in Entry entity 2016-11-18 15:09:21 +01:00
65cd8a4a9a Added tests 2016-11-16 23:07:34 +01:00
e0597476d1 Use custom event instead of Doctrine ones
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.
2016-11-01 14:49:02 +01:00
d1495dd0a4 Ability to enable/disable downloading images
This will speed up the test suite because it won’t download everything when we add new entry…
Add a custom test with downloading image enabled
2016-10-30 21:30:45 +01:00
f6798f69c3 This test doesn’t require an internet connection 2016-10-20 23:26:16 +02:00
2297d60f10 If reload content failed, don’t update it
In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
2016-10-20 22:49:46 +02:00
ac8cf632bb Ensure orphan tag are remove in API
When the association between a tag and an entry is removed, if the tag doesn’t have other entries, we can remove it.

Also add more tests for that part and ensure TagControllerTest is isolated from the rest of the test suite (finally!)
2016-10-07 23:31:53 +02:00
d5c45d5288 Added default picture if preview picture is null 2016-10-07 15:21:31 +02:00
21d82c3c5d Added test for OpenGraph 2016-10-07 14:06:12 +02:00
92395680b6 Merge pull request #2328 from wallabag/avoid-duplicate-url
Avoid duplicate url with accents
2016-10-02 13:14:16 +02:00
24ad330be6 Update test 2016-10-02 01:47:10 +02:00
d6d3fb6e4c Remove additional entry
After the test is done, cleanup what we’ve done
2016-10-02 01:42:21 +02:00
19ca0b2f35 Avoid duplicate url with accents 2016-10-01 18:00:11 +02:00
d5d1612153 Add tests for untagged entries 2016-08-28 14:44:00 +02:00
eddda878a0 Update test
and some cleanup
2016-08-24 22:29:36 +02:00
a7e2218e25 Add test and fix migration 2016-08-23 16:49:21 +02:00
95859e54c5 Add some tests about readingTime 2016-06-23 10:46:47 +02:00
23634d5d84 Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00