Ticket #37: 8309.2.txt

File 8309.2.txt, 1.9 KB (added by zooko, at 2007-05-04T22:18:09Z)

Faried's patch

Line 
1-----BEGIN PGP SIGNED MESSAGE-----
2Hash: SHA1
3
4
5New patches:
6
7[display file size in directory.xhtml
8Faried Nawaz <self@node.pk>**20070504200732] {
9hunk ./src/allmydata/web/directory.xhtml 20
10+    <td>Size</td>
11hunk ./src/allmydata/web/directory.xhtml 27
12+    <td><n:slot name="size"/></td>
13hunk ./src/allmydata/webish.py 7
14+from allmydata.uri import unpack_uri
15hunk ./src/allmydata/webish.py 130
16+            #extract and display file size
17+            unpacked = unpack_uri(uri)
18+            ctx.fillSlots("size", unpacked[9])
19+
20hunk ./src/allmydata/webish.py 150
21+            ctx.fillSlots("size", "-")
22}
23
24Context:
25
26[add link to ticket #36 -- FUSE integration
27"Zooko O'Whielacronx <zooko@zooko.com>"**20070504170601]
28[test_introducer.py: turn off the defer.setDebugging(True) call that was left over from a troubleshooting session: it slows down the test suite by a factor of 2
29warner@lothar.com**20070504074523]
30[add deb-etch target, rearrange make-version a bit, closes #23
31warner@lothar.com**20070504070706]
32[add link to ticket #34 -- disk space limits in storage servers
33"Zooko O'Whielacronx <zooko@zooko.com>"**20070504055752]
34[makefile: delete .pycs before running tests, since our build process puts the wrong filenames into them
35warner@lothar.com**20070504041215]
36[.darcs-boringfile: ignore some build/ directories for foolscap and zfec
37warner@lothar.com**20070504033151]
38[version.py: handle both '0.2.0' and '0.2.0-1', remove 'tags' for now
39warner@lothar.com**20070504033127]
40[update version-number handling, pull release tags from darcs history
41warner@lothar.com**20070504031407]
42[TAG allmydata-tahoe-0.2.0
43warner@lothar.com**20070504024220]
44Patch bundle hash:
452830eb5723bbcd9d3cb2419949c218f1983ad9d6
46-----BEGIN PGP SIGNATURE-----
47Version: GnuPG v1.4.6 (GNU/Linux)
48
49iD8DBQFGO5UfG5ga/wns7AYRAhYYAKCnebfZJywptnGrGCnJWbu1c2VxxwCgiNgG
50WQDqKvzFbUgqb3mOdk3n4s8=
51=6hl2
52-----END PGP SIGNATURE-----