Version Notes
1.9.0.0
Download this release
Release Info
Developer | Magento Core Team |
Extension | Lib_Js_Mage |
Version | 1.9.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.8.1.0 to 1.9.0.0
- js/lib/dropdown.js +1 -1
- js/lib/flex.js +1 -1
- js/mage/adminhtml/accordion.js +1 -1
- js/mage/adminhtml/backup.js +1 -1
- js/mage/adminhtml/browser.js +1 -1
- js/mage/adminhtml/events.js +1 -1
- js/mage/adminhtml/flexuploader.js +1 -1
- js/mage/adminhtml/form.js +5 -1
- js/mage/adminhtml/giftmessage.js +1 -1
- js/mage/adminhtml/giftoptions/tooltip.js +1 -1
- js/mage/adminhtml/grid.js +1 -1
- js/mage/adminhtml/hash.js +1 -1
- js/mage/adminhtml/image.js +1 -1
- js/mage/adminhtml/loader.js +1 -1
- js/mage/adminhtml/magento-all.js +1 -1
- js/mage/adminhtml/product.js +1 -1
- js/mage/adminhtml/product/composite/configure.js +1 -1
- js/mage/adminhtml/rules.js +1 -1
- js/mage/adminhtml/sales.js +1 -1
- js/mage/adminhtml/sales/packaging.js +1 -1
- js/mage/adminhtml/scrollbar.js +1 -1
- js/mage/adminhtml/tabs.js +1 -1
- js/mage/adminhtml/tools.js +1 -1
- js/mage/adminhtml/uploader.js +1 -1
- js/mage/adminhtml/variables.js +1 -1
- js/mage/adminhtml/wysiwyg/tiny_mce/plugins/magentovariable/editor_plugin.js +1 -1
- js/mage/adminhtml/wysiwyg/tiny_mce/plugins/magentowidget/editor_plugin.js +1 -1
- js/mage/adminhtml/wysiwyg/tiny_mce/setup.js +1 -1
- js/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default/content.css +1 -1
- js/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default/dialog.css +1 -1
- js/mage/adminhtml/wysiwyg/widget.js +1 -1
- js/mage/captcha.js +1 -1
- js/mage/centinel.js +1 -1
- js/mage/cookies.js +1 -1
- js/mage/directpost.js +1 -1
- js/mage/translate.js +1 -1
- js/mage/translate_inline.css +1 -1
- js/mage/translate_inline.js +1 -1
- js/varien/accordion.js +1 -1
- js/varien/configurable.js +1 -1
- js/varien/form.js +1 -1
- js/varien/iehover-fix.js +1 -1
- js/varien/js.js +1 -1
- js/varien/menu.js +1 -1
- js/varien/payment.js +1 -1
- js/varien/product.js +53 -23
- js/varien/telephone.js +1 -1
- js/varien/weee.js +1 -1
- package.xml +6 -6
js/lib/dropdown.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
dropdown = function() {
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
dropdown = function() {
|
js/lib/flex.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/accordion.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var varienAccordion = new Class.create();
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var varienAccordion = new Class.create();
|
js/mage/adminhtml/backup.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var AdminBackup = new Class.create();
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var AdminBackup = new Class.create();
|
js/mage/adminhtml/browser.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
MediabrowserUtility = {
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
MediabrowserUtility = {
|
js/mage/adminhtml/events.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
// from http://www.someelement.com/2007/03/eventpublisher-custom-events-la-pubsub.html
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
// from http://www.someelement.com/2007/03/eventpublisher-custom-events-la-pubsub.html
|
js/mage/adminhtml/flexuploader.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/form.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var varienForm = new Class.create();
|
@@ -500,6 +500,10 @@ FormElementDependenceController.prototype = {
|
|
500 |
*/
|
501 |
trackChange : function(e, idTo, valuesFrom)
|
502 |
{
|
|
|
|
|
|
|
|
|
503 |
// define whether the target should show up
|
504 |
var shouldShowUp = true;
|
505 |
for (var idFrom in valuesFrom) {
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var varienForm = new Class.create();
|
500 |
*/
|
501 |
trackChange : function(e, idTo, valuesFrom)
|
502 |
{
|
503 |
+
if (!$(idTo)) {
|
504 |
+
return;
|
505 |
+
}
|
506 |
+
|
507 |
// define whether the target should show up
|
508 |
var shouldShowUp = true;
|
509 |
for (var idFrom in valuesFrom) {
|
js/mage/adminhtml/giftmessage.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/giftoptions/tooltip.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/grid.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var varienGrid = new Class.create();
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var varienGrid = new Class.create();
|
js/mage/adminhtml/hash.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
/*
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
/*
|
js/mage/adminhtml/image.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/loader.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/magento-all.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/product.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/product/composite/configure.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/rules.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/sales.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var AdminOrder = new Class.create();
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var AdminOrder = new Class.create();
|
js/mage/adminhtml/sales/packaging.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var Packaging = Class.create();
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var Packaging = Class.create();
|
js/mage/adminhtml/scrollbar.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
/**************************************************
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
/**************************************************
|
js/mage/adminhtml/tabs.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var varienTabs = new Class.create();
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var varienTabs = new Class.create();
|
js/mage/adminhtml/tools.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
function setLocation(url){
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
function setLocation(url){
|
js/mage/adminhtml/uploader.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
/**
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
/**
|
js/mage/adminhtml/variables.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/wysiwyg/tiny_mce/plugins/magentovariable/editor_plugin.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/wysiwyg/tiny_mce/plugins/magentowidget/editor_plugin.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
tinyMCE.addI18n({en:{
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
tinyMCE.addI18n({en:{
|
js/mage/adminhtml/wysiwyg/tiny_mce/setup.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default/content.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default/dialog.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/adminhtml/wysiwyg/widget.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package Mage_Adminhtml
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/captcha.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var Captcha = Class.create();
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var Captcha = Class.create();
|
js/mage/centinel.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var CentinelAuthenticate = Class.create();
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var CentinelAuthenticate = Class.create();
|
js/mage/cookies.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
// old school cookie functions grabbed off the web
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
// old school cookie functions grabbed off the web
|
js/mage/directpost.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var directPost = Class.create();
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var directPost = Class.create();
|
js/mage/translate.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/translate_inline.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/mage/translate_inline.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Mage
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/varien/accordion.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
Accordion = Class.create();
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
Accordion = Class.create();
|
js/varien/configurable.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
if (typeof Product == 'undefined') {
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
if (typeof Product == 'undefined') {
|
js/varien/form.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
VarienForm = Class.create();
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
VarienForm = Class.create();
|
js/varien/iehover-fix.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
function toggleMenu(el, over)
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
function toggleMenu(el, over)
|
js/varien/js.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
function popWin(url,win,para) {
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
function popWin(url,win,para) {
|
js/varien/menu.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
js/varien/payment.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var paymentForm = Class.create();
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var paymentForm = Class.create();
|
js/varien/product.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
if(typeof Product=='undefined') {
|
@@ -749,28 +749,58 @@ Product.OptionsPrice.prototype = {
|
|
749 |
};
|
750 |
}.bind(this));
|
751 |
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
774 |
}
|
775 |
|
776 |
},
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
if(typeof Product=='undefined') {
|
749 |
};
|
750 |
}.bind(this));
|
751 |
|
752 |
+
if (typeof(skipTierPricePercentUpdate) === "undefined" && typeof(this.tierPrices) !== "undefined") {
|
753 |
+
for (var i = 0; i < this.tierPrices.length; i++) {
|
754 |
+
$$('.benefit').each(function(el) {
|
755 |
+
var parsePrice = function(html) {
|
756 |
+
var format = this.priceFormat;
|
757 |
+
var decimalSymbol = format.decimalSymbol === undefined ? "," : format.decimalSymbol;
|
758 |
+
var regexStr = '[^0-9-' + decimalSymbol + ']';
|
759 |
+
//remove all characters except number and decimal symbol
|
760 |
+
html = html.replace(new RegExp(regexStr, 'g'), '');
|
761 |
+
html = html.replace(decimalSymbol, '.');
|
762 |
+
return parseFloat(html);
|
763 |
+
}.bind(this);
|
764 |
+
|
765 |
+
var updateTierPriceInfo = function(priceEl, tierPriceDiff, tierPriceEl, benefitEl) {
|
766 |
+
if (typeof(tierPriceEl) === "undefined") {
|
767 |
+
//tierPrice is not shown, e.g., MAP, no need to update the tier price info
|
768 |
+
return;
|
769 |
+
}
|
770 |
+
var price = parsePrice(priceEl.innerHTML);
|
771 |
+
var tierPrice = price + tierPriceDiff;
|
772 |
+
|
773 |
+
tierPriceEl.innerHTML = this.formatPrice(tierPrice);
|
774 |
+
|
775 |
+
var $percent = Selector.findChildElements(benefitEl, ['.percent.tier-' + i]);
|
776 |
+
$percent.each(function(el) {
|
777 |
+
el.innerHTML = Math.ceil(100 - ((100 / price) * tierPrice));
|
778 |
+
});
|
779 |
+
}.bind(this);
|
780 |
+
|
781 |
+
var tierPriceElArray = $$('.tier-price.tier-' + i + ' .price');
|
782 |
+
if (this.showBothPrices) {
|
783 |
+
var containerExclTax = $(this.containers[3]);
|
784 |
+
var tierPriceExclTaxDiff = this.tierPrices[i];
|
785 |
+
var tierPriceExclTaxEl = tierPriceElArray[0];
|
786 |
+
updateTierPriceInfo(containerExclTax, tierPriceExclTaxDiff, tierPriceExclTaxEl, el);
|
787 |
+
var containerInclTax = $(this.containers[2]);
|
788 |
+
var tierPriceInclTaxDiff = this.tierPricesInclTax[i];
|
789 |
+
var tierPriceInclTaxEl = tierPriceElArray[1];
|
790 |
+
updateTierPriceInfo(containerInclTax, tierPriceInclTaxDiff, tierPriceInclTaxEl, el);
|
791 |
+
} else if (this.showIncludeTax) {
|
792 |
+
var container = $(this.containers[0]);
|
793 |
+
var tierPriceInclTaxDiff = this.tierPricesInclTax[i];
|
794 |
+
var tierPriceInclTaxEl = tierPriceElArray[0];
|
795 |
+
updateTierPriceInfo(container, tierPriceInclTaxDiff, tierPriceInclTaxEl, el);
|
796 |
+
} else {
|
797 |
+
var container = $(this.containers[0]);
|
798 |
+
var tierPriceExclTaxDiff = this.tierPrices[i];
|
799 |
+
var tierPriceExclTaxEl = tierPriceElArray[0];
|
800 |
+
updateTierPriceInfo(container, tierPriceExclTaxDiff, tierPriceExclTaxEl, el);
|
801 |
+
}
|
802 |
+
}, this);
|
803 |
+
}
|
804 |
}
|
805 |
|
806 |
},
|
js/varien/telephone.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var telephoneElem = Class.create();
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
var telephoneElem = Class.create();
|
js/varien/weee.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category Varien
|
21 |
* @package js
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Lib_Js_Mage</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license>Mixed</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Javascript Libraries for Magento</summary>
|
10 |
<description>Javascript Libraries for Magento</description>
|
11 |
-
<notes>1.
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageweb"><dir name="js"><dir name="lib"><file name="FABridge.js" hash="64244d8d58abd42bd71f0ee3309767ad"/><file name="boxover.js" hash="a5ade77452e8d5066cb84dcac3d34ed5"/><file name="ccard.js" hash="d3e849be0977d53de4af933b40293ff6"/><file name="dropdown.js" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_Js_Prototype</name><channel>community</channel><min>1.7.0.0.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Lib_Js_Mage</name>
|
4 |
+
<version>1.9.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Mixed</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Javascript Libraries for Magento</summary>
|
10 |
<description>Javascript Libraries for Magento</description>
|
11 |
+
<notes>1.9.0.0</notes>
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
+
<date>2014-05-07</date>
|
14 |
+
<time>14:07:15</time>
|
15 |
+
<contents><target name="mageweb"><dir name="js"><dir name="lib"><file name="FABridge.js" hash="64244d8d58abd42bd71f0ee3309767ad"/><file name="boxover.js" hash="a5ade77452e8d5066cb84dcac3d34ed5"/><file name="ccard.js" hash="d3e849be0977d53de4af933b40293ff6"/><file name="dropdown.js" hash="1d21a33aef93270fcf1af66722174ae1"/><file name="ds-sleight.js" hash="85af457d444865d1587bfe4875bd4fc6"/><file name="flex.js" hash="5b002843b2f02bcf59e9416a66ea22b2"/></dir><dir name="mage"><dir name="adminhtml"><file name="accordion.js" hash="13a95ce1ccef7b954d10548794b23a2e"/><file name="backup.js" hash="ef32f7d2d92eabe07562d764eaa3227c"/><file name="browser.js" hash="3af0ee9aeecb0a5d5b401d53e05afbba"/><file name="events.js" hash="3c133ed995f182db4f8ce03094beac64"/><file name="flexuploader.js" hash="d87ee207d552cf867c3b187235cadba0"/><file name="form.js" hash="1d7924fad37aefcf4c093a55d4539074"/><file name="giftmessage.js" hash="a1dc1c79381897fa84d76bfc1bb9a214"/><dir name="giftoptions"><file name="tooltip.js" hash="41d7610dea4b3e6aa972603d5797aebf"/></dir><file name="grid.js" hash="62698d6db885f243a27fea81003ba5c4"/><file name="hash.js" hash="7c0c7b8c34dda23a0005270844a355cb"/><file name="image.js" hash="dde42550ec58a6c4699e6883a4623979"/><file name="loader.js" hash="a5052520e29e7aab8cda40e85cc37993"/><file name="magento-all.js" hash="73ac62f92562e4a6224012832c12af09"/><dir name="product"><dir name="composite"><file name="configure.js" hash="5e994d2d7fcf76b8f82b0b4b732eb6a8"/></dir></dir><file name="product.js" hash="189eafc4000ebfd9f2fed0fc2e4e4454"/><file name="rules.js" hash="eb5ae9ac614a1c942681ba9c21f3016a"/><dir name="sales"><file name="packaging.js" hash="0872c8b831416adf1baea16c220494f4"/></dir><file name="sales.js" hash="1cb6e72078c384df2d62745e34060fed"/><file name="scrollbar.js" hash="f36b1102291b8c2ccd4ef0408d3b2731"/><file name="tabs.js" hash="74f7784fdf4cba8cb39686ba0f10a815"/><file name="tools.js" hash="6d02e742cc4ddf92fcd5a2e15fa5f63b"/><file name="uploader.js" hash="d56b76053f2258758fed196befe8160b"/><file name="variables.js" hash="68881e0d5e01ef9881c603c291ae0734"/><dir name="wysiwyg"><dir name="tiny_mce"><dir name="plugins"><dir name="magentovariable"><file name="editor_plugin.js" hash="d452bd963e3e2b252b1187b1c6610f26"/><dir name="img"><file name="icon.gif" hash="682b29a0e734f952cb2edabede6a25d1"/></dir></dir><dir name="magentowidget"><file name="editor_plugin.js" hash="62bb66bcd7633769123e8b7fabc21a53"/><dir name="img"><file name="icon.gif" hash="532c141286373f098f1f4362e001c7f8"/></dir></dir></dir><file name="setup.js" hash="1882a996f381b7ba904e52987aa1a83f"/><dir name="themes"><dir name="advanced"><dir name="skins"><dir name="default"><file name="content.css" hash="6361a53d360cf67042e6e6725e5ecb96"/><file name="dialog.css" hash="397a2468b230a4649efe78035052c4e5"/></dir></dir></dir></dir></dir><file name="widget.js" hash="b7db2eb0b789dfe5490f2279adf21695"/></dir></dir><file name="captcha.js" hash="6dc5ba280287b347d56b181a846cf61e"/><file name="centinel.js" hash="27fcb8729e1791f77b99d1050d2946f1"/><file name="cookies.js" hash="8786c0c1591f26cf5dfe8ec1f5a5ae62"/><file name="directpost.js" hash="ada764f0024000f97dd0002902cdb2c2"/><file name="translate.js" hash="611becb9f341d5b6c82267b2de008019"/><file name="translate_inline.css" hash="0e5f321121c81d05a9811bae6b75d364"/><file name="translate_inline.js" hash="6d990b235b01090a2999e3cda6cc8e57"/></dir><dir name="varien"><file name="accordion.js" hash="dcd9c3e5a66be0199843f4db05cceb4e"/><file name="configurable.js" hash="13b8bb58275dfa44694f58dac453202f"/><file name="form.js" hash="5d2a0833bfc4e0ca39b8cc326f9f01e0"/><file name="iehover-fix.js" hash="8b105ce5cac5dcace2aad2271203d805"/><file name="js.js" hash="19cda0fa9ca9b0c933df25c7f47f273c"/><file name="menu.js" hash="2451c48cc827be424bef6b806eb2febe"/><file name="payment.js" hash="b49b96e0221990810517683410095fc4"/><file name="product.js" hash="f6ea908b15c52ffad6d34f59a538e6ad"/><file name="telephone.js" hash="401467624b6681b39077a8b4c5776ca2"/><file name="weee.js" hash="f46933f470f838519a73a3301418b29f"/></dir><file name="blank.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="index.php" hash="9a76023de59c1958cac0473ef31efa26"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><dir name="flash"><file name="AC_RunActiveContent.js" hash="3e038cea960c1b650442b85cea237053"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_Js_Prototype</name><channel>community</channel><min>1.7.0.0.5</min><max>1.7.1.0</max></package></required></dependencies>
|
18 |
</package>
|