Modify ↓
Opened 16 years ago
Closed 11 years ago
#4985 closed defect (fixed)
[Patch] PNG file not found on Admin UI
Reported by: | slack4u | Owned by: | Olemis Lang |
---|---|---|---|
Priority: | normal | Component: | ThemeEnginePlugin |
Severity: | normal | Keywords: | png, screenshot |
Cc: | Trac Release: | 0.11 |
Description
-
setup.py
7 7 name = 'TracThemeEngine', 8 8 version = '2.0', 9 9 packages = ['themeengine'], 10 package_data = { 'themeengine': ['templates/*.html', 'htdocs/*.js', 'htdocs/*.css', 'htdocs/ img/*.gif',10 package_data = { 'themeengine': ['templates/*.html', 'htdocs/*.js', 'htdocs/*.css', 'htdocs/*.png', 'htdocs/img/*.gif', 11 11 'htdocs/farbtastic/*.png', 'htdocs/farbtastic/*.js', 'htdocs/farbtastic/*.css' ] }, 12 12 13 13 author = 'Noah Kantrowitz',
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by
Summary: | Patch for PNG file not found on Admin UI → [Patch] PNG file not found on Admin UI |
---|
comment:2 Changed 12 years ago by
Keywords: | png screenshot added |
---|
comment:3 Changed 11 years ago by
Owner: | changed from Noah Kantrowitz to Olemis Lang |
---|
Note: See
TracTickets for help on using
tickets.
Seconded. Implementing this patch will allow for the files default_screenshot.png and no_screenshot.png to be installed; currently when browsing installed themes they show up as missing images.