Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2010-01-28 | set session cookie correctly | Evan Prodromou | |
2010-01-27 | Fix for Mapstraction plugin's zoomed map links | Brion Vibber | |
Move definition of NICKNAME_FMT above plugin initialization but below loading of Validate package. A merge error when refactoring setup lead to this not being defined yet when plugins were initialized, causing the router setup in MapstractionPlugin which tried to use this constant to fail. Result was bogus links and if you hit the URL directly the action would be "unrecognized". | |||
2010-01-27 | debug log line for control channel sub | Brion Vibber | |
2010-01-27 | Merge branch 'master' of gitorious.org:statusnet/mainline | Brion Vibber | |
2010-01-28 | Merge branch 'facebook-js-fix' into testing | Zach Copley | |
2010-01-28 | Move faceboookapp.js to the Facebook plugin | Zach Copley | |