FriendsOfSymfony / FOSCommentBundle

Threaded comments for Symfony
http://friendsofsymfony.github.com/
MIT License
460 stars 231 forks source link

Editing of comments #112

Closed merk closed 12 years ago

merk commented 12 years ago

@asm89 is working on editing capabilities as the next stage of the restful controllers introduced in #106

asm89 commented 12 years ago

Got this working. I'll send a PR if the rest stuff is merged: https://github.com/asm89/FOSCommentBundle/tree/edit-comments https://github.com/asm89/FOSCommentBundle/compare/restful-controllers-rebased...edit-comments

merk commented 12 years ago

A note, the comment blamer needs to be modified for this functionality, otherwise it will reblame the comment for whoever edited it. (thanks problematic for noticing this)

merk commented 12 years ago

56a3254 fixes the blamer issue

asm89 commented 12 years ago

152 closes this.