summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-27Extract media upload stuff into its own library class.Zach Copley
2009-10-26Make email domain checking optional, as some statusnet installations (such ↵Craig Andrews
as those behind restrictive corporate firewalls, or on home systems on restrictive connections) cannot connect to any mail systems, and this check will always fail.
2009-10-24Add .DS_Store to .gitignore list; these are desktop metadata files ↵Brion Vibber
maintained by Mac OS X Finder.
2009-10-23Move Twitter and Facebook-specific mail notifications to their respective ↵Zach Copley
plugins
2009-10-23Remove automatic enqueuing for FacebookZach Copley
2009-10-23Merge branch '0.9.x' into facebook-app-pluginZach Copley
2009-10-23Some phpcs cleanupZach Copley
2009-10-23Merge branch '0.9.x' into facebook-app-pluginZach Copley
2009-10-23Fix an incorrectly passing URL test case and add two a related test case:Brion Vibber
URLs with paths followed by a double-quote character are incorrectly including the quote in the URL. The double-quote character is in fact not a legal URL char and must be URL-escaped; more importantly it just causes oddities when you quote a message ending in a URL -- such as when using the redent-button experimental feature.
2009-10-23Fix three fatal errors when posting from 0.9.x:Brion Vibber
* OMB remote updates were trying to load nonexistent Laconica_OMB_Service_Consumer class -- fixed to StatusNet_OMB_Service_Consumer. Regression caused during libomb merge. * Twitter processing was still being queued from core when no twitter plugin was present, which triggered an exception from UnqueueHandler; leftover code from before the plugin extraction. * UnqueueHandler's exception caused a fatal error instead because it was missing the "new" keyword. Wouldn't have been seen when testing with the plugin enabled.
2009-10-23Merge commit 'refs/merge-requests/1815' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.9.x
2009-10-22Merge branch '0.9.x' into facebook-app-pluginZach Copley
2009-10-22Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-22HTTPResponse has default empty headersEvan Prodromou
2009-10-22Add some doc comments to QueueHandlerBrion Vibber
2009-10-21Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-21reformat default.phpEvan Prodromou
2009-10-21Removed Facebook stuff from the StatusNet README and wrote a new READMEZach Copley
for the Facebook plugin.
2009-10-21Make paths and class loading work rightZach Copley
2009-10-21Fix referencesZach Copley
2009-10-21Remove facebook broadcast from unqueuemanager. That's nowZach Copley
added by an event.
2009-10-21Combine Facebook and Facebook Connect plugins into one big pluginZach Copley
2009-10-21Gather all the Facebook stuff together in one placeZach Copley
2009-10-20Extract out Facebook app stuff into a pluginZach Copley
2009-10-20Remove Twitter bridge stuff. The relevant info has been moved toZach Copley
/plugins/TwitterBridge/README
2009-10-20Merge branch '0.9.x' into TwitterBridgePluginZach Copley
2009-10-20- Make Twitter bridge work with unqueuemanagerZach Copley
- Add README
2009-10-20Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2009-10-20Less intrusive, more reliable way for FB Connect plugin to modify theZach Copley
primary nav in order to show FB mini-avatar and have the logout link logout of FB as well as StatusNet.
2009-10-19Revert "Revert "fixed up some invalid comment syntax - this is ANSI SQL""Evan Prodromou
This reverts commit c0eca0e59b1b9bb74d4457348d1e310e18cc082f.
2009-10-19Revert "Revert "upgrade script for postgres""Evan Prodromou
This reverts commit d72748eb8e71f81e7cddca610ec98a8910dd347f. Conflicts: db/08to09_pg.sql
2009-10-19merge from testingEvan Prodromou
2009-10-19Revert "upgrade script for postgres"Evan Prodromou
This reverts commit d46f2ee350b9bf2c70371f7bcd2f2793e7ed8110.
2009-10-19Revert "added missing parts to postgres update, and the config+user_role ↵Evan Prodromou
tables to both upgrade scripts" This reverts commit e9edb803bc66028204defcfa659cccbf23da97c6.
2009-10-19Revert "fixed up some invalid comment syntax - this is ANSI SQL"Evan Prodromou
This reverts commit 6704ddddf227865de43c1fdd846b68f76f723fe6.
2009-10-19new codename for 0.8.2Evan Prodromou
2009-10-19Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2009-10-19Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-19Utilize NICKNAME_FMT constant when creating at replies0.8.2rc1Eric Helgeson
2009-10-19Ignoring Sent from my* line in mail (iPhone/Pre)Eric Helgeson
2009-10-19Merge branch 'i18n-work' into i18n-0.9.xBrion Vibber
2009-10-19Merge branch '0.9.x' into i18n-0.9.xBrion Vibber
2009-10-19Merge branch 'i18n-work' into i18n-0.9.xBrion Vibber
2009-10-19Better alignmentSarven Capadisli
2009-10-19Merge branch 'i18n-work' of git@gitorious.org:~brion/statusnet/brion-fixes ↵Brion Vibber
into i18n-work
2009-10-19Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into i18n-workBrion Vibber
2009-10-18Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-10-18Added an update counter in the document title. When window is in blur,Sarven Capadisli
it will update the document title when new notices are received. The counter will reset when window is blurred (after a focus) again.
2009-10-17Changed config flag for importing friends' timeline and added some commentsZach Copley
2009-10-16Merge branch '0.9.x' into TwitterBridgePluginZach Copley