-
Notifications
You must be signed in to change notification settings - Fork 231
Roadmap
merk edited this page Jul 16, 2012
·
4 revisions
- Use of Voting, and the ability to rate limit votes [#107]
- Enabling Spam detection
- Different sorting methods
- Async comment count loading
Maintenance versions for the current feature-set. 2.0 will include any additional changes required for Symfony2.1 support.
- Change the PATCH methods to POST as Symfony 2.0 does not support PATCH methods in certain places. [#189, #213]
- Allow the async javascript to be included elsewhere in the page [#166]
- A compiler pass to confirm that the application (and its bundle) is configured to support FOSCommentBundle [#184]
- Support for the / character in thread identifiers [#193]
- Reduce the dependence on a specific HTML structure in the javascript, allowing users to have custom markup structure and have the javascript continue to work [#139, #138]
- Introduce more documentation and support for use of FOSCommentBundle without the async features.
-
Comment preview [#161]
-
Moderation of comments [#90, #94]
- Restful interface to moderated comments
- Implementation that by default will not put comments into moderation
- Access controls for moderation interface not to be implemented by default (up to the user to configure the firewall)
- Ability to specify roles (or use acl entries) for which users will go into moderation, or be free from moderation
- Inspiration for the Access controls to be based on existing Acl classes in CB.
- Spam comments to show in the moderation queue
-
User reported spam comments [#90, #94]
-
Better flexibility in Acl configuration [#83]
- Pagination [#113]