Modify ↓
Opened 13 years ago
Closed 13 years ago
#10525 closed defect (fixed)
missing screenshot file
| Reported by: | Owned by: | Ryan J Ollos | |
|---|---|---|---|
| Priority: | normal | Component: | PyDotOrgTheme |
| Severity: | minor | Keywords: | screenshot |
| Cc: | Trac Release: |
Description
The file "screenshot.png" is only available in the 0.10 branch's htdocs folder; it seems to have never made it to 0.11 and later.
Attachments (2)
Change History (7)
comment:1 Changed 13 years ago by
| Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
|---|---|
| Status: | new → assigned |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Before closing the ticket, could you check that the screenshot is still accurate for Trac 0.11 and later? Thanks!
Changed 13 years ago by
| Attachment: | Screen shot 2012-10-22 at 5.27.50 PM.png added |
|---|
Changed 13 years ago by
| Attachment: | pydotorg-pagepath.png added |
|---|
comment:4 Changed 13 years ago by
The screenshot looks fine to me. However, the theme.py needs to set "screenshot" to True, and the CSS should set margin-left for #pagepath to 22em; see attachment for how it looks now.
comment:5 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



(In [12241]) Refs #10525: Copied
screenshot.pngfrom the0.10directory to the0.11directory.