aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Event
Commit message (Collapse)AuthorAgeFilesLines
* Save changesThomas Citharel2017-05-303-0/+127
| | | | | | | | | | | | | | | | | | PHP CS Fixed Events on changes Renamed field First draft for migration (create table Change) Added setter for tag in EntryTaggedEvent Fixed migration for Change table Added API route for entry history Removed deletion history
* CleanupJeremy Benoist2016-11-031-1/+1
|
* Use custom event instead of Doctrine onesJeremy Benoist2016-11-013-73/+96
| | | | 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 translations & migrationJeremy Benoist2016-10-311-12/+4
|
* Ability to enable/disable downloading imagesJeremy Benoist2016-10-301-0/+8
| | | | | 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
* Add instance url to the downloaded imagesJeremy Benoist2016-10-301-0/+4
|
* Fixing testsJeremy Benoist2016-10-301-7/+24
|
* Use doctrine event to download imagesJeremy Benoist2016-10-301-0/+129
|
* Move related event things in Event folderJeremy Benoist2016-10-304-0/+202
|
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-1/+1
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Add test for same day filterJeremy Benoist2015-08-231-5/+5
|
* Fix date filter on same dayJeremy Benoist2015-08-221-0/+38
Fix #1379