[Erp5-report] r42702 gabriel - in /erp5/trunk/bt5/erp5_jquery_plugin_wdcalendar: PathTempla...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 27 13:19:59 CET 2011


Author: gabriel
Date: Thu Jan 27 13:19:59 2011
New Revision: 42702

URL: http://svn.erp5.org?rev=42702&view=rev
Log:
add code to pass the title of event in the request

Modified:
    erp5/trunk/bt5/erp5_jquery_plugin_wdcalendar/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.calendar.js.xml
    erp5/trunk/bt5/erp5_jquery_plugin_wdcalendar/bt/revision

Modified: erp5/trunk/bt5/erp5_jquery_plugin_wdcalendar/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.calendar.js.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_plugin_wdcalendar/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.calendar.js.xml?rev=42702&r1=42701&r2=42702&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_plugin_wdcalendar/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.calendar.js.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_jquery_plugin_wdcalendar/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.calendar.js.xml [utf8] Thu Jan 27 13:19:59 2011
@@ -1726,6 +1726,7 @@
                 }\n
                 option.isloading = true;\n
                 var id = data[0];\n
+                var title = data[1];\n
                 var os = data[2];\n
                 var od = data[3];\n
                 var zone = new Date().getTimezoneOffset() / 60 * -1;\n
@@ -1733,6 +1734,7 @@
               { "name": "CalendarStartTime", value: dateFormat.call(start, i18n.xgcalendar.dateformat.fulldayvalue + " HH:mm") },\n
               { "name": "CalendarEndTime", value: dateFormat.call(end, i18n.xgcalendar.dateformat.fulldayvalue + " HH:mm") },\n
               { "name": "timezone", value: zone },\n
+              { "name": "title", value: title },\n
                ];\n
                 var d;\n
                 if (option.quickUpdateHandler && $.isFunction(option.quickUpdateHandler)) {\n

Modified: erp5/trunk/bt5/erp5_jquery_plugin_wdcalendar/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_plugin_wdcalendar/bt/revision?rev=42702&r1=42701&r2=42702&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_plugin_wdcalendar/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_jquery_plugin_wdcalendar/bt/revision [utf8] Thu Jan 27 13:19:59 2011
@@ -1 +1 @@
-6
\ No newline at end of file
+7
\ No newline at end of file



More information about the Erp5-report mailing list