Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-26 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
2010-02-25 | Removed dangling icons in Realtime plugin | Sarven Capadisli | |
2010-02-25 | Moved common icons from Realtime plugin to core icons file | Sarven Capadisli | |
2010-02-17 | htmloutputter->script() special cases src's that begin with plugin/ or ↵ | Craig Andrews | |
local/ so that plugins don't need to include common_path() in every call to $action->script() Adjust plugins to not call common_path() when it's not necessary Fix minify plugin | |||
2010-02-10 | Fix to Realtime's repeat notice form legend and notice id | Sarven Capadisli | |
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 | |
2010-01-27 | fix for fix for bad realtime JS load | Brion Vibber | |
2010-01-27 | quick fix: use common_path() on realtime update JS so it works with the new ↵ | Brion Vibber | |
JS path code (will pull from main server for now) | |||
2010-01-26 | Updated geolocation sharing in notice form for Realtime pop | Sarven Capadisli | |
2010-01-09 | use whoGets() for realtime plugin | Evan Prodromou | |
2010-01-08 | Updated RealtimePlugin to use core json2.js | 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-09 | Added todo item to Realtime plugin | Sarven Capadisli | |
2009-12-09 | Added a todo list for 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-12-04 | Use inlineScript() everywhere inline scripts are written | Craig Andrews | |
2009-12-04 | remove duplicate log() function from RealtimePlugin | Evan Prodromou | |
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-25 | Better layout for entity_profile and entity_actions | Sarven Capadisli | |
2009-11-24 | Moved initPopupWindow CSS out of JS in Realtime plugin | Sarven Capadisli | |
2009-11-24 | Added realtime-popup class to <body> for popup output. | Sarven Capadisli | |
2009-11-24 | Enable border-top when Realtime pop up window is initialized | Sarven Capadisli | |
2009-11-20 | Undo part of c6e4feb815a60a7baf613026c414a24c5c918650 so that blacklisted ↵ | Craig Andrews | |
notices are not displayed in realtime | |||
2009-11-20 | Undo part of c6e4feb815a60a7baf613026c414a24c5c918650 so that blacklisted ↵ | Craig Andrews | |
notices are not displayed in realtime | |||
2009-11-20 | These changes didn't go into master (from 0.9-release) | Sarven Capadisli | |
2009-11-19 | Merge branch '0.9-release' | Zach Copley | |
* 0.9-release: Reduced entity_profile width in pop up | |||
2009-11-19 | Merge branch '0.9-release' | Zach Copley | |
* 0.9-release: (874 commits) Removed call to NewDirectMessage() until IE return is fixed i.e., Don't show flag user button your own profile Fixed HXR response for flag user Using the right form class name Using common_redirect Left a form_data class of a <ul> in the user admin panel Added validation to fields in user admin panel Added a user admin panel Added mobile logos for default and identica themes Changed gif to png Changed this to action. THANKS zach! Doing content negotiation only once Add execute bit to pingqueuehandler Localisation updates for !StatusNet from !translatewiki.net Use the browser's geolocation API to set the location on the notice form Add geometa library, and include it. Add location form elements to the noticeform, and save their values on submission Use the $user object nickname, as login name doesnt have to == nickname anymore with plugins such as ldap/etc Revert "Re added NICKNAME_FMT constant to router.php." Moved most path and server settings to a new paths admin panel ... Conflicts: js/util.js locale/it_IT/LC_MESSAGES/statusnet.mo locale/mk_MK/LC_MESSAGES/statusnet.mo locale/mk_MK/LC_MESSAGES/statusnet.po locale/pt_BR/LC_MESSAGES/statusnet.mo locale/vi_VN/LC_MESSAGES/statusnet.mo plugins/InfiniteScroll/infinitescroll.js plugins/Realtime/realtimeupdate.js | |||
2009-11-20 | Reduced entity_profile width in pop up | Sarven Capadisli | |
2009-11-19 | Should be using onHandleQueuedNotice instead of onEndNoticeSave | Craig Andrews | |
2009-11-18 | Check for dupe from insertNoticeItem() | Sarven Capadisli | |