Opened at 2010-05-29T17:48:42Z
Closed at 2010-06-08T04:42:28Z
#1062 closed defect (fixed)
Renamed Title in xhtml files
Reported by: | freestorm | Owned by: | davidsarah |
---|---|---|---|
Priority: | major | Milestone: | 1.7.0 |
Component: | code-frontend-web | Version: | 1.6.1 |
Keywords: | easy reviewed | Cc: | |
Launchpad Bug: |
Description
- Renamed title from "Allmydata - Tahoe" to "Tahoe-LAFS" in *.xhtml files
- Renamed Tahoe to Tahoe-LAFS in pages content
- Changed Tahoe-LAFS home page link to http://tahoe-lafs.org (added target="blank")
- Deleted the commented css script link in info.xhtml
Attachments (2)
Change History (4)
Changed at 2010-05-29T17:49:18Z by freestorm
comment:1 Changed at 2010-06-03T04:18:32Z by davidsarah
- Component changed from unknown to code-frontend-web
- Keywords reviewed added; review-needed removed
- Milestone changed from undecided to 1.7.0
- Owner changed from nobody to davidsarah
- Status changed from new to assigned
Changed at 2010-06-03T23:34:38Z by davidsarah
Fix test failures in test_web caused by changes to web page titles in #1062. Also, change a 'target' field to '_blank' instead of 'blank' in welcome.xhtml.
comment:2 Changed at 2010-06-08T04:42:28Z by davidsarah
- Resolution set to fixed
- Status changed from assigned to closed
Applied in 59a77f82d788e0ac and 4556702044952a79.
Note: See
TracTickets for help on using
tickets.
It should be target="_blank" with an underscore. Other than that, looks good. I will push to trunk.