Revision: 3699
Author: seba.wagner
Date: Sun Apr 3 07:09:17 2011
Log: [No log message]
http://code.google.com/p/openmeetings/source/detail?r=3699
Modified:
/trunk/singlewebapp/WebContent/conf/mysql_hibernate.cfg.xml
/trunk/singlewebapp/WebContent/openmeetings/base/auth/registerNewUser.lzx
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/helper/boundingBoxAll.lzx
/trunk/singlewebapp/WebContent/openmeetings/modules/invitation/inviteMainWindow.lzx
=======================================
--- /trunk/singlewebapp/WebContent/conf/mysql_hibernate.cfg.xml Sun Mar 6
04:58:31 2011
+++ /trunk/singlewebapp/WebContent/conf/mysql_hibernate.cfg.xml Sun Apr 3
07:09:17 2011
@@ -15,7 +15,7 @@
<!-- Database Settings -->
<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="dialect">org.openmeetings.app.hibernate.utils.MySQL5MyISAMDialect</property>
<property
name="connection.url">jdbc:mysql://localhost/openmeetings?autoReconnect=true&useUnicode=true&createDatabaseIfNotExist=true&characterEncoding=utf-8</property>
<property name="hibernate.connection.CharSet">utf8</property>
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/base/auth/registerNewUser.lzx
Thu Nov 4 09:17:40 2010
+++
/trunk/singlewebapp/WebContent/openmeetings/base/auth/registerNewUser.lzx
Sun Apr 3 07:09:17 2011
@@ -32,6 +32,7 @@
<method name="setOffset" args="std_time_offset">
<![CDATA[
+ std_time_offset = Math.round(std_time_offset);
var timeZoneJavaFormat = "Etc/GMT";
if (std_time_offset > 0) {
timeZoneJavaFormat += "+"+std_time_offset;
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/helper/boundingBoxAll.lzx
Sun Oct 10 08:55:30 2010
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/helper/boundingBoxAll.lzx
Sun Apr 3 07:09:17 2011
@@ -56,6 +56,7 @@
<attribute name="minheight" value="2"/>
<method name="__LZRemoveItem" args="itemRef">
+ this.whiteboardRef.deleteItemByName(this.objRef.name);
//Debug.write("__LZRemoveItem");
</method>
@@ -323,7 +324,7 @@
x="${
parent.width-this.width-parent.innerInsetScrollbars }" >
<handler name="onclick">
//Debug.write("this.parent.objRef.name:
",this.parent.objRef.name);
-
this.parent.whiteboardRef.deleteItemByName(this.parent.objRef.name);
+ parent.__LZRemoveItem(null);
</handler>
</baseChooseIcon>
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/invitation/inviteMainWindow.lzx
Thu Feb 10 10:45:21 2011
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/invitation/inviteMainWindow.lzx
Sun Apr 3 07:09:17 2011
@@ -38,6 +38,7 @@
<method name="setOffset" args="std_time_offset">
<![CDATA[
+ std_time_offset = Math.round(std_time_offset);
var timeZoneJavaFormat = "Etc/GMT";
if (std_time_offset > 0) {
timeZoneJavaFormat += "+"+std_time_offset;
--
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.