Ticket #534: tahoe ln unicode support.darcspatch

File tahoe ln unicode support.darcspatch, 8.9 KB (added by zooko, at 2009-06-09T19:52:09Z)
Line 
1Mon Apr 27 02:59:13 MDT 2009  francois@ctrlaltdel.ch
2  * cli: tahoe ln unicode support
3
4New patches:
5
6[cli: tahoe ln unicode support
7francois@ctrlaltdel.ch**20090427085913
8 Ignore-this: 82ced82ded50a925a5650ae6000b46a2
9] hunk ./src/allmydata/scripts/cli.py 199
10 
11 class LnOptions(VDriveOptions):
12     def parseArgs(self, frompath, topath):
13-        self.from_file = frompath
14-        self.to_file = topath
15+        self.from_file = argv_to_unicode(frompath)
16+        self.to_file = argv_to_unicode(topath)
17 
18     def getSynopsis(self):
19         return "%s ln FROM TO" % (os.path.basename(sys.argv[0]),)
20
21Context:
22
23[test_cli.Backup: increase timeout massively, it takes 1200s on zandr's ARM linkstation
24warner@lothar.com**20090609052801] 
25[tests: double the timeouts on some tests which time-out on Francois's box
26zooko@zooko.com**20090609021753
27 Ignore-this: b2727b04402f24a9b9123d2f84068106
28] 
29[tests: bump up timeouts so that the tests can finish before timeout on Francois's little arm box
30zooko@zooko.com**20090608225557
31 Ignore-this: fb83698338b2f12546cd3e1dcb896d34
32] 
33[tests: increase timeouts on some other tests that timed-out on Francois's arm box
34zooko@zooko.com**20090605143437
35 Ignore-this: 2903cc20d914fc074c8d7a6c47740ba6
36] 
37[tests: bump up the timeout on a bunch of tests that took longer than the default timeout (120s) on François Lenny-armv5tel
38zooko@zooko.com**20090605031444
39 Ignore-this: 84d67849b1f8edc88bf7001e31b5f7f3
40] 
41[backup: remove the --no-backupdb command, the handling of "can't import sqlite", and the related tests, and change an error message to more correctly indicate failure to load the database from disk rather than failure to import sqlite module
42zooko@zooko.com**20090604173131
43 Ignore-this: 8200a9fdfc49243c280ecd1d0c44fa19
44 Fixes #728.
45] 
46[more refactoring: move get_all_serverids() and get_nickname_for_serverid() from Client to storage_broker
47warner@lothar.com**20090602030750] 
48[more storage_broker refactoring: downloader gets a broker instead of a client,
49warner@lothar.com**20090602022511
50 use Client.get_storage_broker() accessor instead of direct attribute access.
51] 
52[test_runner.py: remove test_client_no_noise: the issue in question is
53warner@lothar.com**20090601225007
54 ticketed in http://divmod.org/trac/ticket/2830 and doesn't need a Tahoe-side
55 change, plus this test fails on win32 for unrelated reasons (and test_client
56 is the place to think about the win32 issue).
57] 
58[remove plaintext-hashing code from the helper interface, to close #722
59warner@lothar.com**20090601224916
60 and deny the Helper the ability to mount a partial-information-guessing
61 attack. This will probably break compatibility between new clients and very
62 old (pre-1.0) helpers.
63] 
64[start to factor server-connection-management into a distinct 'StorageServerFarmBroker' object, separate from the client and the introducer. This is the starting point for #467: static server selection
65warner@lothar.com**20090601210604] 
66[mutable: catch and display first error, so code bugs which break all servers get displayed better
67warner@lothar.com**20090601210407] 
68[misc/run-with-pythonpath.py: exec() the child (on unix), to remove the intermediate process
69warner@lothar.com**20090601210137] 
70[setup: require pysqlite >= v2.0.5. if we are running on Python < 2.5
71zooko@zooko.com**20090604154548
72 Ignore-this: cf04f46079821df209d01dad2e24b40b
73] 
74[setup: add pysqlite and sqlite to get_package_versions()
75zooko@zooko.com**20090604153728
76 Ignore-this: a1dea7fabeab2b08fb0d8d462facdb4d
77] 
78[docs: small edit to about.html
79zooko@zooko.com**20090528233422
80 Ignore-this: 1cfbb1f8426ed6d63b2d3952e4464ddc
81] 
82[docs: add links to Tahoe-LAFS for Paranoids and Tahoe-LAFS for Corporates in about.html
83zooko@zooko.com**20090528232717
84 Ignore-this: 7b70baa700d6b6f6e9ceec4132efe5
85] 
86[docs: edit about.html and include network-and-reliance-topology.png (loaded from http://allmydata.org )
87zooko@zooko.com**20090527150916
88 Ignore-this: 44adc61cde8ced8be2f0a7dfc7d95dad
89] 
90[docs: a few more edits to network-and-reliance-topology.svg
91zooko@zooko.com**20090527150458
92 Ignore-this: 2eac8c33fe71be25ff809b399c6193c1
93] 
94[docs: update NEWS, relnotes.txt, CREDITS to mention WUI Style
95zooko@zooko.com**20090526233654
96 Ignore-this: 72d16ec833bc4a22af23d29ea1d5ff8b
97] 
98[docs: update network-and-reliance-topology.svg for beauty and clarity
99zooko@zooko.com**20090527031123
100 Ignore-this: 5510914849771900ac29b4312470d84
101] 
102[Modify markup of Tahoe web pages to be more amenable to styling; some minor changes of wording.
103Kevin Reid <kpreid@mac.com>**20090526232545
104 Ignore-this: 8845937f0df6c7ddc07abe3211428a6f
105] 
106[Tweak wording in directory page: not-read-only is "modifiable", mention creating a directory _in this directory_.
107Kevin Reid <kpreid@mac.com>**20090526232414
108 Ignore-this: f006ec52ba2051802e025a60bcface56
109] 
110[Comment on duplication of code/markup found during styling project.
111Kevin Reid <kpreid@mac.com>**20090503203442
112 Ignore-this: a4b7f9f0ab57d2c03be9ba761be8d854
113] 
114[Add CSS styles to spiff up the Tahoe WUI's appearance, particularly the welcome page and directories.
115Kevin Reid <kpreid@mac.com>**20090503203142
116 Ignore-this: 5c50af241c1a958b5180ef2b6a49f626
117] 
118[Link all Tahoe web pages to the /tahoe_css stylesheet which already exists.
119Kevin Reid <kpreid@mac.com>**20090503202533
120 Ignore-this: 2ea8d14d3168b9502cf39d5ea3f2f2a8
121] 
122[Fix broken link from Provisioning to Reliability page.
123Kevin Reid <kpreid@mac.com>**20090501191050
124 Ignore-this: 56dc1a5e659b70cc02dc4df7b5d518cd
125] 
126[docs: network-and-reliance-topology.svg: nicer server icons, mv out of the "specifications" subdir
127zooko@zooko.com**20090526165842
128 Ignore-this: 8f47ab3a0ab782c1f0d46e10bcaebe5b
129] 
130[accounting-overview.txt: more edits
131warner@lothar.com**20090523190359] 
132[accounting-overview.txt: small edits
133warner@lothar.com**20090523184011] 
134[_auto_deps.py: require foolscap-0.4.1, which adds an important fix for py2.4
135warner@lothar.com**20090523011103] 
136[immutable/encode.py: tolerate immediate _remove_shareholder by copying the
137warner@lothar.com**20090522184424
138 landlord list before iterating over it. This can probably only happen in unit
139 tests, but cleaning it up makes certain test failures easier to analyze.
140] 
141[switch to using RemoteException instead of 'wrapped' RemoteReferences. Should fix #653, the rref-EQ problem
142warner@lothar.com**20090522004632] 
143[switch all foolscap imports to use foolscap.api or foolscap.logging
144warner@lothar.com**20090522003823] 
145[_auto_deps.py: bump our foolscap dependency to 0.4.0, since I'm about to start using its new features
146warner@lothar.com**20090522002100] 
147[test_runner.py: fix minor typo
148warner@lothar.com**20090520033620] 
149[docs: update network-and-reliance-topology.svg
150zooko@zooko.com**20090526163105
151 Ignore-this: 2b864b4ed8743d4a15dfbb7eff3fa561
152] 
153[setup: fix bug (wrong import) in error message, as noticed by pyflakes
154zooko@zooko.com**20090519195642
155 Ignore-this: f1b9f8c00b46c1b5f2f20e5fc424f341
156] 
157[setup: fix trivial bug in recent patch to test base64.py at startup
158zooko@zooko.com**20090519195129
159 Ignore-this: f6be038f74b53ca69e7109fe34adfbc
160] 
161[setup: make Tahoe exit at startup with a useful error message if the base64.py module is buggy (fixes part of #710)
162zooko@zooko.com**20090519194555
163 Ignore-this: aa4d398235ddca8d417d61c9688e154
164] 
165[test_introducer.py: add a test for the python2.4.0/2.4.1 bug in base64.b32decode
166warner@lothar.com**20090519034101] 
167[immutable WriteBucketProxy: use pipeline to speed up uploads by overlapping roundtrips, for #392
168warner@lothar.com**20090518234422] 
169[util/pipeline.py: new utility class to manage size-limited work pipelines, for #392
170warner@lothar.com**20090518234326] 
171[docs: add a diagram that I'm about to show to the Boulder Linux Users Group: network-and-reliance-topology.svg
172zooko@zooko.com**20090514232059
173 Ignore-this: 2420c0a7c254c9f0f2349d9130490d33
174] 
175[tests: mark test_runner as coded in utf-8 instead of ascii
176zooko@zooko.com**20090507223151
177 Ignore-this: ccf1ba9e5a9b53602701a36f9fdb545e
178] 
179[tests: raise timeout on test_runner.RunNode.test_introducer from 120s to 240s, since it hit the 120s time-out on François Lenny-armv5tel
180zooko@zooko.com**20090507215012
181 Ignore-this: ba18fe6832ba255d4971e8f623ed7da5
182] 
183[setup: fix comment in setup.py
184zooko@zooko.com**20090507215003
185 Ignore-this: c46ef664630d52733138ef7fbc551c1c
186] 
187[docs: how_to_make_a_tahoe_release.txt: a couple of small edits
188zooko@zooko.com**20090507214932
189 Ignore-this: ae92aa835ad369f4b9e6e49d681957a3
190] 
191[.darcs-boringfile: also ignore .gitignore
192warner@allmydata.com**20090415210550
193 Ignore-this: d29db314a1e506f6240859559436b4c3
194] 
195[.darcs-boringfile: ignore .git, I'm starting to play around with it
196warner@allmydata.com**20090415205929
197 Ignore-this: 89234453516483c9586cd6e1351e88b5
198] 
199[fix quicktest: stop using setuptools, add misc/run-with-pythonpath.py, to make it run faster
200warner@lothar.com**20090414201400] 
201[TAG allmydata-tahoe-1.4.1
202zooko@zooko.com**20090414025636
203 Ignore-this: de78fc32364c83e9f4e26b5abcfdea4a
204] 
205Patch bundle hash:
20629e2cc53403d45fae9c9a8ecad9c1531b4361e72