summaryrefslogtreecommitdiff
path: root/plugins/Realtime/RealtimePlugin.php
AgeCommit message (Expand)Author
2010-05-17Include notice fragment on 'in context' links in Realtime plugin family.Brion Vibber
2010-05-17Patch from g0: fix for conversation links in Realtime updatesBrion Vibber
2010-02-26Merge branch 'testing' into 0.9.xBrion Vibber
2010-02-25Remove unnecessary requiresZach Copley
2010-02-17htmloutputter->script() special cases src's that begin with plugin/ or local/...Craig Andrews
2010-01-27fix for fix for bad realtime JS loadBrion Vibber
2010-01-27quick fix: use common_path() on realtime update JS so it works with the new J...Brion Vibber
2010-01-09use whoGets() for realtime pluginEvan Prodromou
2010-01-08Updated RealtimePlugin to use core json2.jsSarven Capadisli
2009-12-15make realtime plugin grok repeatsEvan Prodromou
2009-12-15Added .form_repeat notice option to received notices in Realtime pluginSarven Capadisli
2009-12-04Use inlineScript() everywhere inline scripts are writtenCraig Andrews
2009-12-04remove duplicate log() function from RealtimePluginEvan Prodromou
2009-11-24Added realtime-popup class to <body> for popup output.Sarven Capadisli
2009-11-20Undo part of c6e4feb815a60a7baf613026c414a24c5c918650 so that blacklisted not...Craig Andrews
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-09Revert "Remove more contractions"Brion Vibber
2009-11-08Remove more contractionsSiebrand Mazeland
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