Opened 15 years ago
Closed 15 years ago
#10999 closed defect (bug) (fixed)
Broken Themes feature is broken
Reported by: | hakre | Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.8.4 |
Component: | Themes | Keywords: | has-patch |
Focuses: | Cc: |
Description
Nice title . This is what happens: If a Stylesheet is missing in a theme directory the Name is not displayed (hence there is no name) leaving only a message that something is broken or not.
Suggestion for a fix: Display the name of the directory instead in the "Name" column. Description can contain the full directory.
Attachments (3)
Change History (8)
#2
@
15 years ago
- Component changed from General to Themes
- Owner set to sivel
- Status changed from new to assigned
@
15 years ago
$theme_dir was being overwritten in a sub while loop. Rename $theme_subdir to $theme_subdirs and use $theme_subdir for the sub while loop.
#3
@
15 years ago
- Cc matt@… added
- Keywords has-patch added
With this patch it makes it apparent that there are some styling issues. I don't claim to be a front end developer, so I may not be able to make that happen.
On a side not I also added '.svn' to the list of directories to ignore.
hakre or anyone else if you could test this patch and add the "tested" keyword I'd appreciate it.
Screenshot