index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
Realtime
/
RealtimePlugin.php
Age
Commit message (
Expand
)
Author
2010-01-27
fix for fix for bad realtime JS load
Brion Vibber
2010-01-27
quick fix: use common_path() on realtime update JS so it works with the new J...
Brion Vibber
2010-01-09
use whoGets() for realtime plugin
Evan Prodromou
2010-01-08
Updated RealtimePlugin to use core json2.js
Sarven Capadisli
2009-12-15
make realtime plugin grok repeats
Evan Prodromou
2009-12-15
Added .form_repeat notice option to received notices in Realtime plugin
Sarven Capadisli
2009-12-04
Use inlineScript() everywhere inline scripts are written
Craig Andrews
2009-12-04
remove duplicate log() function from RealtimePlugin
Evan Prodromou
2009-11-24
Added realtime-popup class to <body> for popup output.
Sarven Capadisli
2009-11-20
Undo part of c6e4feb815a60a7baf613026c414a24c5c918650 so that blacklisted not...
Craig Andrews
2009-11-19
Should be using onHandleQueuedNotice instead of onEndNoticeSave
Craig Andrews
2009-11-18
Took out CSS from JS and placed it in its own file.
Sarven Capadisli
2009-11-18
Added play/pause button for realtime notices. While on pause, it will
Sarven Capadisli
2009-11-09
Revert "Remove more contractions"
Brion Vibber
2009-11-08
Remove more contractions
Siebrand Mazeland
2009-10-09
CamelCase all function names in the API code
Zach Copley
2009-10-09
Missed some of the references to the old TwitterApiAction - removed
Zach Copley
2009-10-09
Delete action/api.php and rename lib/twitterapi.php to lib/api.php
Zach Copley
2009-10-04
need to show scripts at end of body in RealtimePlugin
Evan Prodromou
2009-09-27
Don't really need the header container. Adjusted some CSS instead
Sarven Capadisli
2009-09-23
some UI fixes
Evan Prodromou
2009-09-23
Using timeline string instead of title for WindowName because IE doesn't
Sarven Capadisli
2009-09-23
Added JavaScript to initialize the poped Window
Sarven Capadisli
2009-09-23
Some layout and rendering adjustment for Realtime plugin
Sarven Capadisli
2009-09-23
Created addPop() for Realtime plugin and added param to include iconurl
Sarven Capadisli
2009-09-23
move some stuff around for realtime
Evan Prodromou
2009-09-23
hack around address hack in util.js
Evan Prodromou
2009-09-23
Add some more realtime feeds
Evan Prodromou
2009-09-23
Do realtime popup with PHP instead of Javascript
Evan Prodromou
2009-09-23
Revert "Added realtime streams for all and showstream timelines"
Evan Prodromou
2009-09-21
Initial UI to allow certain timelines to be viewed in a new window in
Sarven Capadisli
2009-09-21
Escaping internal JavaScript
Sarven Capadisli
2009-09-20
Added realtime streams for all and showstream timelines
Sarven Capadisli
2009-08-26
define LACONICA and accept LACONICA for backwards compatibility
Evan Prodromou
2009-08-25
change LACONICA to STATUSNET
Evan Prodromou
2009-08-25
Laconica in plugins
Evan Prodromou
2009-08-05
Use script() to write out javascript <script> tags
Craig Andrews
2009-07-15
let implementations build channel strings for realtime
Evan Prodromou
2009-07-14
changes to make realtime work for Meteor
Evan Prodromou
2009-07-14
pass proper args for realtime recipe methods
Evan Prodromou
2009-07-14
make RealtimePlugin work correctly
Evan Prodromou
2009-07-13
added Realtime superclass
Evan Prodromou