gnu-social/plugins/Realtime
Sarven Capadisli 83830c26e7 Added todo item to Realtime plugin 2009-12-09 11:37:53 +01:00
..
README Added todo item to Realtime plugin 2009-12-09 11:37:53 +01:00
RealtimePlugin.php Use inlineScript() everywhere inline scripts are written 2009-12-04 19:41:51 -05: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
json2.js added Realtime superclass 2009-07-13 09:58:52 -04:00
realtimeupdate.css Better layout for entity_profile and entity_actions 2009-11-25 20:37:03 +00:00
realtimeupdate.js If localStorage is not supported, showPause as usual 2009-12-07 12:12:32 +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