svn commit: r1035462 [1/3] - in /ofbiz/branches/jquery: framework/common/widget/ framework/images/webapp/images/jquery/ specialpurpose/ecommerce/widget/ specialpurpose/webpos/widget/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1035462 [1/3] - in /ofbiz/branches/jquery: framework/common/widget/ framework/images/webapp/images/jquery/ specialpurpose/ecommerce/widget/ specialpurpose/webpos/widget/

jleroux@apache.org
Author: jleroux
Date: Mon Nov 15 21:26:07 2010
New Revision: 1035462

URL: http://svn.apache.org/viewvc?rev=1035462&view=rev
Log:
Update jQuery from 1.4.3 to 1.4.4
See http://blog.jquery.com/2010/11/11/jquery-1-4-4-release-notes

Added:
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/jquery-1.4.4.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/jquery-1.4.4.min.js   (with props)
Removed:
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/jquery-1.4.3.js
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/jquery-1.4.3.min.js
Modified:
    ofbiz/branches/jquery/framework/common/widget/CommonScreens.xml
    ofbiz/branches/jquery/specialpurpose/ecommerce/widget/CommonScreens.xml
    ofbiz/branches/jquery/specialpurpose/webpos/widget/CommonScreens.xml

Modified: ofbiz/branches/jquery/framework/common/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/common/widget/CommonScreens.xml?rev=1035462&r1=1035461&r2=1035462&view=diff
==============================================================================
--- ofbiz/branches/jquery/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/branches/jquery/framework/common/widget/CommonScreens.xml Mon Nov 15 21:26:07 2010
@@ -124,7 +124,7 @@ under the License.
                 <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/development-bundle/ui/jquery.ui.datepicker.js" global="true"/>
                 <set field="initialLocale" type="String" value="${parameters.userLogin.lastLocale}" default-value="${groovy:locale.toString()}"/>
                 <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-${initialLocale}.js" global="true"/>
-                <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.4.3.min.js" global="true"/>
+                <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.4.4.min.js" global="true"/>
                     <!-- jQuery CSSs -->
                 <set field="layoutSettings.styleSheets[+0]" value="/images/jquery/plugins/asmselect/jquery.asmselect-1.0.4a-beta.css" global="true"/>
 
@@ -338,7 +338,7 @@ under the License.
                 <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/development-bundle/ui/jquery.ui.datepicker.js" global="true"/>
                 <set field="initialLocale" type="String" value="${parameters.userLogin.lastLocale}" default-value="${groovy:locale.toString()}"/>
                 <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-${initialLocale}.js" global="true"/>
-                <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.4.3.min.js" global="true"/>
+                <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.4.4.min.js" global="true"/>
                     <!-- jQuery CSSs -->
                 <set field="layoutSettings.styleSheets[+0]" value="/images/jquery/plugins/asmselect/jquery.asmselect-1.0.4a-beta.css" global="true"/>