]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Save changes
authorThomas Citharel <tcit@tcit.fr>
Fri, 24 Feb 2017 10:34:36 +0000 (11:34 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 30 May 2017 09:47:39 +0000 (11:47 +0200)
commit61351218f90df455c6edcc530bfc746d60b43a12
treeabb1945e9f9c648ac686eb67bb1386eb175f72d3
parentd181bd728565454ec53d960f321ed0a4c3bf26c8
Save changes

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
app/DoctrineMigrations/Version20170328185535.php [new file with mode: 0644]
src/Wallabag/ApiBundle/Controller/EntryRestController.php
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Controller/TagController.php
src/Wallabag/CoreBundle/Entity/Change.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Event/EntryTaggedEvent.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Event/EntryUpdatedEvent.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Event/Subscriber/ChangesSubscriber.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/ChangeRepository.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/config/services.yml