Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lopuhin/trac-ajaxcomments

Make trac ticket page more convinient: post, update and merge comments without reloading the page
https://github.com/lopuhin/trac-ajaxcomments

Last synced: about 1 month ago
JSON representation

Make trac ticket page more convinient: post, update and merge comments without reloading the page

Awesome Lists containing this project

README

        

========================
AjaxComments Trac plugin
========================
Make trac ticket page more convinient: post, update and merge comments without reloading the page.

Features
--------
* Post comments without reloading the page - all relevant changes are updated in place
* New comments and changes from other users are added to the page (polling for comments takes place only when the page is active)
* Merging comment in place - new comments are added, user comment is preserved in the form
* Preview button works as before - via page reload
* Handles connection problems - slow response or no response at all
* Per-user configuration - turn plugin on and off

TODO
----
* Indicator of updates (maybe floating somewhere near the top, linke in gmail)
* Configuration in trac.ini (turn off comment polling and change polling interval)
* Test in IE

.. -*- Local Variables:
.. -*- mode: rst
.. -*- End: