-
- Downloads
[FIX] website_theme_install, *: multi-website customization dialog
* theme_bootswatch, theme_default Before this commit, the customization dialog for themes was not multi-website. That means if a theme was installed on a website, the customization dialog was enabled for all the websites. Note: this commit uses the '_post_copy' system of theme installations for the first time and it had to be adapted a little bit.
Showing
- addons/theme_bootswatch/__init__.py 1 addition, 0 deletionsaddons/theme_bootswatch/__init__.py
- addons/theme_bootswatch/data/theme_bootswatch_data.xml 1 addition, 5 deletionsaddons/theme_bootswatch/data/theme_bootswatch_data.xml
- addons/theme_bootswatch/models/__init__.py 3 additions, 0 deletionsaddons/theme_bootswatch/models/__init__.py
- addons/theme_bootswatch/models/theme_bootswatch.py 7 additions, 0 deletionsaddons/theme_bootswatch/models/theme_bootswatch.py
- addons/theme_default/__init__.py 1 addition, 0 deletionsaddons/theme_default/__init__.py
- addons/theme_default/data/theme_default_data.xml 0 additions, 4 deletionsaddons/theme_default/data/theme_default_data.xml
- addons/theme_default/models/__init__.py 3 additions, 0 deletionsaddons/theme_default/models/__init__.py
- addons/theme_default/models/theme_default.py 7 additions, 0 deletionsaddons/theme_default/models/theme_default.py
- addons/website_theme_install/models/theme_models.py 3 additions, 2 deletionsaddons/website_theme_install/models/theme_models.py
addons/theme_bootswatch/models/__init__.py
0 → 100644
addons/theme_default/models/__init__.py
0 → 100644
addons/theme_default/models/theme_default.py
0 → 100644
Please register or sign in to comment