Revision: 2580
Author: seba.wagner
Date: Tue Nov 3 12:54:37 2009
Log: Update config and binaries
http://code.google.com/p/openmeetings/source/detail?r=2580
Modified:
/trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml
/trunk/singlewebapp/WebContent/openmeetings/config.xml
/trunk/singlewebapp/WebContent/openmeetings/main.lzx.swf8.swf
/trunk/singlewebapp/WebContent/openmeetings/maindebug.lzx.swf8.swf
/trunk/singlewebapp/WebContent/openmeetings/modules/lzcalendar/infopanel.lzx
/trunk/singlewebapp/webapp/openmeetings/config.xml
=======================================
--- /trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml Mon Nov 2
12:40:59 2009
+++ /trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml Tue Nov 3
12:54:37 2009
@@ -16,7 +16,7 @@
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<!-- for performance reasons changed to MyISAM from
org.hibernate.dialect.MySQLInnoDBDialect -->
<property
name="dialect">org.hibernate.dialect.MySQLMyISAMDialect</property>
- <property
name="connection.url">jdbc:mysql://localhost/openmeetings_act2win_9?autoReconnect=true&useUnicode=true&createDatabaseIfNotExist=true&characterEncoding=utf-8</property>
+ <property
name="connection.url">jdbc:mysql://localhost/openmeetings_act2win_10?autoReconnect=true&useUnicode=true&createDatabaseIfNotExist=true&characterEncoding=utf-8</property>
<property name="hibernate.connection.CharSet">utf8</property>
<property
name="hibernate.connection.characterEncoding">utf8</property>
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/config.xml Sat Oct 31
05:30:06 2009
+++ /trunk/singlewebapp/WebContent/openmeetings/config.xml Tue Nov 3
12:54:37 2009
@@ -43,9 +43,9 @@
<!--
These colors are the main colors and style the hole application
-->
-<basebgcolorizer>0x2184C5</basebgcolorizer>
-<baseMousecolorizer>0x62AEE1</baseMousecolorizer>
-<baseMouseOvercolorizer>0x62AEE1</baseMouseOvercolorizer>
+<basebgcolorizer>0x67B3E4</basebgcolorizer>
+<baseMousecolorizer>0x7DBEE8</baseMousecolorizer>
+<baseMouseOvercolorizer>0x7DBEE8</baseMouseOvercolorizer>
<!--
Name of the Application
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/main.lzx.swf8.swf Tue Oct
27 12:27:49 2009
+++ /trunk/singlewebapp/WebContent/openmeetings/main.lzx.swf8.swf Tue Nov
3 12:54:37 2009
Binary file, no diff available.
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/maindebug.lzx.swf8.swf Tue
Oct 27 12:27:49 2009
+++ /trunk/singlewebapp/WebContent/openmeetings/maindebug.lzx.swf8.swf Tue
Nov 3 12:54:37 2009
File is too large to display a diff.
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/lzcalendar/infopanel.lzx
Tue Nov 3 12:40:40 2009
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/lzcalendar/infopanel.lzx
Tue Nov 3 12:54:37 2009
@@ -36,7 +36,7 @@
<view name="bline" height="1" width="${parent.width}"
bgcolor="0xC6C7C4" y="${parent.height - 1}" />
<text name="ttl" width="150" x="5" y="1"
- fgcolor="#898B86" pixellock="true" >
+ fgcolor="#666666" pixellock="true" >
<attribute name="text" value="${classroot.label}"/>
</text>
<view name="arrowref" resource="tabarrow"
@@ -191,6 +191,7 @@
//dataloader.loadData(
Number(tStartObj.attributes.month) ,
Number(tStartObj.attributes.year) );
+ canvas.eventDataMgr.deleteEvent();
parent.parent.parent.calgrid.reloadAll();
]]>
</handler>
@@ -228,6 +229,7 @@
//dataloader.loadData(
Number(tStartObj.attributes.month) ,
Number(tStartObj.attributes.year) );
+ canvas.eventDataMgr.deleteEvent();
parent.parent.parent.calgrid.reloadAll();
]]>
=======================================
--- /trunk/singlewebapp/webapp/openmeetings/config.xml Mon Oct 26 15:21:56
2009
+++ /trunk/singlewebapp/webapp/openmeetings/config.xml Tue Nov 3 12:54:37
2009
@@ -43,9 +43,9 @@
<!--
These colors are the main colors and style the hole application
-->
-<basebgcolorizer>0x2184C5</basebgcolorizer>
-<baseMousecolorizer>0x62AEE1</baseMousecolorizer>
-<baseMouseOvercolorizer>0x62AEE1</baseMouseOvercolorizer>
+<basebgcolorizer>0x67B3E4</basebgcolorizer>
+<baseMousecolorizer>0x7DBEE8</baseMousecolorizer>
+<baseMouseOvercolorizer>0x7DBEE8</baseMouseOvercolorizer>
<!--
Name of the Application
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---