[tor-commits] [user-manual/master] Use the new git-tb-version script to find Tor Browser version

2015-03-05 Thread lunar
commit 6e95e27712a1a65c9f97caf8933184d495712579 Author: Lunar lu...@torproject.org Date: Thu Mar 5 18:26:03 2015 +0100 Use the new git-tb-version script to find Tor Browser version --- configure.ac |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b

[tor-commits] [user-manual/master] Fix locale discovery in configure

2015-03-05 Thread lunar
commit 05d366bd7840a0ecfa8368786a286b0ff72a0261 Author: Lunar lu...@torproject.org Date: Thu Mar 5 18:46:30 2015 +0100 Fix locale discovery in configure --- configure.ac |2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 714740d..b0edfae 100644

[tor-commits] [support-tools/master] train-spam-filters: do perform deletions

2014-11-02 Thread lunar
commit c890f5afe28d703dc0358aaf29debc22d1869657 Author: Lunar lu...@torproject.org Date: Sun Nov 2 15:50:34 2014 +0100 train-spam-filters: do perform deletions --- train-spam-filters/train_spam_filters |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/train-spam

[tor-commits] [support-tools/master] Add data for queue usage and response time for 2014Q4

2014-11-01 Thread lunar
commit 57caca3839125097cc070f55240e9be0b51e29de Author: Lunar lu...@torproject.org Date: Sat Nov 1 13:29:10 2014 +0100 Add data for queue usage and response time for 2014Q4 --- queue-graphs/data/2014Q4.csv |7 +++ response-time/data/2014Q4.csv | 29

[tor-commits] [support-tools/master] Add script to sort out spam from ham depending on ticket status

2014-10-31 Thread lunar
commit bbdf8b1868a21006fc8eaae72b35d16c5183f1d8 Author: Lunar lu...@torproject.org Date: Fri Oct 31 14:32:40 2014 +0100 Add script to sort out spam from ham depending on ticket status --- train-spam-filters/train_spam_filters | 119 + 1 file changed, 119

[tor-commits] [pups/master] Merge remote-tracking branch 'sherief/webchat_patches'

2014-10-11 Thread lunar
commit 9d1cdab390c3839b8bdf3cc7717ed51ed8095ffb Merge: 57a54ad fad8d3f Author: Lunar lunar@loar Date: Sat Oct 11 11:48:13 2014 +0200 Merge remote-tracking branch 'sherief/webchat_patches' pups/settings.py.sample |1 + static/css/styles.css|1 + static/js

[tor-commits] [pups/master] using a instead of span for links

2014-10-11 Thread lunar
commit bcf5711885f59502fa6627cf0cbfd05826a60344 Author: Sherief Alaa sheriefala...@gmail.com Date: Sat Jun 21 22:38:46 2014 +0300 using a instead of span for links --- webchat/templates/tokens.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [pups/master] Using @staticmethod instead of instantiating Token() objects

2014-10-11 Thread lunar
commit ca32dabf87eb018af2886fe35cd6dfe561c12e70 Author: Sherief Alaa sheriefala...@gmail.com Date: Sun Jun 22 00:43:25 2014 +0300 Using @staticmethod instead of instantiating Token() objects --- webchat/models.py | 10 +++--- webchat/views.py |9 +++-- 2 files changed, 10

[tor-commits] [pups/master] removed Token.get_token()

2014-10-11 Thread lunar
commit 3ef9187c2792162883e472fbd15f2c8f7644fe56 Author: Sherief Alaa sheriefala...@gmail.com Date: Sun Jun 22 00:52:50 2014 +0300 removed Token.get_token() --- webchat/models.py |7 --- 1 file changed, 7 deletions(-) diff --git a/webchat/models.py b/webchat/models.py index

[tor-commits] [pups/master] [#12625] Stops prodromus from eating http/https links

2014-10-11 Thread lunar
commit dff26ee81d74a11a40a39d7b57e942e2f9fdebb5 Author: Sherief sheriefala...@gmail.com Date: Thu Oct 2 01:07:59 2014 +0200 [#12625] Stops prodromus from eating http/https links The webchat UI previously ate http/https from links as a form of simplifying/beautifying urls but

[tor-commits] [pups/master] using django's slice instead of truncatechars

2014-10-11 Thread lunar
commit 26969dfcf0cf5570b17e4820ba3d470293d413fd Author: Sherief Alaa sheriefala...@gmail.com Date: Tue Jun 17 14:45:08 2014 +0300 using django's slice instead of truncatechars --- webchat/templates/tokens.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [pups/master] Sends token comment when the chat session starts

2014-10-11 Thread lunar
commit 93196c65a5619adbb29477c882d0e60756f2681e Author: Sherief Alaa sheriefala...@gmail.com Date: Thu Sep 4 09:34:35 2014 +0300 Sends token comment when the chat session starts Sends token and comment of the related ticket to the support assistant at the start of the chat

[tor-commits] [pups/master] Swapped variables for constants in prodromus.js

2014-10-11 Thread lunar
commit 1de141d1c8602e2d6f0e9f5a7ac1495677286ef3 Author: Sherief Alaa sheriefala...@gmail.com Date: Tue Jun 17 13:41:30 2014 +0300 Swapped variables for constants in prodromus.js --- static/js/prodromus.js | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git

[tor-commits] [pups/master] using .text() instead of .html() to prevent xss attacks

2014-10-11 Thread lunar
commit 1b5b3d614ee2fddfaf046ca02059db5441ff2a91 Author: Sherief Alaa sheriefala...@gmail.com Date: Tue Jun 17 13:44:43 2014 +0300 using .text() instead of .html() to prevent xss attacks --- webchat/templates/tokens.html | 17 - 1 file changed, 8 insertions(+), 9

[tor-commits] [pups/master] added a new db column (visits) which acts as a counter for visits per token by users

2014-10-11 Thread lunar
commit 331658438dc31b8ae1b4e487a4aeccfd373d1419 Author: Sherief Alaa sheriefala...@gmail.com Date: Mon Jun 2 06:40:54 2014 +0300 added a new db column (visits) which acts as a counter for visits per token by users --- pups/settings.py.sample |1 + webchat/models.py | 12

[tor-commits] [pups/master] [#12626] Fixes multi-line support in webchat

2014-10-11 Thread lunar
commit fad8d3fedd274018fb6b9bad41c411bed550d34f Author: Sherief sheriefala...@gmail.com Date: Mon Oct 6 01:46:31 2014 +0200 [#12626] Fixes multi-line support in webchat --- static/css/styles.css |1 + static/js/prodromus.js |6 +- 2 files changed, 2 insertions(+), 5

[tor-commits] [pups/master] [#12153] Expands Webchat's chat window

2014-10-11 Thread lunar
commit 5e44016f48a98f0fd906d0bfa8bf9029e8394412 Author: Sherief Alaa sheriefala...@gmail.com Date: Fri Oct 10 06:03:47 2014 +0200 [#12153] Expands Webchat's chat window --- static/css/styles.css | 46 +++-

[tor-commits] [pups/master] Merge remote-tracking branch 'sherief/bug12153'

2014-10-11 Thread lunar
commit 88b7385d88ffb245a097036933d9ec21f83700d3 Merge: 9d1cdab 5e44016 Author: Lunar lunar@loar Date: Sat Oct 11 22:14:52 2014 +0200 Merge remote-tracking branch 'sherief/bug12153' static/css/styles.css | 46 +++- static/images

[tor-commits] [support-tools/master] expire-old-tickets: set a restrictive umask

2014-10-07 Thread lunar
commit 4f87b7911663d2795ae9344de915ef097abb2d64 Author: Lunar lu...@torproject.org Date: Tue Oct 7 08:48:14 2014 +0200 expire-old-tickets: set a restrictive umask --- expire-old-tickets/expire-old-tickets |2 ++ 1 file changed, 2 insertions(+) diff --git a/expire-old-tickets/expire

[tor-commits] [support-tools/master] Add queue graphs data for September 2014

2014-10-01 Thread lunar
commit 25e96a02b533355fc41cfc0478cf4b6213b56502 Author: Lunar lu...@torproject.org Date: Wed Oct 1 10:29:18 2014 +0200 Add queue graphs data for September 2014 --- queue-graphs/data/2014Q3.csv |6 ++ 1 file changed, 6 insertions(+) diff --git a/queue-graphs/data/2014Q3.csv b/queue

[tor-commits] [support-tools/master] Add response time data for September 2014

2014-10-01 Thread lunar
commit 30522fa24cd80e5c8c54b9d70b9ee74f1a2ce5c8 Author: Lunar lu...@torproject.org Date: Wed Oct 1 10:30:19 2014 +0200 Add response time data for September 2014 --- response-time/data/2014Q3.csv | 234 + 1 file changed, 234 insertions(+) diff --git

[tor-commits] [support-tools/master] expire-old-tickets: add new script to remove old information from RT database

2014-09-26 Thread lunar
commit b86a05ebfc3c5145191a17079a6601c4300dd749 Author: Lunar lu...@torproject.org Date: Fri Sep 26 15:10:45 2014 +0200 expire-old-tickets: add new script to remove old information from RT database --- expire-old-tickets/expire-old-tickets | 123 + 1 file

[tor-commits] [support-tools/master] Add queue graphs data for August 2014

2014-09-01 Thread lunar
commit d7779f9a0a065b3d9142b94de297183faaa7 Author: Lunar lu...@torproject.org Date: Tue Sep 2 01:01:00 2014 + Add queue graphs data for August 2014 --- queue-graphs/data/2014Q3.csv |6 ++ 1 file changed, 6 insertions(+) diff --git a/queue-graphs/data/2014Q3.csv b/queue

[tor-commits] [support-tools/master] Add response time data for August 2014

2014-09-01 Thread lunar
commit 3998c080d4300e6ed215668f08808ac1b99ab1a4 Author: Lunar lu...@torproject.org Date: Tue Sep 2 01:02:23 2014 + Add response time data for August 2014 --- response-time/data/2014Q3.csv | 189 + 1 file changed, 189 insertions(+) diff --git

[tor-commits] r26914: {website} Remove obsolete statement about working on Chrome APIs in th (website/trunk/docs/en)

2014-08-12 Thread Lunar
Author: lunar Date: 2014-08-12 11:16:13 + (Tue, 12 Aug 2014) New Revision: 26914 Modified: website/trunk/docs/en/faq.wml Log: Remove obsolete statement about working on Chrome APIs in the FAQ The answer is still probably not optimal, but previously it was misleading. Wording courtesy

[tor-commits] [support-tools/master] Add queue graphs data for July 2014

2014-08-01 Thread lunar
commit 692cf5256bdbf7957b1e1f07697a495833600c9d Author: Lunar lu...@torproject.org Date: Fri Aug 1 13:14:04 2014 +0200 Add queue graphs data for July 2014 --- queue-graphs/data/2014Q3.csv |7 +++ 1 file changed, 7 insertions(+) diff --git a/queue-graphs/data/2014Q3.csv b/queue

[tor-commits] [support-tools/master] Add response time data for July 2014

2014-08-01 Thread lunar
commit 5a638b89e914bd96759998532a300c6e36a90cf5 Author: Lunar lu...@torproject.org Date: Fri Aug 1 13:15:07 2014 +0200 Add response time data for July 2014 --- response-time/data/2014Q3.csv | 177 + 1 file changed, 177 insertions(+) diff --git

[tor-commits] r26882: {website} Add a FAQ entry about outgoing filters for Tor relays (website/trunk/docs/en)

2014-07-22 Thread Lunar
Author: lunar Date: 2014-07-22 09:26:34 + (Tue, 22 Jul 2014) New Revision: 26882 Modified: website/trunk/docs/en/faq.wml Log: Add a FAQ entry about outgoing filters for Tor relays Modified: website/trunk/docs/en/faq.wml

[tor-commits] r26884: {website} Remove duplication about outgoing firewalls by splitting use (website/trunk/docs/en)

2014-07-22 Thread Lunar
Author: lunar Date: 2014-07-22 16:24:08 + (Tue, 22 Jul 2014) New Revision: 26884 Modified: website/trunk/docs/en/faq.wml Log: Remove duplication about outgoing firewalls by splitting uses cases between client and relay Modified: website/trunk/docs/en/faq.wml

[tor-commits] [support-tools/master] Add scripts to monitor changes to RT articles

2014-07-18 Thread lunar
commit 26e45154a20650fa8d2ae2c2891f7aa864d7d750 Author: Lunar lu...@torproject.org Date: Fri Jul 18 15:54:13 2014 +0200 Add scripts to monitor changes to RT articles --- rt-articles/README | 69 +++ rt-articles/dump_rt_articles| 69

[tor-commits] [support-tools/master] rt-articles: fix path in README

2014-07-18 Thread lunar
commit b2fb521087af61de2b2a770d6b5bd53607373d70 Author: Lunar lu...@torproject.org Date: Fri Jul 18 15:56:56 2014 +0200 rt-articles: fix path in README --- rt-articles/README |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-articles/README b/rt-articles/README

[tor-commits] [support-tools/master] Add response time data for 2014Q2

2014-06-30 Thread lunar
commit 4595261e794161d9ba10da92fe7e146e183bf7e8 Author: Lunar lu...@torproject.org Date: Tue Jul 1 06:20:37 2014 +0200 Add response time data for 2014Q2 --- response-time/data/2014Q2.csv | 646 + 1 file changed, 646 insertions(+) diff --git

[tor-commits] [support-tools/master] Add queue graph data for 2014Q2

2014-06-30 Thread lunar
commit e55aa13d60cf624bcc09e246dd11df3baccb53ff Author: Lunar lu...@torproject.org Date: Tue Jul 1 06:21:13 2014 +0200 Add queue graph data for 2014Q2 --- queue-graphs/data/2014Q2.csv | 18 ++ 1 file changed, 18 insertions(+) diff --git a/queue-graphs/data/2014Q2.csv b

[tor-commits] r26834: {website} Use canonical spelling for OS X on Tor Browser page (website/trunk/projects/en)

2014-06-14 Thread Lunar
Author: lunar Date: 2014-06-14 07:11:55 + (Sat, 14 Jun 2014) New Revision: 26834 Modified: website/trunk/projects/en/torbrowser.wml Log: Use canonical spelling for OS X on Tor Browser page Modified: website/trunk/projects/en/torbrowser.wml

[tor-commits] [user-manual/master] Enable out-of-source-tree builds

2014-05-28 Thread lunar
commit 44a3777eb38d94319871ba97b25af8b8aa60e50e Author: Lunar lu...@torproject.org Date: Wed May 28 09:22:25 2014 +0200 Enable out-of-source-tree builds One can now do: mkdir build-tree cd build-tree ../user-manual/configure --with-tor-browser-bundle=../tor

[tor-commits] [user-manual/master] Add missing build dependency to README

2014-05-28 Thread lunar
commit dc9826402be19fd8822932e79851364911555ef5 Author: Lunar lu...@torproject.org Date: Wed May 28 10:08:07 2014 +0200 Add missing build dependency to README --- README |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index debf14e..17202cf 100644

[tor-commits] [user-manual/master] Restore compatibility with yelp-tools 3.4

2014-05-28 Thread lunar
commit 298acf26d0fdb323caf44355b332e1c2144f60ac Author: Lunar lu...@torproject.org Date: Wed May 28 14:44:00 2014 +0200 Restore compatibility with yelp-tools 3.4 Unfortunately, this requires us to add a en-US lingua (because we can't create a C directory without breaking out

[tor-commits] [user-manual/master] Stop abusing sort title and use groups instead

2014-05-27 Thread lunar
commit 4da906a523e95d45aeb6efdf9d8f04f6d169c622 Author: Lunar lu...@torproject.org Date: Tue May 27 11:07:34 2014 +0200 Stop abusing sort title and use groups instead According to Mallard's specification: Sort titles allow you to specify alternate text to be used when

[tor-commits] [user-manual/master] Rework page about Tor to include warnings and the Tor and HTTPS visual

2014-05-27 Thread lunar
commit d97c9d6f1702e66dc719d697214cfcdf65cb5c2c Author: Lunar lu...@torproject.org Date: Tue May 27 18:04:48 2014 +0200 Rework page about Tor to include warnings and the Tor and HTTPS visual --- C/how-tor-works.page | 37 C/tor.page | 228

[tor-commits] [user-manual/master] Change main title to the name of the document

2014-05-27 Thread lunar
commit 089985a34ebce448bdd8192a124b5c149eb885a1 Author: Lunar lu...@torproject.org Date: Tue May 27 10:53:38 2014 +0200 Change main title to the name of the document --- C/index.page |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/index.page b/C/index.page index

[tor-commits] [user-manual/master] whitespace

2014-05-27 Thread lunar
commit 54a268114098cd111acb188a7c91be329cc173a0 Author: Lunar lu...@torproject.org Date: Tue May 27 22:46:11 2014 +0200 whitespace --- C/index.page |1 - 1 file changed, 1 deletion(-) diff --git a/C/index.page b/C/index.page index 1df3448..764fcde 100644 --- a/C/index.page +++ b/C

[tor-commits] [user-manual/master] Add half-working PDF build using mal2latex

2014-05-15 Thread lunar
commit bd0410a31c6e6a57643c5f088a737d6228164257 Author: Lunar lu...@torproject.org Date: Thu May 15 23:47:12 2014 +0200 Add half-working PDF build using mal2latex --- .gitignore |2 ++ Makefile.am | 39 --- 2 files changed, 34 insertions(+), 7

[tor-commits] [support-tools/master] response_time: Remove useless import

2014-05-13 Thread lunar
commit 6bec76c35ab3d66a1f4fef92444af8c4aaafd84b Author: Lunar lu...@torproject.org Date: Tue May 13 14:04:35 2014 +0200 response_time: Remove useless import --- response-time/response_time.py |1 - 1 file changed, 1 deletion(-) diff --git a/response-time/response_time.py b/response

[tor-commits] [support-tools/master] response_time: Fix typo

2014-05-13 Thread lunar
commit f17c3d7b7a0d98b6a9f7a2780f75ba45046cf94a Author: Lunar lu...@torproject.org Date: Tue May 13 14:04:43 2014 +0200 response_time: Fix typo --- response-time/response_time.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/response-time/response_time.py b

[tor-commits] [support-tools/master] Add queue graphs data for March 2014

2014-04-01 Thread lunar
commit 3eb13fac22732eaa67e34186200575debb95fe5a Author: Lunar lu...@torproject.org Date: Tue Apr 1 11:11:57 2014 +0200 Add queue graphs data for March 2014 --- queue-graphs/data/2014Q1.csv |6 ++ 1 file changed, 6 insertions(+) diff --git a/queue-graphs/data/2014Q1.csv b/queue

[tor-commits] [support-tools/master] Add response time graphs data for 2014Q1

2014-04-01 Thread lunar
commit 780139a57259fb0dbad798dda66530d41de9d9e6 Author: Lunar lu...@torproject.org Date: Tue Apr 1 11:28:06 2014 +0200 Add response time graphs data for 2014Q1 --- response-time/data/2014Q1.csv | 688 + 1 file changed, 688 insertions(+) diff --git

[tor-commits] [support-tools/master] Import Karsten's response time graph script from #11177

2014-03-27 Thread lunar
commit af83756289928095e8a2c8856f92e8f28198f9c3 Author: Lunar lu...@torproject.org Date: Thu Mar 27 16:08:29 2014 +0100 Import Karsten's response time graph script from #11177 --- response-time/README.txt |8 + response-time/data/2013Q3.csv | 654

[tor-commits] [support-tools/master] Pie charts are better for response time graphs

2014-03-27 Thread lunar
commit ce2a876bc0dfc4ff5cc600ab74a1a52e57a41543 Author: Lunar lu...@torproject.org Date: Thu Mar 27 21:25:28 2014 +0100 Pie charts are better for response time graphs --- response-time/time-to-reply.R | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git

[tor-commits] [support-tools/master] Add script used to produce monthly reports

2014-03-25 Thread lunar
commit 3403859aee7fe8df73fd9c10f4a44216296d9861 Author: Lunar lu...@torproject.org Date: Tue Mar 25 16:17:36 2014 +0100 Add script used to produce monthly reports --- monthly-report/README.txt | 13 +++ monthly-report/monthly_stats.py | 187

[tor-commits] [support-tools/master] Add first version of a script to extract response time

2014-03-25 Thread lunar
commit f6053d050e466d39c61383960edd8ab0cb27f372 Author: Lunar lu...@torproject.org Date: Tue Mar 25 17:21:48 2014 +0100 Add first version of a script to extract response time --- response-time/response_time.py | 77 1 file changed, 77 insertions