pataquets
857d072ff4
Warn about ambiguities on "client" and "gateway" terms
2013-12-03 17:25:45 +01:00
zooko
9e5080903e
Merge pull request #69 from zooko/1948-fix-warnings-from-make-doc-checks-3
...
1948 fix warnings from make doc checks 3
2013-11-17 08:21:29 -08:00
Zooko Wilcox-O'Hearn
402a66d472
change more links to footnote-style
2013-11-17 15:46:31 +00:00
Zooko Wilcox-O'Hearn
1b0b49aca9
update link to Maildir tips (thanks MK_FG)
2013-11-12 16:37:02 +00:00
Zooko Wilcox-O'Hearn
0bebbe3290
fix warnings from rst2html
...
Apparently the in-line link syntax with "<>" in them causes these warnings. I
don't know why. I changed them all to a slightly more verbose syntax.
Thanks to Mike Kazantzsev's review comment
(https://github.com/tahoe-lafs/tahoe-lafs/pull/67#commitcomment-4561370 ), I
moved the links to the end of each section.
2013-11-11 22:04:11 +00:00
Zooko Wilcox-O'Hearn
82579cec96
magic first line tells emacs to use utf8+bom
...
Add ".. -*- coding: utf-8-with-signature -*-" to the first line of each .rst
file. This tells emacs to treat the file contents as utf-8, and also to prepend
a so-called utf-8 "bom" marker at the beginning of the file. This patch also
prepends those markers to each of those files.
2013-11-08 21:08:05 +00:00
Daira Hopwood
2ac43975ee
Fix typo pointed out by CptPlastic.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2013-10-22 02:31:52 +01:00
Daira Hopwood
7f10bf07df
Makefile: update comment for 'make clean'.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2013-10-10 19:50:49 +01:00
Daira Hopwood
90c1b8fb57
Merge pull request #64 from daira/2092-distclean
...
Add 'make distclean'.
2013-10-10 11:42:14 -07:00
Daira Hopwood
95567e55a2
Add 'make distclean'.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2013-10-10 17:47:30 +01:00
Daira Hopwood
5b55ccc526
Merge pull request #63 from zooko/2092-make-clean-shouldnt-remove-allmydata-tahoe-egg-info
...
remove tahoe egg-info dir from the "clean" rule
2013-10-10 09:41:48 -07:00
Zooko Wilcox-O'Hearn
70939fb454
remove tahoe egg-info dir from the "clean" rule
...
fixes #2092
2013-10-10 01:52:44 +00:00
Daira Hopwood
3529d31192
Add quotes around command lines in quickstart.rst.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2013-10-05 18:55:01 +01:00
zooko
2ce6e401f8
Merge pull request #62 from zooko/master
...
fix a couple more "file:" links
2013-10-04 21:31:11 -07:00
zooko
97f94cece5
Merge pull request #61 from zooko/fix-small-formatting-issues-in-docs
...
fix small issues in formatting
2013-10-04 21:24:40 -07:00
Zooko Wilcox-O'Hearn
cc0b1ff6ec
fix a couple more "file:" links
...
Making them be just links to "$FILENAME" instead of to "file:$FILENAME" causes
them to be working links on trac and on github. Yay!
2013-10-05 03:44:39 +00:00
Zooko Wilcox-O'Hearn
4e0a8d8d4f
fix small issues in formatting
...
* fix warning from "rst2html --verbose" by not using the in-line hyperlink
syntax. The warning said::
known_issues.rst:261: (INFO/1) Hyperlink target "google chart api" is not referenced.
* remove dead code (no-longer-referenced link), thus fixing another warning
* change links to relative files to be just $FILENAME instead of
file:$FILENAME, which I think will fix the problem of broken links on the
trac and github, e.g. the link in
https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/known_issues.rst ,
which ought to go to
https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/cautions.rst , but
instead goes to file:///cautions.rst
2013-10-05 03:29:00 +00:00
Daira Hopwood
a0f477618d
misc/build_helpers/gen-package-table.py: show Python 2.6 as unsupported on Windows.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2013-09-09 23:18:18 +01:00
Daira Hopwood
40e43694fa
Tweak Travis IRC notification settings.
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-09-01 03:03:24 +01:00
Daira Hopwood
ec48bcf1fa
Customize Travis notifications.
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-09-01 02:49:03 +01:00
Daira Hopwood
b8322c9c53
Add Travis configuration.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2013-09-01 00:45:20 +01:00
Daira Hopwood
aa29f2655d
tahoe debug trial: print a warning message if testing uncommitted code. fixes #1992
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-08-31 18:01:34 +01:00
zooko
6e10d637e1
Merge pull request #57 from markberger/1842-lease-tradeoff.svg-overlapping
...
Fixes the overlapping text in docs/lease-tradeoffs.svg
2013-08-27 08:18:07 -07:00
zooko
e493dcec4a
Merge pull request #48 from markberger/740-cli-accept-multiple-aliases
...
740 cli accept multiple aliases
2013-08-27 08:16:12 -07:00
Mark J. Berger
74d37b98fa
Fixes the overlapping text in docs/lease-tradeoffs.svg
...
This fixes ticket #1842 . Patch courtesy of PRabahy.
2013-08-07 13:12:59 -04:00
Mark Berger
71504699a2
Added test_check_with_multiple_aliases in test_cli
2013-07-26 13:01:51 -04:00
Mark Berger
bf235849c9
Allows check and deep-check to take multiple arguments (ticket #740 )
2013-07-26 13:01:50 -04:00
Daira Hopwood
7702999107
Fix a pyflakes import warning.
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-07-18 20:54:19 +01:00
Daira Hopwood
2bbfc7927d
src/allmydata/uri.py: Remove unused 'human encoding' methods, and associated tests. fixes #1807
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-07-18 20:51:06 +01:00
Daira Hopwood
4ce53ffe1d
Ignore .*.kate-swp and /*.patch files.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2013-07-16 16:14:42 +01:00
Mark Berger
3a5730c62a
Ignore .DS_Store files
2013-07-15 14:45:14 -04:00
Nathan Wilcox
d5f97cd74a
Add a link in accounting-overview.txt to ticket #666 .
2013-07-04 12:47:28 -07:00
Daira Hopwood
b088380736
test_iputil.py: fix and improve tests on Windows.
...
Test all platform variants (Unix, Windows, Cygwin) on each platform.
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-06-26 16:44:05 +01:00
Daira Hopwood
f97b8e5e1d
test_iputil.py: repair a test for cygwin (which is intended to behave differently).
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-06-25 23:32:02 +01:00
Daira Hopwood
08590b1f6a
iputil.py: simplify address finding code on cygwin.
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-06-25 19:51:27 +01:00
Daira Hopwood
16b245563d
test_iputil.py: use more realistic error for 'command not found' in mock.
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-06-25 19:50:52 +01:00
Daira Hopwood
b31a4f6e87
test_iputil.py: repair a test by mocking 'get_local_ip_for'.
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-06-25 19:50:00 +01:00
Daira Hopwood
a493ee0bb6
iputil.py: add tests for recent changes. refs #1381 , #1988 , #982 , #1064 , #1536 , #1935 , #898 , #1707 , #1918
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-06-25 19:15:05 +01:00
Daira Hopwood
6104950ed8
iputil.py: fix an error handling bug. refs #1381
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-06-25 19:13:48 +01:00
Daira Hopwood
f77ec470d7
iputil.py: minor cleanup to avoid dropping a Deferred.
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-05-28 19:52:47 +01:00
Daira Hopwood
8e31d66cd0
iputil.py: refactor address-finding code to treat all Unices the same.
...
refs #1988 , #982 , #1064 , #1536 , #1935
fixes #898 , #1707 , #1918
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-05-28 19:52:19 +01:00
Daira Hopwood
6a445d73bc
iputil.py: retry address queries on EINTR. fixes #1381
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-05-28 19:44:02 +01:00
Daira Hopwood
d85a75d7f6
Makefile: remove 'install' target. fixes #1717
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-05-25 03:58:38 +01:00
Daira Hopwood
ec191bfca6
WUI: add time page was rendered to client and introducer welcome pages. closes #1972
...
Author: Leif Ryge <leif@synthesize.us>
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-05-19 23:27:23 +01:00
Leif Ryge
30924a506c
properly describe saving incident reports. closes #1974
2013-05-19 07:31:43 +00:00
Daira Hopwood
705c47f9e9
Improvements to test refs #1742
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-05-15 14:14:12 +01:00
Daira Hopwood
e821c9e23d
Add a test for raising NotEnoughSharesError when a Retrieve object is created with an insufficient servermap. refs #1742
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-05-15 04:25:42 +01:00
Daira Hopwood
7956e22d21
Include the number of remaining shares of the right version in NotEnoughSharesError messages.
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-05-14 23:20:47 +01:00
Daira Hopwood
e76281744c
mutable/retrieve.py: improve comments. refs #1742
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-05-14 23:20:46 +01:00
Daira Hopwood
cf52c512c5
Raise NotEnoughSharesError if there are initially not enough shares for a mutable retrieve. refs #1742
...
We also change the order of setting up attributes in Retrieve so that _raise_notenoughshareserror() can be called from _setup_download.
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-05-14 23:20:46 +01:00