-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from brewster76/4.1
reintegrated 4.1
- Loading branch information
Showing
46 changed files
with
1,053 additions
and
739 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,19 +19,23 @@ class BootstrapInstaller(setup.ExtensionInstaller): | |
def __init__(self): | ||
files=[('skins/Bootstrap', | ||
['skins/Bootstrap/about.html.tmpl', | ||
'skins/Bootstrap/chartimages.html.inc', | ||
'skins/Bootstrap/day.html.tmpl', | ||
'skins/Bootstrap/foot.html.inc', | ||
'skins/Bootstrap/graphMenu.html.inc', | ||
'skins/Bootstrap/head.html.inc', | ||
'skins/Bootstrap/history.html.tmpl', | ||
'skins/Bootstrap/index.html.tmpl', | ||
'skins/Bootstrap/livegauges.html.inc', | ||
'skins/Bootstrap/location.html.inc', | ||
'skins/Bootstrap/month.html.tmpl', | ||
'skins/Bootstrap/moonphase.html.inc', | ||
'skins/Bootstrap/nav.html.inc', | ||
'skins/Bootstrap/news.html.tmpl', | ||
'skins/Bootstrap/script.html.inc', | ||
'skins/Bootstrap/chartimages.html.inc', | ||
'skins/Bootstrap/stats.html.tmpl', | ||
'skins/Bootstrap/sunRiseSet.html.inc', | ||
'skins/Bootstrap/uptime.html.inc', | ||
'skins/Bootstrap/week.html.tmpl', | ||
'skins/Bootstrap/year.html.tmpl', | ||
'skins/Bootstrap/skin.conf']), | ||
|
@@ -76,9 +80,9 @@ def __init__(self): | |
'skins/Bootstrap/lang/th.conf'])] | ||
|
||
super(BootstrapInstaller, self).__init__( | ||
version="4.0", | ||
version="4.1", | ||
name='bootstrap', | ||
description='A skin based around the bootstrap 5.2.0 framework', | ||
description='A skin based around the bootstrap framework', | ||
author="Nick Dajda, Michael Kainzbauer and other contributors", | ||
author_email="[email protected]", | ||
config={ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#errorCatcher Echo | ||
#set global $global_type = 'day' | ||
#set global $image_items = $to_list($ImageGenerator[$global_type + '_images'].get('image_items', ['daytempchill-Bootstrap', 'daybarometer-Bootstrap', 'dayrain-Bootstrap', 'dayhumidity-Bootstrap', 'daywind-Bootstrap', 'daywinddir-Bootstrap'])) | ||
#include "chartimages.html.inc" |
Oops, something went wrong.