Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-01-28 | update mysqltimestamps on insert and update | Evan Prodromou | |
2010-01-28 | additional debugging data for Sessions | Evan Prodromou | |
2010-01-28 | 'Sign in with Twitter' button img | Zach Copley | |
2010-01-28 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Sarven Capadisli | |
2010-01-28 | Update to aside styles in biz theme | Sarven Capadisli | |
2010-01-28 | Update to notice item in biz theme | Sarven Capadisli | |
2010-01-28 | Update to biz theme button close and minimize styles | Sarven Capadisli | |
2010-01-28 | Update to biz theme's input styles | Sarven Capadisli | |
2010-01-28 | Updated biz theme entity_actions styles | Sarven Capadisli | |
2010-01-28 | Updated biz theme to use dialogbox styles | Sarven Capadisli | |
2010-01-28 | Updated biz theme notice options | Sarven Capadisli | |
2010-01-28 | Updated biz theme to hide form_repeat legend | Sarven Capadisli | |
2010-01-28 | Updated biz theme to use the single icons file | Sarven Capadisli | |
2010-01-28 | Updated geo sharing styles for biz | Sarven Capadisli | |
2010-01-28 | Fixed layout when ad plugin is on for biz | Sarven Capadisli | |
2010-01-28 | Fixed layout for powered by statusnet in biz | Sarven Capadisli | |
2010-01-28 | Remove redundant session token field from form (was already being added by ↵ | Zach Copley | |
base class). | |||
2010-01-28 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-01-28 | 'Sign in with Twitter' button img | Zach Copley | |
2010-01-28 | Can now set $config['queue']['stomp_persistent'] = false; to explicitly ↵ | Brion Vibber | |
disable persistence when we queue items | |||
2010-01-28 | Update to aside styles in biz theme | Sarven Capadisli | |
2010-01-28 | Update to notice item in biz theme | Sarven Capadisli | |
2010-01-28 | Update to biz theme button close and minimize styles | Sarven Capadisli | |
2010-01-28 | Update to biz theme's input styles | Sarven Capadisli | |
2010-01-28 | Updated biz theme entity_actions styles | Sarven Capadisli | |
2010-01-28 | Updated biz theme to use dialogbox styles | Sarven Capadisli | |
2010-01-28 | Updated biz theme notice options | Sarven Capadisli | |
2010-01-28 | Updated biz theme to hide form_repeat legend | Sarven Capadisli | |
2010-01-28 | Updated biz theme to use the single icons file | Sarven Capadisli | |
2010-01-28 | Updated geo sharing styles for biz | Sarven Capadisli | |
2010-01-28 | Fixed layout when ad plugin is on for biz | Sarven Capadisli | |
2010-01-28 | Fixed layout for powered by statusnet in biz | Sarven Capadisli | |
2010-01-28 | Showing processing indicator for form_repeat on submit instead of form | Sarven Capadisli | |
2010-01-28 | Removed avatar from repeat of username (matches noticelist) | Sarven Capadisli | |
2010-01-28 | Removed unused variable assignment for avatar URL and added missing fn | Sarven Capadisli | |
2010-01-27 | Don't preemptively close existing DB connections for web views (needed to ↵ | Brion Vibber | |
keep # of conns from going insane on multi-site queue daemons, so just doing for CLI) May, or may not, help with mystery session problems | |||
2010-01-27 | dropping the setcookie() call from common_ensure_session() since we're ↵ | Brion Vibber | |
pretty sure it's unnecessary | |||
2010-01-27 | append '/' on cookie path for now (may still need some refactoring) | Brion Vibber | |
2010-01-28 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |