gnu-social/plugins/Realtime
Sarven Capadisli 9f36c10001 Updated XHR binded events to work better in jQuery 1.4.1. Using
.live() for event delegation instead of jQuery.data() and checking to
see if an element was previously binded.
2010-01-31 22:37:22 +00:00
..
README Added todo item to Realtime plugin 2009-12-09 11:37:53 +01:00
RealtimePlugin.php fix for fix for bad realtime JS load 2010-01-27 19:50:08 -08:00
icon_external.gif Initial UI to allow certain timelines to be viewed in a new window in 2009-09-21 19:17:37 +00:00
icon_pause.gif Added play/pause button for realtime notices. While on pause, it will 2009-11-18 15:41:07 +00:00
icon_play.gif Added play/pause button for realtime notices. While on pause, it will 2009-11-18 15:41:07 +00:00
realtimeupdate.css Updated geolocation sharing in notice form for Realtime pop 2010-01-26 19:13:05 +01:00
realtimeupdate.js Updated XHR binded events to work better in jQuery 1.4.1. Using 2010-01-31 22:37:22 +00:00

README

== TODO ==
* i18n
* Change in context URL to conversation (try not to construct the URL in JS)
* Update mark behaviour (on notice send)
* Pause, Send a notice ~ should not update counter
* Pause ~ retain up to 50-100 most recent notices
* Add geo data
* Make it work for Conversation page (perhaps a little tricky)
* IE is updating the counter in document title all the time (Not sure if this is still an issue)
* Reconsider the timestamp approach