Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-31 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-01-31 | move schema.type.php to typeschema.php like other files | Evan Prodromou | |
2010-01-31 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-01-31 | Add Really Simple Discovery (RSD) support | Evan Prodromou | |
Anil Dash suggested that all implementers of the Twitter API include support for the remedial RSD format. This commit adds an RSD action that returns the API root and additional API data to help client developers discover and use our Twitter-compatible API. http://dashes.com/anil/2009/12/the-twitter-api-is-finished.html http://tales.phrasewise.com/rfc/rsd | |||
2010-01-31 | Add a robots.txt URL to the site root | Evan Prodromou | |
Adds a robots.txt file to the site root. Defaults defined by 'robotstxt' section of config. New events StartRobotsTxt and EndRobotsTxt to let plugins add information. Probably not useful if path is not /, but won't hurt anything, either. | |||
2010-01-30 | error clearing tags for profiles from memcached | Evan Prodromou | |
2010-01-30 | on exceptions, stomp logs the error and reenqueues | Evan Prodromou | |
2010-01-30 | add lat, lon, location and remove closing tag from geocode.php | Evan Prodromou | |
2010-01-30 | Use passed-in lat long in geocode.php | Evan Prodromou | |
Don't rewrite the lat-long for a location in geocode.php. | |||
2010-01-30 | better handling of null responses from geonames.org | Evan Prodromou | |
2010-01-30 | Globalized form notice data geo values | Sarven Capadisli | |
2010-01-30 | Using jQuery chaining in FormNoticeXHR | Sarven Capadisli | |
2010-01-30 | Using form object instead of form_id and find(). Slightly faster and | Sarven Capadisli | |
easier to read. | |||
2010-01-30 | removed describeTable from base class, and fixed it up in pgsql | Brenda Wallace | |
2010-01-30 | getTableDef() mostly working in postgres | Brenda Wallace | |
2010-01-30 | move the schema DDL sql off into seperate files for each db we support | Brenda Wallace | |
2010-01-29 | plugin to limit number of registered users | Evan Prodromou | |
2010-01-29 | add hooks for user registration | Evan Prodromou | |
2010-01-29 | live fast, die young in bash scripts | Evan Prodromou | |
2010-01-29 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-01-29 | for single-user mode, retrieve either site owner or defined nickname | Evan Prodromou | |
2010-01-29 | method to get the site owner | Evan Prodromou | |
2010-01-29 | define a constant for the 'owner' role of a site | Evan Prodromou | |
2010-01-29 | add simple cache getter/setter static functions to Memcached_DataObject | Evan Prodromou | |
2010-01-29 | Adds notice author's name to @title in Realtime response | Sarven Capadisli | |
2010-01-29 | Hides .author from XHR response in showstream | Sarven Capadisli | |
2010-01-29 | Hides .author from XHR response in showstream | Sarven Capadisli | |
2010-01-28 | Fix more fatal errors in queue edge cases | Brion Vibber | |
2010-01-28 | Don't attempt to resend XMPP messages that can't be broadcast due to the ↵ | Brion Vibber | |
profile being deleted. | |||
2010-01-28 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Brion Vibber | |
2010-01-28 | Wrap each bit of distrib queue handler's saving operation in a try/catch; ↵ | Brion Vibber | |
log exceptions but let everything else continue. | |||
2010-01-29 | Merge branch 'testing' | Zach Copley | |
2010-01-28 | Log exceptions from queuedaemon.php if they're not already caught | Brion Vibber | |
2010-01-28 | Move sessions settings to its own panel | Zach Copley | |
2010-01-28 | Fixes for status_network db object .ini and tag setter script | Brion Vibber | |
2010-01-28 | Add a script to set tags for sites | Evan Prodromou | |
2010-01-28 | Merge branch 'testing' | Evan Prodromou | |
2010-01-29 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-01-29 | Adjust API authentication to also check for OAuth protocol params in the | Zach Copley | |
HTTP Authorization header, as defined in OAuth HTTP Authorization Scheme. | |||
2010-01-28 | Merge branch 'testing' | Brion Vibber | |
2010-01-28 | Last-chance distribution if enqueueing fails | Evan Prodromou | |
2010-01-28 | Manual failover for stomp queues. | Brion Vibber | |
If an array of multiple servers is put in $config['queue']['stomp_server'], enqueues will pick a random server to send to (failing over automatically if any are down). Queue handling daemons connect all servers so they get events no matter where they were delivered. In case of disconnection, daemons should now handle it gracefully and attempt to reconnect every 60 seconds or so, automatically resubscribing to all queues once it's back up. Can put to 'native' failover for reads as well by disabling $config['stomp']['manual_failover'] = false; but this is untested and may explode in addition to requiring that your ActiveMQ cluster actually be set up to handle its own data distribution. Additionally, can choose which queues to mark as persistent by setting $config['stomp']['persistent'] to an array of queue names. | |||
2010-01-28 | lost config in index.php made all traffic go to master | Evan Prodromou | |
2010-01-28 | Revert "Revert "move RW setup above user get in index.php so remember_me works"" | Evan Prodromou | |
This reverts commit be7bca2303cc9900f2c1a746a10a785d9d95783c. | |||
2010-01-28 | Revert "move RW setup above user get in index.php so remember_me works" | Evan Prodromou | |
This reverts commit fa7895333724e314e2b32cb89f19a41069c554be. | |||
2010-01-28 | move RW setup above user get in index.php so remember_me works | Evan Prodromou | |
2010-01-28 | Merge commit 'origin/master' into testing | Brion Vibber | |
2010-01-28 | hide most DB_DataObject errors | Evan Prodromou | |
2010-01-28 | always set up database_rw, regardless, so cached sessions work | Evan Prodromou | |
2010-01-28 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |