Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-01 | SN.U.NoticeFavor should be SN.U.NoticeReply | Zach Copley | |
Conflicts: plugins/Realtime/realtimeupdate.js | |||
2009-12-01 | Bind submit to a form by SN.U.FormXHR() only once. | Sarven Capadisli | |
2009-12-01 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2009-12-01 | Refactored NoticeReply() so that a notice item can use NoticeReplyTo | Sarven Capadisli | |
instead of rebinding all of the notice replies again. | |||
2009-12-01 | Call FormXHR (single) instead of NoticeForm (all) | Sarven Capadisli | |
2009-11-30 | Fix problem where screen_name and user_id parameters are being | Zach Copley | |
ignored due to the router sending in '[a-zA-Z0-9]+' for the id parameter when no id is specified as part of the URL. | |||
2009-11-30 | Ticket 1677: apply a couple more welcomebot fixes from TranslateWiki before ↵ | Brion Vibber | |
the next full update | |||
2009-11-30 | Update localization files from 0.9.x branch | Brion Vibber | |
2009-11-30 | Drop binary .mo localization files from git repo to aid in development. | Brion Vibber | |
Added a Makefile in locale subdirectory to rebuild them -- needs to be made part of deployment and packaging. | |||
2009-11-28 | Ticket 2038: fix bad bug tracker link | Brion Vibber | |
2009-11-27 | Fix regression in group posting: bug introduced in commit ↵ | Brion Vibber | |
1319002e1519fafb0e82fbfd2d2723abdb3112e7. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D | |||
2009-11-27 | Log database errors when saving notice_inbox entries | Brion Vibber | |
2009-11-27 | Drop the username from the log id for now; seems to trigger an error loop in ↵ | Brion Vibber | |
some circumstances | |||
2009-11-27 | request id on logs... pid + random id per web request + username + method + url | Brion Vibber | |
2009-11-26 | Add OpenID ini info back into statusnet.ini as a stopgap until we can | Zach Copley | |
get plugins to load ini info properly on status.net | |||
2009-11-26 | Some changes to the OpenID DataObjects to make them emit the exact same | Zach Copley | |
.ini info as what used to be in statusnet.ini before OpenID was pulled out into a plugin. | |||
2009-11-26 | OpenID plugin should set 'user_openid.display' as unique key | Zach Copley | |
2009-11-25 | Remove relationship: user_openid.user_id -> user.id. I don't think this | Zach Copley | |
is used. And if we need it, the OpenID plugin should do it. | |||
2009-11-25 | Have OpenID plugin DataObjects emit their own .ini info | Zach Copley | |
2009-11-25 | Revert "Allow plugin DB_DataObject classes to not have to use the .ini file ↵ | Zach Copley | |
by overriding keys(), table(), and sequenceKey() for them" This reverts commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf. Conflicts: classes/statusnet.ini lib/schema.php plugins/Authentication/AuthenticationPlugin.php plugins/OpenID/OpenIDPlugin.php plugins/UserFlag/UserFlagPlugin.php | |||
2009-11-25 | Catch and report exceptions from notice_to_omb_notice() instead of letting ↵ | Brion Vibber | |
the OMB queue handler die. | |||
2009-11-25 | Fix regression in remote subscription; added hasRole() shadow method on ↵ | Brion Vibber | |
Remote_profile. DB_DataObject hides errors by silently returning null for any non-existent method call, making it harder to tell what the heck's going on... the rights check for blocked remote users returned null for the check for subscribe rights, thus eval'ing to false. We now log a note in this circumstance, which would have cut about 3 hours off of the debug time. | |||
2009-11-25 | Fix fatal error on OMB subscription for first-timers | Brion Vibber | |
2009-11-25 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Zach Copley | |
2009-11-25 | Remove annoying log msg | Zach Copley | |
2009-11-25 | Drop error message on setlocale() failure; this is harmless, since we ↵ | Brion Vibber | |
actually have a working locale set up. | |||
2009-11-25 | Catch uncaught exception | Zach Copley | |
2009-11-25 | Fixed bug where reply-sync bit wasn't getting saved | Zach Copley | |
2009-11-25 | Forgot to render the nav menu when on FB Connect login tab | Zach Copley | |
2009-11-25 | Facebook plugin no longer takes over Login and Connect settings nav menus | Zach Copley | |
2009-11-24 | Fix regression in OMB sending with queues enabled -- items never got ↵ | Brion Vibber | |
dequeued, leading to ever-growing queue and big delays. Success return code from omb_broadcast_message was dropped in commit ec88d2650ea4371cf53229171851747b31587e4b (Aug 10 2009) which switched us to libomb backend. With queues enabled, this would lead to the notice being readded to the outgoing OMB queue for redelivery as the queue system thought the send failed. The resends caused extra load and confusion for third-party sites, and more worryingly just plugged up our own queue so legit messages were badly delayed. This commit should restore the previous state, where we fire-and-forget; that is, we're not actually checking to see if all remote subscribers received the message successfully and there will be no resends. | |||
2009-11-24 | Fix SSL options for Twitter bridge HTTP requests | Zach Copley | |
2009-11-24 | Use a min-width just in case. Fixes IE. | Sarven Capadisli | |
(cherry picked from commit cf2b4c033c8025eea4aaeee0598665a55be151d6) | |||
2009-11-24 | Break TableDef, ColumnDef classes to separate files so autoloader can find them. | Brion Vibber | |
With $config['db']['schemacheck'] set to 'script' in live deployment, Schema class wasn't being preloaded for us; the uses of TableDef by plugins for DataObject configuration would then fail because the class wasn't loaded. Broken to separate files, the autoloader can find all classes in either case. PHP Fatal error: Class 'TableDef' not found in /var/www/statusnet/plugins/OpenID/User_openid.php on line 43, referer: http://identi.ca/brionv/all | |||
2009-11-20 | Disable XHTML Content-Type negotiation... You've foiled our plans for the ↵ | Brion Vibber | |
last time! XHTML mode breaks a lot of JS and has been causing trouble for Safari and Chrome, especially with the fancier new UI-side plugins like realtime and maps. | |||
2009-11-20 | Fix bug 1997: notice search rss utter failure | Brion Vibber | |
Since commit c4072ef7c930b82b74f8e90f6554974b761c686c in March there's no longer an automatic run of $this->getNotices() from RssAction parent class; added to the subclass. It might make sense to put it back in the parent class, but of course only if those dupe calls can be resolved. | |||
2009-11-20 | Undo part of c6e4feb815a60a7baf613026c414a24c5c918650 so that blacklisted ↵ | Craig Andrews | |
notices are not displayed in realtime | |||
2009-11-20 | Quick fix for Safari XHTML error... the map doesn't currently work with ↵ | Brion Vibber | |
Safari, but this gets the whole page parsing again! | |||
2009-11-20 | start for pluginqueuehandler | Brion Vibber | |
2009-11-20 | Fix double-escaped HTML in mapstraction notice popups | Brion Vibber | |
2009-11-20 | fix notice bug | Brion Vibber | |
2009-11-20 | Initial functional version of feed subscription plugin, currently supporting ↵ | Brion Vibber | |
only PuSH-enabled feeds. | |||
2009-11-20 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2009-11-20 | use caching in geonames plugin | Evan Prodromou | |
2009-11-20 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Zach Copley | |
2009-11-20 | Add routing rules for FB app in front of other rules | Zach Copley | |
2009-11-20 | Revert "Added 'login' command that gives you a link that can be used to ↵ | Evan Prodromou | |
login to the website" This reverts commit b9d40f723bce8e01ddcbbb989bd7035b92cd9af8. Conflicts: actions/login.php classes/statusnet.ini db/08to09.sql db/08to09_pg.sql db/statusnet_pg.sql lib/command.php lib/commandinterpreter.php | |||
2009-11-20 | revert adding avatar IMG to jabber output; shows entire URL in some Jabber ↵ | Evan Prodromou | |
clients | |||
2009-11-20 | Updated version info0.9.0rc1 | Zach Copley | |
2009-11-20 | Updated form markup | Sarven Capadisli | |