Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-17 | Patch from g0: fix for conversation links in Realtime updates | Brion Vibber | |
Previously was using the reply-to URL, which didn't match with other displays. Now sends to the right conversation page. | |||
2010-03-28 | Remove debug line that crept into a commit a while back, breaking realtime ↵ | Brion Vibber | |
when Firebug wasn't present | |||
2010-02-10 | Fix to Realtime's repeat notice form legend and notice id | Sarven Capadisli | |
2010-02-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2010-01-31 | Added missing concat of </li> in Realtime response | Sarven Capadisli | |
2010-01-31 | Updated XHR binded events to work better in jQuery 1.4.1. Using | Sarven Capadisli | |
.live() for event delegation instead of jQuery.data() and checking to see if an element was previously binded. | |||
2010-01-29 | Adds notice author's name to @title in Realtime response | Sarven Capadisli | |
2010-01-29 | Adds notice author's name to @title in Realtime response | Sarven Capadisli | |
2009-12-21 | Moving & replacing to the end of html and source data | Sarven Capadisli | |
2009-12-15 | can't repeat your own notice posted through realtime | Evan Prodromou | |
2009-12-15 | Don't show repeater avatar in notice lists | Evan Prodromou | |
2009-12-15 | make realtime plugin grok repeats | Evan Prodromou | |
2009-12-15 | Added .form_repeat notice option to received notices in Realtime plugin | Sarven Capadisli | |
2009-12-07 | If localStorage is not supported, showPause as usual | Sarven Capadisli | |
2009-12-07 | Using localStorage to keep the play/pause state of RealtimeUpdate | Sarven Capadisli | |
2009-12-06 | Minor fix for play/pause mouseleave | Sarven Capadisli | |
2009-12-05 | Preliminary UI for Play/Pause behaviour on hover state for notices | Sarven Capadisli | |
2009-11-30 | Merge branch 'master' into 0.9.x | Zach Copley | |
* master: (67 commits) Ticket 2038: fix bad bug tracker link Fix regression in group posting: bug introduced in commit 1319002e1519fafb0e82fbfd2d2723abdb3112e7. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D Log database errors when saving notice_inbox entries Drop the username from the log id for now; seems to trigger an error loop in some circumstances request id on logs... pid + random id per web request + username + method + url Add OpenID ini info back into statusnet.ini as a stopgap until we can Some changes to the OpenID DataObjects to make them emit the exact same OpenID plugin should set 'user_openid.display' as unique key Remove relationship: user_openid.user_id -> user.id. I don't think this Have OpenID plugin DataObjects emit their own .ini info Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them" Catch and report exceptions from notice_to_omb_notice() instead of letting the OMB queue handler die. Fix regression in remote subscription; added hasRole() shadow method on Remote_profile. Fix fatal error on OMB subscription for first-timers Remove annoying log msg Drop error message on setlocale() failure; this is harmless, since we actually have a working locale set up. Catch uncaught exception Fixed bug where reply-sync bit wasn't getting saved Forgot to render the nav menu when on FB Connect login tab Facebook plugin no longer takes over Login and Connect settings nav menus ... Conflicts: db/08to09_pg.sql db/statusnet_pg.sql locale/pt_BR/LC_MESSAGES/statusnet.mo plugins/Mapstraction/MapstractionPlugin.php | |||
2009-11-29 | Allow Realtime notices to use the attachments interface | Sarven Capadisli | |
2009-11-28 | Calling NoticeReplyTo instead of NoticeReply in Realtime | Sarven Capadisli | |
2009-11-28 | Explictly unbinding is unnecessary as jQuery's remove() takes care of it | Sarven Capadisli | |
2009-11-28 | SN.U.NoticeFavor should be SN.U.NoticeReply | Sarven Capadisli | |
2009-11-28 | Only bind submit to the notice created by Realtime | Sarven Capadisli | |
2009-11-25 | I can't hide the location and status bars in Firefox, IE or Chromium. | Sarven Capadisli | |
It only works in Safari and Opera. https://developer.mozilla.org/En/DOM/Window.open confirms that by default, Firefox and IE forces their presence. | |||
2009-11-24 | Moved initPopupWindow CSS out of JS in Realtime plugin | Sarven Capadisli | |
2009-11-24 | Enable border-top when Realtime pop up window is initialized | Sarven Capadisli | |
2009-11-20 | Reduced entity_profile width in pop up | Sarven Capadisli | |
2009-11-18 | Check for dupe from insertNoticeItem() | Sarven Capadisli | |
2009-11-18 | Took out CSS from JS and placed it in its own file. | Sarven Capadisli | |
2009-11-18 | Added counter beside the play button. When paused, it will update the | Sarven Capadisli | |
counter on new received notices. Counter is removed when play is clicked | |||
2009-11-18 | Relatively positioning notice_primary | Sarven Capadisli | |
2009-11-18 | Styled realtime_actions | Sarven Capadisli | |
2009-11-18 | Added play/pause button for realtime notices. While on pause, it will | Sarven Capadisli | |
store the notices and on play it will add them to the notice list | |||
2009-11-18 | Created separate objects for receive actions | Sarven Capadisli | |
2009-11-18 | Setting windowhasfocus to true by default | Sarven Capadisli | |
2009-11-18 | Changed from click to bind | Sarven Capadisli | |
2009-11-18 | Setting max notice count in order not to freak out the browser with | Sarven Capadisli | |
memory issues. It removes the node and unbinds the previously assigned events. | |||
2009-11-18 | Added check to see whether window has focus | Sarven Capadisli | |
2009-11-18 | Added a call to NoticeFavor() | Sarven Capadisli | |
2009-11-18 | Removed setTimeout. It was initially intended to prevent dupes but | Sarven 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-18 | Changed window open name to '' because IE doesn't compute names that | Sarven Capadisli | |
include the '-' character. | |||
2009-11-18 | Added on click event to open up anchors in notice items in a new | Sarven Capadisli | |
window for the Realtime plugin's pop-up window. | |||
2009-11-11 | Added margin-top for showstream page (space between entity_actions and | Sarven Capadisli | |
notice_primary) | |||
2009-11-11 | Set window resize before openning it up | Sarven Capadisli | |
2009-11-11 | Calling selector once | Sarven Capadisli | |
2009-11-11 | Using mark-top styles | Sarven Capadisli | |
2009-11-08 | Updated Realtime plugin to use the util's NoticeReply object | Sarven Capadisli | |
2009-11-04 | Added script documentation | Sarven Capadisli | |
2009-11-04 | Sync Realtime JavaScript with 0.9.x | Sarven Capadisli | |
2009-09-27 | Changed terminology for poping a window | Sarven Capadisli | |