summaryrefslogtreecommitdiff
path: root/plugins/Realtime/RealtimePlugin.php
AgeCommit message (Expand)Author
2009-11-20These changes didn't go into master (from 0.9-release)Sarven Capadisli
2009-11-19Merge branch '0.9-release'Zach Copley
2009-11-19Should be using onHandleQueuedNotice instead of onEndNoticeSaveCraig Andrews
2009-11-18Took out CSS from JS and placed it in its own file.Sarven Capadisli
2009-11-18Added play/pause button for realtime notices. While on pause, it willSarven Capadisli
2009-11-16Only show local notices or (remote notices if they're supposed to be shown)Craig Andrews
2009-11-12Removed extra showScript() call at the bottom of the document. 0.8.xSarven Capadisli
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Moved back to using lib twitterapi instead of api for 0.8.xSarven Capadisli
2009-11-08Remove more contractionsSiebrand Mazeland
2009-11-04Sync RealtimePlugin with 0.9.xSarven Capadisli
2009-10-09CamelCase all function names in the API codeZach Copley
2009-10-09Missed some of the references to the old TwitterApiAction - removedZach Copley
2009-10-09Delete action/api.php and rename lib/twitterapi.php to lib/api.phpZach Copley
2009-10-04need to show scripts at end of body in RealtimePluginEvan Prodromou
2009-09-27Don't really need the header container. Adjusted some CSS insteadSarven Capadisli
2009-09-23some UI fixesEvan Prodromou
2009-09-23Using timeline string instead of title for WindowName because IE doesn'tSarven Capadisli
2009-09-23Added JavaScript to initialize the poped WindowSarven Capadisli
2009-09-23Some layout and rendering adjustment for Realtime pluginSarven Capadisli
2009-09-23Created addPop() for Realtime plugin and added param to include iconurlSarven Capadisli
2009-09-23move some stuff around for realtimeEvan Prodromou
2009-09-23hack around address hack in util.jsEvan Prodromou
2009-09-23Add some more realtime feedsEvan Prodromou
2009-09-23Do realtime popup with PHP instead of JavascriptEvan Prodromou
2009-09-23Revert "Added realtime streams for all and showstream timelines"Evan Prodromou
2009-09-21Initial UI to allow certain timelines to be viewed in a new window inSarven Capadisli
2009-09-21Escaping internal JavaScriptSarven Capadisli
2009-09-20Added realtime streams for all and showstream timelinesSarven Capadisli
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25Laconica in pluginsEvan Prodromou
2009-08-05Use script() to write out javascript <script> tagsCraig Andrews
2009-07-15let implementations build channel strings for realtimeEvan Prodromou
2009-07-14changes to make realtime work for MeteorEvan Prodromou
2009-07-14pass proper args for realtime recipe methodsEvan Prodromou
2009-07-14make RealtimePlugin work correctlyEvan Prodromou
2009-07-13added Realtime superclassEvan Prodromou