]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add basic title edition 1208/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 2 Jun 2015 16:54:34 +0000 (18:54 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 2 Jun 2015 16:56:07 +0000 (18:56 +0200)
commit82d6d9cb06a1486e2e3b05fa6ce857b3b8655180
tree973017b934f12bed3a46cc23b30446a41c9ff7d8
parent51d9699fa130a18a1c5cd09d1b03a382d73e91db
Add basic title edition

Fix #218
I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Entity/Tag.php
src/Wallabag/CoreBundle/Form/Type/EditEntryType.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Form/Type/NewEntryType.php [moved from src/Wallabag/CoreBundle/Form/Type/EntryType.php with 94% similarity]
src/Wallabag/CoreBundle/Resources/views/Entry/edit.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig
src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php