summaryrefslogtreecommitdiff
path: root/plugins/Realtime
AgeCommit message (Collapse)Author
2009-11-19Should be using onHandleQueuedNotice instead of onEndNoticeSaveCraig Andrews
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
counter on new received notices. Counter is removed when play is clicked
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
store the notices and on play it will add them to the notice list
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
memory issues. It removes the node and unbinds the previously assigned events.
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
this is not the case with 0.9.x's util.js as opposed to 0.8.x, where it didn't properly check if a given notice id is already in the list
2009-11-18Changed window open name to '' because IE doesn't compute names thatSarven Capadisli
include the '-' character.
2009-11-18Added on click event to open up anchors in notice items in a newSarven Capadisli
window for the Realtime plugin's pop-up window.
2009-11-17Showing counter for new notices only if the window is on blurSarven Capadisli
2009-11-17Using the right selector for notice_replySarven Capadisli
2009-11-16Added NoticeFavors() for received noticesSarven Capadisli
2009-11-16Unbinding the events from Notice reply and favor for possible memorySarven Capadisli
leaks
2009-11-16Added update delay and max notice countSarven 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
is using <head> for scripts whereas 0.9.x puts it before </body>. This also fixes the duplicate posts
2009-11-11Added margin-top for showstream page (space between entity_actions andSarven Capadisli
notice_primary)
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-09Revert "Remove more contractions"Brion Vibber
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday...
2009-11-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-08Updated Realtime plugin to use the util's NoticeReply objectSarven Capadisli
2009-11-08Moved back to using lib twitterapi instead of api for 0.8.xSarven Capadisli
2009-11-08Remove more contractionsSiebrand Mazeland
* doesn't * won't * isn't * don't
2009-11-04Added script documentationSarven Capadisli
2009-11-04Script no longer neeedSarven Capadisli
2009-11-04Sync RealtimePlugin with 0.9.xSarven Capadisli
2009-11-04Sync Realtime JavaScript with 0.9.xSarven 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