summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-10-16Workaround for Facebook data store API behavior regression, fixes savingBrion Vibber
of empty notice prefix text in facebook settings. Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110 Per documentation, saving a pref value of "" or "0" will delete the pref key: http://wiki.developers.facebook.com/index.php/Data.setUserPreference which used to do what we want... Now Facebook throws back an error "Parameter value is required" when we do this. Workaround appends a space to empty string or "0" at save time, then trims the string when we load it. The input string was already trimmed at pref save time, so this won't alter any user-visible behavior. Thanks to ^demon in #mediawiki for pointing out the behavior regression after testing the identi.ca Facebook app!
2009-10-16Workaround for Facebook data store API behavior regression, fixes savingBrion Vibber
of empty notice prefix text in facebook settings. Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110 Per documentation, saving a pref value of "" or "0" will delete the pref key: http://wiki.developers.facebook.com/index.php/Data.setUserPreference which used to do what we want... Now Facebook throws back an error "Parameter value is required" when we do this. Workaround appends a space to empty string or "0" at save time, then trims the string when we load it. The input string was already trimmed at pref save time, so this won't alter any user-visible behavior. Thanks to ^demon in #mediawiki for pointing out the behavior regression after testing the identi.ca Facebook app!
2009-10-16Drop a debug info line that isn't really neededBrion Vibber
2009-10-16Use short language names for locales for now; this seems to be most ↵Brion Vibber
compatible with both native gettext (tested on Ubuntu 8.10) and php-gettext (tested on Mac OS X 10.6).
2009-10-16Fix a logic error in php-gettext's setlocale() check; if setlocale() failed ↵Brion Vibber
to return, we fall back to checking LANG environment variable. Now actually works when doing a setlocale *check* instead of a *set*. Submitting fix upstream, but as the package is currently unmaintained it may not make it in.
2009-10-16Workaround for not fully natively set up locales with native gettext...Brion Vibber
Set "en_US" locale first, then the locale we want for our user. This seems to initialize gettext properly somehow, which I could see when the languages would come up briefly on settings save when changing from a supported language. Definitely works for ga_ES on my Ubuntu system (8.10 intrepid), hopefully reasonably consistent.
2009-10-16Galician translation (out of date but functional... unless you have locale ↵Brion Vibber
issues of course) .po file from http://status.net/trac/ticket/481 last updated by mvazquez
2009-10-16More i18n cleanup, updating and fixing broken locales...Brion Vibber
Removed some non-matching fuzzy entries in mk, tr, zh_TW that prevented .mo regeneration by triggering "fatal errors" from msgfmt Rebuilt all .mo files, fixing total breakage for four languages: * it * mk * pt_BR * vi
2009-10-16Removed unnecessary country specifiers from message directories.Brion Vibber
We sometimes need to specify a country when setting a locale but the system knows how to grab the generic dir, and that seems to play better with translation tools such as transifex
2009-10-15add more events to profile listEvan Prodromou
2009-10-15Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-15update DB_DataObject to 1.8.12Evan Prodromou
2009-10-14Moved to location of the FBConnect JavaScript to the end of </body>.Sarven Capadisli
2009-10-14Make queuing and daemons work via eventsZach Copley
2009-10-13Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)Brion Vibber
Fixes file magic checks on 64-bit systems. http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19
2009-10-13Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)Brion Vibber
Fixes file magic checks on 64-bit systems. http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19
2009-10-13Fix syntax errorsZach Copley
2009-10-13remove inboxes optionEvan Prodromou
2009-10-13Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: install.php
2009-10-13Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-13Update Polish translations from Raven's bug tracker submission:Brion Vibber
http://status.net/trac/ticket/1411
2009-10-13Merge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.xBrion Vibber