Added UserVoice to FCKeditor
May 2nd, 2008
I added the UserVoice feedback system to the FCKeditor demo page today. So any bugs or ideas for the plugin can be stored in a central place. If you have found any issues recently (and can be bothered) it would be great if you could put them up there. I will copy over any ones I find going back over the comments. Ta.
May 8th, 2008 at 09:35 PM Hi, the plugin is broking with rails egde, do you have any sugestion to fix it?
May 9th, 2008 at 11:31 AM @kivanio, could you give me a little more info about what you are seeing, which revision of rails (I know edge, but the actual revision number changes a fair bit). Scott.
May 27th, 2008 at 06:33 PM I had to add include ActionView::Helpers::SanitizeHelper on line 117 of app/controller/fckeditor_controller.rb I think the strip_tags method was moved or reorganized in 2.0
May 29th, 2008 at 10:38 AM @Matt, thanks for letting me know. I'll take a look and add that in.