Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lopuhin/trac-ajaxcomments
- Owner: lopuhin
- Created: 2010-10-02T18:00:53.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-02T18:01:35.000Z (about 14 years ago)
- Last Synced: 2023-03-11T08:52:54.633Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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: