Modify ↓
#10852 closed enhancement (fixed)
Add an `is_active_theme` method to the `ThemeBase` class
Reported by: | Ryan J Ollos | Owned by: | anonymous |
---|---|---|---|
Priority: | normal | Component: | ThemeEnginePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Attachments (0)
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Owner: | changed from Olemis Lang to anonymous |
---|---|
Status: | new → assigned |
comment:3 Changed 12 years ago by
(In [13002]) ThemeEnginePlugin refs #10852 : Handle 'ThemeNotFound' in 'is_active_theme'. Match theme provider. Tests for custom themes
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [13003]) ThemeEnginePlugin: ( close #10852 ) 'ThemeBase.is_active_theme' . Version 2.1.4 on PyPI
comment:5 Changed 12 years ago by
comment:6 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 [13001]) ThemeEnginePlugin refs #10852 : Initial version of 'ThemeEngineSystem.is_active_theme' plus tests for default theme