gnu-social/plugins/Realtime
Brion Vibber ba1ada2880 de-IDifying labels in notice form to fix issue with geo pin activating the wrong place when cloning the form
Note that changes to the attachment from <label for/><input id/> to <label><input></label> affect some of the existing styles which attempt to place them both in the same place based on having a common parent. Only 'neo' has been fully tested and fixed for this case, as the others all fail due to the new layout anyway. :)
2011-03-08 12:14:44 -08:00
..
locale Localisation updates from http://translatewiki.net. 2011-03-06 02:52:28 +01:00
Makefile Makefile for Realtime's min.js 2011-03-01 15:33:10 -08:00
README * add POT file 2010-11-02 20:49:34 +01:00
RealtimePlugin.php Realtime needs to load from own directory, not subclass's 2011-02-03 12:18:57 -05:00
realtimeupdate.css de-IDifying labels in notice form to fix issue with geo pin activating the wrong place when cloning the form 2011-03-08 12:14:44 -08:00
realtimeupdate.js Clean up threaded notices vs replies classes, and fixed realtime's threaded behavior to only run on threaded lists 2011-03-01 16:08:37 -08:00
realtimeupdate.min.js Clean up threaded notices vs replies classes, and fixed realtime's threaded behavior to only run on threaded lists 2011-03-01 16:08:37 -08:00

README

== TODO ==
* i18n
* 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