Modify

Opened 15 years ago

Closed 10 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

     
    77    name = 'TracThemeEngine',
    88    version = '2.0',
    99    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',
    1111                                     'htdocs/farbtastic/*.png', 'htdocs/farbtastic/*.js', 'htdocs/farbtastic/*.css' ] },
    1212
    1313    author = 'Noah Kantrowitz',

Attachments (0)

Change History (4)

comment:1 Changed 14 years ago by Ryan J Ollos

Summary: Patch for PNG file not found on Admin UI[Patch] PNG file not found on Admin UI

comment:2 Changed 11 years ago by eric@…

Keywords: png screenshot added

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.

comment:3 Changed 10 years ago by Olemis Lang

Owner: changed from Noah Kantrowitz to Olemis Lang

comment:4 Changed 10 years ago by Olemis Lang

Resolution: fixed
Status: newclosed

In 13521:

ThemeEnginePlugin [ close #4985 ] : Declare htdocs/*.png files in package data

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Olemis Lang.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.