About Quip
A simple commenting system for MODx Revolution, complete with a backend management interface. Handles threaded and flat comments, with moderation, email notification, and more.
Information
Released
August 26, 2011
Supported Database
MySQL, SQL Server
License
GPLv2
Supported Versions
2.1 - Current
Downloads
96,514
Instructions
Install via Package Management, then go to Security - Flush All Sessions. Re-login, and the new security policy will be loaded.
If you overrode any chunks in QuipReply, you'll need to update them with the contents in:
- &tplAddComment - core/components/quip/elements/chunks/quipaddcomment.chunk.tpl
- &tplPreview - core/components/quip/elements/chunks/quippreviewcomment.chunk.tpl
Specifically the extra hidden fields, error message placeholders, and submit button. Also, notice that preview mode is no longer the default.
New in 2.1.0-rc1
New in 2.1.0
- Refactor Quip to be OOP, implement 'controller' classes, request handler
- Add over 30 unit tests and 85 test assertions to Quip
- Add generated API docs to build
- [#5608] Fix issue where QuipLatestComments was not respecting approved status when &family was used
New in 2.0.4
- [#4998] Fix bug with QuipLatestComments and family filter type
- [#5032] Fix issue with permissions on comments and removal
- [#5033] Ensure author is set on new comments
- [#5143] Ensure autoConvertLinks is respected in a post
- [#5144] Fix issue with double quotes in a tags in the comment body
- [#4805] Fix issue with depth_margin in default comment tpl
- Abstract resolver SQL
- [#4878] Fix issue with sqlsrv ints and bits in schema
New in 2.0.3
- [#4823] Fix issue with sqlsrv schema and installs
New in 2.0.2
[#4673], [#4596] Fix issue of 2.1 compatibility due to nested placeholder issue
- [#4492] Add sanity check for contexts without load permission
New in 2.0.1
- [#4063] Add unsubscribe option for logged-in users who have subscribed to a thread
New in 2.0.0
- Add extraAutoLinksAttributes property for specifying attributes to add to auto-converted links
- Add rel-nofollow to any links parsed in comments
- Add sqlsrv support for Revolution 2.1+ installs
- [#4124] Add fix for threads that have complex names
- [#3519] Add pre and post Hooks to Quip
- [#3523] Add field-specific error messages, ensure validation of those fields happens on first submit
- [#3518] Enable one-click post options bypassing preview, and added requirePreview property to force preview if wanted
- Fix bug with replyUrl in threaded comments and requireAuth