summaryrefslogtreecommitdiff
path: root/plugins/Realtime
AgeCommit message (Collapse)Author
2009-10-18Added an update counter in the document title. When window is in blur,Sarven Capadisli
it will update the document title when new notices are received. The counter will reset when window is blurred (after a focus) again.
2009-10-12Moved group create API into its own actionZach Copley
Merge branch '0.9.x' into refactor-api * 0.9.x: Implemented create group api fix FBConnect so it doesn't muffle EndPrimaryNav don't write session if it's unchanged Fixed facebook connect primary nav to hide search option when site is private and user is not logged in Fixed facebook connect primary nav to obey sms/twitter/openid settings Fixed facebook connect login nav to obey openid settings Fixed facebook connect nav to obey sms/twitter disabled Fixed twitter defaulting to disabled Revert "Open tags should have closing tags" Don't show search suggestions for private sites Fixed E_NOTICE when returnto isn't set Fixed E_NOTICE when the "lite" parameter isn't included in the request Fixed E_NOTICE - GroupList expects an owner object in the constructor, not an array of search terms Returning false seems to fix IE from reclaiming window focus. I think Aligning notice attach label from right instead of left Fixed IE background image alignment for attach, favour and disfavour Fixed nudge and direct message background image alignment Using 'CSS sprites' for common icons for the identica theme. Default Open tags should have closing tags Conflicts: actions/twitapigroups.php actions/twitapistatuses.php
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-06Returning false seems to fix IE from reclaiming window focus. I thinkSarven Capadisli
'WTF' best describes this behaviour. Further investigation required.
2009-10-04need to show scripts at end of body in RealtimePluginEvan Prodromou
2009-09-30Timeout a little incase the notice item from XHR response isSarven Capadisli
not appended to the page.
2009-09-30Relocated the button for pop up window for notice streamSarven Capadisli
2009-09-30Script no longer needed for Realtime pluginSarven Capadisli
2009-09-27Changed terminology for poping a windowSarven Capadisli
2009-09-27Draw a line to indicate new (unread) notice in a timeline since windowSarven Capadisli
blur. Inspired by Pidgin's Markerline plugin.
2009-09-27Aligned notice_data-attach inputSarven Capadisli
2009-09-27Adjusted form_notice widthSarven Capadisli
2009-09-27Aligning notice_data-attach from topSarven Capadisli
2009-09-27Removing only notie_data-text label from viewSarven Capadisli
2009-09-27Increated content widthSarven Capadisli
2009-09-27Reduced form_notice margin bottomSarven Capadisli
2009-09-27Updated window resizeSarven Capadisli
2009-09-27Removed form_notice label and h1 from viewSarven Capadisli
2009-09-27Don't really need the header container. Adjusted some CSS insteadSarven Capadisli
2009-09-27jQuery.prepend takes a single paramSarven Capadisli
2009-09-26A different go at the realtime button location. Button is in aSarven Capadisli
prominent location.
2009-09-23some UI fixesEvan Prodromou
2009-09-23Using timeline string instead of title for WindowName because IE doesn'tSarven Capadisli
like names with whitespace.
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
Move the realtime detection code to PHP extension rather than JavaScript.
2009-09-23Revert "Added realtime streams for all and showstream timelines"Evan Prodromou
This reverts commit 49e91ec7d068fa7b98576207696d2192418baf5b.
2009-09-21Initial UI to allow certain timelines to be viewed in a new window inSarven Capadisli
realtime
2009-09-21Escaping internal JavaScriptSarven Capadisli
2009-09-20Added realtime streams for all and showstream timelinesSarven Capadisli
2009-09-16Fixed missing quotesSarven Capadisli
2009-09-16Fixed typoSarven Capadisli
2009-09-15Updated XHR return markup for Realtime pluginSarven 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