Modify ↓
#11103 closed defect (fixed)
Simple theme admin module crashes on theme misconfiguration
Reported by: | Olemis Lang | Owned by: | Olemis Lang |
---|---|---|---|
Priority: | highest | Component: | ThemeEnginePlugin |
Severity: | blocker | Keywords: | config |
Cc: | Jota | Trac Release: | 1.0 |
Description
If non-existent theme name is configured in TracIni then Unknown theme <name>
is displayed .
Attachments (0)
Change History (3)
comment:1 Changed 11 years ago by
Cc: | Jota added; anonymous removed |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
(In [13184]) ThemeEnginePlugin [ fixes #11104 ]: Current theme in custom theme admin template defaults to empty dict Error recovery on misconfiguration in ThemeBase.is_active_theme
refs #11103 - because error on misconfiguration also affects simple theme admin panel refs #10852 - the original ticket introducing is_active_theme API method
Note: See
TracTickets for help on using
tickets.
(In [13183]) ThemeEnginePlugin [ close #11103 ] : Display theme carousel (admin) even if missing theme name configured in TracIni