[tor-commits] [atlas/master] Merge remote-tracking branch 'hellais/task-6361' into task-6361

2013-03-21 Thread karsten
commit 962bb3844c0ff1b2b760b59916ee48eee110196d Merge: 8f75a71 3652cfc Author: Karsten Loesing Date: Thu Mar 21 18:25:13 2013 +0100 Merge remote-tracking branch 'hellais/task-6361' into task-6361 js/libs/bootstrap/bootstrap-tooltip.js | 14 +++--- 1 files changed, 11 insertions(

[tor-commits] [atlas/master] Fix bug in visualization of tooltip in Firefox

2013-03-21 Thread karsten
commit 3652cfcda57d1f4fa040a2965b1a100df5c92fb1 Author: Arturo Filastò Date: Sun Mar 17 11:35:03 2013 -0400 Fix bug in visualization of tooltip in Firefox --- js/libs/bootstrap/bootstrap-tooltip.js | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/js/l

[tor-commits] [atlas/master] Move legend to top margin.

2013-03-21 Thread karsten
commit 8f75a7161b763a6eae4bf0fa580008b35c673658 Author: Karsten Loesing Date: Wed Mar 13 21:37:57 2013 +0100 Move legend to top margin. --- js/views/details/main.js | 20 +++- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/js/views/details/main.js b/js/vi

[tor-commits] [atlas/master] Tweak the new tooltips a tiny bit.

2013-03-21 Thread karsten
commit 63d4bec695623b2237f20ce6bf55e88b5c69be7c Author: Karsten Loesing Date: Wed Mar 13 16:09:38 2013 +0100 Tweak the new tooltips a tiny bit. --- js/views/details/main.js |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/js/views/details/main.js b/js/views/detai

[tor-commits] [atlas/master] Add support for tooltips inside of d3.js graphs

2013-03-21 Thread karsten
commit cf8fa304c9929d2539af78a0b8f7111ca3bebbcb Author: Arturo Filastò Date: Wed Mar 13 15:36:04 2013 +0100 Add support for tooltips inside of d3.js graphs --- js/views/details/main.js | 23 +++ 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/js/views

[tor-commits] [atlas/master] Extend y axis ticks to horizontal guides.

2013-03-21 Thread karsten
commit 648381deab3e62f0cf92d82d843f7b20a282f21c Author: Karsten Loesing Date: Wed Mar 13 09:50:03 2013 +0100 Extend y axis ticks to horizontal guides. --- js/views/details/main.js |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/js/views/details/main.js b/js/views/d

[tor-commits] [translation/torbirdy_completed] Update translations for torbirdy_completed

2013-03-21 Thread translation
commit 0577053139e0b2182b8e29af5a3ee0ab960e3e91 Author: Translation commit bot Date: Thu Mar 21 14:46:19 2013 + Update translations for torbirdy_completed --- nb/torbirdy.dtd |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/nb/torbirdy.dtd b/nb/torbirdy.dtd

[tor-commits] [translation/torbirdy] Update translations for torbirdy

2013-03-21 Thread translation
commit 9bd05a74b68be20d0e10acf9db671865d6ab6277 Author: Translation commit bot Date: Thu Mar 21 14:46:16 2013 + Update translations for torbirdy --- nb/torbirdy.dtd | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nb/torbirdy.dtd b/nb/torbirdy.dtd ind

[tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed

2013-03-21 Thread translation
commit f447be006683bf2a0cee9da91fc0bd77b12bfc50 Author: Translation commit bot Date: Thu Mar 21 14:46:07 2013 + Update translations for https_everywhere_completed --- nb/https-everywhere.properties |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/nb/https-everyw

[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2013-03-21 Thread translation
commit eee02a514f01421fd1034cc7db4b228c119153d9 Author: Translation commit bot Date: Thu Mar 21 14:46:00 2013 + Update translations for https_everywhere --- nb/https-everywhere.properties |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nb/https-everywhere.prop

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.4'

2013-03-21 Thread nickm
commit 294c89f238df2c7feb1f2fba0bf3a3ad824acfee Merge: e9ffd98 42fb61d Author: Nick Mathewson Date: Thu Mar 21 07:53:46 2013 -0400 Merge remote-tracking branch 'origin/maint-0.2.4' src/test/test_util.c | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-)

[tor-commits] [tor/master] Fix a small memory leak in the unit tests

2013-03-21 Thread nickm
commit 42fb61d172b172687cd57c86dd72b117f03f2136 Author: Nick Mathewson Date: Thu Mar 21 07:52:36 2013 -0400 Fix a small memory leak in the unit tests Found by coverity; this is CID 992692. --- src/test/test_util.c | 26 +- 1 files changed, 13 insertions(+

[tor-commits] [tor/maint-0.2.4] Fix a small memory leak in the unit tests

2013-03-21 Thread nickm
commit 42fb61d172b172687cd57c86dd72b117f03f2136 Author: Nick Mathewson Date: Thu Mar 21 07:52:36 2013 -0400 Fix a small memory leak in the unit tests Found by coverity; this is CID 992692. --- src/test/test_util.c | 26 +- 1 files changed, 13 insertions(+

[tor-commits] [tor/master] Remove check for whether bridge_line->digest is NULL

2013-03-21 Thread nickm
commit e9ffd9890f6073bc2fc3be36be2fd521a4f3af96 Author: Nick Mathewson Date: Thu Mar 21 07:47:42 2013 -0400 Remove check for whether bridge_line->digest is NULL It can never be NULL, since it's an array in bridge_line_t. Introduced in 266f8cddd87f. Found by coverity; this

[tor-commits] [tor/master] The *default* guard lifetime is two months; the *min* is one

2013-03-21 Thread nickm
commit 6196d0e83d78e2e8efff575d490f4cb254415832 Author: Nick Mathewson Date: Thu Mar 21 07:22:59 2013 -0400 The *default* guard lifetime is two months; the *min* is one This caused an assertion failure when pruning guards. Fixes bug #8553; bug not in any released Tor. ---

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.4'

2013-03-21 Thread nickm
commit ea6d53e7246cb66efc054b5f5a235000c528eff5 Merge: 7c2eabc 6196d0e Author: Nick Mathewson Date: Thu Mar 21 07:25:24 2013 -0400 Merge remote-tracking branch 'origin/maint-0.2.4' src/or/entrynodes.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) _

[tor-commits] [tor/maint-0.2.4] The *default* guard lifetime is two months; the *min* is one

2013-03-21 Thread nickm
commit 6196d0e83d78e2e8efff575d490f4cb254415832 Author: Nick Mathewson Date: Thu Mar 21 07:22:59 2013 -0400 The *default* guard lifetime is two months; the *min* is one This caused an assertion failure when pruning guards. Fixes bug #8553; bug not in any released Tor. ---

[tor-commits] r26126: {website} revert the store link removal, we need it there for continue (website/trunk/en)

2013-03-21 Thread Andrew Lewman
Author: phobos Date: 2013-03-21 11:07:18 + (Thu, 21 Mar 2013) New Revision: 26126 Modified: website/trunk/en/navigation.wmi Log: revert the store link removal, we need it there for continued sales. Modified: website/trunk/en/navigation.wmi =