Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.24 KB

index.md

File metadata and controls

39 lines (29 loc) · 1.24 KB

Getting Started with pvrEzCommentBundle

Installation

  1. Install dependencies
  2. Setting up the bundle
  3. Importing pvrEzCommentBundle routing
  4. Enable comments on a page

Optional next steps

  • Style it

Todo

Of course this bundle is not finish but already usable. We don't recommend to use it on prod environment. Some new features should be enabled before this.

What is implemented (and not) yet:

  • Add anonymous comment
  • Add ezuser comment (using data form eZUser)
  • Add moderating status for comment
  • Send mail to administrator when a new comment should be approved
  • Create an control interface to approve/reject comments
  • ESI support for production env.
  • Add translations (english and french at least)
  • Notify visitor's part is not implemented yet
  • Add more documentation on php file and create a doc folder
  • Add a second security system like Akismet
  • Add PhpUnit testing
  • Add rss feed to comment by content
  • Rating comments
  • Add link to report comment
  • Add a sort system
  • Support eZ 5.4 and Symfony >= 2.6

Feel free to participate :)