Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-22 | extract Geonames stuff to a plugin | Evan Prodromou | |
2009-10-21 | start getting locations from remote services | Evan Prodromou | |
2009-10-21 | start of a location class | Evan Prodromou | |
2009-10-21 | flip x flag on generated files | Evan Prodromou | |
2009-10-21 | statusnet.ini update | Evan Prodromou | |
2009-10-21 | new data structures for location | Evan Prodromou | |
2009-10-21 | Revert "lat,lon -> lat,long" | Evan Prodromou | |
This reverts commit 61d948cffee0aff4fd7853421ec0849458ea34c9. | |||
2009-10-21 | lat,lon -> lat,long | Evan Prodromou | |
2009-10-21 | add a couple of location namespaces | Evan Prodromou | |
2009-10-21 | add location-related tables and columns | Evan Prodromou | |
2009-10-21 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-21 | reformat default.php | Evan Prodromou | |
2009-10-20 | Remove Twitter bridge stuff. The relevant info has been moved to | Zach Copley | |
/plugins/TwitterBridge/README | |||
2009-10-20 | Merge branch '0.9.x' into TwitterBridgePlugin | Zach Copley | |
2009-10-20 | - Make Twitter bridge work with unqueuemanager | Zach Copley | |
- Add README | |||
2009-10-20 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2009-10-20 | Less intrusive, more reliable way for FB Connect plugin to modify the | Zach Copley | |
primary nav in order to show FB mini-avatar and have the logout link logout of FB as well as StatusNet. | |||
2009-10-19 | Revert "Revert "fixed up some invalid comment syntax - this is ANSI SQL"" | Evan Prodromou | |
This reverts commit c0eca0e59b1b9bb74d4457348d1e310e18cc082f. | |||
2009-10-19 | Revert "Revert "upgrade script for postgres"" | Evan Prodromou | |
This reverts commit d72748eb8e71f81e7cddca610ec98a8910dd347f. Conflicts: db/08to09_pg.sql | |||
2009-10-19 | merge from testing | Evan Prodromou | |
2009-10-19 | Revert "upgrade script for postgres" | Evan Prodromou | |
This reverts commit d46f2ee350b9bf2c70371f7bcd2f2793e7ed8110. | |||
2009-10-19 | Revert "added missing parts to postgres update, and the config+user_role ↵ | Evan Prodromou | |
tables to both upgrade scripts" This reverts commit e9edb803bc66028204defcfa659cccbf23da97c6. | |||
2009-10-19 | Revert "fixed up some invalid comment syntax - this is ANSI SQL" | Evan Prodromou | |
This reverts commit 6704ddddf227865de43c1fdd846b68f76f723fe6. | |||
2009-10-19 | new codename for 0.8.2 | Evan Prodromou | |
2009-10-19 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2009-10-19 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-19 | Utilize NICKNAME_FMT constant when creating at replies0.8.2rc1 | Eric Helgeson | |
2009-10-19 | Ignoring Sent from my* line in mail (iPhone/Pre) | Eric Helgeson | |
2009-10-19 | Merge branch 'i18n-work' into i18n-0.9.x | Brion Vibber | |
2009-10-19 | Merge branch '0.9.x' into i18n-0.9.x | Brion Vibber | |
2009-10-19 | Merge branch 'i18n-work' into i18n-0.9.x | Brion Vibber | |
2009-10-19 | Better alignment | Sarven Capadisli | |
2009-10-19 | Merge branch 'i18n-work' of git@gitorious.org:~brion/statusnet/brion-fixes ↵ | Brion Vibber | |
into i18n-work | |||
2009-10-19 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into i18n-work | Brion Vibber | |
2009-10-18 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-10-18 | Added 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-17 | Changed config flag for importing friends' timeline and added some comments | Zach Copley | |
2009-10-16 | Merge branch '0.9.x' into TwitterBridgePlugin | Zach Copley | |
2009-10-16 | Workaround for Facebook data store API behavior regression, fixes saving | Brion 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-16 | Workaround for Facebook data store API behavior regression, fixes saving | Brion 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-16 | Drop a debug info line that isn't really needed | Brion Vibber | |
2009-10-16 | Use 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-16 | Fix 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-16 | Workaround 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-16 | Galician 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-16 | More 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-16 | Removed 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-15 | add more events to profile list | Evan Prodromou | |
2009-10-15 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-15 | update DB_DataObject to 1.8.12 | Evan Prodromou | |