Thu Mar 8 15:17:58 PST 2012 david-sarah@jacaranda.org
* Make the link on the Welcome page to 'https://tahoe-lafs.org/', not 'http:'. Includes a test. fixes #1682
diff -rN -u old-tahoe-lafs/src/allmydata/test/test_web.py new-tahoe-lafs/src/allmydata/test/test_web.py
old
|
new
|
|
504 | 504 | def _check(res): |
505 | 505 | self.failUnlessIn('Welcome To Tahoe-LAFS', res) |
506 | 506 | self.failUnlessIn(FAVICON_MARKUP, res) |
| 507 | self.failUnlessIn('href="https://tahoe-lafs.org/"', res) |
507 | 508 | |
508 | 509 | self.s.basedir = 'web/test_welcome' |
509 | 510 | fileutil.make_dirs("web/test_welcome") |
diff -rN -u old-tahoe-lafs/src/allmydata/web/welcome.xhtml new-tahoe-lafs/src/allmydata/web/welcome.xhtml
old
|
new
|
|
86 | 86 | <div class="section" id="other-resources"> |
87 | 87 | <h2>Other Resources</h2> |
88 | 88 | |
89 | | <div>Please visit the <a target="_blank" href="http://tahoe-lafs.org">Tahoe-LAFS home page</a> for |
| 89 | <div>Please visit the <a target="_blank" href="https://tahoe-lafs.org/">Tahoe-LAFS home page</a> for |
90 | 90 | code updates and bug reporting.</div> |
91 | 91 | |
92 | 92 | <div n:render="incident_button" /> |