Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-28 | add StartInitializeRouter event | Evan Prodromou | |
2009-10-28 | save replies in the inbox | Evan Prodromou | |
2009-10-28 | correctly output public XRDS <meta> | Evan Prodromou | |
2009-10-28 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-28 | replace some boolean-evaluations with calls to empty() | Evan Prodromou | |
2009-10-27 | Enable welcome bot to broadcast it's notices | Carlos Perilla | |
2009-10-27 | Display user avatar in the XMPP message | Craig Andrews | |
Include notice id and conversation link the XMPP message Thanks to Deepspawn for this idea and initial code | |||
2009-10-27 | implement the nudge command | Craig Andrews | |
2009-10-27 | Added a new "reply" command | Craig Andrews | |
2009-10-27 | Shorten the notice text after command processing is done | Craig Andrews | |
2009-10-27 | Implemented reply # command, allowing users to favorite specific notices by ↵ | Craig Andrews | |
the notice id | |||
2009-10-27 | Specify the number of cols for the Facebook app's multi-friend inviter | Zach Copley | |
widget so it fits better into Facebook's new layout. | |||
2009-10-27 | Forgot to move the facebookapp.css file into the new Facebook plugin | Zach Copley | |
2009-10-27 | Removed attachment UI | Sarven Capadisli | |
2009-10-27 | Slight alignment | Sarven Capadisli | |
2009-10-27 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-10-27 | Some CSS updates for FB app | Sarven Capadisli | |
2009-10-26 | Make 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-24 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-24 | Add .DS_Store to .gitignore list; these are desktop metadata files ↵ | Brion Vibber | |
maintained by Mac OS X Finder. | |||
2009-10-23 | Move Twitter and Facebook-specific mail notifications to their respective ↵ | Zach Copley | |
plugins | |||
2009-10-23 | Remove automatic enqueuing for Facebook | Zach Copley | |
2009-10-23 | Merge branch '0.9.x' into facebook-app-plugin | Zach Copley | |
2009-10-23 | Some phpcs cleanup | Zach Copley | |
2009-10-23 | Merge branch '0.9.x' into facebook-app-plugin | Zach Copley | |
2009-10-23 | Fix 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-23 | Fix 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-23 | update location while saving new profile | Evan Prodromou | |
2009-10-23 | update location while registering | Evan Prodromou | |
2009-10-23 | Merge commit 'refs/merge-requests/1815' of ↵ | Craig Andrews | |
git://gitorious.org/statusnet/mainline into 0.9.x | |||
2009-10-22 | Merge branch '0.9.x' into facebook-app-plugin | Zach Copley | |
2009-10-22 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-22 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-22 | HTTPResponse has default empty headers | Evan Prodromou | |
2009-10-22 | results of json parsing are objects not arrays | Evan Prodromou | |
2009-10-22 | error in order of arguments to array_key_exists in location.php | Evan Prodromou | |
2009-10-22 | beginning of a test for location services | Evan Prodromou | |
2009-10-22 | extract Geonames stuff to a plugin | Evan Prodromou | |
2009-10-22 | Add some doc comments to QueueHandler | Brion Vibber | |
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 | |