|
From: <ha...@us...> - 2013-02-06 22:35:16
|
Revision: 1442
http://openautomation.svn.sourceforge.net/openautomation/?rev=1442&view=rev
Author: hausl
Date: 2013-02-06 22:35:09 +0000 (Wed, 06 Feb 2013)
Log Message:
-----------
full removal of gweather, there where some artifacts left from last commit
Modified Paths:
--------------
CometVisu/trunk/visu/upgrade/ConfigurationUpgrader.class.php
CometVisu/trunk/visu/visu_config.xsd
Modified: CometVisu/trunk/visu/upgrade/ConfigurationUpgrader.class.php
===================================================================
--- CometVisu/trunk/visu/upgrade/ConfigurationUpgrader.class.php 2013-02-06 22:12:13 UTC (rev 1441)
+++ CometVisu/trunk/visu/upgrade/ConfigurationUpgrader.class.php 2013-02-06 22:35:09 UTC (rev 1442)
@@ -256,7 +256,7 @@
$arrOrderedElements = array('page', 'group', 'text', 'switch', 'trigger', 'urltrigger', 'infotrigger',
'rgb', 'multitrigger', 'slide', 'info', 'wgplugin_info', 'image', 'imagetrigger',
'video', 'web', 'pagejump', 'colorchooser', 'diagram', 'diagram_inline',
- 'diagram_popup', 'diagram_info', 'gweather', 'rss', 'rsslog', 'strftime');
+ 'diagram_popup', 'diagram_info', 'rss', 'rsslog', 'strftime');
$i = 0;
foreach ($arrOrderedElements as $strElementName) {
Modified: CometVisu/trunk/visu/visu_config.xsd
===================================================================
--- CometVisu/trunk/visu/visu_config.xsd 2013-02-06 22:12:13 UTC (rev 1441)
+++ CometVisu/trunk/visu/visu_config.xsd 2013-02-06 22:35:09 UTC (rev 1442)
@@ -321,7 +321,6 @@
<xsd:element name="diagram_inline" type="diagram_inline" />
<xsd:element name="diagram_info" type="diagram_info" />
<xsd:element name="diagram" type="diagram" />
- <xsd:element name="gweather" type="gweather" />
<xsd:element name="rss" type="rss" />
<xsd:element name="rsslog" type="rsslog" />
<xsd:element name="strftime" type="strftime" />
@@ -867,21 +866,6 @@
<xsd:attribute ref="bind_click_to_widget" use="optional"/>
</xsd:complexType>
- <xsd:complexType name="gweather">
- <xsd:sequence>
- <xsd:element name="layout" type="layout" minOccurs="0" maxOccurs="1"/>
- <xsd:element name="label" type="label" minOccurs="0" maxOccurs="1"/>
- </xsd:sequence>
- <xsd:attribute name="width" type="dimension" use="optional" />
- <xsd:attribute name="height" type="dimension" use="optional" />
- <xsd:attribute name="refresh" type="xsd:integer" use="optional" />
- <xsd:attribute name="city" type="xsd:string" use="required" />
- <xsd:attribute name="lang" type="xsd:string" use="optional" />
- <xsd:attribute name="image_url" type="xsd:string" use="optional" />
- <xsd:attribute name="current" type="xsd:boolean" use="optional" />
- <xsd:attribute name="forecast" type="xsd:boolean" use="optional" />
- </xsd:complexType>
-
<xsd:complexType name="rss">
<xsd:sequence>
<xsd:element name="layout" type="layout" minOccurs="0" maxOccurs="1"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|