summaryrefslogtreecommitdiff
path: root/plugins/Realtime/realtimeupdate.js
AgeCommit message (Expand)Author
2010-05-17Patch from g0: fix for conversation links in Realtime updatesBrion Vibber
2010-03-28Remove debug line that crept into a commit a while back, breaking realtime wh...Brion Vibber
2010-02-10Fix to Realtime's repeat notice form legend and notice idSarven Capadisli
2010-02-04Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2010-01-31Added missing concat of </li> in Realtime responseSarven Capadisli
2010-01-31Updated XHR binded events to work better in jQuery 1.4.1. UsingSarven Capadisli
2010-01-29Adds notice author's name to @title in Realtime responseSarven Capadisli
2010-01-29Adds notice author's name to @title in Realtime responseSarven Capadisli
2009-12-21Moving &amp; replacing to the end of html and source dataSarven Capadisli
2009-12-15can't repeat your own notice posted through realtimeEvan Prodromou
2009-12-15Don't show repeater avatar in notice listsEvan Prodromou
2009-12-15make realtime plugin grok repeatsEvan Prodromou
2009-12-15Added .form_repeat notice option to received notices in Realtime pluginSarven Capadisli
2009-12-07If localStorage is not supported, showPause as usualSarven Capadisli
2009-12-07Using localStorage to keep the play/pause state of RealtimeUpdateSarven Capadisli
2009-12-06Minor fix for play/pause mouseleaveSarven Capadisli
2009-12-05Preliminary UI for Play/Pause behaviour on hover state for noticesSarven Capadisli
2009-11-30Merge branch 'master' into 0.9.xZach Copley
2009-11-29Allow Realtime notices to use the attachments interfaceSarven Capadisli
2009-11-28Calling NoticeReplyTo instead of NoticeReply in RealtimeSarven Capadisli
2009-11-28Explictly unbinding is unnecessary as jQuery's remove() takes care of itSarven Capadisli
2009-11-28SN.U.NoticeFavor should be SN.U.NoticeReplySarven Capadisli
2009-11-28Only bind submit to the notice created by RealtimeSarven Capadisli
2009-11-25I can't hide the location and status bars in Firefox, IE or Chromium.Sarven Capadisli
2009-11-24Moved initPopupWindow CSS out of JS in Realtime pluginSarven Capadisli
2009-11-24Enable border-top when Realtime pop up window is initializedSarven Capadisli
2009-11-20Reduced entity_profile width in pop upSarven Capadisli
2009-11-18Check for dupe from insertNoticeItem()Sarven Capadisli
2009-11-18Took out CSS from JS and placed it in its own file.Sarven Capadisli
2009-11-18Added counter beside the play button. When paused, it will update theSarven Capadisli
2009-11-18Relatively positioning notice_primarySarven Capadisli
2009-11-18Styled realtime_actionsSarven Capadisli
2009-11-18Added play/pause button for realtime notices. While on pause, it willSarven Capadisli
2009-11-18Created separate objects for receive actionsSarven Capadisli
2009-11-18Setting windowhasfocus to true by defaultSarven Capadisli
2009-11-18Changed from click to bindSarven Capadisli
2009-11-18Setting max notice count in order not to freak out the browser withSarven Capadisli
2009-11-18Added check to see whether window has focusSarven Capadisli
2009-11-18Added a call to NoticeFavor()Sarven Capadisli
2009-11-18Removed setTimeout. It was initially intended to prevent dupes butSarven Capadisli
2009-11-18Changed window open name to '' because IE doesn't compute names thatSarven Capadisli
2009-11-18Added on click event to open up anchors in notice items in a newSarven Capadisli
2009-11-11Added margin-top for showstream page (space between entity_actions andSarven Capadisli
2009-11-11Set window resize before openning it upSarven Capadisli
2009-11-11Calling selector onceSarven Capadisli
2009-11-11Using mark-top stylesSarven Capadisli
2009-11-08Updated Realtime plugin to use the util's NoticeReply objectSarven Capadisli
2009-11-04Added script documentationSarven Capadisli
2009-11-04Sync Realtime JavaScript with 0.9.xSarven Capadisli
2009-09-27Changed terminology for poping a windowSarven Capadisli