/[Apache-SVN]
ViewVC logotype

Revision 1559769


Jump to revision: Previous Next
Author: jleroux
Date: Mon Jan 20 16:27:09 2014 UTC (10 years, 3 months ago)
Changed paths: 483 (showing only 100; show all)
Log Message:
This is a major update of jQuery and related, it contains:
    jquery-1.8.2 to jquery-1.10.2 which implies using jquery-migrate-1.2.1 for plugins compatiblities
    jquery-ui-timepicker-addon-1.0.5 to jquery-ui-timepicker-addon-1.4.3 (using min now, better i18n)
    jquery-ui-1.9.0 to jquery-ui-1.10.3
    removes jquery.ui.datepicker.js now integrated in jquery.ui
    jquery.hotkeys-0.7.9 to jquery.hotkeys-0.8
    jquery.maskedinput-1.2.2 to jquery.maskedinput-1.3.1
    jquery.validate 1.10.0 to 1.11.1 
        I never realised how much efforts have been put in this plugin!  
        I fixed an issue in JsLanguageFilesMapping generation
        I removed the messages_ptbr.js and messages_ptpt.js files and the related conundrum in JsLanguageFileMappingCreator.java
        untested, found not use cases OOTB
    jquery.jcarousel ?(2006) to 0.3.0 (2013)
        untested, found not use cases OOTB
    jquery.flot 0.7 to 0.8.2 (lot of changes, still works)
        removes useless flotpie.ftl 
        removes empty flotr folder
    jquery.mobile-1.1.0-rc.1 to jquery.mobile-1.4.0
        untested, found not use cases OOTB
    jquery.cookie to jquery.cookie-1.4.0    


Removes all useless/redundant js files (not only jQuery unused old versions)
    notably removes all under images/jquery/ui/development-bundle/ui
    removes now useless GooglemapMarkers.js and GooglemapSimple.js

Flat Grey application.js
    moves jQuery(document).ready(function() at bottom (spotted in Chrome console) 
    
css
    I did not find much issues, I spotted the title bar of the lookups, but got it fixed after some efforts.    

Issues:
    Imagemanagement:  I got issues while testing, actually I'm not quite qure how it works, even in stable demo. It should be validated again. I commit nevertheless my changes:
        moves js part from product to images component
        removes useless calls to js files (mostly in imagemanagement, but not only)
        renames jquery.min.js to sizzle.min.js. 
        Inside sizzle.min.js, updates the Dojo part to v1.10.17-pre and removes the jQuery part
        changes to use ofbizContentUrl macro for generating js calls
        jquery.rotate.js NOT! It's jQueryRotateCompressed.js http://markmail.org/message/dit3dlh3ph4jnenp
        Got ERROR 22001: A truncation error was encountered trying to shrink VARCHAR 'D:\projectsASF\ofbizClean\framework\images\webapp\images\pro&' to length 100.  I opened OFBIZ-5501 for that
    I tried to update jstree  to jstree 3 but gave up. I let the jquery.jstree-3.0.0-beta3 files in place in case someone would give it a chance...
    
Not related but while a it:
    removes <!--flot example requests--> from birt controller (moved recently to example component)
    
    

Changed paths

Path Details
Directoryofbiz/trunk/applications/humanres/widget/CommonScreens.xml modified , text changed
Directoryofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageCrop.ftl modified , text changed
Directoryofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageRotating.ftl modified , text changed
Directoryofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageWatermark.ftl modified , text changed
Directoryofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ResizeImage.ftl modified , text changed
Directoryofbiz/trunk/applications/product/webapp/catalog/imagemanagement/js/ deleted
Directoryofbiz/trunk/applications/product/webapp/catalog/imagemanagement/showPeopleApprove.ftl modified , text changed
Directoryofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml modified , text changed
Directoryofbiz/trunk/framework/common/src/org/ofbiz/common/JsLanguageFileMappingCreator.java modified , text changed
Directoryofbiz/trunk/framework/common/src/org/ofbiz/common/JsLanguageFilesMapping.java modified , text changed
Directoryofbiz/trunk/framework/common/template/JsLanguageFilesMapping.ftl modified , text changed
Directoryofbiz/trunk/framework/common/webcommon/includes/flotCharts/Bars.ftl modified , text changed
Directoryofbiz/trunk/framework/common/webcommon/includes/flotCharts/Pie.ftl modified , text changed
Directoryofbiz/trunk/framework/common/webcommon/includes/lookup.ftl modified , text changed
Directoryofbiz/trunk/framework/common/widget/CommonScreens.xml modified , text changed
Directoryofbiz/trunk/framework/images/webapp/images/GooglemapMarkers.js deleted
Directoryofbiz/trunk/framework/images/webapp/images/GooglemapSimple.js deleted
Directoryofbiz/trunk/framework/images/webapp/images/imagemanagement/ added
Directoryofbiz/trunk/framework/images/webapp/images/imagemanagement/jQueryRotate.js added
Directoryofbiz/trunk/framework/images/webapp/images/imagemanagement/jQueryRotateCompressed.js added
Directoryofbiz/trunk/framework/images/webapp/images/imagemanagement/jquery.Jcrop.css added
Directoryofbiz/trunk/framework/images/webapp/images/imagemanagement/jquery.Jcrop.js added
Directoryofbiz/trunk/framework/images/webapp/images/imagemanagement/jquery.Jcrop.min.js added
Directoryofbiz/trunk/framework/images/webapp/images/imagemanagement/jquery.color.js added
Directoryofbiz/trunk/framework/images/webapp/images/imagemanagement/sizzle.js added
Directoryofbiz/trunk/framework/images/webapp/images/imagemanagement/sizzle.min.js added
Directoryofbiz/trunk/framework/images/webapp/images/imagemanagement/sizzle.min.map added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.10.2.js added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.10.2.min.js added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.10.2.min.map added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.6.2.js deleted
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.6.2.min.js deleted
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.7.2.js deleted
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.7.2.min.js deleted
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.7.js deleted
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.7.min.js deleted
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.8.2.js deleted
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.8.2.min.js deleted
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery-migrate-1.2.1.js added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/ added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/ added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/ajax-loader.gif added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/ajax-loader.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-18-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-18-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-36-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-36-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/ added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/action-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/action-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/alert-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/alert-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-l-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-l-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-r-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-r-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-l-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-l-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-r-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-r-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-l-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-l-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-r-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-r-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/audio-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/audio-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/back-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/back-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/bars-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/bars-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/bullets-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/bullets-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/calendar-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/calendar-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/camera-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/camera-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-d-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-d-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-l-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-l-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-r-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-r-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-u-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-u-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/check-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/check-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/clock-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/clock-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/cloud-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/cloud-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/comment-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/comment-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/delete-black.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/delete-white.png added
Directoryofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/edit-black.png added
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26