Commit Graph

8056 Commits

Author SHA1 Message Date
Zach Copley b96f30168c Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing 2010-01-28 18:15:50 +00:00
Zach Copley 558bf0f489 'Sign in with Twitter' button img 2010-01-28 18:15:45 +00:00
Zach Copley 8d87a1ea3c Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x 2010-01-28 18:12:25 +00:00
Zach Copley 664a82e836 'Sign in with Twitter' button img 2010-01-28 18:11:44 +00:00
Brion Vibber a868a523a5 Can now set $config['queue']['stomp_persistent'] = false; to explicitly disable persistence when we queue items 2010-01-28 09:52:35 -08:00
Sarven Capadisli d0f3fee65b Update to aside styles in biz theme 2010-01-28 18:43:56 +01:00
Sarven Capadisli 919dfeeb93 Update to notice item in biz theme 2010-01-28 18:43:56 +01:00
Sarven Capadisli a8555dc3a6 Update to biz theme button close and minimize styles 2010-01-28 18:43:56 +01:00
Sarven Capadisli 325b893bd8 Update to biz theme's input styles 2010-01-28 18:43:56 +01:00
Sarven Capadisli 87fad943e6 Updated biz theme entity_actions styles 2010-01-28 18:43:56 +01:00
Sarven Capadisli 09b62f0144 Updated biz theme to use dialogbox styles 2010-01-28 18:43:56 +01:00
Sarven Capadisli 8add14b046 Updated biz theme notice options 2010-01-28 18:43:56 +01:00
Sarven Capadisli c88979d359 Updated biz theme to hide form_repeat legend 2010-01-28 18:43:56 +01:00
Sarven Capadisli ffd2e431a9 Updated biz theme to use the single icons file 2010-01-28 18:43:56 +01:00
Sarven Capadisli 16160ef102 Updated geo sharing styles for biz 2010-01-28 18:43:56 +01:00
Sarven Capadisli 58eccdb5cf Fixed layout when ad plugin is on for biz 2010-01-28 18:43:56 +01:00
Sarven Capadisli ff99989441 Fixed layout for powered by statusnet in biz 2010-01-28 18:43:55 +01:00
Sarven Capadisli 22d9c32e7e Update to aside styles in biz theme 2010-01-28 18:39:30 +01:00
Sarven Capadisli b4babedd29 Update to notice item in biz theme 2010-01-28 17:36:33 +01:00
Sarven Capadisli 1662aa1113 Update to biz theme button close and minimize styles 2010-01-28 17:32:24 +01:00
Sarven Capadisli d29af38a0b Update to biz theme's input styles 2010-01-28 17:28:11 +01:00
Sarven Capadisli d955fb5e37 Updated biz theme entity_actions styles 2010-01-28 17:22:01 +01:00
Sarven Capadisli 156efda37a Updated biz theme to use dialogbox styles 2010-01-28 17:16:11 +01:00
Sarven Capadisli 83087e9d9b Updated biz theme notice options 2010-01-28 17:12:48 +01:00
Sarven Capadisli 6e556e502a Updated biz theme to hide form_repeat legend 2010-01-28 17:09:35 +01:00
Sarven Capadisli e881888789 Updated biz theme to use the single icons file 2010-01-28 17:08:24 +01:00
Sarven Capadisli b969fba2f5 Updated geo sharing styles for biz 2010-01-28 16:49:33 +01:00
Sarven Capadisli d4289cb34e Fixed layout when ad plugin is on for biz 2010-01-28 16:41:28 +01:00
Sarven Capadisli 61114ceff7 Fixed layout for powered by statusnet in biz 2010-01-28 16:39:20 +01:00
Sarven Capadisli c6f8b94fa9 Showing processing indicator for form_repeat on submit instead of form 2010-01-28 16:02:39 +01:00
Sarven Capadisli 17f2096d70 Removed avatar from repeat of username (matches noticelist) 2010-01-28 15:08:33 +01:00
Sarven Capadisli 588f5ec36b Removed unused variable assignment for avatar URL and added missing fn 2010-01-28 15:08:18 +01:00
Sarven Capadisli 5b1245a32a Removed avatar from repeat of username (matches noticelist) 2010-01-28 15:06:03 +01:00
Sarven Capadisli dcce323d18 Removed unused variable assignment for avatar URL and added missing fn 2010-01-28 15:05:23 +01:00
Brion Vibber ffaaf9de4a Don't preemptively close existing DB connections for web views (needed to 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 23:51:22 -08:00
Brion Vibber 78fe76b058 dropping the setcookie() call from common_ensure_session() since we're pretty sure it's unnecessary 2010-01-27 23:16:06 -08:00
Brion Vibber 65c4cff01c append '/' on cookie path for now (may still need some refactoring) 2010-01-27 23:14:49 -08:00
Evan Prodromou 5bf4928db8 Merge branch 'master' of git@gitorious.org:statusnet/mainline 2010-01-28 01:25:08 -05:00
Evan Prodromou 1ba8045a9b set session cookie correctly 2010-01-28 01:24:00 -05:00
Brion Vibber 7347381183 Fix for Mapstraction plugin's zoomed map links
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 21:42:13 -08:00
Brion Vibber 427ac3a3a6 debug log line for control channel sub 2010-01-27 20:51:04 -08:00
Zach Copley b6dea910fc Move faceboookapp.js to the Facebook plugin 2010-01-28 04:50:54 +00:00
Brion Vibber 944a89dfeb Merge branch 'master' of gitorious.org:statusnet/mainline 2010-01-27 20:49:40 -08:00
Zach Copley 794fe16d69 Merge branch 'facebook-js-fix' into testing 2010-01-28 04:47:21 +00:00
Zach Copley c2c262e4b4 Move faceboookapp.js to the Facebook plugin 2010-01-28 04:46:10 +00:00
Brion Vibber 644c319f5a fix notice -- drop unused return value of variable that isn't initialized :) thx @ g0 for the catch 2010-01-27 19:59:25 -08:00
Brion Vibber fbd52111e1 fix notice -- drop unused return value of variable that isn't initialized :) thx @ g0 for the catch 2010-01-27 19:58:33 -08:00
Brion Vibber f026ecec32 fix for fix for bad realtime JS load 2010-01-27 19:50:52 -08:00
Brion Vibber 5c0560a7fc fix for fix for bad realtime JS load 2010-01-27 19:50:08 -08:00
Brion Vibber 84e7c7783c Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing 2010-01-27 19:49:26 -08:00