Ticket #1033: xhtml_and_tahoe.css_not_included.darcspatch.txt

File xhtml_and_tahoe.css_not_included.darcspatch.txt, 5.2 KB (added by freestorm, at 2010-05-09T21:29:38Z)
Line 
1Sun May  9 23:05:09 Paris, Madrid (heure d'été) 2010  freestorm@gmail.com
2  * xhtml_and_tahoe.css_not_included
3 
4  When built tahoe from darcs checkout the *.xhml and tahoe.css are not copied from web directory to the build directory.
5 
6  This issue occurs on Windows Only
7 
8 
9
10New patches:
11
12[xhtml_and_tahoe.css_not_included
13freestorm@gmail.com**20100509210509
14 Ignore-this: cdfab88416b5a31c70e65271c128d7e6
15 
16 When built tahoe from darcs checkout the *.xhml and tahoe.css are not copied from web directory to the build directory.
17 
18 This issue occurs on Windows Only
19 
20 
21] hunk ./setup.py 371
22       test_suite="allmydata.test",
23       install_requires=install_requires,
24       include_package_data=True,
25+      package_data={"": ["web/*.css", "web/*.xhtml"]},
26       setup_requires=setup_requires,
27       entry_points = { 'console_scripts': [ 'tahoe = allmydata.scripts.runner:run' ] },
28       zip_safe=False, # We prefer unzipped for easier access.
29
30Context:
31
32[docs: update README, mv it to README.txt, update setup.py
33zooko@zooko.com**20100504094340
34 Ignore-this: 40e28ca36c299ea1fd12d3b91e5b421c
35]
36[Dependency on Windmill test framework is not needed yet.
37david-sarah@jacaranda.org**20100504161043
38 Ignore-this: be088712bec650d4ef24766c0026ebc8
39]
40[tests: pass z to tar so that BSD tar will know to ungzip
41zooko@zooko.com**20100504090628
42 Ignore-this: 1339e493f255e8fc0b01b70478f23a09
43]
44[setup: update comments and URLs in setup.cfg
45zooko@zooko.com**20100504061653
46 Ignore-this: f97692807c74bcab56d33100c899f829
47]
48[setup: reorder and extend the show-tool-versions script, the better to glean information about our new buildslaves
49zooko@zooko.com**20100504045643
50 Ignore-this: 836084b56b8d4ee8f1de1f4efb706d36
51]
52[CLI: Support for https url in option --node-url
53Francois Deppierraz <francois@ctrlaltdel.ch>**20100430185609
54 Ignore-this: 1717176b4d27c877e6bc67a944d9bf34
55 
56 This patch modifies the regular expression used for verifying of '--node-url'
57 parameter.  Support for accessing a Tahoe gateway over HTTPS was already
58 present, thanks to Python's urllib.
59 
60]
61[backupdb.did_create_directory: use REPLACE INTO, not INSERT INTO + ignore error
62Brian Warner <warner@lothar.com>**20100428050803
63 Ignore-this: 1fca7b8f364a21ae413be8767161e32f
64 
65 This handles the case where we upload a new tahoe directory for a
66 previously-processed local directory, possibly creating a new dircap (if the
67 metadata had changed). Now we replace the old dirhash->dircap record. The
68 previous behavior left the old record in place (with the old dircap and
69 timestamps), so we'd never stop creating new directories and never converge
70 on a null backup.
71]
72["tahoe webopen": add --info flag, to get ?t=info
73Brian Warner <warner@lothar.com>**20100424233003
74 Ignore-this: 126b0bb6db340fabacb623d295eb45fa
75 
76 Also fix some trailing whitespace.
77]
78[docs: install.html http-equiv refresh to quickstart.html
79zooko@zooko.com**20100421165708
80 Ignore-this: 52b4b619f9dde5886ae2cd7f1f3b734b
81]
82[docs: install.html -> quickstart.html
83zooko@zooko.com**20100421155757
84 Ignore-this: 6084e203909306bed93efb09d0e6181d
85 It is not called "installing" because that implies that it is going to change the configuration of your operating system. It is not called "building" because that implies that you need developer tools like a compiler. Also I added a stern warning against looking at the "InstallDetails" wiki page, which I have renamed to "AdvancedInstall".
86]
87[Fix another typo in tahoe_storagespace munin plugin
88david-sarah@jacaranda.org**20100416220935
89 Ignore-this: ad1f7aa66b554174f91dfb2b7a3ea5f3
90]
91[Add dependency on windmill >= 1.3
92david-sarah@jacaranda.org**20100416190404
93 Ignore-this: 4437a7a464e92d6c9012926b18676211
94]
95[licensing: phrase the OpenSSL-exemption in the vocabulary of copyright instead of computer technology, and replicate the exemption from the GPL to the TGPPL
96zooko@zooko.com**20100414232521
97 Ignore-this: a5494b2f582a295544c6cad3f245e91
98]
99[munin-tahoe_storagespace
100freestorm77@gmail.com**20100221203626
101 Ignore-this: 14d6d6a587afe1f8883152bf2e46b4aa
102 
103 Plugin configuration rename
104 
105]
106[setup: add licensing declaration for setuptools (noticed by the FSF compliance folks)
107zooko@zooko.com**20100309184415
108 Ignore-this: 2dfa7d812d65fec7c72ddbf0de609ccb
109]
110[setup: fix error in licensing declaration from Shawn Willden, as noted by the FSF compliance division
111zooko@zooko.com**20100309163736
112 Ignore-this: c0623d27e469799d86cabf67921a13f8
113]
114[CREDITS to Jacob Appelbaum
115zooko@zooko.com**20100304015616
116 Ignore-this: 70db493abbc23968fcc8db93f386ea54
117]
118[desert-island-build-with-proper-versions
119jacob@appelbaum.net**20100304013858]
120[docs: a few small edits to try to guide newcomers through the docs
121zooko@zooko.com**20100303231902
122 Ignore-this: a6aab44f5bf5ad97ea73e6976bc4042d
123 These edits were suggested by my watching over Jake Appelbaum's shoulder as he completely ignored/skipped/missed install.html and also as he decided that debian.txt wouldn't help him with basic installation. Then I threw in a few docs edits that have been sitting around in my sandbox asking to be committed for months.
124]
125[TAG allmydata-tahoe-1.6.1
126david-sarah@jacaranda.org**20100228062314
127 Ignore-this: eb5f03ada8ea953ee7780e7fe068539
128]
129Patch bundle hash:
130da7da9626d5691ce8b180be9f4d23b9ac25568f5