Thu Aug 20 16:49:35 2015 UTC ()
Updated finance/magento to 1.9.2.1.

1.9.2.1
- SUPEE-6482 patch bundle integrated

1.9.2
- Automated testing framework with nearly 170 automated functional tests
- Addressed performance degradation with downloadable products.
- Numerous performance enhancements
- USPS Canadian international shipping rates are returned correctly
- SUPEE-6285, SUPEE-5994, SUPEE-5344 patch bundles integrated
- Additional Security Enhancements

See release notes for more details:

http://merch.docs.magento.com/ce/user_guide/Magento_Community_Edition_User_Guide.html#magento/release-notes-ce-1.9.2.1.html%3FTocPath%3DAppendices%7C%2520Release%2520Notes%7C_____0


(fhajny)
diff -r1.4 -r1.5 pkgsrc/finance/magento/Makefile
diff -r1.3 -r1.4 pkgsrc/finance/magento/PLIST
diff -r1.3 -r1.4 pkgsrc/finance/magento/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/finance/magento/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/magento/Makefile 2015/06/02 19:06:19 1.4
+++ pkgsrc/finance/magento/Makefile 2015/08/20 16:49:35 1.5
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1# $NetBSD: Makefile,v 1.4 2015/06/02 19:06:19 fhajny Exp $ 1# $NetBSD: Makefile,v 1.5 2015/08/20 16:49:35 fhajny Exp $
2 2
3DISTNAME= magento-1.9.1.1 3DISTNAME= magento-1.9.2.1
4CATEGORIES= www finance 4CATEGORIES= www finance
5MASTER_SITES= http://www.magentocommerce.com/downloads/assets/${PKGVERSION_NOREV}/ 5# Upstream temporarily removed the option to download directly
 6MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/fhajny/magento/
 7# MASTER_SITES= http://www.magentocommerce.com/downloads/assets/${PKGVERSION_NOREV}/
6 8
7MAINTAINER= filip@joyent.com 9MAINTAINER= filip@joyent.com
8HOMEPAGE= http://www.magentocommerce.com/ 10HOMEPAGE= http://www.magentocommerce.com/
9COMMENT= Feature-rich eCommerce platform 11COMMENT= Feature-rich eCommerce platform
10LICENSE= osl 12LICENSE= osl
11 13
12DIST_SUBDIR= magento 14DIST_SUBDIR= magento
13PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/fhajny/magento/ 15PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/fhajny/magento/
14PATCHFILES= PATCH_SUPEE-4829_EE_1.14.1.0_v1.sh 16PATCHFILES= # none sofar
15PATCHFILES+= PATCH_SUPEE-5994_CE_1.6.0.0_v1-2015-05-15-04-34-46.sh 
16 17
17DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl 18DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
18DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom 19DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
19DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd 20DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd
20DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv 21DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv
21DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json 22DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
22DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt-[0-9]*:../../security/php-mcrypt 23DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt-[0-9]*:../../security/php-mcrypt
23DEPENDS+= ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql 24DEPENDS+= ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql
24DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql-[0-9]*:../../databases/php-pdo_mysql 25DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql-[0-9]*:../../databases/php-pdo_mysql
25DEPENDS+= ${PHP_PKG_PREFIX}-soap-[0-9]*:../../net/php-soap 26DEPENDS+= ${PHP_PKG_PREFIX}-soap-[0-9]*:../../net/php-soap
26DEPENDS+= ${PHP_PKG_PREFIX}-zlib-[0-9]*:../../archivers/php-zlib 27DEPENDS+= ${PHP_PKG_PREFIX}-zlib-[0-9]*:../../archivers/php-zlib
27 28
28WRKSRC= ${WRKDIR}/magento 29WRKSRC= ${WRKDIR}/magento
@@ -68,26 +69,27 @@ CONF_FILES_PERMS+= share/examples/magent @@ -68,26 +69,27 @@ CONF_FILES_PERMS+= share/examples/magent
68 ${PKG_SYSCONFDIR}/modules/${file} \ 69 ${PKG_SYSCONFDIR}/modules/${file} \
69 ${MAGENTO_OWN} ${MAGENTO_GRP} 0640 70 ${MAGENTO_OWN} ${MAGENTO_GRP} 0640
70.endfor 71.endfor
71 72
72FILES_SUBST+= MAGENTO_OWN=${MAGENTO_OWN} MAGENTO_GRP=${MAGENTO_GRP} 73FILES_SUBST+= MAGENTO_OWN=${MAGENTO_OWN} MAGENTO_GRP=${MAGENTO_GRP}
73INSTALLATION_DIRS+= share/examples/magento share/magento 74INSTALLATION_DIRS+= share/examples/magento share/magento
74PKG_SYSCONFSUBDIR= magento 75PKG_SYSCONFSUBDIR= magento
75PKG_SYSCONFDIR_PERMS= ${MAGENTO_OWN} ${MAGENTO_GRP} 0750 76PKG_SYSCONFDIR_PERMS= ${MAGENTO_OWN} ${MAGENTO_GRP} 0750
76MAKE_DIRS_PERMS+= ${PKG_SYSCONFDIR}/modules ${MAGENTO_OWN} ${MAGENTO_GRP} 0750 77MAKE_DIRS_PERMS+= ${PKG_SYSCONFDIR}/modules ${MAGENTO_OWN} ${MAGENTO_GRP} 0750
77OWN_DIRS_PERMS+= ${MAGENTO_DIR} ${MAGENTO_OWN} ${MAGENTO_GRP} 0750 78OWN_DIRS_PERMS+= ${MAGENTO_DIR} ${MAGENTO_OWN} ${MAGENTO_GRP} 0750
78 79
79# Make note of the patches applied, same way the upstream patch scripts do 80# Make note of the patches applied, same way the upstream patch scripts do
80post-patch: 81post-patch:
 82 ${TOUCH} ${WRKSRC}/app/etc/applied.patches.list
81.for file in ${PATCHFILES} 83.for file in ${PATCHFILES}
82 ${ECHO_N} `${DATE} -u +"%F %T UTC"`' | ' >> ${WRKSRC}/app/etc/applied.patches.list 84 ${ECHO_N} `${DATE} -u +"%F %T UTC"`' | ' >> ${WRKSRC}/app/etc/applied.patches.list
83 ${GREP} '^SUPEE-' ${DISTDIR}/${DIST_SUBDIR}/${file} >> ${WRKSRC}/app/etc/applied.patches.list 85 ${GREP} '^SUPEE-' ${DISTDIR}/${DIST_SUBDIR}/${file} >> ${WRKSRC}/app/etc/applied.patches.list
84.endfor 86.endfor
85 87
86pre-install: 88pre-install:
87 ${FIND} ${WRKSRC} -type f -name "*.orig_dist" | ${XARGS} ${RM} -f 89 ${FIND} ${WRKSRC} -type f -name "*.orig_dist" | ${XARGS} ${RM} -f
88 90
89do-install: 91do-install:
90 cd ${WRKSRC} && pax -rw -p pp * ${DESTDIR}${PREFIX}/share/magento 92 cd ${WRKSRC} && pax -rw -p pp * ${DESTDIR}${PREFIX}/share/magento
91 cd ${DESTDIR}${PREFIX}/share/magento/app/etc && \ 93 cd ${DESTDIR}${PREFIX}/share/magento/app/etc && \
92 ${MV} * ${DESTDIR}${PREFIX}/share/examples/magento 94 ${MV} * ${DESTDIR}${PREFIX}/share/examples/magento
93 ${CHMOD} -R g+w ${DESTDIR}${PREFIX}/share/magento/media 95 ${CHMOD} -R g+w ${DESTDIR}${PREFIX}/share/magento/media

cvs diff -r1.3 -r1.4 pkgsrc/finance/magento/PLIST (expand / switch to unified diff)

--- pkgsrc/finance/magento/PLIST 2015/06/02 19:06:19 1.3
+++ pkgsrc/finance/magento/PLIST 2015/08/20 16:49:35 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2015/06/02 19:06:19 fhajny Exp $ 1@comment $NetBSD: PLIST,v 1.4 2015/08/20 16:49:35 fhajny Exp $
2share/examples/magento/applied.patches.list 2share/examples/magento/applied.patches.list
3share/examples/magento/config.xml 3share/examples/magento/config.xml
4share/examples/magento/local.xml.additional 4share/examples/magento/local.xml.additional
5share/examples/magento/local.xml.template 5share/examples/magento/local.xml.template
6share/examples/magento/modules/Cm_RedisSession.xml 6share/examples/magento/modules/Cm_RedisSession.xml
7share/examples/magento/modules/Mage_All.xml 7share/examples/magento/modules/Mage_All.xml
8share/examples/magento/modules/Mage_Api.xml 8share/examples/magento/modules/Mage_Api.xml
9share/examples/magento/modules/Mage_Api2.xml 9share/examples/magento/modules/Mage_Api2.xml
10share/examples/magento/modules/Mage_Authorizenet.xml 10share/examples/magento/modules/Mage_Authorizenet.xml
11share/examples/magento/modules/Mage_Bundle.xml 11share/examples/magento/modules/Mage_Bundle.xml
12share/examples/magento/modules/Mage_Captcha.xml 12share/examples/magento/modules/Mage_Captcha.xml
13share/examples/magento/modules/Mage_Centinel.xml 13share/examples/magento/modules/Mage_Centinel.xml
14share/examples/magento/modules/Mage_Compiler.xml 14share/examples/magento/modules/Mage_Compiler.xml
@@ -21,26 +21,27 @@ share/examples/magento/modules/Mage_Oaut @@ -21,26 +21,27 @@ share/examples/magento/modules/Mage_Oaut
21share/examples/magento/modules/Mage_PageCache.xml 21share/examples/magento/modules/Mage_PageCache.xml
22share/examples/magento/modules/Mage_Persistent.xml 22share/examples/magento/modules/Mage_Persistent.xml
23share/examples/magento/modules/Mage_Weee.xml 23share/examples/magento/modules/Mage_Weee.xml
24share/examples/magento/modules/Mage_Widget.xml 24share/examples/magento/modules/Mage_Widget.xml
25share/examples/magento/modules/Mage_XmlConnect.xml 25share/examples/magento/modules/Mage_XmlConnect.xml
26share/examples/magento/modules/Phoenix_Moneybookers.xml 26share/examples/magento/modules/Phoenix_Moneybookers.xml
27share/magento/LICENSE.html 27share/magento/LICENSE.html
28share/magento/LICENSE.txt 28share/magento/LICENSE.txt
29share/magento/LICENSE_AFL.txt 29share/magento/LICENSE_AFL.txt
30share/magento/RELEASE_NOTES.txt 30share/magento/RELEASE_NOTES.txt
31share/magento/api.php 31share/magento/api.php
32share/magento/app/.htaccess 32share/magento/app/.htaccess
33share/magento/app/Mage.php 33share/magento/app/Mage.php
 34share/magento/app/bootstrap.php
34share/magento/app/code/community/Cm/RedisSession/Model/Session.php 35share/magento/app/code/community/Cm/RedisSession/Model/Session.php
35share/magento/app/code/community/Cm/RedisSession/etc/config.xml 36share/magento/app/code/community/Cm/RedisSession/etc/config.xml
36share/magento/app/code/community/Phoenix/Moneybookers/Block/Form.php 37share/magento/app/code/community/Phoenix/Moneybookers/Block/Form.php
37share/magento/app/code/community/Phoenix/Moneybookers/Block/Info.php 38share/magento/app/code/community/Phoenix/Moneybookers/Block/Info.php
38share/magento/app/code/community/Phoenix/Moneybookers/Block/Jsinit.php 39share/magento/app/code/community/Phoenix/Moneybookers/Block/Jsinit.php
39share/magento/app/code/community/Phoenix/Moneybookers/Block/Payment.php 40share/magento/app/code/community/Phoenix/Moneybookers/Block/Payment.php
40share/magento/app/code/community/Phoenix/Moneybookers/Block/Placeform.php 41share/magento/app/code/community/Phoenix/Moneybookers/Block/Placeform.php
41share/magento/app/code/community/Phoenix/Moneybookers/Block/Redirect.php 42share/magento/app/code/community/Phoenix/Moneybookers/Block/Redirect.php
42share/magento/app/code/community/Phoenix/Moneybookers/Helper/Data.php 43share/magento/app/code/community/Phoenix/Moneybookers/Helper/Data.php
43share/magento/app/code/community/Phoenix/Moneybookers/Model/Abstract.php 44share/magento/app/code/community/Phoenix/Moneybookers/Model/Abstract.php
44share/magento/app/code/community/Phoenix/Moneybookers/Model/Acc.php 45share/magento/app/code/community/Phoenix/Moneybookers/Model/Acc.php
45share/magento/app/code/community/Phoenix/Moneybookers/Model/Csi.php 46share/magento/app/code/community/Phoenix/Moneybookers/Model/Csi.php
46share/magento/app/code/community/Phoenix/Moneybookers/Model/Did.php 47share/magento/app/code/community/Phoenix/Moneybookers/Model/Did.php
@@ -58,26 +59,27 @@ share/magento/app/code/community/Phoenix @@ -58,26 +59,27 @@ share/magento/app/code/community/Phoenix
58share/magento/app/code/community/Phoenix/Moneybookers/Model/Pli.php 59share/magento/app/code/community/Phoenix/Moneybookers/Model/Pli.php
59share/magento/app/code/community/Phoenix/Moneybookers/Model/Psp.php 60share/magento/app/code/community/Phoenix/Moneybookers/Model/Psp.php
60share/magento/app/code/community/Phoenix/Moneybookers/Model/Pwy.php 61share/magento/app/code/community/Phoenix/Moneybookers/Model/Pwy.php
61share/magento/app/code/community/Phoenix/Moneybookers/Model/Sft.php 62share/magento/app/code/community/Phoenix/Moneybookers/Model/Sft.php
62share/magento/app/code/community/Phoenix/Moneybookers/Model/So2.php 63share/magento/app/code/community/Phoenix/Moneybookers/Model/So2.php
63share/magento/app/code/community/Phoenix/Moneybookers/Model/Wlt.php 64share/magento/app/code/community/Phoenix/Moneybookers/Model/Wlt.php
64share/magento/app/code/community/Phoenix/Moneybookers/controllers/MoneybookersController.php 65share/magento/app/code/community/Phoenix/Moneybookers/controllers/MoneybookersController.php
65share/magento/app/code/community/Phoenix/Moneybookers/controllers/ProcessingController.php 66share/magento/app/code/community/Phoenix/Moneybookers/controllers/ProcessingController.php
66share/magento/app/code/community/Phoenix/Moneybookers/etc/config.xml 67share/magento/app/code/community/Phoenix/Moneybookers/etc/config.xml
67share/magento/app/code/community/Phoenix/Moneybookers/etc/system.xml 68share/magento/app/code/community/Phoenix/Moneybookers/etc/system.xml
68share/magento/app/code/community/Phoenix/Moneybookers/sql/moneybookers_setup/install-1.6.0.0.php 69share/magento/app/code/community/Phoenix/Moneybookers/sql/moneybookers_setup/install-1.6.0.0.php
69share/magento/app/code/community/Phoenix/Moneybookers/sql/moneybookers_setup/mysql4-upgrade-1.2-1.2.0.1.php 70share/magento/app/code/community/Phoenix/Moneybookers/sql/moneybookers_setup/mysql4-upgrade-1.2-1.2.0.1.php
70share/magento/app/code/core/Mage/Admin/Helper/Data.php 71share/magento/app/code/core/Mage/Admin/Helper/Data.php
 72share/magento/app/code/core/Mage/Admin/Helper/Rules/Fallback.php
71share/magento/app/code/core/Mage/Admin/Model/Acl.php 73share/magento/app/code/core/Mage/Admin/Model/Acl.php
72share/magento/app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php 74share/magento/app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php
73share/magento/app/code/core/Mage/Admin/Model/Acl/Assert/Time.php 75share/magento/app/code/core/Mage/Admin/Model/Acl/Assert/Time.php
74share/magento/app/code/core/Mage/Admin/Model/Acl/Resource.php 76share/magento/app/code/core/Mage/Admin/Model/Acl/Resource.php
75share/magento/app/code/core/Mage/Admin/Model/Acl/Role.php 77share/magento/app/code/core/Mage/Admin/Model/Acl/Role.php
76share/magento/app/code/core/Mage/Admin/Model/Acl/Role/Generic.php 78share/magento/app/code/core/Mage/Admin/Model/Acl/Role/Generic.php
77share/magento/app/code/core/Mage/Admin/Model/Acl/Role/Group.php 79share/magento/app/code/core/Mage/Admin/Model/Acl/Role/Group.php
78share/magento/app/code/core/Mage/Admin/Model/Acl/Role/Registry.php 80share/magento/app/code/core/Mage/Admin/Model/Acl/Role/Registry.php
79share/magento/app/code/core/Mage/Admin/Model/Acl/Role/User.php 81share/magento/app/code/core/Mage/Admin/Model/Acl/Role/User.php
80share/magento/app/code/core/Mage/Admin/Model/Config.php 82share/magento/app/code/core/Mage/Admin/Model/Config.php
81share/magento/app/code/core/Mage/Admin/Model/Mysql4/Acl.php 83share/magento/app/code/core/Mage/Admin/Model/Mysql4/Acl.php
82share/magento/app/code/core/Mage/Admin/Model/Mysql4/Acl/Role.php 84share/magento/app/code/core/Mage/Admin/Model/Mysql4/Acl/Role.php
83share/magento/app/code/core/Mage/Admin/Model/Mysql4/Acl/Role/Collection.php 85share/magento/app/code/core/Mage/Admin/Model/Mysql4/Acl/Role/Collection.php
@@ -1940,26 +1942,27 @@ share/magento/app/code/core/Mage/Catalog @@ -1940,26 +1942,27 @@ share/magento/app/code/core/Mage/Catalog
1940share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.6-1.4.0.0.7.php 1942share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.6-1.4.0.0.7.php
1941share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.7-1.4.0.0.8.php 1943share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.7-1.4.0.0.8.php
1942share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.8-1.4.0.0.9.php 1944share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.8-1.4.0.0.9.php
1943share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.9-1.4.0.0.10.php 1945share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.9-1.4.0.0.10.php
1944share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php 1946share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
1945share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.6.0.0.8-1.6.0.0.9.php 1947share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.6.0.0.8-1.6.0.0.9.php
1946share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0-1.6.0.0.1.php 1948share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0-1.6.0.0.1.php
1947share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.1-1.6.0.0.2.php 1949share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.1-1.6.0.0.2.php
1948share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.10-1.6.0.0.11.php 1950share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.10-1.6.0.0.11.php
1949share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.11-1.6.0.0.12.php 1951share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.11-1.6.0.0.12.php
1950share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.14-1.6.0.0.15.php 1952share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.14-1.6.0.0.15.php
1951share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.15-1.6.0.0.18.php 1953share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.15-1.6.0.0.18.php
1952share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.18-1.6.0.0.19.php 1954share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.18-1.6.0.0.19.php
 1955share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.19.1.1-1.6.0.0.19.1.2.php
1953share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.2-1.6.0.0.3.php 1956share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.2-1.6.0.0.3.php
1954share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.3-1.6.0.0.4.php 1957share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.3-1.6.0.0.4.php
1955share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.4-1.6.0.0.5.php 1958share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.4-1.6.0.0.5.php
1956share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.5-1.6.0.0.6.php 1959share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.5-1.6.0.0.6.php
1957share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.6-1.6.0.0.7.php 1960share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.6-1.6.0.0.7.php
1958share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.7-1.6.0.0.8.php 1961share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.7-1.6.0.0.8.php
1959share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.9-1.6.0.0.10.php 1962share/magento/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.9-1.6.0.0.10.php
1960share/magento/app/code/core/Mage/CatalogIndex/Model/Aggregation.php 1963share/magento/app/code/core/Mage/CatalogIndex/Model/Aggregation.php
1961share/magento/app/code/core/Mage/CatalogIndex/Model/Attribute.php 1964share/magento/app/code/core/Mage/CatalogIndex/Model/Attribute.php
1962share/magento/app/code/core/Mage/CatalogIndex/Model/Catalog/Index/Flag.php 1965share/magento/app/code/core/Mage/CatalogIndex/Model/Catalog/Index/Flag.php
1963share/magento/app/code/core/Mage/CatalogIndex/Model/Catalog/Index/Kill/Flag.php 1966share/magento/app/code/core/Mage/CatalogIndex/Model/Catalog/Index/Kill/Flag.php
1964share/magento/app/code/core/Mage/CatalogIndex/Model/Data/Abstract.php 1967share/magento/app/code/core/Mage/CatalogIndex/Model/Data/Abstract.php
1965share/magento/app/code/core/Mage/CatalogIndex/Model/Data/Configurable.php 1968share/magento/app/code/core/Mage/CatalogIndex/Model/Data/Configurable.php
@@ -2850,26 +2853,27 @@ share/magento/app/code/core/Mage/Custome @@ -2850,26 +2853,27 @@ share/magento/app/code/core/Mage/Custome
2850share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.12-1.4.0.0.13.php 2853share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.12-1.4.0.0.13.php
2851share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.2-1.4.0.0.3.php 2854share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.2-1.4.0.0.3.php
2852share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.3-1.4.0.0.4.php 2855share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.3-1.4.0.0.4.php
2853share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.5-1.4.0.0.6.php 2856share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.5-1.4.0.0.6.php
2854share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.6-1.4.0.0.7.php 2857share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.6-1.4.0.0.7.php
2855share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.7-1.4.0.0.8.php 2858share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.7-1.4.0.0.8.php
2856share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.8-1.4.0.0.9.php 2859share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.8-1.4.0.0.9.php
2857share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.9-1.4.0.0.10.php 2860share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.4.0.0.9-1.4.0.0.10.php
2858share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php 2861share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
2859share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.6.0.0-1.6.1.0.php 2862share/magento/app/code/core/Mage/Customer/sql/customer_setup/mysql4-upgrade-1.6.0.0-1.6.1.0.php
2860share/magento/app/code/core/Mage/Customer/sql/customer_setup/upgrade-1.6.1.0-1.6.2.0.php 2863share/magento/app/code/core/Mage/Customer/sql/customer_setup/upgrade-1.6.1.0-1.6.2.0.php
2861share/magento/app/code/core/Mage/Customer/sql/customer_setup/upgrade-1.6.2.0-1.6.2.0.1.php 2864share/magento/app/code/core/Mage/Customer/sql/customer_setup/upgrade-1.6.2.0-1.6.2.0.1.php
2862share/magento/app/code/core/Mage/Customer/sql/customer_setup/upgrade-1.6.2.0.1-1.6.2.0.2.php 2865share/magento/app/code/core/Mage/Customer/sql/customer_setup/upgrade-1.6.2.0.1-1.6.2.0.2.php
 2866share/magento/app/code/core/Mage/Customer/sql/customer_setup/upgrade-1.6.2.0.3-1.6.2.0.4.php
2863share/magento/app/code/core/Mage/Dataflow/Helper/Data.php 2867share/magento/app/code/core/Mage/Dataflow/Helper/Data.php
2864share/magento/app/code/core/Mage/Dataflow/Model/Batch.php 2868share/magento/app/code/core/Mage/Dataflow/Model/Batch.php
2865share/magento/app/code/core/Mage/Dataflow/Model/Batch/Abstract.php 2869share/magento/app/code/core/Mage/Dataflow/Model/Batch/Abstract.php
2866share/magento/app/code/core/Mage/Dataflow/Model/Batch/Export.php 2870share/magento/app/code/core/Mage/Dataflow/Model/Batch/Export.php
2867share/magento/app/code/core/Mage/Dataflow/Model/Batch/Import.php 2871share/magento/app/code/core/Mage/Dataflow/Model/Batch/Import.php
2868share/magento/app/code/core/Mage/Dataflow/Model/Batch/Io.php 2872share/magento/app/code/core/Mage/Dataflow/Model/Batch/Io.php
2869share/magento/app/code/core/Mage/Dataflow/Model/Convert.php 2873share/magento/app/code/core/Mage/Dataflow/Model/Convert.php
2870share/magento/app/code/core/Mage/Dataflow/Model/Convert/Action.php 2874share/magento/app/code/core/Mage/Dataflow/Model/Convert/Action.php
2871share/magento/app/code/core/Mage/Dataflow/Model/Convert/Action/Abstract.php 2875share/magento/app/code/core/Mage/Dataflow/Model/Convert/Action/Abstract.php
2872share/magento/app/code/core/Mage/Dataflow/Model/Convert/Action/Interface.php 2876share/magento/app/code/core/Mage/Dataflow/Model/Convert/Action/Interface.php
2873share/magento/app/code/core/Mage/Dataflow/Model/Convert/Adapter/Abstract.php 2877share/magento/app/code/core/Mage/Dataflow/Model/Convert/Adapter/Abstract.php
2874share/magento/app/code/core/Mage/Dataflow/Model/Convert/Adapter/Db/Table.php 2878share/magento/app/code/core/Mage/Dataflow/Model/Convert/Adapter/Db/Table.php
2875share/magento/app/code/core/Mage/Dataflow/Model/Convert/Adapter/Http.php 2879share/magento/app/code/core/Mage/Dataflow/Model/Convert/Adapter/Http.php
@@ -2973,26 +2977,27 @@ share/magento/app/code/core/Mage/Directo @@ -2973,26 +2977,27 @@ share/magento/app/code/core/Mage/Directo
2973share/magento/app/code/core/Mage/Directory/Model/Region/Api.php 2977share/magento/app/code/core/Mage/Directory/Model/Region/Api.php
2974share/magento/app/code/core/Mage/Directory/Model/Region/Api/V2.php 2978share/magento/app/code/core/Mage/Directory/Model/Region/Api/V2.php
2975share/magento/app/code/core/Mage/Directory/Model/Resource/Country.php 2979share/magento/app/code/core/Mage/Directory/Model/Resource/Country.php
2976share/magento/app/code/core/Mage/Directory/Model/Resource/Country/Collection.php 2980share/magento/app/code/core/Mage/Directory/Model/Resource/Country/Collection.php
2977share/magento/app/code/core/Mage/Directory/Model/Resource/Country/Format.php 2981share/magento/app/code/core/Mage/Directory/Model/Resource/Country/Format.php
2978share/magento/app/code/core/Mage/Directory/Model/Resource/Country/Format/Collection.php 2982share/magento/app/code/core/Mage/Directory/Model/Resource/Country/Format/Collection.php
2979share/magento/app/code/core/Mage/Directory/Model/Resource/Currency.php 2983share/magento/app/code/core/Mage/Directory/Model/Resource/Currency.php
2980share/magento/app/code/core/Mage/Directory/Model/Resource/Currency/Collection.php 2984share/magento/app/code/core/Mage/Directory/Model/Resource/Currency/Collection.php
2981share/magento/app/code/core/Mage/Directory/Model/Resource/Region.php 2985share/magento/app/code/core/Mage/Directory/Model/Resource/Region.php
2982share/magento/app/code/core/Mage/Directory/Model/Resource/Region/Collection.php 2986share/magento/app/code/core/Mage/Directory/Model/Resource/Region/Collection.php
2983share/magento/app/code/core/Mage/Directory/controllers/CurrencyController.php 2987share/magento/app/code/core/Mage/Directory/controllers/CurrencyController.php
2984share/magento/app/code/core/Mage/Directory/data/directory_setup/data-install-1.6.0.0.php 2988share/magento/app/code/core/Mage/Directory/data/directory_setup/data-install-1.6.0.0.php
2985share/magento/app/code/core/Mage/Directory/data/directory_setup/data-upgrade-1.6.0.0-1.6.0.1.php 2989share/magento/app/code/core/Mage/Directory/data/directory_setup/data-upgrade-1.6.0.0-1.6.0.1.php
 2990share/magento/app/code/core/Mage/Directory/data/directory_setup/data-upgrade-1.6.0.2-1.6.0.3.php
2986share/magento/app/code/core/Mage/Directory/etc/api.xml 2991share/magento/app/code/core/Mage/Directory/etc/api.xml
2987share/magento/app/code/core/Mage/Directory/etc/config.xml 2992share/magento/app/code/core/Mage/Directory/etc/config.xml
2988share/magento/app/code/core/Mage/Directory/etc/system.xml 2993share/magento/app/code/core/Mage/Directory/etc/system.xml
2989share/magento/app/code/core/Mage/Directory/etc/wsdl.xml 2994share/magento/app/code/core/Mage/Directory/etc/wsdl.xml
2990share/magento/app/code/core/Mage/Directory/etc/wsi.xml 2995share/magento/app/code/core/Mage/Directory/etc/wsi.xml
2991share/magento/app/code/core/Mage/Directory/sql/directory_setup/install-1.6.0.0.php 2996share/magento/app/code/core/Mage/Directory/sql/directory_setup/install-1.6.0.0.php
2992share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-install-0.7.0.php 2997share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-install-0.7.0.php
2993share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-install-0.8.0.php 2998share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-install-0.8.0.php
2994share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-upgrade-0.7.0-0.7.1.php 2999share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-upgrade-0.7.0-0.7.1.php
2995share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-upgrade-0.7.1-0.7.2.php 3000share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-upgrade-0.7.1-0.7.2.php
2996share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-upgrade-0.8.0-0.8.1.php 3001share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-upgrade-0.8.0-0.8.1.php
2997share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-upgrade-0.8.1-0.8.2.php 3002share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-upgrade-0.8.1-0.8.2.php
2998share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-upgrade-0.8.10-0.8.11.php 3003share/magento/app/code/core/Mage/Directory/sql/directory_setup/mysql4-upgrade-0.8.10-0.8.11.php
@@ -3449,26 +3454,27 @@ share/magento/app/code/core/Mage/Install @@ -3449,26 +3454,27 @@ share/magento/app/code/core/Mage/Install
3449share/magento/app/code/core/Mage/Install/Model/Installer/Db/Abstract.php 3454share/magento/app/code/core/Mage/Install/Model/Installer/Db/Abstract.php
3450share/magento/app/code/core/Mage/Install/Model/Installer/Db/Mysql4.php 3455share/magento/app/code/core/Mage/Install/Model/Installer/Db/Mysql4.php
3451share/magento/app/code/core/Mage/Install/Model/Installer/Env.php 3456share/magento/app/code/core/Mage/Install/Model/Installer/Env.php
3452share/magento/app/code/core/Mage/Install/Model/Installer/Filesystem.php 3457share/magento/app/code/core/Mage/Install/Model/Installer/Filesystem.php
3453share/magento/app/code/core/Mage/Install/Model/Installer/Pear.php 3458share/magento/app/code/core/Mage/Install/Model/Installer/Pear.php
3454share/magento/app/code/core/Mage/Install/Model/Observer.php 3459share/magento/app/code/core/Mage/Install/Model/Observer.php
3455share/magento/app/code/core/Mage/Install/Model/Session.php 3460share/magento/app/code/core/Mage/Install/Model/Session.php
3456share/magento/app/code/core/Mage/Install/Model/Wizard.php 3461share/magento/app/code/core/Mage/Install/Model/Wizard.php
3457share/magento/app/code/core/Mage/Install/controllers/IndexController.php 3462share/magento/app/code/core/Mage/Install/controllers/IndexController.php
3458share/magento/app/code/core/Mage/Install/controllers/WizardController.php 3463share/magento/app/code/core/Mage/Install/controllers/WizardController.php
3459share/magento/app/code/core/Mage/Install/etc/config.xml 3464share/magento/app/code/core/Mage/Install/etc/config.xml
3460share/magento/app/code/core/Mage/Install/etc/install.xml 3465share/magento/app/code/core/Mage/Install/etc/install.xml
3461share/magento/app/code/core/Mage/Log/Helper/Data.php 3466share/magento/app/code/core/Mage/Log/Helper/Data.php
 3467share/magento/app/code/core/Mage/Log/Model/Adminhtml/System/Config/Source/Loglevel.php
3462share/magento/app/code/core/Mage/Log/Model/Aggregation.php 3468share/magento/app/code/core/Mage/Log/Model/Aggregation.php
3463share/magento/app/code/core/Mage/Log/Model/Cron.php 3469share/magento/app/code/core/Mage/Log/Model/Cron.php
3464share/magento/app/code/core/Mage/Log/Model/Customer.php 3470share/magento/app/code/core/Mage/Log/Model/Customer.php
3465share/magento/app/code/core/Mage/Log/Model/Log.php 3471share/magento/app/code/core/Mage/Log/Model/Log.php
3466share/magento/app/code/core/Mage/Log/Model/Mysql4/Aggregation.php 3472share/magento/app/code/core/Mage/Log/Model/Mysql4/Aggregation.php
3467share/magento/app/code/core/Mage/Log/Model/Mysql4/Customer.php 3473share/magento/app/code/core/Mage/Log/Model/Mysql4/Customer.php
3468share/magento/app/code/core/Mage/Log/Model/Mysql4/Log.php 3474share/magento/app/code/core/Mage/Log/Model/Mysql4/Log.php
3469share/magento/app/code/core/Mage/Log/Model/Mysql4/Visitor.php 3475share/magento/app/code/core/Mage/Log/Model/Mysql4/Visitor.php
3470share/magento/app/code/core/Mage/Log/Model/Mysql4/Visitor/Collection.php 3476share/magento/app/code/core/Mage/Log/Model/Mysql4/Visitor/Collection.php
3471share/magento/app/code/core/Mage/Log/Model/Mysql4/Visitor/Online.php 3477share/magento/app/code/core/Mage/Log/Model/Mysql4/Visitor/Online.php
3472share/magento/app/code/core/Mage/Log/Model/Mysql4/Visitor/Online/Collection.php 3478share/magento/app/code/core/Mage/Log/Model/Mysql4/Visitor/Online/Collection.php
3473share/magento/app/code/core/Mage/Log/Model/Resource/Aggregation.php 3479share/magento/app/code/core/Mage/Log/Model/Resource/Aggregation.php
3474share/magento/app/code/core/Mage/Log/Model/Resource/Customer.php 3480share/magento/app/code/core/Mage/Log/Model/Resource/Customer.php
@@ -3482,26 +3488,27 @@ share/magento/app/code/core/Mage/Log/Mod @@ -3482,26 +3488,27 @@ share/magento/app/code/core/Mage/Log/Mod
3482share/magento/app/code/core/Mage/Log/data/log_setup/data-install-1.6.0.0.php 3488share/magento/app/code/core/Mage/Log/data/log_setup/data-install-1.6.0.0.php
3483share/magento/app/code/core/Mage/Log/etc/config.xml 3489share/magento/app/code/core/Mage/Log/etc/config.xml
3484share/magento/app/code/core/Mage/Log/etc/system.xml 3490share/magento/app/code/core/Mage/Log/etc/system.xml
3485share/magento/app/code/core/Mage/Log/sql/log_setup/install-1.6.0.0.php 3491share/magento/app/code/core/Mage/Log/sql/log_setup/install-1.6.0.0.php
3486share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-install-0.7.0.php 3492share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-install-0.7.0.php
3487share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.0-0.7.1.php 3493share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.0-0.7.1.php
3488share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.1-0.7.2.php 3494share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.1-0.7.2.php
3489share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.3-0.7.4.php 3495share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.3-0.7.4.php
3490share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.4-0.7.5.php 3496share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.4-0.7.5.php
3491share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.5-0.7.6.php 3497share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.5-0.7.6.php
3492share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.6-0.7.7.php 3498share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.6-0.7.7.php
3493share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php 3499share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
3494share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-1.6.0.0-1.6.1.0.php 3500share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-1.6.0.0-1.6.1.0.php
 3501share/magento/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-1.6.1.0-1.6.1.1.php
3495share/magento/app/code/core/Mage/Media/Helper/Data.php 3502share/magento/app/code/core/Mage/Media/Helper/Data.php
3496share/magento/app/code/core/Mage/Media/Model/File/Image.php 3503share/magento/app/code/core/Mage/Media/Model/File/Image.php
3497share/magento/app/code/core/Mage/Media/Model/Image.php 3504share/magento/app/code/core/Mage/Media/Model/Image.php
3498share/magento/app/code/core/Mage/Media/Model/Image/Config/Interface.php 3505share/magento/app/code/core/Mage/Media/Model/Image/Config/Interface.php
3499share/magento/app/code/core/Mage/Media/etc/config.xml 3506share/magento/app/code/core/Mage/Media/etc/config.xml
3500share/magento/app/code/core/Mage/Newsletter/Block/Subscribe.php 3507share/magento/app/code/core/Mage/Newsletter/Block/Subscribe.php
3501share/magento/app/code/core/Mage/Newsletter/Helper/Data.php 3508share/magento/app/code/core/Mage/Newsletter/Helper/Data.php
3502share/magento/app/code/core/Mage/Newsletter/Model/Message.php 3509share/magento/app/code/core/Mage/Newsletter/Model/Message.php
3503share/magento/app/code/core/Mage/Newsletter/Model/Mysql4/Problem.php 3510share/magento/app/code/core/Mage/Newsletter/Model/Mysql4/Problem.php
3504share/magento/app/code/core/Mage/Newsletter/Model/Mysql4/Problem/Collection.php 3511share/magento/app/code/core/Mage/Newsletter/Model/Mysql4/Problem/Collection.php
3505share/magento/app/code/core/Mage/Newsletter/Model/Mysql4/Queue.php 3512share/magento/app/code/core/Mage/Newsletter/Model/Mysql4/Queue.php
3506share/magento/app/code/core/Mage/Newsletter/Model/Mysql4/Queue/Collection.php 3513share/magento/app/code/core/Mage/Newsletter/Model/Mysql4/Queue/Collection.php
3507share/magento/app/code/core/Mage/Newsletter/Model/Mysql4/Subscriber.php 3514share/magento/app/code/core/Mage/Newsletter/Model/Mysql4/Subscriber.php
@@ -3860,26 +3867,27 @@ share/magento/app/code/core/Mage/Poll/Mo @@ -3860,26 +3867,27 @@ share/magento/app/code/core/Mage/Poll/Mo
3860share/magento/app/code/core/Mage/Poll/Model/Resource/Poll/Answer/Collection.php 3867share/magento/app/code/core/Mage/Poll/Model/Resource/Poll/Answer/Collection.php
3861share/magento/app/code/core/Mage/Poll/Model/Resource/Poll/Collection.php 3868share/magento/app/code/core/Mage/Poll/Model/Resource/Poll/Collection.php
3862share/magento/app/code/core/Mage/Poll/Model/Resource/Poll/Vote.php 3869share/magento/app/code/core/Mage/Poll/Model/Resource/Poll/Vote.php
3863share/magento/app/code/core/Mage/Poll/controllers/VoteController.php 3870share/magento/app/code/core/Mage/Poll/controllers/VoteController.php
3864share/magento/app/code/core/Mage/Poll/data/poll_setup/data-install-1.6.0.0.php 3871share/magento/app/code/core/Mage/Poll/data/poll_setup/data-install-1.6.0.0.php
3865share/magento/app/code/core/Mage/Poll/etc/adminhtml.xml 3872share/magento/app/code/core/Mage/Poll/etc/adminhtml.xml
3866share/magento/app/code/core/Mage/Poll/etc/config.xml 3873share/magento/app/code/core/Mage/Poll/etc/config.xml
3867share/magento/app/code/core/Mage/Poll/etc/system.xml 3874share/magento/app/code/core/Mage/Poll/etc/system.xml
3868share/magento/app/code/core/Mage/Poll/sql/poll_setup/install-1.6.0.0.php 3875share/magento/app/code/core/Mage/Poll/sql/poll_setup/install-1.6.0.0.php
3869share/magento/app/code/core/Mage/Poll/sql/poll_setup/mysql4-install-0.7.0.php 3876share/magento/app/code/core/Mage/Poll/sql/poll_setup/mysql4-install-0.7.0.php
3870share/magento/app/code/core/Mage/Poll/sql/poll_setup/mysql4-upgrade-0.6.0-0.6.1.php 3877share/magento/app/code/core/Mage/Poll/sql/poll_setup/mysql4-upgrade-0.6.0-0.6.1.php
3871share/magento/app/code/core/Mage/Poll/sql/poll_setup/mysql4-upgrade-0.7.1-0.7.2.php 3878share/magento/app/code/core/Mage/Poll/sql/poll_setup/mysql4-upgrade-0.7.1-0.7.2.php
3872share/magento/app/code/core/Mage/Poll/sql/poll_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php 3879share/magento/app/code/core/Mage/Poll/sql/poll_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
 3880share/magento/app/code/core/Mage/Poll/sql/poll_setup/mysql4-upgrade-1.6.0.0-1.6.0.1.php
3873share/magento/app/code/core/Mage/ProductAlert/Block/Email/Abstract.php 3881share/magento/app/code/core/Mage/ProductAlert/Block/Email/Abstract.php
3874share/magento/app/code/core/Mage/ProductAlert/Block/Email/Price.php 3882share/magento/app/code/core/Mage/ProductAlert/Block/Email/Price.php
3875share/magento/app/code/core/Mage/ProductAlert/Block/Email/Stock.php 3883share/magento/app/code/core/Mage/ProductAlert/Block/Email/Stock.php
3876share/magento/app/code/core/Mage/ProductAlert/Block/Price.php 3884share/magento/app/code/core/Mage/ProductAlert/Block/Price.php
3877share/magento/app/code/core/Mage/ProductAlert/Block/Product/View.php 3885share/magento/app/code/core/Mage/ProductAlert/Block/Product/View.php
3878share/magento/app/code/core/Mage/ProductAlert/Block/Stock.php 3886share/magento/app/code/core/Mage/ProductAlert/Block/Stock.php
3879share/magento/app/code/core/Mage/ProductAlert/Helper/Data.php 3887share/magento/app/code/core/Mage/ProductAlert/Helper/Data.php
3880share/magento/app/code/core/Mage/ProductAlert/Model/Email.php 3888share/magento/app/code/core/Mage/ProductAlert/Model/Email.php
3881share/magento/app/code/core/Mage/ProductAlert/Model/Mysql4/Price.php 3889share/magento/app/code/core/Mage/ProductAlert/Model/Mysql4/Price.php
3882share/magento/app/code/core/Mage/ProductAlert/Model/Mysql4/Price/Collection.php 3890share/magento/app/code/core/Mage/ProductAlert/Model/Mysql4/Price/Collection.php
3883share/magento/app/code/core/Mage/ProductAlert/Model/Mysql4/Price/Customer/Collection.php 3891share/magento/app/code/core/Mage/ProductAlert/Model/Mysql4/Price/Customer/Collection.php
3884share/magento/app/code/core/Mage/ProductAlert/Model/Mysql4/Stock.php 3892share/magento/app/code/core/Mage/ProductAlert/Model/Mysql4/Stock.php
3885share/magento/app/code/core/Mage/ProductAlert/Model/Mysql4/Stock/Collection.php 3893share/magento/app/code/core/Mage/ProductAlert/Model/Mysql4/Stock/Collection.php
@@ -3921,26 +3929,27 @@ share/magento/app/code/core/Mage/Rating/ @@ -3921,26 +3929,27 @@ share/magento/app/code/core/Mage/Rating/
3921share/magento/app/code/core/Mage/Rating/Model/Resource/Rating/Entity.php 3929share/magento/app/code/core/Mage/Rating/Model/Resource/Rating/Entity.php
3922share/magento/app/code/core/Mage/Rating/Model/Resource/Rating/Option.php 3930share/magento/app/code/core/Mage/Rating/Model/Resource/Rating/Option.php
3923share/magento/app/code/core/Mage/Rating/Model/Resource/Rating/Option/Collection.php 3931share/magento/app/code/core/Mage/Rating/Model/Resource/Rating/Option/Collection.php
3924share/magento/app/code/core/Mage/Rating/Model/Resource/Rating/Option/Vote.php 3932share/magento/app/code/core/Mage/Rating/Model/Resource/Rating/Option/Vote.php
3925share/magento/app/code/core/Mage/Rating/Model/Resource/Rating/Option/Vote/Collection.php 3933share/magento/app/code/core/Mage/Rating/Model/Resource/Rating/Option/Vote/Collection.php
3926share/magento/app/code/core/Mage/Rating/data/rating_setup/data-install-1.6.0.0.php 3934share/magento/app/code/core/Mage/Rating/data/rating_setup/data-install-1.6.0.0.php
3927share/magento/app/code/core/Mage/Rating/etc/adminhtml.xml 3935share/magento/app/code/core/Mage/Rating/etc/adminhtml.xml
3928share/magento/app/code/core/Mage/Rating/etc/config.xml 3936share/magento/app/code/core/Mage/Rating/etc/config.xml
3929share/magento/app/code/core/Mage/Rating/sql/rating_setup/install-1.6.0.0.php 3937share/magento/app/code/core/Mage/Rating/sql/rating_setup/install-1.6.0.0.php
3930share/magento/app/code/core/Mage/Rating/sql/rating_setup/mysql4-install-0.7.0.php 3938share/magento/app/code/core/Mage/Rating/sql/rating_setup/mysql4-install-0.7.0.php
3931share/magento/app/code/core/Mage/Rating/sql/rating_setup/mysql4-upgrade-0.7.0-0.7.1.php 3939share/magento/app/code/core/Mage/Rating/sql/rating_setup/mysql4-upgrade-0.7.0-0.7.1.php
3932share/magento/app/code/core/Mage/Rating/sql/rating_setup/mysql4-upgrade-0.7.1-0.7.2.php 3940share/magento/app/code/core/Mage/Rating/sql/rating_setup/mysql4-upgrade-0.7.1-0.7.2.php
3933share/magento/app/code/core/Mage/Rating/sql/rating_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php 3941share/magento/app/code/core/Mage/Rating/sql/rating_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
 3942share/magento/app/code/core/Mage/Rating/sql/rating_setup/mysql4-upgrade-1.6.0.0-1.6.0.1.php
3934share/magento/app/code/core/Mage/Reports/Block/Product/Abstract.php 3943share/magento/app/code/core/Mage/Reports/Block/Product/Abstract.php
3935share/magento/app/code/core/Mage/Reports/Block/Product/Compared.php 3944share/magento/app/code/core/Mage/Reports/Block/Product/Compared.php
3936share/magento/app/code/core/Mage/Reports/Block/Product/Viewed.php 3945share/magento/app/code/core/Mage/Reports/Block/Product/Viewed.php
3937share/magento/app/code/core/Mage/Reports/Block/Product/Widget/Compared.php 3946share/magento/app/code/core/Mage/Reports/Block/Product/Widget/Compared.php
3938share/magento/app/code/core/Mage/Reports/Block/Product/Widget/Viewed.php 3947share/magento/app/code/core/Mage/Reports/Block/Product/Widget/Viewed.php
3939share/magento/app/code/core/Mage/Reports/Exception.php 3948share/magento/app/code/core/Mage/Reports/Exception.php
3940share/magento/app/code/core/Mage/Reports/Helper/Data.php 3949share/magento/app/code/core/Mage/Reports/Helper/Data.php
3941share/magento/app/code/core/Mage/Reports/Model/Config.php 3950share/magento/app/code/core/Mage/Reports/Model/Config.php
3942share/magento/app/code/core/Mage/Reports/Model/Event.php 3951share/magento/app/code/core/Mage/Reports/Model/Event.php
3943share/magento/app/code/core/Mage/Reports/Model/Event/Observer.php 3952share/magento/app/code/core/Mage/Reports/Model/Event/Observer.php
3944share/magento/app/code/core/Mage/Reports/Model/Event/Type.php 3953share/magento/app/code/core/Mage/Reports/Model/Event/Type.php
3945share/magento/app/code/core/Mage/Reports/Model/Flag.php 3954share/magento/app/code/core/Mage/Reports/Model/Flag.php
3946share/magento/app/code/core/Mage/Reports/Model/Grouped/Collection.php 3955share/magento/app/code/core/Mage/Reports/Model/Grouped/Collection.php
@@ -4744,26 +4753,27 @@ share/magento/app/code/core/Mage/Sales/s @@ -4744,26 +4753,27 @@ share/magento/app/code/core/Mage/Sales/s
4744share/magento/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-1.4.0.5-1.4.0.6.php 4753share/magento/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-1.4.0.5-1.4.0.6.php
4745share/magento/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-1.4.0.6-1.4.0.7.php 4754share/magento/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-1.4.0.6-1.4.0.7.php
4746share/magento/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-1.4.0.7-1.4.0.8.php 4755share/magento/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-1.4.0.7-1.4.0.8.php
4747share/magento/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-1.4.0.8-1.4.0.15.php 4756share/magento/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-1.4.0.8-1.4.0.15.php
4748share/magento/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php 4757share/magento/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
4749share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.0-1.6.0.1.php 4758share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.0-1.6.0.1.php
4750share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.1-1.6.0.2.php 4759share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.1-1.6.0.2.php
4751share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.2-1.6.0.3.php 4760share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.2-1.6.0.3.php
4752share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.3-1.6.0.4.php 4761share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.3-1.6.0.4.php
4753share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.4-1.6.0.5.php 4762share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.4-1.6.0.5.php
4754share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.5-1.6.0.6.php 4763share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.5-1.6.0.6.php
4755share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.6-1.6.0.7.php 4764share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.6-1.6.0.7.php
4756share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.7-1.6.0.8.php 4765share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.7-1.6.0.8.php
 4766share/magento/app/code/core/Mage/Sales/sql/sales_setup/upgrade-1.6.0.8-1.6.0.9.php
4757share/magento/app/code/core/Mage/SalesRule/Exception.php 4767share/magento/app/code/core/Mage/SalesRule/Exception.php
4758share/magento/app/code/core/Mage/SalesRule/Helper/Coupon.php 4768share/magento/app/code/core/Mage/SalesRule/Helper/Coupon.php
4759share/magento/app/code/core/Mage/SalesRule/Helper/Data.php 4769share/magento/app/code/core/Mage/SalesRule/Helper/Data.php
4760share/magento/app/code/core/Mage/SalesRule/Model/Coupon.php 4770share/magento/app/code/core/Mage/SalesRule/Model/Coupon.php
4761share/magento/app/code/core/Mage/SalesRule/Model/Coupon/Codegenerator.php 4771share/magento/app/code/core/Mage/SalesRule/Model/Coupon/Codegenerator.php
4762share/magento/app/code/core/Mage/SalesRule/Model/Coupon/CodegeneratorInterface.php 4772share/magento/app/code/core/Mage/SalesRule/Model/Coupon/CodegeneratorInterface.php
4763share/magento/app/code/core/Mage/SalesRule/Model/Coupon/Massgenerator.php 4773share/magento/app/code/core/Mage/SalesRule/Model/Coupon/Massgenerator.php
4764share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Coupon.php 4774share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Coupon.php
4765share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Coupon/Collection.php 4775share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Coupon/Collection.php
4766share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Coupon/Usage.php 4776share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Coupon/Usage.php
4767share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Report/Collection.php 4777share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Report/Collection.php
4768share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Report/Rule.php 4778share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Report/Rule.php
4769share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Report/Updatedat/Collection.php 4779share/magento/app/code/core/Mage/SalesRule/Model/Mysql4/Report/Updatedat/Collection.php
@@ -4842,26 +4852,27 @@ share/magento/app/code/core/Mage/Sendfri @@ -4842,26 +4852,27 @@ share/magento/app/code/core/Mage/Sendfri
4842share/magento/app/code/core/Mage/Sendfriend/Model/Resource/Sendfriend.php 4852share/magento/app/code/core/Mage/Sendfriend/Model/Resource/Sendfriend.php
4843share/magento/app/code/core/Mage/Sendfriend/Model/Resource/Sendfriend/Collection.php 4853share/magento/app/code/core/Mage/Sendfriend/Model/Resource/Sendfriend/Collection.php
4844share/magento/app/code/core/Mage/Sendfriend/Model/Resource/Setup.php 4854share/magento/app/code/core/Mage/Sendfriend/Model/Resource/Setup.php
4845share/magento/app/code/core/Mage/Sendfriend/Model/Sendfriend.php 4855share/magento/app/code/core/Mage/Sendfriend/Model/Sendfriend.php
4846share/magento/app/code/core/Mage/Sendfriend/controllers/ProductController.php 4856share/magento/app/code/core/Mage/Sendfriend/controllers/ProductController.php
4847share/magento/app/code/core/Mage/Sendfriend/etc/config.xml 4857share/magento/app/code/core/Mage/Sendfriend/etc/config.xml
4848share/magento/app/code/core/Mage/Sendfriend/etc/system.xml 4858share/magento/app/code/core/Mage/Sendfriend/etc/system.xml
4849share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/install-1.6.0.0.php 4859share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/install-1.6.0.0.php
4850share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/mysql4-install-0.7.0.php 4860share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/mysql4-install-0.7.0.php
4851share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/mysql4-upgrade-0.7.1-0.7.2.php 4861share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/mysql4-upgrade-0.7.1-0.7.2.php
4852share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/mysql4-upgrade-0.7.2-0.7.3.php 4862share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/mysql4-upgrade-0.7.2-0.7.3.php
4853share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/mysql4-upgrade-0.7.3-0.7.4.php 4863share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/mysql4-upgrade-0.7.3-0.7.4.php
4854share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php 4864share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
 4865share/magento/app/code/core/Mage/Sendfriend/sql/sendfriend_setup/mysql4-upgrade-1.6.0.0-1.6.0.1.php
4855share/magento/app/code/core/Mage/Shipping/Block/Tracking/Ajax.php 4866share/magento/app/code/core/Mage/Shipping/Block/Tracking/Ajax.php
4856share/magento/app/code/core/Mage/Shipping/Block/Tracking/Popup.php 4867share/magento/app/code/core/Mage/Shipping/Block/Tracking/Popup.php
4857share/magento/app/code/core/Mage/Shipping/Exception.php 4868share/magento/app/code/core/Mage/Shipping/Exception.php
4858share/magento/app/code/core/Mage/Shipping/Helper/Data.php 4869share/magento/app/code/core/Mage/Shipping/Helper/Data.php
4859share/magento/app/code/core/Mage/Shipping/Model/Carrier/Abstract.php 4870share/magento/app/code/core/Mage/Shipping/Model/Carrier/Abstract.php
4860share/magento/app/code/core/Mage/Shipping/Model/Carrier/Flatrate.php 4871share/magento/app/code/core/Mage/Shipping/Model/Carrier/Flatrate.php
4861share/magento/app/code/core/Mage/Shipping/Model/Carrier/Freeshipping.php 4872share/magento/app/code/core/Mage/Shipping/Model/Carrier/Freeshipping.php
4862share/magento/app/code/core/Mage/Shipping/Model/Carrier/Interface.php 4873share/magento/app/code/core/Mage/Shipping/Model/Carrier/Interface.php
4863share/magento/app/code/core/Mage/Shipping/Model/Carrier/Pickup.php 4874share/magento/app/code/core/Mage/Shipping/Model/Carrier/Pickup.php
4864share/magento/app/code/core/Mage/Shipping/Model/Carrier/Tablerate.php 4875share/magento/app/code/core/Mage/Shipping/Model/Carrier/Tablerate.php
4865share/magento/app/code/core/Mage/Shipping/Model/Config.php 4876share/magento/app/code/core/Mage/Shipping/Model/Config.php
4866share/magento/app/code/core/Mage/Shipping/Model/Info.php 4877share/magento/app/code/core/Mage/Shipping/Model/Info.php
4867share/magento/app/code/core/Mage/Shipping/Model/Mysql4/Carrier/Tablerate.php 4878share/magento/app/code/core/Mage/Shipping/Model/Mysql4/Carrier/Tablerate.php
@@ -5622,30 +5633,29 @@ share/magento/app/code/core/Mage/XmlConn @@ -5622,30 +5633,29 @@ share/magento/app/code/core/Mage/XmlConn
5622share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-data-upgrade-1.4.0.13-1.4.0.14.php 5633share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-data-upgrade-1.4.0.13-1.4.0.14.php
5623share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-data-upgrade-1.5.9.9-1.6.0.0.php 5634share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-data-upgrade-1.5.9.9-1.6.0.0.php
5624share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-data-upgrade-1.6.0.0-1.6.0.0.1.php 5635share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-data-upgrade-1.6.0.0-1.6.0.0.1.php
5625share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-install-1.4.0.8.php 5636share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-install-1.4.0.8.php
5626share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.10-1.4.0.11.php 5637share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.10-1.4.0.11.php
5627share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.11-1.4.0.12.php 5638share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.11-1.4.0.12.php
5628share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.12-1.4.0.13.php 5639share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.12-1.4.0.13.php
5629share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.13-1.4.0.14.php 5640share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.13-1.4.0.14.php
5630share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.8-1.4.0.9.php 5641share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.8-1.4.0.9.php
5631share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.9-1.4.0.10.php 5642share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.9-1.4.0.10.php
5632share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php 5643share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
5633share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/upgrade-1.6.0.0-1.6.0.0.1.php 5644share/magento/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/upgrade-1.6.0.0-1.6.0.0.1.php
5634share/magento/app/code/core/Zend/Date.php 5645share/magento/app/code/core/Zend/Date.php
 5646share/magento/app/code/core/Zend/Db/Select.php
5635share/magento/app/code/core/Zend/Db/Statement.php 5647share/magento/app/code/core/Zend/Db/Statement.php
5636share/magento/app/code/core/Zend/Mime.php 5648share/magento/app/code/core/Zend/Mime.php
5637share/magento/app/code/core/Zend/XmlRpc/Request.php 
5638share/magento/app/code/core/Zend/XmlRpc/Response.php 
5639share/magento/app/design/adminhtml/default/default/etc/theme.xml 5649share/magento/app/design/adminhtml/default/default/etc/theme.xml
5640share/magento/app/design/adminhtml/default/default/layout/admin.xml 5650share/magento/app/design/adminhtml/default/default/layout/admin.xml
5641share/magento/app/design/adminhtml/default/default/layout/adminnotification.xml 5651share/magento/app/design/adminhtml/default/default/layout/adminnotification.xml
5642share/magento/app/design/adminhtml/default/default/layout/api2.xml 5652share/magento/app/design/adminhtml/default/default/layout/api2.xml
5643share/magento/app/design/adminhtml/default/default/layout/authorizenet.xml 5653share/magento/app/design/adminhtml/default/default/layout/authorizenet.xml
5644share/magento/app/design/adminhtml/default/default/layout/bundle.xml 5654share/magento/app/design/adminhtml/default/default/layout/bundle.xml
5645share/magento/app/design/adminhtml/default/default/layout/captcha.xml 5655share/magento/app/design/adminhtml/default/default/layout/captcha.xml
5646share/magento/app/design/adminhtml/default/default/layout/catalog.xml 5656share/magento/app/design/adminhtml/default/default/layout/catalog.xml
5647share/magento/app/design/adminhtml/default/default/layout/centinel.xml 5657share/magento/app/design/adminhtml/default/default/layout/centinel.xml
5648share/magento/app/design/adminhtml/default/default/layout/cms.xml 5658share/magento/app/design/adminhtml/default/default/layout/cms.xml
5649share/magento/app/design/adminhtml/default/default/layout/compiler.xml 5659share/magento/app/design/adminhtml/default/default/layout/compiler.xml
5650share/magento/app/design/adminhtml/default/default/layout/connect.xml 5660share/magento/app/design/adminhtml/default/default/layout/connect.xml
5651share/magento/app/design/adminhtml/default/default/layout/currencysymbol.xml 5661share/magento/app/design/adminhtml/default/default/layout/currencysymbol.xml
@@ -6847,26 +6857,27 @@ share/magento/app/design/frontend/rwd/de @@ -6847,26 +6857,27 @@ share/magento/app/design/frontend/rwd/de
6847share/magento/app/design/frontend/rwd/default/template/payment/info/default.phtml 6857share/magento/app/design/frontend/rwd/default/template/payment/info/default.phtml
6848share/magento/app/design/frontend/rwd/default/template/paypal/bml.phtml 6858share/magento/app/design/frontend/rwd/default/template/paypal/bml.phtml
6849share/magento/app/design/frontend/rwd/default/template/paypal/express/minicart/shortcut.phtml 6859share/magento/app/design/frontend/rwd/default/template/paypal/express/minicart/shortcut.phtml
6850share/magento/app/design/frontend/rwd/default/template/paypal/express/product/shortcut.phtml 6860share/magento/app/design/frontend/rwd/default/template/paypal/express/product/shortcut.phtml
6851share/magento/app/design/frontend/rwd/default/template/paypal/express/review.phtml 6861share/magento/app/design/frontend/rwd/default/template/paypal/express/review.phtml
6852share/magento/app/design/frontend/rwd/default/template/paypal/express/review/address.phtml 6862share/magento/app/design/frontend/rwd/default/template/paypal/express/review/address.phtml
6853share/magento/app/design/frontend/rwd/default/template/paypal/express/review/details.phtml 6863share/magento/app/design/frontend/rwd/default/template/paypal/express/review/details.phtml
6854share/magento/app/design/frontend/rwd/default/template/paypal/express/review/shipping/method.phtml 6864share/magento/app/design/frontend/rwd/default/template/paypal/express/review/shipping/method.phtml
6855share/magento/app/design/frontend/rwd/default/template/paypal/partner/us_logo.phtml 6865share/magento/app/design/frontend/rwd/default/template/paypal/partner/us_logo.phtml
6856share/magento/app/design/frontend/rwd/default/template/persistent/checkout/onepage/billing.phtml 6866share/magento/app/design/frontend/rwd/default/template/persistent/checkout/onepage/billing.phtml
6857share/magento/app/design/frontend/rwd/default/template/persistent/checkout/onepage/login.phtml 6867share/magento/app/design/frontend/rwd/default/template/persistent/checkout/onepage/login.phtml
6858share/magento/app/design/frontend/rwd/default/template/persistent/customer/form/login.phtml 6868share/magento/app/design/frontend/rwd/default/template/persistent/customer/form/login.phtml
6859share/magento/app/design/frontend/rwd/default/template/persistent/customer/form/register.phtml 6869share/magento/app/design/frontend/rwd/default/template/persistent/customer/form/register.phtml
 6870share/magento/app/design/frontend/rwd/default/template/persistent/header/links.phtml
6860share/magento/app/design/frontend/rwd/default/template/persistent/remember_me.phtml 6871share/magento/app/design/frontend/rwd/default/template/persistent/remember_me.phtml
6861share/magento/app/design/frontend/rwd/default/template/persistent/remember_me_tooltip.phtml 6872share/magento/app/design/frontend/rwd/default/template/persistent/remember_me_tooltip.phtml
6862share/magento/app/design/frontend/rwd/default/template/rating/detailed.phtml 6873share/magento/app/design/frontend/rwd/default/template/rating/detailed.phtml
6863share/magento/app/design/frontend/rwd/default/template/reports/product_viewed.phtml 6874share/magento/app/design/frontend/rwd/default/template/reports/product_viewed.phtml
6864share/magento/app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_default_list.phtml 6875share/magento/app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_default_list.phtml
6865share/magento/app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_images_list.phtml 6876share/magento/app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_images_list.phtml
6866share/magento/app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_names_list.phtml 6877share/magento/app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_names_list.phtml
6867share/magento/app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_grid.phtml 6878share/magento/app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_grid.phtml
6868share/magento/app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_list.phtml 6879share/magento/app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_list.phtml
6869share/magento/app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_default_list.phtml 6880share/magento/app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_default_list.phtml
6870share/magento/app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_images_list.phtml 6881share/magento/app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_images_list.phtml
6871share/magento/app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_names_list.phtml 6882share/magento/app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_names_list.phtml
6872share/magento/app/design/frontend/rwd/default/template/reports/widget/viewed/content/viewed_grid.phtml 6883share/magento/app/design/frontend/rwd/default/template/reports/widget/viewed/content/viewed_grid.phtml
@@ -7010,45 +7021,1583 @@ share/magento/app/locale/en_US/template/ @@ -7010,45 +7021,1583 @@ share/magento/app/locale/en_US/template/
7010share/magento/app/locale/en_US/template/email/sales/order_new.html 7021share/magento/app/locale/en_US/template/email/sales/order_new.html
7011share/magento/app/locale/en_US/template/email/sales/order_new_guest.html 7022share/magento/app/locale/en_US/template/email/sales/order_new_guest.html
7012share/magento/app/locale/en_US/template/email/sales/order_update.html 7023share/magento/app/locale/en_US/template/email/sales/order_update.html
7013share/magento/app/locale/en_US/template/email/sales/order_update_guest.html 7024share/magento/app/locale/en_US/template/email/sales/order_update_guest.html
7014share/magento/app/locale/en_US/template/email/sales/shipment_new.html 7025share/magento/app/locale/en_US/template/email/sales/shipment_new.html
7015share/magento/app/locale/en_US/template/email/sales/shipment_new_guest.html 7026share/magento/app/locale/en_US/template/email/sales/shipment_new_guest.html
7016share/magento/app/locale/en_US/template/email/sales/shipment_update.html 7027share/magento/app/locale/en_US/template/email/sales/shipment_update.html
7017share/magento/app/locale/en_US/template/email/sales/shipment_update_guest.html 7028share/magento/app/locale/en_US/template/email/sales/shipment_update_guest.html
7018share/magento/app/locale/en_US/template/email/sitemap_generate_warning.html 7029share/magento/app/locale/en_US/template/email/sitemap_generate_warning.html
7019share/magento/app/locale/en_US/template/email/token.html 7030share/magento/app/locale/en_US/template/email/token.html
7020share/magento/app/locale/en_US/template/email/wishlist_share.html 7031share/magento/app/locale/en_US/template/email/wishlist_share.html
7021share/magento/cron.php 7032share/magento/cron.php
7022share/magento/cron.sh 7033share/magento/cron.sh
 7034share/magento/dev/.htaccess
 7035share/magento/dev/tests/functional/.gitignore
 7036share/magento/dev/tests/functional/.htaccess
 7037share/magento/dev/tests/functional/bootstrap.php
 7038share/magento/dev/tests/functional/composer.json
 7039share/magento/dev/tests/functional/credentials.xml.dist
 7040share/magento/dev/tests/functional/etc/config.xml
 7041share/magento/dev/tests/functional/etc/config.xsd
 7042share/magento/dev/tests/functional/etc/di.xml
 7043share/magento/dev/tests/functional/etc/events.xml
 7044share/magento/dev/tests/functional/etc/events.xsd
 7045share/magento/dev/tests/functional/isolation.php
 7046share/magento/dev/tests/functional/lib/Magento/Mtf/App/State/AbstractState.php
 7047share/magento/dev/tests/functional/lib/Magento/Mtf/App/State/State1.php
 7048share/magento/dev/tests/functional/lib/Magento/Mtf/Client/Element/ConditionsElement.php
 7049share/magento/dev/tests/functional/lib/Magento/Mtf/Client/Element/MultiselectgrouplistElement.php
 7050share/magento/dev/tests/functional/lib/Magento/Mtf/Client/Element/MultiselectlistElement.php
 7051share/magento/dev/tests/functional/lib/Magento/Mtf/Client/Element/OptgroupselectElement.php
 7052share/magento/dev/tests/functional/lib/Magento/Mtf/Client/Element/SelectstoreElement.php
 7053share/magento/dev/tests/functional/lib/Magento/Mtf/Client/Element/TreeElement.php
 7054share/magento/dev/tests/functional/lib/Magento/Mtf/Constraint/AbstractAssertForm.php
 7055share/magento/dev/tests/functional/lib/Magento/Mtf/ObjectManagerFactory.php
 7056share/magento/dev/tests/functional/lib/Magento/Mtf/Page/BackendPage.php
 7057share/magento/dev/tests/functional/lib/Magento/Mtf/Util/Generate/Fixture/FieldsProvider.php
 7058share/magento/dev/tests/functional/lib/Magento/Mtf/Util/Generate/Page.php
 7059share/magento/dev/tests/functional/lib/Magento/Mtf/Util/Protocol/CurlInterface.php
 7060share/magento/dev/tests/functional/lib/Magento/Mtf/Util/Protocol/CurlTransport.php
 7061share/magento/dev/tests/functional/lib/Magento/Mtf/Util/Protocol/CurlTransport/BackendDecorator.php
 7062share/magento/dev/tests/functional/lib/Magento/Mtf/Util/Protocol/CurlTransport/FrontendDecorator.php
 7063share/magento/dev/tests/functional/phpunit.xml.dist
 7064share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertRoleInGrid.php
 7065share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertRoleSuccessSaveMessage.php
 7066share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertUserDuplicateMessage.php
 7067share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertUserInGrid.php
 7068share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertUserInvalidEmailMessage.php
 7069share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertUserIsLockedMessage.php
 7070share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertUserSuccessLogOut.php
 7071share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertUserSuccessLogin.php
 7072share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertUserSuccessSaveMessage.php
 7073share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertUserWithCustomRole.php
 7074share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertUserWithRestrictedResources.php
 7075share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Constraint/AssertUserWrongCredentialsMessage.php
 7076share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Fixture/Role.xml
 7077share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Fixture/Role/GwsStoreGroups.php
 7078share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Fixture/Role/InRoleUsers.php
 7079share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Fixture/Role/RolesResources.php
 7080share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Fixture/User.xml
 7081share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Fixture/User/RoleId.php
 7082share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Handler/Role/Curl.php
 7083share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Handler/Role/RoleInterface.php
 7084share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Handler/User/Curl.php
 7085share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Handler/User/UserInterface.php
 7086share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Page/Adminhtml/UserEdit.xml
 7087share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Page/Adminhtml/UserIndex.xml
 7088share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Page/Adminhtml/UserRoleEditRole.xml
 7089share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Page/Adminhtml/UserRoleIndex.xml
 7090share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Repository/Role.xml
 7091share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/Repository/User.xml
 7092share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/TestCase/CreateAdminUserEntityTest.php
 7093share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/TestCase/CreateAdminUserEntityTest.xml
 7094share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/TestCase/CreateAdminUserRoleEntityTest.php
 7095share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/TestCase/CreateAdminUserRoleEntityTest.xml
 7096share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/TestCase/UseAclRoleWithRestrictedGwsScopeTest.php
 7097share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/TestCase/UseAclRoleWithRestrictedGwsScopeTest.xml
 7098share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/etc/curl/di.xml
 7099share/magento/dev/tests/functional/tests/app/Mage/Admin/Test/etc/fixture.xml
 7100share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Admin/Login.php
 7101share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Admin/Login.xml
 7102share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Api/User/Tab/Role.php
 7103share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Api/User/Tab/Role/Grid.php
 7104share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Api/User/UserForm.php
 7105share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Api/User/UserForm.xml
 7106share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cache/PageActions.php
 7107share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Category/Content.php
 7108share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Category/Edit/CategoryForm.php
 7109share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Category/Edit/CategoryForm.xml
 7110share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Category/Edit/Tab/Product.php
 7111share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Category/Edit/Tab/Product/Grid.php
 7112share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Category/Tree.php
 7113share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/CustomAttribute.php
 7114share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Edit/AttributeForm.php
 7115share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Edit/AttributeForm.xml
 7116share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Edit/Tab/Options.php
 7117share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Edit/Tab/Options/Option.php
 7118share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Edit/Tab/Options/Option.xml
 7119share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Grid.php
 7120share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Set/Grid.php
 7121share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Set/Main.php
 7122share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Set/Main/AttributeSetForm.php
 7123share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Set/Main/AttributeSetForm.xml
 7124share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Set/Main/EditForm.php
 7125share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Attribute/Set/Main/EditForm.xml
 7126share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/AbstractAppurtenant.php
 7127share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/AbstractAppurtenantProductsGrid.php
 7128share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/AbstractOptions.php
 7129share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/AbstractSelectOptions.php
 7130share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/AssociatedProducts.php
 7131share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/AssociatedProducts/Grid.php
 7132share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/AssociatedProducts/Product.php
 7133share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/AssociatedProducts/Product.xml
 7134share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Categories.php
 7135share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable.php
 7136share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable/Attribute.php
 7137share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable/Attribute.xml
 7138share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable/Attribute/Option.php
 7139share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable/Attribute/Option.xml
 7140share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable/Grid.php
 7141share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable/NewProductPopup.php
 7142share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable/NewProductPopup.xml
 7143share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable/QuickCreation.php
 7144share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable/QuickCreation.xml
 7145share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable/QuickCreation/AttributesElement.php
 7146share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Configurable/SimpleAssociatedProduct.php
 7147share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Crosssell.php
 7148share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Crosssell/Grid.php
 7149share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions.php
 7150share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/Area.php
 7151share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/Area.xml
 7152share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/Checkbox.php
 7153share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/Checkbox.xml
 7154share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/Date.php
 7155share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/Date.xml
 7156share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/DateTime.php
 7157share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/DateTime.xml
 7158share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/DropDown.php
 7159share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/DropDown.xml
 7160share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/Field.php
 7161share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/Field.xml
 7162share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/File.php
 7163share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/File.xml
 7164share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/MultipleSelect.php
 7165share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/MultipleSelect.xml
 7166share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/RadioButtons.php
 7167share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/RadioButtons.xml
 7168share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/Time.php
 7169share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/CustomOptions/Time.xml
 7170share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Prices.php
 7171share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Prices/OptionGroup.php
 7172share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Prices/OptionGroup.xml
 7173share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Prices/OptionTier.php
 7174share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Prices/OptionTier.xml
 7175share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/ProductSettings.php
 7176share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Related.php
 7177share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Related/Grid.php
 7178share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/SuperSettings.php
 7179share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Upsell.php
 7180share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Upsell/Grid.php
 7181share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Edit/Tab/Websites.php
 7182share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/FormPageActions.php
 7183share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/Grid.php
 7184share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/ProductForm.php
 7185share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Catalog/Product/ProductForm.xml
 7186share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/CatalogRule/FormPageActions.php
 7187share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/CatalogRule/Promo/Catalog.php
 7188share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/CatalogRule/Promo/Catalog/Edit/Form.php
 7189share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/CatalogRule/Promo/Catalog/Edit/Form.xml
 7190share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/CatalogRule/Promo/Catalog/Edit/PromoForm.php
 7191share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/CatalogRule/Promo/Catalog/Edit/PromoForm.xml
 7192share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/CatalogRule/Promo/GridPageActions.php
 7193share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/CatalogSearch/Edit/SearchTermForm.php
 7194share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/CatalogSearch/Edit/SearchTermForm.xml
 7195share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/CatalogSearch/Grid.php
 7196share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Checkout/Agreement/Edit/Form.php
 7197share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Checkout/Agreement/Edit/Form.xml
 7198share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Checkout/Agreement/Grid.php
 7199share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cms/Block/CmsGrid.php
 7200share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cms/Block/Edit/BlockForm.php
 7201share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cms/Block/Edit/BlockForm.xml
 7202share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cms/Block/Edit/FormPageActions.php
 7203share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cms/Page/Edit/FormPageActions.php
 7204share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cms/Page/Edit/PageForm.php
 7205share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cms/Page/Edit/PageForm.xml
 7206share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cms/Page/Edit/Tab/Content.php
 7207share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cms/Page/Grid.php
 7208share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cms/Page/Widget/Chooser.php
 7209share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Cms/Wysiwyg/Config.php
 7210share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Customer/CustomerGrid.php
 7211share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Customer/Edit/CustomerForm.php
 7212share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Customer/Edit/CustomerForm.xml
 7213share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Customer/Edit/FormPageActions.php
 7214share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Customer/Edit/Tab/Addresses.php
 7215share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Customer/Edit/Tab/Addresses.xml
 7216share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Customer/Group/Edit/Form.php
 7217share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Customer/Group/Edit/Form.xml
 7218share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Customer/Group/Grid.php
 7219share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/FormPageActions.php
 7220share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/GridPageActions.php
 7221share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Newsletter/Grid.php
 7222share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Page/Header.php
 7223share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Page/Main.php
 7224share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/PageActions.php
 7225share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Permissions/Role/Edit/Tab/RoleResources.php
 7226share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Permissions/Role/Grid/RoleGrid.php
 7227share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Permissions/Role/RoleForm.php
 7228share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Permissions/Role/RoleForm.xml
 7229share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Permissions/User/Grid.php
 7230share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Promo/Grid.php
 7231share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Promo/Quote/Edit/FormPageActions.php
 7232share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Promo/Quote/Edit/PromoQuoteForm.php
 7233share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Promo/Quote/Edit/PromoQuoteForm.xml
 7234share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Promo/Quote/Edit/Tab/Labels.php
 7235share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Promo/Quote/Edit/Tab/RuleInformation.php
 7236share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Rating/Grid.php
 7237share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Review/Edit/ReviewDetails.php
 7238share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Review/Edit/ReviewDetails/RatingElement.php
 7239share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Review/Grid.php
 7240share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Review/ReviewForm.php
 7241share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Review/ReviewForm.xml
 7242share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/AbstractGrid.php
 7243share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/CreditMemos/Grid.php
 7244share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/CreditMemos/View/Items.php
 7245share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/CreditMemos/View/Items/Item.php
 7246share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Invoices/Actions.php
 7247share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Invoices/Grid.php
 7248share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Invoices/View/Items.php
 7249share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Invoices/View/Items/Item.php
 7250share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/AbstractForm.php
 7251share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/AbstractForm/Product.php
 7252share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/AbstractForm/ProductForm.php
 7253share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/AbstractItems.php
 7254share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/AbstractItems/AbstractItem.php
 7255share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/AbstractItemsNewBlock.php
 7256share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Actions.php
 7257share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Address.php
 7258share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Comments.php
 7259share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create.php
 7260share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Billing/Address.php
 7261share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Billing/Address.xml
 7262share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Coupons.php
 7263share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Coupons.xml
 7264share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/CustomerActivities.php
 7265share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/CustomerActivities/Sidebar.php
 7266share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/CustomerActivities/Sidebar/ShoppingCartItems.php
 7267share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/CustomerGrid.php
 7268share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Items.php
 7269share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Items/ItemProduct.php
 7270share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Items/ItemProduct.xml
 7271share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Payment.php
 7272share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Search.php
 7273share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Search/Grid.php
 7274share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Shipping.php
 7275share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Create/Store.php
 7276share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Creditmemo/Form.php
 7277share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Creditmemo/Form.xml
 7278share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Creditmemo/Form/Items.php
 7279share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Creditmemo/Form/Items/Product.php
 7280share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Creditmemo/Form/Items/Product.xml
 7281share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Creditmemo/Totals.php
 7282share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Grid.php
 7283share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Invoice/Form.php
 7284share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Invoice/Form.xml
 7285share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Invoice/Form/Items.php
 7286share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Invoice/Form/Items/Product.php
 7287share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Invoice/Form/Items/Product.xml
 7288share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Invoice/Totals.php
 7289share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Shipment/Form.php
 7290share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Shipment/Form.xml
 7291share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Shipment/Form/Items.php
 7292share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Shipment/Form/Items/Product.php
 7293share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Shipment/Form/Items/Product.xml
 7294share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Shipment/Form/Tracking.php
 7295share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Shipment/Form/Tracking/Item.php
 7296share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Shipment/Form/Tracking/Item.xml
 7297share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Title.php
 7298share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/Totals.php
 7299share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/View/AbstractGridTab.php
 7300share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/View/Form.php
 7301share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/View/Form.xml
 7302share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/View/Items.php
 7303share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/View/Items/Product.php
 7304share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/View/Items/Product.xml
 7305share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/View/Tab/CreditMemos.php
 7306share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/View/Tab/Info.php
 7307share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/View/Tab/Invoices.php
 7308share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/View/Tab/Shipments.php
 7309share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Order/View/Tab/Transactions.php
 7310share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Shipment/Grid.php
 7311share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sales/Transactions/Grid.php
 7312share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Shipping/Grid.php
 7313share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Shipping/View/Items.php
 7314share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Shipping/View/Items/Item.php
 7315share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sitemap/Edit/Form.php
 7316share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sitemap/Edit/FormPageActions.php
 7317share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Sitemap/Grid.php
 7318share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Config/Switcher.php
 7319share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Currency/GridPageActions.php
 7320share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/CurrencySymbolForm.php
 7321share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/CurrencySymbolForm.xml
 7322share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/FormPageActions.php
 7323share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Process/Grid.php
 7324share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Store/Delete/Website.php
 7325share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Store/Delete/Website.xml
 7326share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Store/Edit/Form/GroupForm.php
 7327share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Store/Edit/Form/GroupForm.xml
 7328share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Store/Edit/Form/StoreForm.php
 7329share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Store/Edit/Form/StoreForm.xml
 7330share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Store/Edit/Form/WebsiteForm.php
 7331share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Store/Edit/Form/WebsiteForm.xml
 7332share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Store/GridPageActions.php
 7333share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/System/Store/StoreGrid.php
 7334share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Tax/Rate/Edit/Form.php
 7335share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Tax/Rate/Edit/Form.xml
 7336share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Tax/Rate/RatesGrid.php
 7337share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Tax/Rule/Edit/Form.php
 7338share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Tax/Rule/Edit/Form.xml
 7339share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Tax/Rule/FormPageActions.php
 7340share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Tax/Rule/Grid.php
 7341share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Template.php
 7342share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Widget/FormTabs.php
 7343share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Widget/Grid.php
 7344share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Widget/Tab.php
 7345share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Wishlist/Customer/Edit/Tab/Wishlist.php
 7346share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Block/Wishlist/Customer/Edit/Tab/Wishlist/Grid.php
 7347share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertProductIsPresentOnCustomWebsite.php
 7348share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreBackend.php
 7349share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreForm.php
 7350share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreFrontend.php
 7351share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreGroupForm.php
 7352share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreGroupInGrid.php
 7353share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreGroupInPurchasePointDropdown.php
 7354share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreGroupOnStoreViewForm.php
 7355share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreGroupSuccessSaveMessage.php
 7356share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreInGrid.php
 7357share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreLocalized.php
 7358share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreNotOnFrontend.php
 7359share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Constraint/AssertStoreSuccessSaveMessage.php
 7360share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Fixture/Store.xml
 7361share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Fixture/Store/GroupId.php
 7362share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Fixture/StoreGroup.xml
 7363share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Fixture/StoreGroup/CategoryId.php
 7364share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Fixture/StoreGroup/WebsiteId.php
 7365share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Fixture/Website.xml
 7366share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Handler/Conditions.php
 7367share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Handler/Extractor.php
 7368share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Handler/Store/Curl.php
 7369share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Handler/Store/StoreInterface.php
 7370share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Handler/StoreGroup/Curl.php
 7371share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Handler/StoreGroup/StoreGroupInterface.php
 7372share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Handler/Ui/LoginUser.php
 7373share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Handler/Website/Curl.php
 7374share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Handler/Website/WebsiteInterface.php
 7375share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/AdminAuthLogin.xml
 7376share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/AdminLogout.xml
 7377share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/Cache.xml
 7378share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/Dashboard.xml
 7379share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/DeleteGroup.xml
 7380share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/DeleteStore.xml
 7381share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/DeleteWebsite.xml
 7382share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/EditGroup.xml
 7383share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/EditStore.xml
 7384share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/EditWebsite.xml
 7385share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/NewStoreGroup.xml
 7386share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/NewWebsite.xml
 7387share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/ProcessList.xml
 7388share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/StoreIndex.xml
 7389share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/StoreNew.xml
 7390share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Page/Adminhtml/SystemConfig.xml
 7391share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Repository/ConfigData.xml
 7392share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Repository/Store.xml
 7393share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Repository/StoreGroup.xml
 7394share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/Repository/Website.xml
 7395share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/TestCase/CreateStoreEntityTest.php
 7396share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/TestCase/CreateStoreEntityTest.xml
 7397share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/TestCase/CreateStoreGroupEntityTest.php
 7398share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/TestCase/CreateStoreGroupEntityTest.xml
 7399share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/TestCase/CreateWebsiteEntityTest.php
 7400share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/TestCase/CreateWebsiteEntityTest.xml
 7401share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/TestStep/DeleteStoreGroupsStep.php
 7402share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/TestStep/DeleteWebsiteStep.php
 7403share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/etc/curl/di.xml
 7404share/magento/dev/tests/functional/tests/app/Mage/Adminhtml/Test/etc/fixture.xml
 7405share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/Block/Directpost/Form.php
 7406share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/Block/Directpost/Form.xml
 7407share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/Repository/ConfigData.xml
 7408share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOfflineInvoiceForAuthorizenetDirectpostMethodTest.php
 7409share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOfflineInvoiceForAuthorizenetDirectpostMethodTest.xml
 7410share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOfflineInvoiceForOnlinePaymentsMethodsWithoutIFrameTest.xml
 7411share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOfflineRefundForAuthorizenetDirectpostMethodTest.php
 7412share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOfflineRefundForAuthorizenetDirectpostMethodTest.xml
 7413share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOnlineInvoiceForAuthorizenetDirectpostMethodTest.php
 7414share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOnlineInvoiceForAuthorizenetDirectpostMethodTest.xml
 7415share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOnlineInvoiceForOnlinePaymentsMethodsWithoutIFrameTest.xml
 7416share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOrderWithAuthorizenetDirectpostMethodTest.php
 7417share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOrderWithAuthorizenetDirectpostMethodTest.xml
 7418share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOrderWithOnlinePaymentsMethodsWith3DSecureTest.xml
 7419share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateOrderWithOnlinePaymentsMethodsWithoutIFrameTest.xml
 7420share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateShipmentForAuthorizenetDirectpostMethodTest.php
 7421share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestCase/CreateShipmentForAuthorizenetDirectpostMethodTest.xml
 7422share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/TestStep/FillCreditCardStep.php
 7423share/magento/dev/tests/functional/tests/app/Mage/Authorizenet/Test/etc/testcase.xml
 7424share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle.php
 7425share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option.php
 7426share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option.xml
 7427share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Search/Grid.php
 7428share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Selection.php
 7429share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Selection.xml
 7430share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Adminhtml/Catalog/Product/ProductForm.xml
 7431share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/Price.php
 7432share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/View.php
 7433share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/View/Type/Bundle.php
 7434share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/View/Type/Option.php
 7435share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/View/Type/Option/Checkbox.php
 7436share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/View/Type/Option/Checkbox.xml
 7437share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/View/Type/Option/Dropdown.php
 7438share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/View/Type/Option/Dropdown.xml
 7439share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/View/Type/Option/Multipleselect.php
 7440share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/View/Type/Option/Multipleselect.xml
 7441share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/View/Type/Option/Radiobuttons.php
 7442share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Block/Catalog/Product/View/Type/Option/Radiobuttons.xml
 7443share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Constraint/AssertBundleItemsOnProductPage.php
 7444share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Constraint/AssertBundlePriceType.php
 7445share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Constraint/AssertBundlePriceView.php
 7446share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Constraint/AssertBundleProductForm.php
 7447share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Constraint/AssertBundleProductPage.php
 7448share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Constraint/AssertProductTierPriceOnBundleProductPage.php
 7449share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Fixture/BundleProduct.xml
 7450share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Fixture/BundleProduct/BundleSelections.php
 7451share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Fixture/BundleProduct/CheckoutData.php
 7452share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Fixture/BundleProduct/Price.php
 7453share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Fixture/Cart/Item.php
 7454share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Handler/BundleProductInterface.php
 7455share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Handler/Curl.php
 7456share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Page/Product/CatalogProductView.xml
 7457share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/Repository/BundleProduct.xml
 7458share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/TestCase/AddProductToWishlistEntityTest.xml
 7459share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml
 7460share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/TestCase/AddProductsToMultipleWishListTest.xml
 7461share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/TestCase/AddProductsToShoppingCartEntityTest.xml
 7462share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml
 7463share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/TestCase/CreateBundleProductEntityTest.php
 7464share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/TestCase/CreateBundleProductEntityTest.xml
 7465share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/TestCase/CreateRmaEntityOnBackendTest.xml
 7466share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/TestCase/DeleteBundleProductEntityTest.xml
 7467share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml
 7468share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/etc/curl/di.xml
 7469share/magento/dev/tests/functional/tests/app/Mage/Bundle/Test/etc/fixture.xml
 7470share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/AbstractConfigureBlock.php
 7471share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Category/View.php
 7472share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Layer/View.php
 7473share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Msrp/Popup.php
 7474share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/Compare/ListCompare.php
 7475share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/Compare/Sidebar.php
 7476share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/ConfigurableProductView.php
 7477share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/GroupedProductView.php
 7478share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/ListProduct.php
 7479share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/Price.php
 7480share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/ProductList/BottomToolbar.php
 7481share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/ProductList/Compare.php
 7482share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/ProductList/Crosssell.php
 7483share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/ProductList/Crosssell/Item.php
 7484share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/ProductList/Related.php
 7485share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/ProductList/Related/Item.php
 7486share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/ProductList/TopToolbar.php
 7487share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/ProductList/Upsell.php
 7488share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/ProductList/Upsell/Item.php
 7489share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/View.php
 7490share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/View/ConfigurableOptions.php
 7491share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/View/ConfigurableOptions.xml
 7492share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/View/CustomOptions.php
 7493share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/View/CustomOptions.xml
 7494share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/View/GroupedItemForm.php
 7495share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/View/GroupedItemForm.xml
 7496share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Product/View/GroupedProduct.php
 7497share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Block/Search.php
 7498share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AbstractAssertPriceOnGroupedProductPage.php
 7499share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AbstractAssertProductsVisibleOnCategoryPageShopByFilter.php
 7500share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertAddToCartButtonPresent.php
 7501share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertAddedProductAttributeOnProductForm.php
 7502share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertAttributeForm.php
 7503share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertAttributeOptionsOnProductForm.php
 7504share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertCategoryAbsenceOnBackend.php
 7505share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertCategoryAbsenceOnFrontend.php
 7506share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertCategoryForAssignedProducts.php
 7507share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertCategoryForm.php
 7508share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertCategoryPage.php
 7509share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertCategoryRedirect.php
 7510share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertCategorySaveMessage.php
 7511share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertCategorySuccessDeleteMessage.php
 7512share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertConfigurableProductForm.php
 7513share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertConfigurableProductInCart.php
 7514share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertConfigurableProductPage.php
 7515share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertCrossSellProducts.php
 7516share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertCrossSellProductsSection.php
 7517share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertGroupedPriceOnGroupedProductPage.php
 7518share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertGroupedProductsDefaultQty.php
 7519share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertPriceOnProductPageInterface.php
 7520share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAbsentCrossSells.php
 7521share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAbsentRelatedProducts.php
 7522share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAbsentUpSells.php
 7523share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAttributeDisplayingOnSearchForm.php
 7524share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAttributeInGrid.php
 7525share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAttributeIsComparable.php
 7526share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAttributeIsFilterable.php
 7527share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAttributeIsFilterableInSearch.php
 7528share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAttributeIsGlobal.php
 7529share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAttributeIsRequired.php
 7530share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAttributeIsUnique.php
 7531share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAttributeIsUsedInSortOnFrontend.php
 7532share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductAttributeSearchableByLabel.php
 7533share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductCanNotAddToCart.php
 7534share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductCompareBlockOnCmsPage.php
 7535share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductCompareItemsLink.php
 7536share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductCompareItemsLinkIsAbsent.php
 7537share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductComparePage.php
 7538share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductCompareSuccessAddMessage.php
 7539share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductCompareSuccessRemoveAllProductsMessage.php
 7540share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductCrossSells.php
 7541share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductCustomOptionsOnProductPage.php
 7542share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductDuplicateForm.php
 7543share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductDuplicateIsNotDisplayingOnFrontend.php
 7544share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductDuplicateMessage.php
 7545share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductDuplicatedInGrid.php
 7546share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductForm.php
 7547share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductGroupedPriceOnProductPage.php
 7548share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductInCart.php
 7549share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductInCategory.php
 7550share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductInGrid.php
 7551share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductInStock.php
 7552share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductIsNotDisplayingOnFrontend.php
 7553share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductMapAppliedBeforeCheckout.php
 7554share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductMapAppliedInCart.php
 7555share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductMapAppliedOnGesture.php
 7556share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductNotInGrid.php
 7557share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductNotSearchableBySku.php
 7558share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductOutOfStock.php
 7559share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductOutOfStockOnCategory.php
 7560share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductOutOfStockVisibleInCategory.php
 7561share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductPage.php
 7562share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductRelatedProducts.php
 7563share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductSaveMessage.php
 7564share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductSearchable.php
 7565share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductSpecialPriceNotLargerActual.php
 7566share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductSpecialPriceOnProductPage.php
 7567share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductTemplateForm.php
 7568share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductTemplateInGrid.php
 7569share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductTemplateOnProductForm.php
 7570share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductTemplateSuccessSaveMessage.php
 7571share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductTierPriceOnProductPage.php
 7572share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductVisibleInCategory.php
 7573share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductsIsNotDisplayingOnFrontend.php
 7574share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductsNotInGrid.php
 7575share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductsNotVisibleInCategory.php
 7576share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductsSuccessDeleteMessage.php
 7577share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductsVisibleOnCategoryPageShopByAttribute.php
 7578share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertProductsVisibleOnCategoryPageShopByPrice.php
 7579share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertRelatedProducts.php
 7580share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertRelatedProductsSection.php
 7581share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertSpecialPriceOnGroupedProductPage.php
 7582share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertTierPriceOnGroupedProductPage.php
 7583share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertUpSellProducts.php
 7584share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/AssertUpSellProductsSection.php
 7585share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/ProductConfigurableHandler.php
 7586share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Constraint/ProductHandler.php
 7587share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/Cart/Item.php
 7588share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogAttributeSet.xml
 7589share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogAttributeSet/AssignedAttributes.php
 7590share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogAttributeSet/SkeletonSet.php
 7591share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogCategory.xml
 7592share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogCategory/CategoryProducts.php
 7593share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogCategory/ParentId.php
 7594share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductAttribute.xml
 7595share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductAttribute/Options.php
 7596share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple.xml
 7597share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/AbstractRelatedProducts.php
 7598share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/AttributeSetId.php
 7599share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/Attributes.php
 7600share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/CategoryIds.php
 7601share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/CheckoutData.php
 7602share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/CrossSellProducts.php
 7603share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/CustomOptions.php
 7604share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/Fpt.php
 7605share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/GroupPriceOptions.php
 7606share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/Price.php
 7607share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/RelatedProducts.php
 7608share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/TaxClass.php
 7609share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/TierPriceOptions.php
 7610share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/UpSellProducts.php
 7611share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductSimple/WebsiteIds.php
 7612share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductVirtual.xml
 7613share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductVirtual/CheckoutData.php
 7614share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/CatalogProductVirtual/Price.php
 7615share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/ConfigurableProduct.xml
 7616share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/ConfigurableProduct/Cart/Item.php
 7617share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/ConfigurableProduct/CheckoutData.php
 7618share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/ConfigurableProduct/ConfigurableOptions.php
 7619share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/ConfigurableProduct/Price.php
 7620share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/GroupedProduct.xml
 7621share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/GroupedProduct/Associated.php
 7622share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/GroupedProduct/Cart/Item.php
 7623share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/GroupedProduct/CheckoutData.php
 7624share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/GroupedProduct/Price.php
 7625share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/CatalogAttributeSet/CatalogAttributeSetInterface.php
 7626share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/CatalogAttributeSet/Curl.php
 7627share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/CatalogCategory/CatalogCategoryInterface.php
 7628share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/CatalogCategory/Curl.php
 7629share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/CatalogProductAttribute/CatalogProductAttributeInterface.php
 7630share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/CatalogProductAttribute/Curl.php
 7631share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/CatalogProductSimple/CatalogProductSimpleInterface.php
 7632share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/CatalogProductSimple/Curl.php
 7633share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/CatalogProductVirtual/CatalogProductVirtualInterface.php
 7634share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/CatalogProductVirtual/Curl.php
 7635share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/ConfigurableProduct/ConfigurableProductInterface.php
 7636share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/ConfigurableProduct/Curl.php
 7637share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/GroupedProduct/Curl.php
 7638share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Handler/GroupedProduct/GroupedProductInterface.php
 7639share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Adminhtml/CatalogCategoryIndex.xml
 7640share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Adminhtml/CatalogProduct.xml
 7641share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Adminhtml/CatalogProductAttributeEdit.xml
 7642share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Adminhtml/CatalogProductAttributeIndex.xml
 7643share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Adminhtml/CatalogProductAttributeNew.xml
 7644share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Adminhtml/CatalogProductEdit.xml
 7645share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Adminhtml/CatalogProductNew.xml
 7646share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Adminhtml/CatalogProductSetAdd.xml
 7647share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Adminhtml/CatalogProductSetEdit.xml
 7648share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Adminhtml/CatalogProductSetIndex.xml
 7649share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Category/CatalogCategoryView.xml
 7650share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Product/CatalogProductCompare.xml
 7651share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Page/Product/CatalogProductView.xml
 7652share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Repository/CatalogAttributeSet.xml
 7653share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Repository/CatalogCategory.xml
 7654share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Repository/CatalogProductAttribute.xml
 7655share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Repository/CatalogProductSimple.xml
 7656share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Repository/CatalogProductVirtual.xml
 7657share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Repository/ConfigData.xml
 7658share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Repository/ConfigurableProduct.xml
 7659share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/Repository/GroupedProduct.xml
 7660share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.php
 7661share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.xml
 7662share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.php
 7663share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.xml
 7664share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.php
 7665share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.xml
 7666share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Layer/FilterProductListTest.php
 7667share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Layer/FilterProductListTest.xml
 7668share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/AbstractAddAppurtenantProductsEntityTest.php
 7669share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/AbstractProductsCompareTest.php
 7670share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/AbstractPromoteAppurtenantProductsEntityTest.php
 7671share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/AddCrossSellProductsEntityTest.php
 7672share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/AddCrossSellProductsEntityTest.xml
 7673share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/AddProductsToCompareTest.php
 7674share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/AddProductsToCompareTest.xml
 7675share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/AddRelatedProductsEntityTest.php
 7676share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/AddRelatedProductsEntityTest.xml
 7677share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/AddUpSellProductsEntityTest.php
 7678share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/AddUpSellProductsEntityTest.xml
 7679share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/ApplyMapTest.php
 7680share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/ApplyMapTest.xml
 7681share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/ClearAllCompareProductsTest.php
 7682share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/ClearAllCompareProductsTest.xml
 7683share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/CreateConfigurableProductEntityTest.php
 7684share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/CreateConfigurableProductEntityTest.xml
 7685share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/CreateGroupedProductEntityTest.php
 7686share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/CreateGroupedProductEntityTest.xml
 7687share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.php
 7688share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.xml
 7689share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.php
 7690share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.xml
 7691share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/DeleteProductEntityTest.php
 7692share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/DeleteProductEntityTest.xml
 7693share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/DuplicateProductEntityTest.php
 7694share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/DuplicateProductEntityTest.xml
 7695share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/PromoteProductsAsCrossSellsTest.php
 7696share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/PromoteProductsAsCrossSellsTest.xml
 7697share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/PromoteProductsAsRelatedTest.php
 7698share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/PromoteProductsAsRelatedTest.xml
 7699share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/PromoteProductsAsUpSellsTest.php
 7700share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/PromoteProductsAsUpSellsTest.xml
 7701share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/UpdateConfigurableProductEntityTest.php
 7702share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/UpdateConfigurableProductEntityTest.xml
 7703share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.php
 7704share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.xml
 7705share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/ProductAttribute/CreateAttributeSetEntityTest.php
 7706share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/ProductAttribute/CreateAttributeSetEntityTest.xml
 7707share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.php
 7708share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.xml
 7709share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/CreateProductAttributeStep.php
 7710share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/CreateProductStep.php
 7711share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/CreateProductTemplateStep.php
 7712share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/CreateProductsStep.php
 7713share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/OpenProductOnBackendStep.php
 7714share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/SaveProductStep.php
 7715share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/UpdateConfigurableProductStep.php
 7716share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/UpdateConfigurableProductStep/AbstractSubStep.php
 7717share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/UpdateConfigurableProductStep/AddOptionsSubStep.php
 7718share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/UpdateConfigurableProductStep/CreateProductSubStep.php
 7719share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/UpdateConfigurableProductStep/DeleteOptionsSubStep.php
 7720share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/TestStep/UpdateConfigurableProductStep/UpdateOptionsSubStep.php
 7721share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/etc/curl/di.xml
 7722share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/etc/fixture.xml
 7723share/magento/dev/tests/functional/tests/app/Mage/Catalog/Test/etc/testcase.xml
 7724share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Constraint/AssertCatalogPriceRuleAppliedInCatalogPage.php
 7725share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Constraint/AssertCatalogPriceRuleAppliedInProductPage.php
 7726share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Constraint/AssertCatalogPriceRuleAppliedInShoppingCart.php
 7727share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Constraint/AssertCatalogPriceRuleForm.php
 7728share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Constraint/AssertCatalogPriceRuleInGrid.php
 7729share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Constraint/AssertCatalogPriceRuleNotInGrid.php
 7730share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Constraint/AssertCatalogPriceRuleNotInProductPage.php
 7731share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Constraint/AssertCatalogPriceRuleNoticeMessage.php
 7732share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Constraint/AssertCatalogPriceRuleSuccessDeleteMessage.php
 7733share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Constraint/AssertCatalogPriceRuleSuccessSaveMessage.php
 7734share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Fixture/CatalogRule.xml
 7735share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Handler/CatalogRule/CatalogRuleInterface.php
 7736share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Handler/CatalogRule/Curl.php
 7737share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Page/Adminhtml/CatalogRuleEdit.xml
 7738share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Page/Adminhtml/CatalogRuleIndex.xml
 7739share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/Repository/CatalogRule.xml
 7740share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/TestCase/AbstractCatalogRuleEntityTest.php
 7741share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/TestCase/ApplySeveralCatalogPriceRuleEntityTest.php
 7742share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/TestCase/ApplySeveralCatalogPriceRuleEntityTest.xml
 7743share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/TestCase/CreateCatalogPriceRuleEntityTest.php
 7744share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/TestCase/CreateCatalogPriceRuleEntityTest.xml
 7745share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/TestCase/DeleteCatalogPriceRuleEntityTest.php
 7746share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/TestCase/DeleteCatalogPriceRuleEntityTest.xml
 7747share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/TestStep/CreateCatalogRuleStep.php
 7748share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/TestStep/DeleteAllCatalogRulesStep.php
 7749share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/TestStep/SaveAndApplyCatalogRuleStep.php
 7750share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/etc/curl/di.xml
 7751share/magento/dev/tests/functional/tests/app/Mage/CatalogRule/Test/etc/fixture.xml
 7752share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Block/Advanced/Form.php
 7753share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Constraint/AssertSearchTermForm.php
 7754share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Constraint/AssertSearchTermInGrid.php
 7755share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Constraint/AssertSearchTermOnFrontend.php
 7756share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Constraint/AssertSearchTermSuccessSaveMessage.php
 7757share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Constraint/AssertSearchTermSynonymOnFrontend.php
 7758share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Constraint/AssertSuggestSearchingResult.php
 7759share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Fixture/CatalogSearchQuery.xml
 7760share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Fixture/CatalogSearchQuery/QueryText.php
 7761share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Page/Adminhtml/CatalogSearchEdit.xml
 7762share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Page/Adminhtml/CatalogSearchIndex.xml
 7763share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Page/CatalogsearchAdvanced.xml
 7764share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/Page/CatalogsearchResult.xml
 7765share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/TestCase/CreateSearchTermEntityTest.php
 7766share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/TestCase/CreateSearchTermEntityTest.xml
 7767share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/TestCase/SuggestSearchingResultEntityTest.php
 7768share/magento/dev/tests/functional/tests/app/Mage/CatalogSearch/Test/TestCase/SuggestSearchingResultEntityTest.xml
 7769share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/AbstractItem.php
 7770share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Cart.php
 7771share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Cart/CartItem.php
 7772share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Cart/DiscountCodes.php
 7773share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Cart/Shipping.php
 7774share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Cart/Shipping.xml
 7775share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Cart/Sidebar.php
 7776share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Cart/Sidebar/CartItem.php
 7777share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Cart/Totals.php
 7778share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/GroupedProductCart.php
 7779share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/GroupedProductCart/CartItem.php
 7780share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/AbstractMultishipping.php
 7781share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/AbstractMultishipping/AbstractItems.php
 7782share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/Addresses.php
 7783share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/Addresses/Items.php
 7784share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/Addresses/Items/Item.php
 7785share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/Billing.php
 7786share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/Overview.php
 7787share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/Register.php
 7788share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/Register.xml
 7789share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/Shipping.php
 7790share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/Shipping/Items.php
 7791share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/Shipping/Items/Item.php
 7792share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Multishipping/Success.php
 7793share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/AbstractOnepage.php
 7794share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Billing.php
 7795share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Billing.xml
 7796share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Link.php
 7797share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Login.php
 7798share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Login.xml
 7799share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Payment/Methods.php
 7800share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Review.php
 7801share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Review/Items.php
 7802share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Review/Items/Product.php
 7803share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Review/Totals.php
 7804share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Shipping/Method.php
 7805share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Block/Onepage/Success.php
 7806share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AbstractAssertProductInShoppingCart.php
 7807share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertAbstractOrderAddressSameAsPaypal.php
 7808share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertCartIsEmpty.php
 7809share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertCartItemsOptions.php
 7810share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertGrandTotalInShoppingCart.php
 7811share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertOrderBillingAddressSameAsPaypalShipping.php
 7812share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertOrderShippingAddressSameAsPaypalBilling.php
 7813share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertOrderSuccessPlacedMessage.php
 7814share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertOrderWithMultishippingSuccessPlacedMessage.php
 7815share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertPriceInShoppingCart.php
 7816share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertProductIsNotEditable.php
 7817share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertProductQtyInMiniShoppingCart.php
 7818share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertProductQtyInShoppingCart.php
 7819share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertProductsPresentInShoppingCart.php
 7820share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertSubtotalInShoppingCart.php
 7821share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertTermInGrid.php
 7822share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertTermOnCheckout.php
 7823share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertTermRequireMessageOnMultishippingCheckout.php
 7824share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Constraint/AssertTermSuccessSaveMessage.php
 7825share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Fixture/Cart.xml
 7826share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Fixture/Cart/Items.php
 7827share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Fixture/CheckoutAgreement.xml
 7828share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Fixture/CheckoutAgreement/Stores.php
 7829share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/Adminhtml/CheckoutAgreementEdit.xml
 7830share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/Adminhtml/CheckoutAgreementIndex.xml
 7831share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/Adminhtml/CheckoutAgreementNew.xml
 7832share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CheckoutCart.xml
 7833share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CheckoutMultishippingAddressNewShipping.xml
 7834share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CheckoutMultishippingAddresses.xml
 7835share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CheckoutMultishippingBilling.xml
 7836share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CheckoutMultishippingLogin.xml
 7837share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CheckoutMultishippingOverview.xml
 7838share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CheckoutMultishippingRegister.xml
 7839share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CheckoutMultishippingShipping.xml
 7840share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CheckoutMultishippingSuccess.xml
 7841share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CheckoutOnepage.xml
 7842share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CheckoutOnepageSuccess.xml
 7843share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Page/CmsIndex.xml
 7844share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/Repository/ConfigData.xml
 7845share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.php
 7846share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.xml
 7847share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/CheckoutWithMultishippingTest.php
 7848share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/CheckoutWithMultishippingTest.xml
 7849share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/CreateTermEntityTest.php
 7850share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/CreateTermEntityTest.xml
 7851share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/DeleteProductsFromShoppingCartTest.php
 7852share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/DeleteProductsFromShoppingCartTest.xml
 7853share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/OnePageCheckoutTest.php
 7854share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/OnePageCheckoutTest.xml
 7855share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/OnePageCheckoutWithinOnlineShippingMethods.php
 7856share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/OnePageCheckoutWithinOnlineShippingMethods.xml
 7857share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/UpdateShoppingCartTest.php
 7858share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestCase/UpdateShoppingCartTest.xml
 7859share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/AddNewCheckoutAgreementStep.php
 7860share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/AddProductsToTheCartStep.php
 7861share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/CreateCartItemStep.php
 7862share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/DeleteAllTermsEntityStep.php
 7863share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/EnterNewAddressesStep.php
 7864share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/FillAndSaveCheckoutAgreementStep.php
 7865share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/FillBillingInformationStep.php
 7866share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/FillShippingMethodStep.php
 7867share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/FillShippingMethodWithMultishippingStep.php
 7868share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/PlaceOrderStep.php
 7869share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/PlaceOrderWithMultishippingStep.php
 7870share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/ProceedToCheckoutStep.php
 7871share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/ProceedToCheckoutWithMultishippingStep.php
 7872share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/SelectAddressesStep.php
 7873share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/SelectCheckoutMethodStep.php
 7874share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/SelectCheckoutMethodWithMultishippingStep.php
 7875share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/SelectPaymentMethodStep.php
 7876share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/TestStep/SelectPaymentMethodWithMultishippingStep.php
 7877share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/etc/fixture.xml
 7878share/magento/dev/tests/functional/tests/app/Mage/Checkout/Test/etc/testcase.xml
 7879share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Block/Page.php
 7880share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsBlockInGrid.php
 7881share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsBlockNotOnCategoryPage.php
 7882share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsBlockOnCategoryPage.php
 7883share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsBlockSuccessSaveMessage.php
 7884share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsPageDeleteMessage.php
 7885share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsPageDisabledOnFrontend.php
 7886share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsPageDisabledOnUnassignedStoreView.php
 7887share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsPageForm.php
 7888share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsPageInGrid.php
 7889share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsPageNotInGrid.php
 7890share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsPagePreview.php
 7891share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Constraint/AssertCmsPageSuccessSaveMessage.php
 7892share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Fixture/CmsBlock.xml
 7893share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Fixture/CmsBlock/Stores.php
 7894share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Fixture/CmsPage.xml
 7895share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Fixture/CmsPage/Content.php
 7896share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Fixture/CmsPage/StoreId.php
 7897share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Handler/CmsPage/CmsPageInterface.php
 7898share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Handler/CmsPage/Curl.php
 7899share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Page/Adminhtml/CmsBlockEdit.xml
 7900share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Page/Adminhtml/CmsBlockIndex.xml
 7901share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Page/Adminhtml/CmsBlockNew.xml
 7902share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Page/Adminhtml/CmsPageEdit.xml
 7903share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Page/Adminhtml/CmsPageIndex.xml
 7904share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Page/Adminhtml/CmsPageNew.xml
 7905share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Page/CmsIndex.xml
 7906share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Page/CmsPage.xml
 7907share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/Repository/CmsPage.xml
 7908share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/TestCase/CreateCmsBlockEntityTest.php
 7909share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/TestCase/CreateCmsBlockEntityTest.xml
 7910share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/TestCase/CreateCmsPageEntityTest.php
 7911share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/TestCase/CreateCmsPageEntityTest.xml
 7912share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/TestCase/DeleteCmsPageEntityTest.php
 7913share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/TestCase/DeleteCmsPageEntityTest.xml
 7914share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/TestCase/UpdateCmsPageEntityTest.php
 7915share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/TestCase/UpdateCmsPageEntityTest.xml
 7916share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/etc/curl/di.xml
 7917share/magento/dev/tests/functional/tests/app/Mage/Cms/Test/etc/fixture.xml
 7918share/magento/dev/tests/functional/tests/app/Mage/Core/Test/Block/Messages.php
 7919share/magento/dev/tests/functional/tests/app/Mage/Core/Test/Fixture/ConfigData.xml
 7920share/magento/dev/tests/functional/tests/app/Mage/Core/Test/Fixture/Date.php
 7921share/magento/dev/tests/functional/tests/app/Mage/Core/Test/Handler/ConfigData/ConfigDataInterface.php
 7922share/magento/dev/tests/functional/tests/app/Mage/Core/Test/Handler/ConfigData/Curl.php
 7923share/magento/dev/tests/functional/tests/app/Mage/Core/Test/TestStep/SetupConfigurationStep.php
 7924share/magento/dev/tests/functional/tests/app/Mage/Core/Test/etc/curl/di.xml
 7925share/magento/dev/tests/functional/tests/app/Mage/Core/Test/etc/fixture.xml
 7926share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/Constraint/AssertCurrencySymbolOnCatalogPage.php
 7927share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/Constraint/AssertCurrencySymbolOnProductPage.php
 7928share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/Constraint/AssertCurrencySymbolSuccessSaveMessage.php
 7929share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/Fixture/CurrencySymbolEntity.xml
 7930share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/Page/Adminhtml/SystemCurrencyIndex.xml
 7931share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/Page/Adminhtml/SystemCurrencySymbolIndex.xml
 7932share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/Repository/ConfigData.xml
 7933share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/TestCase/EditCurrencySymbolEntityTest.php
 7934share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/TestCase/EditCurrencySymbolEntityTest.xml
 7935share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/TestStep/ApplyCurrencyInConfigStep.php
 7936share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/TestStep/ImportCurrencyRatesStep.php
 7937share/magento/dev/tests/functional/tests/app/Mage/CurrencySymbol/Test/etc/fixture.xml
 7938share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Account/Address/AdditionalAddress.php
 7939share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Account/Address/Book.php
 7940share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Account/Dashboard/Info.php
 7941share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Account/Navigation.php
 7942share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Address/Edit.php
 7943share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Address/Edit.xml
 7944share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Address/Renderer.php
 7945share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Form/CustomerForm.php
 7946share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Form/CustomerForm.xml
 7947share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Form/Login.php
 7948share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Form/Login.xml
 7949share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Form/Register.php
 7950share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Block/Form/Register.xml
 7951share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertAddressDeletedBackend.php
 7952share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertAddressDeletedFrontend.php
 7953share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertChangePasswordFailMessage.php
 7954share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerFailRegisterMessage.php
 7955share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerForm.php
 7956share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerGroupAlreadyExists.php
 7957share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerGroupInGrid.php
 7958share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerGroupOnCustomerForm.php
 7959share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerGroupSuccessSaveMessage.php
 7960share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerInGrid.php
 7961share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerInfoSuccessSavedMessage.php
 7962share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerInvalidEmail.php
 7963share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerPasswordChanged.php
 7964share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerSuccessRegisterMessage.php
 7965share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertCustomerSuccessSaveMessage.php
 7966share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/AssertWrongPassConfirmationMessage.php
 7967share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Constraint/FrontendActionsForCustomer.php
 7968share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Fixture/Address.xml
 7969share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Fixture/Customer.xml
 7970share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Fixture/Customer/Address.php
 7971share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Fixture/Customer/GroupId.php
 7972share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Fixture/CustomerGroup.xml
 7973share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Fixture/CustomerGroup/TaxClassIds.php
 7974share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Handler/Customer/Curl.php
 7975share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Handler/Customer/CustomerInterface.php
 7976share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Handler/CustomerGroup/Curl.php
 7977share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Handler/CustomerGroup/CustomerGroupInterface.php
 7978share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Page/Adminhtml/CustomerEdit.xml
 7979share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Page/Adminhtml/CustomerGroupIndex.xml
 7980share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Page/Adminhtml/CustomerGroupNew.xml
 7981share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Page/Adminhtml/CustomerIndex.xml
 7982share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Page/Adminhtml/CustomerNew.xml
 7983share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Page/CustomerAccountCreate.xml
 7984share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Page/CustomerAccountEdit.xml
 7985share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Page/CustomerAccountIndex.xml
 7986share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Page/CustomerAccountLogin.xml
 7987share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Page/CustomerAccountLogout.xml
 7988share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Page/CustomerAddress.xml
 7989share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Repository/Address.xml
 7990share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Repository/ConfigData.xml
 7991share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Repository/Customer.xml
 7992share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/Repository/CustomerGroup.xml
 7993share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/ChangeCustomerPasswordTest.php
 7994share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/ChangeCustomerPasswordTest.xml
 7995share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/CreateCustomerFromBackendTest.php
 7996share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/CreateCustomerFromBackendTest.xml
 7997share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/CreateCustomerGroupEntityTest.php
 7998share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/CreateCustomerGroupEntityTest.xml
 7999share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/CreateExistingCustomerFrontendEntity.php
 8000share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/CreateExistingCustomerFrontendEntity.xml
 8001share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/DeleteCustomerAddressEntityTest.php
 8002share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/DeleteCustomerAddressEntityTest.xml
 8003share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/RegisterCustomerFrontendEntityTest.php
 8004share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestCase/RegisterCustomerFrontendEntityTest.xml
 8005share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestStep/CreateCustomerStep.php
 8006share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestStep/CreateNewAddressesFixturesStep.php
 8007share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestStep/CreateOrderFromCustomerAccountStep.php
 8008share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestStep/LoginCustomerOnFrontendStep.php
 8009share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestStep/LogoutCustomerStep.php
 8010share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/TestStep/OpenCustomerOnBackendStep.php
 8011share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/etc/curl/di.xml
 8012share/magento/dev/tests/functional/tests/app/Mage/Customer/Test/etc/fixture.xml
 8013share/magento/dev/tests/functional/tests/app/Mage/Directory/Test/Block/Currency/Switcher.php
 8014share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable.php
 8015share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/LinkRow.php
 8016share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/LinkRow.xml
 8017share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Links.php
 8018share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Links.xml
 8019share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/SampleRow.php
 8020share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/SampleRow.xml
 8021share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Samples.php
 8022share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Samples.xml
 8023share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Adminhtml/Catalog/Product/ProductForm.xml
 8024share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Catalog/Product/View.php
 8025share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Catalog/Product/View/Links.php
 8026share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Catalog/Product/View/Samples.php
 8027share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Checkout/Onepage/Review.php
 8028share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Checkout/Onepage/Review/Items.php
 8029share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Block/Checkout/Onepage/Review/Items/Product.php
 8030share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertDownloadableLinksData.php
 8031share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertDownloadableProductDetailsInWishlist.php
 8032share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertDownloadableProductForm.php
 8033share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertDownloadableSamplesData.php
 8034share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertOrderTaxOnBackendDownloadableExcludingIncludingTax.php
 8035share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertOrderTaxOnBackendDownloadableExcludingTax.php
 8036share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertOrderTaxOnBackendDownloadableIncludingTax.php
 8037share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertTaxCalculationAfterCheckoutDownloadableExcludingIncludingTax.php
 8038share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertTaxCalculationAfterCheckoutDownloadableExcludingTax.php
 8039share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertTaxCalculationAfterCheckoutDownloadableIncludingTax.php
 8040share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingIncludingTax.php
 8041share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingTax.php
 8042share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesDownloadableIncludingTax.php
 8043share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Fixture/Cart/Item.php
 8044share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Fixture/DownloadableProduct.xml
 8045share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Fixture/DownloadableProduct/CheckoutData.php
 8046share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Fixture/DownloadableProduct/GroupPriceOptions.php
 8047share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Fixture/DownloadableProduct/Links.php
 8048share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Fixture/DownloadableProduct/Price.php
 8049share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Fixture/DownloadableProduct/Samples.php
 8050share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Handler/Curl.php
 8051share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Handler/DownloadableProductInterface.php
 8052share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Page/CheckoutOnepage.xml
 8053share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Page/Product/CatalogProductView.xml
 8054share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/Repository/DownloadableProduct.xml
 8055share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/TestCase/AddProductToWishlistEntityTest.xml
 8056share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml
 8057share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/TestCase/AddProductsToMultipleWishListTest.xml
 8058share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml
 8059share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/TestCase/CreateDownloadableProductEntityTest.php
 8060share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/TestCase/CreateDownloadableProductEntityTest.xml
 8061share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/TestCase/DeleteDownloadableProductEntityTest.xml
 8062share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml
 8063share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/TestCase/TaxCalculationForDownloadableProductTest.php
 8064share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/TestCase/TaxCalculationForDownloadableProductTest.xml
 8065share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/etc/curl/di.xml
 8066share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/etc/fixture.xml
 8067share/magento/dev/tests/functional/tests/app/Mage/Downloadable/Test/etc/testcase.xml
 8068share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Block/Message/Inline.php
 8069share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Block/Message/Inline.xml
 8070share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Block/Message/Inline/GiftMessageForm.php
 8071share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Block/Message/Inline/GiftMessageForm.xml
 8072share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Block/Message/Order/Items/View.php
 8073share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Block/Message/Order/View.php
 8074share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Constraint/AbstractAssertGiftMessageOnFrontend.php
 8075share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Constraint/AssertGiftMessageInFrontendOrder.php
 8076share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Constraint/AssertGiftMessageInFrontendOrderItems.php
 8077share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Fixture/GiftMessage.xml
 8078share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Fixture/GiftMessage/Items.php
 8079share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Page/CheckoutOnepage.xml
 8080share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Page/OrderView.xml
 8081share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/Repository/GiftMessage.xml
 8082share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/TestCase/CheckoutWithGiftMessagesTest.php
 8083share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/TestCase/CheckoutWithGiftMessagesTest.xml
 8084share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/TestStep/AddGiftMessageStep.php
 8085share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/etc/fixture.xml
 8086share/magento/dev/tests/functional/tests/app/Mage/GiftMessage/Test/etc/testcase.xml
 8087share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Block/Configuration.php
 8088share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Block/Configuration.xml
 8089share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Block/ContinueBlock.php
 8090share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Block/License.php
 8091share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Block/Localization.php
 8092share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Block/Localization.xml
 8093share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Block/Main.php
 8094share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Block/PersonalInformation.php
 8095share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Block/PersonalInformation.xml
 8096share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Constraint/AssertAgreementTextPresent.php
 8097share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Constraint/AssertCurrencySelected.php
 8098share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Constraint/AssertLanguageSelected.php
 8099share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Constraint/AssertRewritesEnabled.php
 8100share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Constraint/AssertSecureUrlEnabled.php
 8101share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Constraint/AssertSuccessInstall.php
 8102share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Fixture/Install.xml
 8103share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Page/Install.xml
 8104share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Page/InstallWizardAdministrator.xml
 8105share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Page/InstallWizardConfig.xml
 8106share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Page/InstallWizardEnd.xml
 8107share/magento/dev/tests/functional/tests/app/Mage/Install/Test/Page/InstallWizardLocale.xml
 8108share/magento/dev/tests/functional/tests/app/Mage/Install/Test/TestCase/InstallTest.php
 8109share/magento/dev/tests/functional/tests/app/Mage/Install/Test/TestCase/InstallTest.xml
 8110share/magento/dev/tests/functional/tests/app/Mage/Newsletter/Test/Constraint/AssertCustomerIsSubscribedToNewsletter.php
 8111share/magento/dev/tests/functional/tests/app/Mage/Newsletter/Test/Page/Adminhtml/SubscriberIndex.xml
 8112share/magento/dev/tests/functional/tests/app/Mage/Page/Test/Block/Html/Footer.php
 8113share/magento/dev/tests/functional/tests/app/Mage/Page/Test/Block/Html/Header.php
 8114share/magento/dev/tests/functional/tests/app/Mage/Page/Test/Block/Html/Title.php
 8115share/magento/dev/tests/functional/tests/app/Mage/Page/Test/Block/Html/Topmenu.php
 8116share/magento/dev/tests/functional/tests/app/Mage/Payment/Test/Block/Form/Cc.php
 8117share/magento/dev/tests/functional/tests/app/Mage/Payment/Test/Block/Form/Cc.xml
 8118share/magento/dev/tests/functional/tests/app/Mage/Payment/Test/Constraint/Assert3DSecureVerificationFailed.php
 8119share/magento/dev/tests/functional/tests/app/Mage/Payment/Test/Fixture/Cc.xml
 8120share/magento/dev/tests/functional/tests/app/Mage/Payment/Test/Repository/Cc.xml
 8121share/magento/dev/tests/functional/tests/app/Mage/Payment/Test/Repository/ConfigData.xml
 8122share/magento/dev/tests/functional/tests/app/Mage/Payment/Test/TestStep/Fill3DSecureCreditCardValidationStep.php
 8123share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/AbstractReview.php
 8124share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Addresses.php
 8125share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Express/Review.php
 8126share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Express/Shortcut.php
 8127share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Form/Centinel.php
 8128share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Form/Centinel.xml
 8129share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Hosted/Pro/Form.php
 8130share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Hosted/Pro/Form.xml
 8131share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Login.php
 8132share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Login.xml
 8133share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/OldAddresses.php
 8134share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/OldLogin.php
 8135share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/OldLogin.xml
 8136share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/OldReview.php
 8137share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Payflow/Advanced/Form.php
 8138share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Payflow/Advanced/Form.xml
 8139share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Payflow/Link/Form.php
 8140share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Payflow/Link/Form.xml
 8141share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Product/View.php
 8142share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Block/Review.php
 8143share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Constraint/AssertTransaction.php
 8144share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Fixture/PaypalAddress.xml
 8145share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Fixture/PaypalCustomer.xml
 8146share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Fixture/PaypalCustomer/Address.php
 8147share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Page/Paypal.php
 8148share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Page/PaypalExpressReview.xml
 8149share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Page/Product/CatalogProductView.xml
 8150share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Repository/ConfigData.xml
 8151share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Repository/PaypalAddress.xml
 8152share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/Repository/PaypalCustomer.xml
 8153share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/AbstractCreateSalesEntityForOnlinePaymentMethodsTest.php
 8154share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/AbstractCreateSalesEntityForPaypalExpressCheckoutTest.php
 8155share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateInvoiceForPaypalExpressCheckoutTest.php
 8156share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateInvoiceForPaypalExpressCheckoutTest.xml
 8157share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOfflineInvoiceForOnlinePaymentsMethodsWithIFrameTest.php
 8158share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOfflineInvoiceForOnlinePaymentsMethodsWithIFrameTest.xml
 8159share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOfflineInvoiceForOnlinePaymentsMethodsWithoutIFrameTest.php
 8160share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOfflineInvoiceForOnlinePaymentsMethodsWithoutIFrameTest.xml
 8161share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOnlineInvoiceForOnlinePaymentsMethodsWithIFrameTest.php
 8162share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOnlineInvoiceForOnlinePaymentsMethodsWithIFrameTest.xml
 8163share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOnlineInvoiceForOnlinePaymentsMethodsWithoutIFrameTest.php
 8164share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOnlineInvoiceForOnlinePaymentsMethodsWithoutIFrameTest.xml
 8165share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOnlineRefundForOnlinePaymentsMethodsWithIFrameTest.php
 8166share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOnlineRefundForOnlinePaymentsMethodsWithIFrameTest.xml
 8167share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOnlineRefundForOnlinePaymentsMethodsWithoutIFrameTest.php
 8168share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOnlineRefundForOnlinePaymentsMethodsWithoutIFrameTest.xml
 8169share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOnlineRefundForPaypalExpressCheckoutTest.php
 8170share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOnlineRefundForPaypalExpressCheckoutTest.xml
 8171share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOrderWithOnlinePaymentsMethodsWith3DSecureTest.php
 8172share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOrderWithOnlinePaymentsMethodsWith3DSecureTest.xml
 8173share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOrderWithOnlinePaymentsMethodsWithIFrameTest.php
 8174share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOrderWithOnlinePaymentsMethodsWithIFrameTest.xml
 8175share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOrderWithOnlinePaymentsMethodsWithoutIFrameTest.php
 8176share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOrderWithOnlinePaymentsMethodsWithoutIFrameTest.xml
 8177share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOrderWithPayPalStandardTest.php
 8178share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateOrderWithPayPalStandardTest.xml
 8179share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateShipmentForOnlinePaymentMethodsWithIFrameTest.php
 8180share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateShipmentForOnlinePaymentMethodsWithIFrameTest.xml
 8181share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateShipmentForOnlinePaymentMethodsWithoutIFrameTest.php
 8182share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateShipmentForOnlinePaymentMethodsWithoutIFrameTest.xml
 8183share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateShipmentForPaypalExpressCheckoutTest.php
 8184share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/CreateShipmentForPaypalExpressCheckoutTest.xml
 8185share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/TestCreationForExpressCheckoutWithinPayPalButtonFromProductPageTest.php
 8186share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/TestCreationForExpressCheckoutWithinPayPalButtonFromProductPageTest.xml
 8187share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/TestCreationForExpressCheckoutWithinPayPalButtonTest.php
 8188share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestCase/TestCreationForExpressCheckoutWithinPayPalButtonTest.xml
 8189share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestStep/CheckoutWithPayPalFromProductPageStep.php
 8190share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestStep/CheckoutWithPayPalStep.php
 8191share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestStep/ContinuePayPalCheckoutStep.php
 8192share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestStep/FillCreditCardInIFrameStep.php
 8193share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestStep/LoginToPayPalStep.php
 8194share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/TestStep/PlaceOrderStep.php
 8195share/magento/dev/tests/functional/tests/app/Mage/Paypal/Test/etc/testcase.xml
 8196share/magento/dev/tests/functional/tests/app/Mage/Rating/Test/Constraint/AssertProductRatingInProductPage.php
 8197share/magento/dev/tests/functional/tests/app/Mage/Rating/Test/Constraint/AssertProductRatingOnReviewPage.php
 8198share/magento/dev/tests/functional/tests/app/Mage/Rating/Test/Fixture/Rating.xml
 8199share/magento/dev/tests/functional/tests/app/Mage/Rating/Test/Fixture/Rating/Stores.php
 8200share/magento/dev/tests/functional/tests/app/Mage/Rating/Test/Handler/Curl.php
 8201share/magento/dev/tests/functional/tests/app/Mage/Rating/Test/Handler/RatingInterface.php
 8202share/magento/dev/tests/functional/tests/app/Mage/Rating/Test/Page/Adminhtml/RatingEdit.xml
 8203share/magento/dev/tests/functional/tests/app/Mage/Rating/Test/Page/Adminhtml/RatingIndex.xml
 8204share/magento/dev/tests/functional/tests/app/Mage/Rating/Test/Repository/Rating.xml
 8205share/magento/dev/tests/functional/tests/app/Mage/Rating/Test/etc/curl/di.xml
 8206share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Block/Product/View.php
 8207share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Block/Product/View/Form.php
 8208share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Block/Product/View/Form.xml
 8209share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Block/Product/View/Review.php
 8210share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Constraint/AssertProductReviewForm.php
 8211share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Constraint/AssertProductReviewInGrid.php
 8212share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Constraint/AssertProductReviewIsAbsentOnProductPage.php
 8213share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Constraint/AssertProductReviewOnProductPage.php
 8214share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Constraint/AssertReviewCreationSuccessMessage.php
 8215share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Constraint/AssertReviewLinksIsPresentOnProductPage.php
 8216share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Constraint/AssertReviewSuccessSaveMessage.php
 8217share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Constraint/AssertSetApprovedProductReview.php
 8218share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Fixture/Review.xml
 8219share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Fixture/Review/EntityId.php
 8220share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Fixture/Review/Ratings.php
 8221share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Page/Adminhtml/CatalogProductReview.xml
 8222share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Page/Adminhtml/CatalogProductReviewEdit.xml
 8223share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Page/Product/CatalogProductView.xml
 8224share/magento/dev/tests/functional/tests/app/Mage/Review/Test/Page/Product/ReviewProductList.xml
 8225share/magento/dev/tests/functional/tests/app/Mage/Review/Test/TestCase/CreateProductReviewFrontendEntityTest.php
 8226share/magento/dev/tests/functional/tests/app/Mage/Review/Test/TestCase/CreateProductReviewFrontendEntityTest.xml
 8227share/magento/dev/tests/functional/tests/app/Mage/Review/Test/TestStep/AddFrontendReviewStep.php
 8228share/magento/dev/tests/functional/tests/app/Mage/Review/Test/TestStep/DeleteAllRatingsStep.php
 8229share/magento/dev/tests/functional/tests/app/Mage/Review/Test/etc/testcase.xml
 8230share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/AbstractProductView.php
 8231share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/AbstractSalesEntities.php
 8232share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/AbstractSalesEntities/SalesEntity.php
 8233share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/AbstractSalesEntities/SalesEntity/Items/Product.php
 8234share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/CreditMemos.php
 8235share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/CreditMemos/CreditMemo.php
 8236share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/CreditMemos/CreditMemo/Items.php
 8237share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/CreditMemos/CreditMemo/Items/Product.php
 8238share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/History.php
 8239share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/Invoices.php
 8240share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/Invoices/Invoice.php
 8241share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/Invoices/Invoice/Items.php
 8242share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/Invoices/Invoice/Items/Product.php
 8243share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/OrderPrint/View.php
 8244share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/View.php
 8245share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/View/ActionsToolbar.php
 8246share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/View/Items.php
 8247share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/View/Items/Product.php
 8248share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Order/View/Totals.php
 8249share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Widget/Guest/Form.php
 8250share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Block/Widget/Guest/Form.xml
 8251share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AbstractAssertItems.php
 8252share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AbstractAssertNoButtonOnOrderPage.php
 8253share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AbstractAssertOrdersAddress.php
 8254share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AbstractAssertSales.php
 8255share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AbstractAssertSalesEntityInGrid.php
 8256share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AbstractAssertSalesEntityInSalesEntityGrid.php
 8257share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AbstractAssertSalesEntityInSalesEntityTab.php
 8258share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AbstractAssertSalesEntityItemsOnFrontend.php
 8259share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertConfigurableProductInItemsOrderedGrid.php
 8260share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertCreditMemoConfigurableItems.php
 8261share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertCreditMemoConfigurableItemsOnFrontend.php
 8262share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertCreditMemoInCreditMemosGrid.php
 8263share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertCreditMemoInCreditMemosTab.php
 8264share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertCreditMemoItems.php
 8265share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertCreditMemoItemsOnFrontend.php
 8266share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertCreditMemoSuccessCreateMessage.php
 8267share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertInvoiceConfigurableItems.php
 8268share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertInvoiceConfigurableItemsOnFrontend.php
 8269share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertInvoiceInInvoicesGrid.php
 8270share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertInvoiceInInvoicesTab.php
 8271share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertInvoiceItems.php
 8272share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertInvoiceItemsOnFrontend.php
 8273share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertInvoiceSuccessCreateMessage.php
 8274share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertInvoiceWithShipmentSuccessMessage.php
 8275share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertItemsOrderedBlockIsEmpty.php
 8276share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertNoCreditMemoButton.php
 8277share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertNoInvoiceButton.php
 8278share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertOrderButtonsAvailable.php
 8279share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertOrderCancelSuccessMessage.php
 8280share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertOrderCreateSuccessMessage.php
 8281share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertOrderGrandTotal.php
 8282share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertOrderInOrdersGrid.php
 8283share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertOrderInOrdersGridOnFrontend.php
 8284share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertOrderStatusIsCorrect.php
 8285share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertOrdersBillingAddress.php
 8286share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertOrdersCount.php
 8287share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertOrdersGrandTotal.php
 8288share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertOrdersShippingAddress.php
 8289share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertProductInItemsOrderedGrid.php
 8290share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertProductsVisibilityInItemsOrderedBlock.php
 8291share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertReorderedOrderStatusIsCorrect.php
 8292share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertSalesPrintOrderBillingAddress.php
 8293share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertSalesPrintOrderGrandTotal.php
 8294share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertSalesPrintOrderPaymentMethod.php
 8295share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/AssertSalesPrintOrderProducts.php
 8296share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Constraint/FrontendActionsForSalesAssert.php
 8297share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Fixture/Order.xml
 8298share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Fixture/Order/BillingAddressId.php
 8299share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Fixture/Order/CustomerId.php
 8300share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Fixture/Order/EntityId.php
 8301share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Fixture/Order/StoreId.php
 8302share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Handler/Order/Curl.php
 8303share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Handler/Order/OrderInterface.php
 8304share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/Adminhtml/SalesCreditMemo.xml
 8305share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/Adminhtml/SalesCreditMemoView.xml
 8306share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/Adminhtml/SalesInvoice.xml
 8307share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/Adminhtml/SalesInvoiceView.xml
 8308share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/Adminhtml/SalesOrderCreateIndex.xml
 8309share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/Adminhtml/SalesOrderCreditMemoNew.xml
 8310share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/Adminhtml/SalesOrderIndex.xml
 8311share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/Adminhtml/SalesOrderInvoiceNew.xml
 8312share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/Adminhtml/SalesOrderView.xml
 8313share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/CreditMemoView.xml
 8314share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/InvoiceView.xml
 8315share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/OrderHistory.xml
 8316share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/OrderView.xml
 8317share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/SalesGuestForm.xml
 8318share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/SalesGuestPrint.xml
 8319share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Page/SalesGuestView.xml
 8320share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Repository/ConfigData.xml
 8321share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/Repository/Order.xml
 8322share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/CancelCreatedOrderTest.php
 8323share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/CancelCreatedOrderTest.xml
 8324share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/CreateOrderFromBackendCustomerPageTest.php
 8325share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/CreateOrderFromBackendCustomerPageTest.xml
 8326share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/CreateOrderFromBackendWithinOfflinePaymentMethodsTest.php
 8327share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/CreateOrderFromBackendWithinOfflinePaymentMethodsTest.xml
 8328share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/MoveShoppingCartProductsOnOrderPageTest.php
 8329share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/MoveShoppingCartProductsOnOrderPageTest.xml
 8330share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/PrintOrderFrontendGuestTest.php
 8331share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/PrintOrderFrontendGuestTest.xml
 8332share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/ReorderOrderEntityTest.php
 8333share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestCase/ReorderOrderEntityTest.xml
 8334share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/AbstractCreateRefundStep.php
 8335share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/AbstractCreateSalesEntityStep.php
 8336share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/AddProductsStep.php
 8337share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/CreateInvoiceStep.php
 8338share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/CreateNewOrderStep.php
 8339share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/CreateNewOrderViaCurlStep.php
 8340share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/CreateOfflineRefundStep.php
 8341share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/CreateOnlineRefundStep.php
 8342share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/FillBillingAddressStep.php
 8343share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/MoveProductsFromShoppingCartSidebarStep.php
 8344share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/OpenOrderStep.php
 8345share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/OpenSalesOrderOnFrontendForGuestStep.php
 8346share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/OpenSalesOrdersStep.php
 8347share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/PrintOrderOnFrontendStep.php
 8348share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/ReorderOrderStep.php
 8349share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/SelectCustomerOrderStep.php
 8350share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/SelectPaymentMethodForOrderStep.php
 8351share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/SelectShippingMethodForOrderStep.php
 8352share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/SelectStoreOnCreateOrderStep.php
 8353share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/SubmitOrderStep.php
 8354share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/TestStep/UpdateProductsDataStep.php
 8355share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/etc/curl/di.xml
 8356share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/etc/fixture.xml
 8357share/magento/dev/tests/functional/tests/app/Mage/Sales/Test/etc/testcase.xml
 8358share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Constraint/AbstractCartPriceRuleApplying.php
 8359share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Constraint/AssertCartPriceRuleConditionIsApplied.php
 8360share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Constraint/AssertCartPriceRuleConditionIsNotApplied.php
 8361share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Constraint/AssertCartPriceRuleForm.php
 8362share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Constraint/AssertCartPriceRuleFreeShippingIsApplied.php
 8363share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Constraint/AssertCartPriceRuleIsAppliedToShipping.php
 8364share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Constraint/AssertCartPriceRuleIsNotPresentedInGrid.php
 8365share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Constraint/AssertCartPriceRuleSuccessDeleteMessage.php
 8366share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Constraint/AssertCartPriceRuleSuccessSaveMessage.php
 8367share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Fixture/SalesRule.xml
 8368share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Fixture/SalesRule/WebsiteIds.php
 8369share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Handler/SalesRule/Curl.php
 8370share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Handler/SalesRule/SalesRuleInterface.php
 8371share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Page/Adminhtml/PromoQuoteEdit.xml
 8372share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Page/Adminhtml/PromoQuoteIndex.xml
 8373share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Page/Adminhtml/PromoQuoteNew.xml
 8374share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/Repository/SalesRule.xml
 8375share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/TestCase/CreateSalesRuleEntityTest.php
 8376share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/TestCase/CreateSalesRuleEntityTest.xml
 8377share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/TestCase/DeleteSalesRuleEntityTest.php
 8378share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/TestCase/DeleteSalesRuleEntityTest.xml
 8379share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/TestCase/ReorderOrderEntityTest.xml
 8380share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/TestStep/ApplySalesRuleOnBackendStep.php
 8381share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/TestStep/ApplySalesRuleOnFrontendStep.php
 8382share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/TestStep/CreateSalesRuleStep.php
 8383share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/TestStep/DeleteAllSalesRuleStep.php
 8384share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/etc/curl/di.xml
 8385share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/etc/fixture.xml
 8386share/magento/dev/tests/functional/tests/app/Mage/SalesRule/Test/etc/testcase.xml
 8387share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Block/Sales/Order/Shipments.php
 8388share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Block/Sales/Order/Shipments/Shipment.php
 8389share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Block/Sales/Order/Shipments/Shipment/Items.php
 8390share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Block/Sales/Order/Shipments/Shipment/Items/Product.php
 8391share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Constraint/AssertNoShipButton.php
 8392share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Constraint/AssertShipmentConfigurableItems.php
 8393share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Constraint/AssertShipmentConfigurableItemsOnFrontend.php
 8394share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Constraint/AssertShipmentInShipmentsGrid.php
 8395share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Constraint/AssertShipmentInShipmentsTab.php
 8396share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Constraint/AssertShipmentItems.php
 8397share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Constraint/AssertShipmentItemsOnFrontend.php
 8398share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Constraint/AssertShipmentSuccessCreateMessage.php
 8399share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Constraint/AssertShippingMethodOnPrintOrder.php
 8400share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Page/Adminhtml/SalesOrderShipmentNew.xml
 8401share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Page/Adminhtml/SalesShipment.xml
 8402share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Page/Adminhtml/SalesShipmentView.xml
 8403share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Page/ShipmentView.xml
 8404share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/Repository/ConfigData.xml
 8405share/magento/dev/tests/functional/tests/app/Mage/Shipping/Test/TestStep/CreateShipmentStep.php
 8406share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/Constraint/AssertSitemapContent.php
 8407share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/Constraint/AssertSitemapFailFolderSaveMessage.php
 8408share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/Constraint/AssertSitemapFailPathSaveMessage.php
 8409share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/Constraint/AssertSitemapInGrid.php
 8410share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/Constraint/AssertSitemapSuccessSaveAndGenerateMessages.php
 8411share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/Constraint/AssertSitemapSuccessSaveMessage.php
 8412share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/Fixture/Sitemap.xml
 8413share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/Page/Adminhtml/SitemapIndex.xml
 8414share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/Page/Adminhtml/SitemapNew.xml
 8415share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/TestCase/CreateSitemapEntityTest.php
 8416share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/TestCase/CreateSitemapEntityTest.xml
 8417share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/TestCase/GenerateSitemapEntityTest.php
 8418share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/TestCase/GenerateSitemapEntityTest.xml
 8419share/magento/dev/tests/functional/tests/app/Mage/Sitemap/Test/etc/fixture.xml
 8420share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AbstractAssertOrderTaxOnBackend.php
 8421share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AbstractAssertTax.php
 8422share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AbstractAssertTaxCalculationAfterCheckout.php
 8423share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AbstractAssertTaxRuleIsAppliedToAllPrices.php
 8424share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AbstractAssertTaxWithCrossBorderApplying.php
 8425share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertOrderTaxOnBackendExcludingIncludingTax.php
 8426share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertOrderTaxOnBackendExcludingTax.php
 8427share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertOrderTaxOnBackendIncludingTax.php
 8428share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxCalculationAfterCheckoutExcludingIncludingTax.php
 8429share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxCalculationAfterCheckoutExcludingTax.php
 8430share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxCalculationAfterCheckoutIncludingTax.php
 8431share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRateForm.php
 8432share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRateInGrid.php
 8433share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRateInTaxRule.php
 8434share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRateIsInCorrectRange.php
 8435share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRateNotInGrid.php
 8436share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRateNotInTaxRule.php
 8437share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRateSuccessDeleteMessage.php
 8438share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRateSuccessSaveMessage.php
 8439share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRuleForm.php
 8440share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRuleInGrid.php
 8441share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesExcludingIncludingTax.php
 8442share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesExcludingTax.php
 8443share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesIncludingTax.php
 8444share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxRuleSuccessSaveMessage.php
 8445share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxWithCrossBorderApplied.php
 8446share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Constraint/AssertTaxWithCrossBorderNotApplied.php
 8447share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Fixture/TaxClass.xml
 8448share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Fixture/TaxRate.xml
 8449share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Fixture/TaxRule.xml
 8450share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Fixture/TaxRule/TaxClass.php
 8451share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Fixture/TaxRule/TaxRate.php
 8452share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Handler/TaxClass/Curl.php
 8453share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Handler/TaxClass/TaxClassInterface.php
 8454share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Handler/TaxRate/Curl.php
 8455share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Handler/TaxRate/TaxRateInterface.php
 8456share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Handler/TaxRule/Curl.php
 8457share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Handler/TaxRule/TaxRuleInterface.php
 8458share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Page/Adminhtml/TaxRateEdit.xml
 8459share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Page/Adminhtml/TaxRateIndex.xml
 8460share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Page/Adminhtml/TaxRateNew.xml
 8461share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Page/Adminhtml/TaxRuleIndex.xml
 8462share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Page/Adminhtml/TaxRuleNew.xml
 8463share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Repository/ConfigData.xml
 8464share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Repository/TaxClass.xml
 8465share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Repository/TaxRate.xml
 8466share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/Repository/TaxRule.xml
 8467share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/AutomaticTaxApplyingBasedOnVatIdTest.php
 8468share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/AutomaticTaxApplyingBasedOnVatIdTest.xml
 8469share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/CreateTaxRateEntityTest.php
 8470share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/CreateTaxRateEntityTest.xml
 8471share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/CreateTaxRuleEntityTest.php
 8472share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/CreateTaxRuleEntityTest.xml
 8473share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/DeleteTaxRateEntityTest.php
 8474share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/DeleteTaxRateEntityTest.xml
 8475share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/TaxCalculationTest.php
 8476share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/TaxCalculationTest.xml
 8477share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/TaxWithCrossBorderTest.php
 8478share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestCase/TaxWithCrossBorderTest.xml
 8479share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestStep/CreateTaxRuleStep.php
 8480share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/TestStep/DeleteAllTaxRulesStep.php
 8481share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/etc/curl/di.xml
 8482share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/etc/fixture.xml
 8483share/magento/dev/tests/functional/tests/app/Mage/Tax/Test/etc/testcase.xml
 8484share/magento/dev/tests/functional/tests/app/Mage/Theme/Test/Block/Links.php
 8485share/magento/dev/tests/functional/tests/app/Mage/Theme/Test/Block/Title.php
 8486share/magento/dev/tests/functional/tests/app/Mage/Theme/Test/Block/TopLinks.php
 8487share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/Block/Cart.php
 8488share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/Block/Cart/CartItem.php
 8489share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/Block/Product/ListProduct.php
 8490share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/Block/Product/Price.php
 8491share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/Block/Product/ProductList/ProductItem.php
 8492share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/Block/Product/View.php
 8493share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/Constraint/AssertFptApplied.php
 8494share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/Page/Category/CatalogCategoryView.xml
 8495share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/Page/CheckoutCart.xml
 8496share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/Page/Product/CatalogProductView.xml
 8497share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/Repository/ConfigData.xml
 8498share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/TestCase/CreateTaxWithFptTest.php
 8499share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/TestCase/CreateTaxWithFptTest.xml
 8500share/magento/dev/tests/functional/tests/app/Mage/Weee/Test/etc/testcase.xml
 8501share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/FormPageActions.php
 8502share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/ChosenOption.php
 8503share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/LayoutUpdates.php
 8504share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/LayoutUpdatesType/GenericPages.php
 8505share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/LayoutUpdatesType/GenericPages.xml
 8506share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/LayoutUpdatesType/LayoutForm.php
 8507share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/LayoutUpdatesType/Product/Grid.php
 8508share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/LayoutUpdatesType/Products.php
 8509share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/LayoutUpdatesType/Products.xml
 8510share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/Settings.php
 8511share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/WidgetOptions.php
 8512share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/WidgetOptionsType/WidgetOptionsForm.php
 8513share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/WidgetForm.php
 8514share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/WidgetForm.xml
 8515share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/Widget/WidgetGrid.php
 8516share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/WidgetForm.php
 8517share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/Adminhtml/WidgetForm.xml
 8518share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Block/WidgetView.php
 8519share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Constraint/AssertWidgetInGrid.php
 8520share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Constraint/AssertWidgetSuccessSaveMessage.php
 8521share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Fixture/Widget.xml
 8522share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Fixture/Widget/LayoutUpdates.php
 8523share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Fixture/Widget/StoreIds.php
 8524share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Fixture/Widget/WidgetOptions.php
 8525share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Handler/Widget/Curl.php
 8526share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Handler/Widget/WidgetInterface.php
 8527share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Page/Adminhtml/WidgetInstanceEdit.xml
 8528share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Page/Adminhtml/WidgetInstanceIndex.xml
 8529share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Page/Adminhtml/WidgetInstanceNew.xml
 8530share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Page/CmsIndex.xml
 8531share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/Repository/Widget.xml
 8532share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/TestCase/AbstractCreateWidgetEntityTest.php
 8533share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/TestStep/DeleteAllWidgetsStep.php
 8534share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/etc/curl/di.xml
 8535share/magento/dev/tests/functional/tests/app/Mage/Widget/Test/etc/fixture.xml
 8536share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Block/Customer/Wishlist.php
 8537share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Block/Customer/Wishlist/Items.php
 8538share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Block/Customer/Wishlist/Items/Product.php
 8539share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Block/Customer/Wishlist/Items/Product.xml
 8540share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Constraint/AssertAddProductToWishlistSuccessMessage.php
 8541share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Constraint/AssertAddProductsToWishlistSuccessMessage.php
 8542share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Constraint/AssertMoveProductToWishlistSuccessMessage.php
 8543share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Constraint/AssertProductDetailsInWishlist.php
 8544share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Constraint/AssertProductIsPresentInCustomerBackendWishlist.php
 8545share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Constraint/AssertProductIsPresentInWishlist.php
 8546share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Constraint/AssertProductsArePresentInCustomerBackendWishlist.php
 8547share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Constraint/AssertProductsIsAbsentInWishlist.php
 8548share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Constraint/AssertWishlistIsEmpty.php
 8549share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/Page/WishlistIndex.xml
 8550share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/TestCase/AbstractWishlistTest.php
 8551share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/TestCase/AddProductToWishlistEntityTest.php
 8552share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/TestCase/AddProductToWishlistEntityTest.xml
 8553share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.php
 8554share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml
 8555share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.php
 8556share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml
 8557share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.php
 8558share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml
 8559share/magento/dev/tests/functional/tests/app/Mage/Wishlist/Test/TestStep/AddProductsToWishlistStep.php
 8560share/magento/dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests.php
 8561share/magento/dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/3rdParty.xml
 8562share/magento/dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/basic.xml
 8563share/magento/dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/installation.xml
 8564share/magento/dev/tests/functional/utils/bootstrap.php
 8565share/magento/dev/tests/functional/utils/generate.php
 8566share/magento/dev/tests/functional/utils/generate/fixture.php
 8567share/magento/dev/tests/functional/utils/generate/handler.php
 8568share/magento/dev/tests/functional/utils/generate/page.php
 8569share/magento/dev/tests/functional/utils/generate/repository.php
7023share/magento/downloader/.htaccess 8570share/magento/downloader/.htaccess
 8571share/magento/downloader/Maged/.htaccess
7024share/magento/downloader/Maged/Connect.php 8572share/magento/downloader/Maged/Connect.php
7025share/magento/downloader/Maged/Connect/Frontend.php 8573share/magento/downloader/Maged/Connect/Frontend.php
7026share/magento/downloader/Maged/Controller.php 8574share/magento/downloader/Maged/Controller.php
7027share/magento/downloader/Maged/Exception.php 8575share/magento/downloader/Maged/Exception.php
7028share/magento/downloader/Maged/Model.php 8576share/magento/downloader/Maged/Model.php
7029share/magento/downloader/Maged/Model/Config.php 8577share/magento/downloader/Maged/Model/Config.php
7030share/magento/downloader/Maged/Model/Config/Abstract.php 8578share/magento/downloader/Maged/Model/Config/Abstract.php
7031share/magento/downloader/Maged/Model/Config/Community.php 8579share/magento/downloader/Maged/Model/Config/Community.php
7032share/magento/downloader/Maged/Model/Config/Interface.php 8580share/magento/downloader/Maged/Model/Config/Interface.php
7033share/magento/downloader/Maged/Model/Connect.php 8581share/magento/downloader/Maged/Model/Connect.php
7034share/magento/downloader/Maged/Model/Connect/Request.php 8582share/magento/downloader/Maged/Model/Connect/Request.php
7035share/magento/downloader/Maged/Model/Dowloader.php 8583share/magento/downloader/Maged/Model/Dowloader.php
7036share/magento/downloader/Maged/Model/Session.php 8584share/magento/downloader/Maged/Model/Session.php
7037share/magento/downloader/Maged/View.php 8585share/magento/downloader/Maged/View.php
7038share/magento/downloader/config.ini 8586share/magento/downloader/config.ini
7039share/magento/downloader/favicon.ico 8587share/magento/downloader/favicon.ico
7040share/magento/downloader/index.php 8588share/magento/downloader/index.php
7041share/magento/downloader/js/prototype.js 8589share/magento/downloader/js/prototype.js
 8590share/magento/downloader/lib/.htaccess
7042share/magento/downloader/lib/Mage/Archive.php 8591share/magento/downloader/lib/Mage/Archive.php
7043share/magento/downloader/lib/Mage/Archive/Abstract.php 8592share/magento/downloader/lib/Mage/Archive/Abstract.php
7044share/magento/downloader/lib/Mage/Archive/Bz.php 8593share/magento/downloader/lib/Mage/Archive/Bz.php
7045share/magento/downloader/lib/Mage/Archive/Gz.php 8594share/magento/downloader/lib/Mage/Archive/Gz.php
7046share/magento/downloader/lib/Mage/Archive/Helper/File.php 8595share/magento/downloader/lib/Mage/Archive/Helper/File.php
7047share/magento/downloader/lib/Mage/Archive/Helper/File/Bz.php 8596share/magento/downloader/lib/Mage/Archive/Helper/File/Bz.php
7048share/magento/downloader/lib/Mage/Archive/Helper/File/Gz.php 8597share/magento/downloader/lib/Mage/Archive/Helper/File/Gz.php
7049share/magento/downloader/lib/Mage/Archive/Interface.php 8598share/magento/downloader/lib/Mage/Archive/Interface.php
7050share/magento/downloader/lib/Mage/Archive/Tar.php 8599share/magento/downloader/lib/Mage/Archive/Tar.php
7051share/magento/downloader/lib/Mage/Autoload/Simple.php 8600share/magento/downloader/lib/Mage/Autoload/Simple.php
7052share/magento/downloader/lib/Mage/Backup.php 8601share/magento/downloader/lib/Mage/Backup.php
7053share/magento/downloader/lib/Mage/Backup/Abstract.php 8602share/magento/downloader/lib/Mage/Backup/Abstract.php
7054share/magento/downloader/lib/Mage/Backup/Archive/Tar.php 8603share/magento/downloader/lib/Mage/Backup/Archive/Tar.php
@@ -7102,26 +8651,28 @@ share/magento/downloader/lib/Mage/Connec @@ -7102,26 +8651,28 @@ share/magento/downloader/lib/Mage/Connec
7102share/magento/downloader/lib/Mage/Connect/Package/Target.php 8651share/magento/downloader/lib/Mage/Connect/Package/Target.php
7103share/magento/downloader/lib/Mage/Connect/Package/VO.php 8652share/magento/downloader/lib/Mage/Connect/Package/VO.php
7104share/magento/downloader/lib/Mage/Connect/Package/Writer.php 8653share/magento/downloader/lib/Mage/Connect/Package/Writer.php
7105share/magento/downloader/lib/Mage/Connect/Packager.php 8654share/magento/downloader/lib/Mage/Connect/Packager.php
7106share/magento/downloader/lib/Mage/Connect/Repository.php 8655share/magento/downloader/lib/Mage/Connect/Repository.php
7107share/magento/downloader/lib/Mage/Connect/Repository/Abstract.php 8656share/magento/downloader/lib/Mage/Connect/Repository/Abstract.php
7108share/magento/downloader/lib/Mage/Connect/Repository/Channel.php 8657share/magento/downloader/lib/Mage/Connect/Repository/Channel.php
7109share/magento/downloader/lib/Mage/Connect/Repository/Channel/Abstract.php 8658share/magento/downloader/lib/Mage/Connect/Repository/Channel/Abstract.php
7110share/magento/downloader/lib/Mage/Connect/Repository/Channel/Commercial.php 8659share/magento/downloader/lib/Mage/Connect/Repository/Channel/Commercial.php
7111share/magento/downloader/lib/Mage/Connect/Repository/Channel/Community.php 8660share/magento/downloader/lib/Mage/Connect/Repository/Channel/Community.php
7112share/magento/downloader/lib/Mage/Connect/Repository/Channel/Core.php 8661share/magento/downloader/lib/Mage/Connect/Repository/Channel/Core.php
7113share/magento/downloader/lib/Mage/Connect/Repository/Local.php 8662share/magento/downloader/lib/Mage/Connect/Repository/Local.php
7114share/magento/downloader/lib/Mage/Connect/Rest.php 8663share/magento/downloader/lib/Mage/Connect/Rest.php
 8664share/magento/downloader/lib/Mage/Connect/Rest/Builder.php
 8665share/magento/downloader/lib/Mage/Connect/Rest/Factory.php
7115share/magento/downloader/lib/Mage/Connect/Singleconfig.php 8666share/magento/downloader/lib/Mage/Connect/Singleconfig.php
7116share/magento/downloader/lib/Mage/Connect/Structures/Graph.php 8667share/magento/downloader/lib/Mage/Connect/Structures/Graph.php
7117share/magento/downloader/lib/Mage/Connect/Structures/Node.php 8668share/magento/downloader/lib/Mage/Connect/Structures/Node.php
7118share/magento/downloader/lib/Mage/Connect/Validator.php 8669share/magento/downloader/lib/Mage/Connect/Validator.php
7119share/magento/downloader/lib/Mage/DB/Exception.php 8670share/magento/downloader/lib/Mage/DB/Exception.php
7120share/magento/downloader/lib/Mage/DB/Mysqli.php 8671share/magento/downloader/lib/Mage/DB/Mysqli.php
7121share/magento/downloader/lib/Mage/Exception.php 8672share/magento/downloader/lib/Mage/Exception.php
7122share/magento/downloader/lib/Mage/HTTP/Client.php 8673share/magento/downloader/lib/Mage/HTTP/Client.php
7123share/magento/downloader/lib/Mage/HTTP/Client/Curl.php 8674share/magento/downloader/lib/Mage/HTTP/Client/Curl.php
7124share/magento/downloader/lib/Mage/HTTP/Client/Socket.php 8675share/magento/downloader/lib/Mage/HTTP/Client/Socket.php
7125share/magento/downloader/lib/Mage/HTTP/IClient.php 8676share/magento/downloader/lib/Mage/HTTP/IClient.php
7126share/magento/downloader/lib/Mage/System/Args.php 8677share/magento/downloader/lib/Mage/System/Args.php
7127share/magento/downloader/lib/Mage/System/Dirs.php 8678share/magento/downloader/lib/Mage/System/Dirs.php
@@ -8170,26 +9721,29 @@ share/magento/lib/Magento/Db/Adapter/Pdo @@ -8170,26 +9721,29 @@ share/magento/lib/Magento/Db/Adapter/Pdo
8170share/magento/lib/Magento/Db/Object.php 9721share/magento/lib/Magento/Db/Object.php
8171share/magento/lib/Magento/Db/Object/Interface.php 9722share/magento/lib/Magento/Db/Object/Interface.php
8172share/magento/lib/Magento/Db/Object/Table.php 9723share/magento/lib/Magento/Db/Object/Table.php
8173share/magento/lib/Magento/Db/Object/Trigger.php 9724share/magento/lib/Magento/Db/Object/Trigger.php
8174share/magento/lib/Magento/Db/Object/View.php 9725share/magento/lib/Magento/Db/Object/View.php
8175share/magento/lib/Magento/Db/Sql/Select.php 9726share/magento/lib/Magento/Db/Sql/Select.php
8176share/magento/lib/Magento/Db/Sql/Trigger.php 9727share/magento/lib/Magento/Db/Sql/Trigger.php
8177share/magento/lib/Magento/Exception.php 9728share/magento/lib/Magento/Exception.php
8178share/magento/lib/Magento/Profiler.php 9729share/magento/lib/Magento/Profiler.php
8179share/magento/lib/Magento/Profiler/Output/Csvfile.php 9730share/magento/lib/Magento/Profiler/Output/Csvfile.php
8180share/magento/lib/Magento/Profiler/Output/Firebug.php 9731share/magento/lib/Magento/Profiler/Output/Firebug.php
8181share/magento/lib/Magento/Profiler/Output/Html.php 9732share/magento/lib/Magento/Profiler/Output/Html.php
8182share/magento/lib/Magento/Profiler/OutputAbstract.php 9733share/magento/lib/Magento/Profiler/OutputAbstract.php
 9734share/magento/lib/Net/IDNA2.php
 9735share/magento/lib/Net/IDNA2/Exception.php
 9736share/magento/lib/Net/IDNA2/Exception/Nameprep.php
8183share/magento/lib/PEAR/HTTP/HTTP.php 9737share/magento/lib/PEAR/HTTP/HTTP.php
8184share/magento/lib/PEAR/HTTP/Request.php 9738share/magento/lib/PEAR/HTTP/Request.php
8185share/magento/lib/PEAR/HTTP/Request/Listener.php 9739share/magento/lib/PEAR/HTTP/Request/Listener.php
8186share/magento/lib/PEAR/Mail/mime.php 9740share/magento/lib/PEAR/Mail/mime.php
8187share/magento/lib/PEAR/Mail/mimeDecode.php 9741share/magento/lib/PEAR/Mail/mimeDecode.php
8188share/magento/lib/PEAR/Mail/mimePart.php 9742share/magento/lib/PEAR/Mail/mimePart.php
8189share/magento/lib/PEAR/Mail/xmail.dtd 9743share/magento/lib/PEAR/Mail/xmail.dtd
8190share/magento/lib/PEAR/Mail/xmail.xsl 9744share/magento/lib/PEAR/Mail/xmail.xsl
8191share/magento/lib/PEAR/Net/Socket.php 9745share/magento/lib/PEAR/Net/Socket.php
8192share/magento/lib/PEAR/Net/URL.php 9746share/magento/lib/PEAR/Net/URL.php
8193share/magento/lib/PEAR/PEAR.php 9747share/magento/lib/PEAR/PEAR.php
8194share/magento/lib/PEAR/PEAR/PEAR.php 9748share/magento/lib/PEAR/PEAR/PEAR.php
8195share/magento/lib/PEAR/PEAR/PEAR5.php 9749share/magento/lib/PEAR/PEAR/PEAR5.php
@@ -9492,26 +11046,27 @@ share/magento/lib/Zend/Locale/Data/ar_IQ @@ -9492,26 +11046,27 @@ share/magento/lib/Zend/Locale/Data/ar_IQ
9492share/magento/lib/Zend/Locale/Data/ar_JO.xml 11046share/magento/lib/Zend/Locale/Data/ar_JO.xml
9493share/magento/lib/Zend/Locale/Data/ar_KM.xml 11047share/magento/lib/Zend/Locale/Data/ar_KM.xml
9494share/magento/lib/Zend/Locale/Data/ar_KW.xml 11048share/magento/lib/Zend/Locale/Data/ar_KW.xml
9495share/magento/lib/Zend/Locale/Data/ar_LB.xml 11049share/magento/lib/Zend/Locale/Data/ar_LB.xml
9496share/magento/lib/Zend/Locale/Data/ar_LY.xml 11050share/magento/lib/Zend/Locale/Data/ar_LY.xml
9497share/magento/lib/Zend/Locale/Data/ar_MA.xml 11051share/magento/lib/Zend/Locale/Data/ar_MA.xml
9498share/magento/lib/Zend/Locale/Data/ar_MR.xml 11052share/magento/lib/Zend/Locale/Data/ar_MR.xml
9499share/magento/lib/Zend/Locale/Data/ar_OM.xml 11053share/magento/lib/Zend/Locale/Data/ar_OM.xml
9500share/magento/lib/Zend/Locale/Data/ar_PS.xml 11054share/magento/lib/Zend/Locale/Data/ar_PS.xml
9501share/magento/lib/Zend/Locale/Data/ar_QA.xml 11055share/magento/lib/Zend/Locale/Data/ar_QA.xml
9502share/magento/lib/Zend/Locale/Data/ar_SA.xml 11056share/magento/lib/Zend/Locale/Data/ar_SA.xml
9503share/magento/lib/Zend/Locale/Data/ar_SD.xml 11057share/magento/lib/Zend/Locale/Data/ar_SD.xml
9504share/magento/lib/Zend/Locale/Data/ar_SO.xml 11058share/magento/lib/Zend/Locale/Data/ar_SO.xml
 11059share/magento/lib/Zend/Locale/Data/ar_SS.xml
9505share/magento/lib/Zend/Locale/Data/ar_SY.xml 11060share/magento/lib/Zend/Locale/Data/ar_SY.xml
9506share/magento/lib/Zend/Locale/Data/ar_TD.xml 11061share/magento/lib/Zend/Locale/Data/ar_TD.xml
9507share/magento/lib/Zend/Locale/Data/ar_TN.xml 11062share/magento/lib/Zend/Locale/Data/ar_TN.xml
9508share/magento/lib/Zend/Locale/Data/ar_YE.xml 11063share/magento/lib/Zend/Locale/Data/ar_YE.xml
9509share/magento/lib/Zend/Locale/Data/as.xml 11064share/magento/lib/Zend/Locale/Data/as.xml
9510share/magento/lib/Zend/Locale/Data/as_IN.xml 11065share/magento/lib/Zend/Locale/Data/as_IN.xml
9511share/magento/lib/Zend/Locale/Data/asa.xml 11066share/magento/lib/Zend/Locale/Data/asa.xml
9512share/magento/lib/Zend/Locale/Data/asa_TZ.xml 11067share/magento/lib/Zend/Locale/Data/asa_TZ.xml
9513share/magento/lib/Zend/Locale/Data/ast.xml 11068share/magento/lib/Zend/Locale/Data/ast.xml
9514share/magento/lib/Zend/Locale/Data/ast_ES.xml 11069share/magento/lib/Zend/Locale/Data/ast_ES.xml
9515share/magento/lib/Zend/Locale/Data/az.xml 11070share/magento/lib/Zend/Locale/Data/az.xml
9516share/magento/lib/Zend/Locale/Data/az_Cyrl.xml 11071share/magento/lib/Zend/Locale/Data/az_Cyrl.xml
9517share/magento/lib/Zend/Locale/Data/az_Cyrl_AZ.xml 11072share/magento/lib/Zend/Locale/Data/az_Cyrl_AZ.xml
@@ -9539,38 +11094,42 @@ share/magento/lib/Zend/Locale/Data/br.xm @@ -9539,38 +11094,42 @@ share/magento/lib/Zend/Locale/Data/br.xm
9539share/magento/lib/Zend/Locale/Data/br_FR.xml 11094share/magento/lib/Zend/Locale/Data/br_FR.xml
9540share/magento/lib/Zend/Locale/Data/brx.xml 11095share/magento/lib/Zend/Locale/Data/brx.xml
9541share/magento/lib/Zend/Locale/Data/brx_IN.xml 11096share/magento/lib/Zend/Locale/Data/brx_IN.xml
9542share/magento/lib/Zend/Locale/Data/bs.xml 11097share/magento/lib/Zend/Locale/Data/bs.xml
9543share/magento/lib/Zend/Locale/Data/bs_Cyrl.xml 11098share/magento/lib/Zend/Locale/Data/bs_Cyrl.xml
9544share/magento/lib/Zend/Locale/Data/bs_Cyrl_BA.xml 11099share/magento/lib/Zend/Locale/Data/bs_Cyrl_BA.xml
9545share/magento/lib/Zend/Locale/Data/bs_Latn.xml 11100share/magento/lib/Zend/Locale/Data/bs_Latn.xml
9546share/magento/lib/Zend/Locale/Data/bs_Latn_BA.xml 11101share/magento/lib/Zend/Locale/Data/bs_Latn_BA.xml
9547share/magento/lib/Zend/Locale/Data/byn.xml 11102share/magento/lib/Zend/Locale/Data/byn.xml
9548share/magento/lib/Zend/Locale/Data/byn_ER.xml 11103share/magento/lib/Zend/Locale/Data/byn_ER.xml
9549share/magento/lib/Zend/Locale/Data/ca.xml 11104share/magento/lib/Zend/Locale/Data/ca.xml
9550share/magento/lib/Zend/Locale/Data/ca_AD.xml 11105share/magento/lib/Zend/Locale/Data/ca_AD.xml
9551share/magento/lib/Zend/Locale/Data/ca_ES.xml 11106share/magento/lib/Zend/Locale/Data/ca_ES.xml
 11107share/magento/lib/Zend/Locale/Data/ca_ES_VALENCIA.xml
 11108share/magento/lib/Zend/Locale/Data/ca_FR.xml
 11109share/magento/lib/Zend/Locale/Data/ca_IT.xml
9552share/magento/lib/Zend/Locale/Data/cgg.xml 11110share/magento/lib/Zend/Locale/Data/cgg.xml
9553share/magento/lib/Zend/Locale/Data/cgg_UG.xml 11111share/magento/lib/Zend/Locale/Data/cgg_UG.xml
9554share/magento/lib/Zend/Locale/Data/characters.xml 11112share/magento/lib/Zend/Locale/Data/characters.xml
9555share/magento/lib/Zend/Locale/Data/chr.xml 11113share/magento/lib/Zend/Locale/Data/chr.xml
9556share/magento/lib/Zend/Locale/Data/chr_US.xml 11114share/magento/lib/Zend/Locale/Data/chr_US.xml
9557share/magento/lib/Zend/Locale/Data/coverageLevels.xml 11115share/magento/lib/Zend/Locale/Data/coverageLevels.xml
9558share/magento/lib/Zend/Locale/Data/cs.xml 11116share/magento/lib/Zend/Locale/Data/cs.xml
9559share/magento/lib/Zend/Locale/Data/cs_CZ.xml 11117share/magento/lib/Zend/Locale/Data/cs_CZ.xml
9560share/magento/lib/Zend/Locale/Data/cy.xml 11118share/magento/lib/Zend/Locale/Data/cy.xml
9561share/magento/lib/Zend/Locale/Data/cy_GB.xml 11119share/magento/lib/Zend/Locale/Data/cy_GB.xml
9562share/magento/lib/Zend/Locale/Data/da.xml 11120share/magento/lib/Zend/Locale/Data/da.xml
9563share/magento/lib/Zend/Locale/Data/da_DK.xml 11121share/magento/lib/Zend/Locale/Data/da_DK.xml
 11122share/magento/lib/Zend/Locale/Data/da_GL.xml
9564share/magento/lib/Zend/Locale/Data/dav.xml 11123share/magento/lib/Zend/Locale/Data/dav.xml
9565share/magento/lib/Zend/Locale/Data/dav_KE.xml 11124share/magento/lib/Zend/Locale/Data/dav_KE.xml
9566share/magento/lib/Zend/Locale/Data/dayPeriods.xml 11125share/magento/lib/Zend/Locale/Data/dayPeriods.xml
9567share/magento/lib/Zend/Locale/Data/de.xml 11126share/magento/lib/Zend/Locale/Data/de.xml
9568share/magento/lib/Zend/Locale/Data/de_AT.xml 11127share/magento/lib/Zend/Locale/Data/de_AT.xml
9569share/magento/lib/Zend/Locale/Data/de_BE.xml 11128share/magento/lib/Zend/Locale/Data/de_BE.xml
9570share/magento/lib/Zend/Locale/Data/de_CH.xml 11129share/magento/lib/Zend/Locale/Data/de_CH.xml
9571share/magento/lib/Zend/Locale/Data/de_DE.xml 11130share/magento/lib/Zend/Locale/Data/de_DE.xml
9572share/magento/lib/Zend/Locale/Data/de_LI.xml 11131share/magento/lib/Zend/Locale/Data/de_LI.xml
9573share/magento/lib/Zend/Locale/Data/de_LU.xml 11132share/magento/lib/Zend/Locale/Data/de_LU.xml
9574share/magento/lib/Zend/Locale/Data/dje.xml 11133share/magento/lib/Zend/Locale/Data/dje.xml
9575share/magento/lib/Zend/Locale/Data/dje_NE.xml 11134share/magento/lib/Zend/Locale/Data/dje_NE.xml
9576share/magento/lib/Zend/Locale/Data/dua.xml 11135share/magento/lib/Zend/Locale/Data/dua.xml
@@ -9578,101 +11137,123 @@ share/magento/lib/Zend/Locale/Data/dua_C @@ -9578,101 +11137,123 @@ share/magento/lib/Zend/Locale/Data/dua_C
9578share/magento/lib/Zend/Locale/Data/dyo.xml 11137share/magento/lib/Zend/Locale/Data/dyo.xml
9579share/magento/lib/Zend/Locale/Data/dyo_SN.xml 11138share/magento/lib/Zend/Locale/Data/dyo_SN.xml
9580share/magento/lib/Zend/Locale/Data/dz.xml 11139share/magento/lib/Zend/Locale/Data/dz.xml
9581share/magento/lib/Zend/Locale/Data/dz_BT.xml 11140share/magento/lib/Zend/Locale/Data/dz_BT.xml
9582share/magento/lib/Zend/Locale/Data/ebu.xml 11141share/magento/lib/Zend/Locale/Data/ebu.xml
9583share/magento/lib/Zend/Locale/Data/ebu_KE.xml 11142share/magento/lib/Zend/Locale/Data/ebu_KE.xml
9584share/magento/lib/Zend/Locale/Data/ee.xml 11143share/magento/lib/Zend/Locale/Data/ee.xml
9585share/magento/lib/Zend/Locale/Data/ee_GH.xml 11144share/magento/lib/Zend/Locale/Data/ee_GH.xml
9586share/magento/lib/Zend/Locale/Data/ee_TG.xml 11145share/magento/lib/Zend/Locale/Data/ee_TG.xml
9587share/magento/lib/Zend/Locale/Data/el.xml 11146share/magento/lib/Zend/Locale/Data/el.xml
9588share/magento/lib/Zend/Locale/Data/el_CY.xml 11147share/magento/lib/Zend/Locale/Data/el_CY.xml
9589share/magento/lib/Zend/Locale/Data/el_GR.xml 11148share/magento/lib/Zend/Locale/Data/el_GR.xml
9590share/magento/lib/Zend/Locale/Data/en.xml 11149share/magento/lib/Zend/Locale/Data/en.xml
 11150share/magento/lib/Zend/Locale/Data/en_001.xml
9591share/magento/lib/Zend/Locale/Data/en_150.xml 11151share/magento/lib/Zend/Locale/Data/en_150.xml
9592share/magento/lib/Zend/Locale/Data/en_AG.xml 11152share/magento/lib/Zend/Locale/Data/en_AG.xml
 11153share/magento/lib/Zend/Locale/Data/en_AI.xml
9593share/magento/lib/Zend/Locale/Data/en_AS.xml 11154share/magento/lib/Zend/Locale/Data/en_AS.xml
9594share/magento/lib/Zend/Locale/Data/en_AU.xml 11155share/magento/lib/Zend/Locale/Data/en_AU.xml
9595share/magento/lib/Zend/Locale/Data/en_BB.xml 11156share/magento/lib/Zend/Locale/Data/en_BB.xml
9596share/magento/lib/Zend/Locale/Data/en_BE.xml 11157share/magento/lib/Zend/Locale/Data/en_BE.xml
9597share/magento/lib/Zend/Locale/Data/en_BM.xml 11158share/magento/lib/Zend/Locale/Data/en_BM.xml
9598share/magento/lib/Zend/Locale/Data/en_BS.xml 11159share/magento/lib/Zend/Locale/Data/en_BS.xml
9599share/magento/lib/Zend/Locale/Data/en_BW.xml 11160share/magento/lib/Zend/Locale/Data/en_BW.xml
9600share/magento/lib/Zend/Locale/Data/en_BZ.xml 11161share/magento/lib/Zend/Locale/Data/en_BZ.xml
9601share/magento/lib/Zend/Locale/Data/en_CA.xml 11162share/magento/lib/Zend/Locale/Data/en_CA.xml
 11163share/magento/lib/Zend/Locale/Data/en_CC.xml
 11164share/magento/lib/Zend/Locale/Data/en_CK.xml
9602share/magento/lib/Zend/Locale/Data/en_CM.xml 11165share/magento/lib/Zend/Locale/Data/en_CM.xml
 11166share/magento/lib/Zend/Locale/Data/en_CX.xml
 11167share/magento/lib/Zend/Locale/Data/en_DG.xml
9603share/magento/lib/Zend/Locale/Data/en_DM.xml 11168share/magento/lib/Zend/Locale/Data/en_DM.xml
9604share/magento/lib/Zend/Locale/Data/en_Dsrt.xml 11169share/magento/lib/Zend/Locale/Data/en_Dsrt.xml
9605share/magento/lib/Zend/Locale/Data/en_Dsrt_US.xml 11170share/magento/lib/Zend/Locale/Data/en_Dsrt_US.xml
 11171share/magento/lib/Zend/Locale/Data/en_ER.xml
9606share/magento/lib/Zend/Locale/Data/en_FJ.xml 11172share/magento/lib/Zend/Locale/Data/en_FJ.xml
 11173share/magento/lib/Zend/Locale/Data/en_FK.xml
9607share/magento/lib/Zend/Locale/Data/en_FM.xml 11174share/magento/lib/Zend/Locale/Data/en_FM.xml
9608share/magento/lib/Zend/Locale/Data/en_GB.xml 11175share/magento/lib/Zend/Locale/Data/en_GB.xml
9609share/magento/lib/Zend/Locale/Data/en_GD.xml 11176share/magento/lib/Zend/Locale/Data/en_GD.xml
9610share/magento/lib/Zend/Locale/Data/en_GG.xml 11177share/magento/lib/Zend/Locale/Data/en_GG.xml
9611share/magento/lib/Zend/Locale/Data/en_GH.xml 11178share/magento/lib/Zend/Locale/Data/en_GH.xml
9612share/magento/lib/Zend/Locale/Data/en_GI.xml 11179share/magento/lib/Zend/Locale/Data/en_GI.xml
9613share/magento/lib/Zend/Locale/Data/en_GM.xml 11180share/magento/lib/Zend/Locale/Data/en_GM.xml
9614share/magento/lib/Zend/Locale/Data/en_GU.xml 11181share/magento/lib/Zend/Locale/Data/en_GU.xml
9615share/magento/lib/Zend/Locale/Data/en_GY.xml 11182share/magento/lib/Zend/Locale/Data/en_GY.xml
9616share/magento/lib/Zend/Locale/Data/en_HK.xml 11183share/magento/lib/Zend/Locale/Data/en_HK.xml
9617share/magento/lib/Zend/Locale/Data/en_IE.xml 11184share/magento/lib/Zend/Locale/Data/en_IE.xml
9618share/magento/lib/Zend/Locale/Data/en_IM.xml 11185share/magento/lib/Zend/Locale/Data/en_IM.xml
9619share/magento/lib/Zend/Locale/Data/en_IN.xml 11186share/magento/lib/Zend/Locale/Data/en_IN.xml
 11187share/magento/lib/Zend/Locale/Data/en_IO.xml
9620share/magento/lib/Zend/Locale/Data/en_JE.xml 11188share/magento/lib/Zend/Locale/Data/en_JE.xml
9621share/magento/lib/Zend/Locale/Data/en_JM.xml 11189share/magento/lib/Zend/Locale/Data/en_JM.xml
9622share/magento/lib/Zend/Locale/Data/en_KE.xml 11190share/magento/lib/Zend/Locale/Data/en_KE.xml
9623share/magento/lib/Zend/Locale/Data/en_KI.xml 11191share/magento/lib/Zend/Locale/Data/en_KI.xml
9624share/magento/lib/Zend/Locale/Data/en_KN.xml 11192share/magento/lib/Zend/Locale/Data/en_KN.xml
9625share/magento/lib/Zend/Locale/Data/en_KY.xml 11193share/magento/lib/Zend/Locale/Data/en_KY.xml
9626share/magento/lib/Zend/Locale/Data/en_LC.xml 11194share/magento/lib/Zend/Locale/Data/en_LC.xml
9627share/magento/lib/Zend/Locale/Data/en_LR.xml 11195share/magento/lib/Zend/Locale/Data/en_LR.xml
9628share/magento/lib/Zend/Locale/Data/en_LS.xml 11196share/magento/lib/Zend/Locale/Data/en_LS.xml
9629share/magento/lib/Zend/Locale/Data/en_MG.xml 11197share/magento/lib/Zend/Locale/Data/en_MG.xml
9630share/magento/lib/Zend/Locale/Data/en_MH.xml 11198share/magento/lib/Zend/Locale/Data/en_MH.xml
 11199share/magento/lib/Zend/Locale/Data/en_MO.xml
9631share/magento/lib/Zend/Locale/Data/en_MP.xml 11200share/magento/lib/Zend/Locale/Data/en_MP.xml
 11201share/magento/lib/Zend/Locale/Data/en_MS.xml
9632share/magento/lib/Zend/Locale/Data/en_MT.xml 11202share/magento/lib/Zend/Locale/Data/en_MT.xml
9633share/magento/lib/Zend/Locale/Data/en_MU.xml 11203share/magento/lib/Zend/Locale/Data/en_MU.xml
9634share/magento/lib/Zend/Locale/Data/en_MW.xml 11204share/magento/lib/Zend/Locale/Data/en_MW.xml
9635share/magento/lib/Zend/Locale/Data/en_NA.xml 11205share/magento/lib/Zend/Locale/Data/en_NA.xml
 11206share/magento/lib/Zend/Locale/Data/en_NF.xml
9636share/magento/lib/Zend/Locale/Data/en_NG.xml 11207share/magento/lib/Zend/Locale/Data/en_NG.xml
 11208share/magento/lib/Zend/Locale/Data/en_NR.xml
 11209share/magento/lib/Zend/Locale/Data/en_NU.xml
9637share/magento/lib/Zend/Locale/Data/en_NZ.xml 11210share/magento/lib/Zend/Locale/Data/en_NZ.xml
9638share/magento/lib/Zend/Locale/Data/en_PG.xml 11211share/magento/lib/Zend/Locale/Data/en_PG.xml
9639share/magento/lib/Zend/Locale/Data/en_PH.xml 11212share/magento/lib/Zend/Locale/Data/en_PH.xml
9640share/magento/lib/Zend/Locale/Data/en_PK.xml 11213share/magento/lib/Zend/Locale/Data/en_PK.xml
 11214share/magento/lib/Zend/Locale/Data/en_PN.xml
9641share/magento/lib/Zend/Locale/Data/en_PR.xml 11215share/magento/lib/Zend/Locale/Data/en_PR.xml
9642share/magento/lib/Zend/Locale/Data/en_PW.xml 11216share/magento/lib/Zend/Locale/Data/en_PW.xml
 11217share/magento/lib/Zend/Locale/Data/en_RW.xml
9643share/magento/lib/Zend/Locale/Data/en_SB.xml 11218share/magento/lib/Zend/Locale/Data/en_SB.xml
9644share/magento/lib/Zend/Locale/Data/en_SC.xml 11219share/magento/lib/Zend/Locale/Data/en_SC.xml
 11220share/magento/lib/Zend/Locale/Data/en_SD.xml
9645share/magento/lib/Zend/Locale/Data/en_SG.xml 11221share/magento/lib/Zend/Locale/Data/en_SG.xml
 11222share/magento/lib/Zend/Locale/Data/en_SH.xml
9646share/magento/lib/Zend/Locale/Data/en_SL.xml 11223share/magento/lib/Zend/Locale/Data/en_SL.xml
9647share/magento/lib/Zend/Locale/Data/en_SS.xml 11224share/magento/lib/Zend/Locale/Data/en_SS.xml
 11225share/magento/lib/Zend/Locale/Data/en_SX.xml
9648share/magento/lib/Zend/Locale/Data/en_SZ.xml 11226share/magento/lib/Zend/Locale/Data/en_SZ.xml
9649share/magento/lib/Zend/Locale/Data/en_TC.xml 11227share/magento/lib/Zend/Locale/Data/en_TC.xml
 11228share/magento/lib/Zend/Locale/Data/en_TK.xml
9650share/magento/lib/Zend/Locale/Data/en_TO.xml 11229share/magento/lib/Zend/Locale/Data/en_TO.xml
9651share/magento/lib/Zend/Locale/Data/en_TT.xml 11230share/magento/lib/Zend/Locale/Data/en_TT.xml
 11231share/magento/lib/Zend/Locale/Data/en_TV.xml
9652share/magento/lib/Zend/Locale/Data/en_TZ.xml 11232share/magento/lib/Zend/Locale/Data/en_TZ.xml
9653share/magento/lib/Zend/Locale/Data/en_UG.xml 11233share/magento/lib/Zend/Locale/Data/en_UG.xml
9654share/magento/lib/Zend/Locale/Data/en_UM.xml 11234share/magento/lib/Zend/Locale/Data/en_UM.xml
9655share/magento/lib/Zend/Locale/Data/en_US.xml 11235share/magento/lib/Zend/Locale/Data/en_US.xml
9656share/magento/lib/Zend/Locale/Data/en_US_POSIX.xml 11236share/magento/lib/Zend/Locale/Data/en_US_POSIX.xml
9657share/magento/lib/Zend/Locale/Data/en_VC.xml 11237share/magento/lib/Zend/Locale/Data/en_VC.xml
9658share/magento/lib/Zend/Locale/Data/en_VG.xml 11238share/magento/lib/Zend/Locale/Data/en_VG.xml
9659share/magento/lib/Zend/Locale/Data/en_VI.xml 11239share/magento/lib/Zend/Locale/Data/en_VI.xml
9660share/magento/lib/Zend/Locale/Data/en_VU.xml 11240share/magento/lib/Zend/Locale/Data/en_VU.xml
9661share/magento/lib/Zend/Locale/Data/en_WS.xml 11241share/magento/lib/Zend/Locale/Data/en_WS.xml
9662share/magento/lib/Zend/Locale/Data/en_ZA.xml 11242share/magento/lib/Zend/Locale/Data/en_ZA.xml
9663share/magento/lib/Zend/Locale/Data/en_ZM.xml 11243share/magento/lib/Zend/Locale/Data/en_ZM.xml
9664share/magento/lib/Zend/Locale/Data/en_ZW.xml 11244share/magento/lib/Zend/Locale/Data/en_ZW.xml
9665share/magento/lib/Zend/Locale/Data/eo.xml 11245share/magento/lib/Zend/Locale/Data/eo.xml
 11246share/magento/lib/Zend/Locale/Data/eo_001.xml
9666share/magento/lib/Zend/Locale/Data/es.xml 11247share/magento/lib/Zend/Locale/Data/es.xml
9667share/magento/lib/Zend/Locale/Data/es_419.xml 11248share/magento/lib/Zend/Locale/Data/es_419.xml
9668share/magento/lib/Zend/Locale/Data/es_AR.xml 11249share/magento/lib/Zend/Locale/Data/es_AR.xml
9669share/magento/lib/Zend/Locale/Data/es_BO.xml 11250share/magento/lib/Zend/Locale/Data/es_BO.xml
9670share/magento/lib/Zend/Locale/Data/es_CL.xml 11251share/magento/lib/Zend/Locale/Data/es_CL.xml
9671share/magento/lib/Zend/Locale/Data/es_CO.xml 11252share/magento/lib/Zend/Locale/Data/es_CO.xml
9672share/magento/lib/Zend/Locale/Data/es_CR.xml 11253share/magento/lib/Zend/Locale/Data/es_CR.xml
9673share/magento/lib/Zend/Locale/Data/es_CU.xml 11254share/magento/lib/Zend/Locale/Data/es_CU.xml
9674share/magento/lib/Zend/Locale/Data/es_DO.xml 11255share/magento/lib/Zend/Locale/Data/es_DO.xml
9675share/magento/lib/Zend/Locale/Data/es_EA.xml 11256share/magento/lib/Zend/Locale/Data/es_EA.xml
9676share/magento/lib/Zend/Locale/Data/es_EC.xml 11257share/magento/lib/Zend/Locale/Data/es_EC.xml
9677share/magento/lib/Zend/Locale/Data/es_ES.xml 11258share/magento/lib/Zend/Locale/Data/es_ES.xml
9678share/magento/lib/Zend/Locale/Data/es_GQ.xml 11259share/magento/lib/Zend/Locale/Data/es_GQ.xml
@@ -9690,26 +11271,29 @@ share/magento/lib/Zend/Locale/Data/es_SV @@ -9690,26 +11271,29 @@ share/magento/lib/Zend/Locale/Data/es_SV
9690share/magento/lib/Zend/Locale/Data/es_US.xml 11271share/magento/lib/Zend/Locale/Data/es_US.xml
9691share/magento/lib/Zend/Locale/Data/es_UY.xml 11272share/magento/lib/Zend/Locale/Data/es_UY.xml
9692share/magento/lib/Zend/Locale/Data/es_VE.xml 11273share/magento/lib/Zend/Locale/Data/es_VE.xml
9693share/magento/lib/Zend/Locale/Data/et.xml 11274share/magento/lib/Zend/Locale/Data/et.xml
9694share/magento/lib/Zend/Locale/Data/et_EE.xml 11275share/magento/lib/Zend/Locale/Data/et_EE.xml
9695share/magento/lib/Zend/Locale/Data/eu.xml 11276share/magento/lib/Zend/Locale/Data/eu.xml
9696share/magento/lib/Zend/Locale/Data/eu_ES.xml 11277share/magento/lib/Zend/Locale/Data/eu_ES.xml
9697share/magento/lib/Zend/Locale/Data/ewo.xml 11278share/magento/lib/Zend/Locale/Data/ewo.xml
9698share/magento/lib/Zend/Locale/Data/ewo_CM.xml 11279share/magento/lib/Zend/Locale/Data/ewo_CM.xml
9699share/magento/lib/Zend/Locale/Data/fa.xml 11280share/magento/lib/Zend/Locale/Data/fa.xml
9700share/magento/lib/Zend/Locale/Data/fa_AF.xml 11281share/magento/lib/Zend/Locale/Data/fa_AF.xml
9701share/magento/lib/Zend/Locale/Data/fa_IR.xml 11282share/magento/lib/Zend/Locale/Data/fa_IR.xml
9702share/magento/lib/Zend/Locale/Data/ff.xml 11283share/magento/lib/Zend/Locale/Data/ff.xml
 11284share/magento/lib/Zend/Locale/Data/ff_CM.xml
 11285share/magento/lib/Zend/Locale/Data/ff_GN.xml
 11286share/magento/lib/Zend/Locale/Data/ff_MR.xml
9703share/magento/lib/Zend/Locale/Data/ff_SN.xml 11287share/magento/lib/Zend/Locale/Data/ff_SN.xml
9704share/magento/lib/Zend/Locale/Data/fi.xml 11288share/magento/lib/Zend/Locale/Data/fi.xml
9705share/magento/lib/Zend/Locale/Data/fi_FI.xml 11289share/magento/lib/Zend/Locale/Data/fi_FI.xml
9706share/magento/lib/Zend/Locale/Data/fil.xml 11290share/magento/lib/Zend/Locale/Data/fil.xml
9707share/magento/lib/Zend/Locale/Data/fil_PH.xml 11291share/magento/lib/Zend/Locale/Data/fil_PH.xml
9708share/magento/lib/Zend/Locale/Data/fo.xml 11292share/magento/lib/Zend/Locale/Data/fo.xml
9709share/magento/lib/Zend/Locale/Data/fo_FO.xml 11293share/magento/lib/Zend/Locale/Data/fo_FO.xml
9710share/magento/lib/Zend/Locale/Data/fr.xml 11294share/magento/lib/Zend/Locale/Data/fr.xml
9711share/magento/lib/Zend/Locale/Data/fr_BE.xml 11295share/magento/lib/Zend/Locale/Data/fr_BE.xml
9712share/magento/lib/Zend/Locale/Data/fr_BF.xml 11296share/magento/lib/Zend/Locale/Data/fr_BF.xml
9713share/magento/lib/Zend/Locale/Data/fr_BI.xml 11297share/magento/lib/Zend/Locale/Data/fr_BI.xml
9714share/magento/lib/Zend/Locale/Data/fr_BJ.xml 11298share/magento/lib/Zend/Locale/Data/fr_BJ.xml
9715share/magento/lib/Zend/Locale/Data/fr_BL.xml 11299share/magento/lib/Zend/Locale/Data/fr_BL.xml
@@ -9732,52 +11316,58 @@ share/magento/lib/Zend/Locale/Data/fr_HT @@ -9732,52 +11316,58 @@ share/magento/lib/Zend/Locale/Data/fr_HT
9732share/magento/lib/Zend/Locale/Data/fr_KM.xml 11316share/magento/lib/Zend/Locale/Data/fr_KM.xml
9733share/magento/lib/Zend/Locale/Data/fr_LU.xml 11317share/magento/lib/Zend/Locale/Data/fr_LU.xml
9734share/magento/lib/Zend/Locale/Data/fr_MA.xml 11318share/magento/lib/Zend/Locale/Data/fr_MA.xml
9735share/magento/lib/Zend/Locale/Data/fr_MC.xml 11319share/magento/lib/Zend/Locale/Data/fr_MC.xml
9736share/magento/lib/Zend/Locale/Data/fr_MF.xml 11320share/magento/lib/Zend/Locale/Data/fr_MF.xml
9737share/magento/lib/Zend/Locale/Data/fr_MG.xml 11321share/magento/lib/Zend/Locale/Data/fr_MG.xml
9738share/magento/lib/Zend/Locale/Data/fr_ML.xml 11322share/magento/lib/Zend/Locale/Data/fr_ML.xml
9739share/magento/lib/Zend/Locale/Data/fr_MQ.xml 11323share/magento/lib/Zend/Locale/Data/fr_MQ.xml
9740share/magento/lib/Zend/Locale/Data/fr_MR.xml 11324share/magento/lib/Zend/Locale/Data/fr_MR.xml
9741share/magento/lib/Zend/Locale/Data/fr_MU.xml 11325share/magento/lib/Zend/Locale/Data/fr_MU.xml
9742share/magento/lib/Zend/Locale/Data/fr_NC.xml 11326share/magento/lib/Zend/Locale/Data/fr_NC.xml
9743share/magento/lib/Zend/Locale/Data/fr_NE.xml 11327share/magento/lib/Zend/Locale/Data/fr_NE.xml
9744share/magento/lib/Zend/Locale/Data/fr_PF.xml 11328share/magento/lib/Zend/Locale/Data/fr_PF.xml
 11329share/magento/lib/Zend/Locale/Data/fr_PM.xml
9745share/magento/lib/Zend/Locale/Data/fr_RE.xml 11330share/magento/lib/Zend/Locale/Data/fr_RE.xml
9746share/magento/lib/Zend/Locale/Data/fr_RW.xml 11331share/magento/lib/Zend/Locale/Data/fr_RW.xml
9747share/magento/lib/Zend/Locale/Data/fr_SC.xml 11332share/magento/lib/Zend/Locale/Data/fr_SC.xml
9748share/magento/lib/Zend/Locale/Data/fr_SN.xml 11333share/magento/lib/Zend/Locale/Data/fr_SN.xml
9749share/magento/lib/Zend/Locale/Data/fr_SY.xml 11334share/magento/lib/Zend/Locale/Data/fr_SY.xml
9750share/magento/lib/Zend/Locale/Data/fr_TD.xml 11335share/magento/lib/Zend/Locale/Data/fr_TD.xml
9751share/magento/lib/Zend/Locale/Data/fr_TG.xml 11336share/magento/lib/Zend/Locale/Data/fr_TG.xml
9752share/magento/lib/Zend/Locale/Data/fr_TN.xml 11337share/magento/lib/Zend/Locale/Data/fr_TN.xml
9753share/magento/lib/Zend/Locale/Data/fr_VU.xml 11338share/magento/lib/Zend/Locale/Data/fr_VU.xml
 11339share/magento/lib/Zend/Locale/Data/fr_WF.xml
9754share/magento/lib/Zend/Locale/Data/fr_YT.xml 11340share/magento/lib/Zend/Locale/Data/fr_YT.xml
9755share/magento/lib/Zend/Locale/Data/fur.xml 11341share/magento/lib/Zend/Locale/Data/fur.xml
9756share/magento/lib/Zend/Locale/Data/fur_IT.xml 11342share/magento/lib/Zend/Locale/Data/fur_IT.xml
 11343share/magento/lib/Zend/Locale/Data/fy.xml
 11344share/magento/lib/Zend/Locale/Data/fy_NL.xml
9757share/magento/lib/Zend/Locale/Data/ga.xml 11345share/magento/lib/Zend/Locale/Data/ga.xml
9758share/magento/lib/Zend/Locale/Data/ga_IE.xml 11346share/magento/lib/Zend/Locale/Data/ga_IE.xml
9759share/magento/lib/Zend/Locale/Data/gd.xml 11347share/magento/lib/Zend/Locale/Data/gd.xml
9760share/magento/lib/Zend/Locale/Data/gd_GB.xml 11348share/magento/lib/Zend/Locale/Data/gd_GB.xml
9761share/magento/lib/Zend/Locale/Data/genderList.xml 11349share/magento/lib/Zend/Locale/Data/genderList.xml
9762share/magento/lib/Zend/Locale/Data/gl.xml 11350share/magento/lib/Zend/Locale/Data/gl.xml
9763share/magento/lib/Zend/Locale/Data/gl_ES.xml 11351share/magento/lib/Zend/Locale/Data/gl_ES.xml
9764share/magento/lib/Zend/Locale/Data/gsw.xml 11352share/magento/lib/Zend/Locale/Data/gsw.xml
9765share/magento/lib/Zend/Locale/Data/gsw_CH.xml 11353share/magento/lib/Zend/Locale/Data/gsw_CH.xml
 11354share/magento/lib/Zend/Locale/Data/gsw_LI.xml
9766share/magento/lib/Zend/Locale/Data/gu.xml 11355share/magento/lib/Zend/Locale/Data/gu.xml
9767share/magento/lib/Zend/Locale/Data/gu_IN.xml 11356share/magento/lib/Zend/Locale/Data/gu_IN.xml
9768share/magento/lib/Zend/Locale/Data/guz.xml 11357share/magento/lib/Zend/Locale/Data/guz.xml
9769share/magento/lib/Zend/Locale/Data/guz_KE.xml 11358share/magento/lib/Zend/Locale/Data/guz_KE.xml
9770share/magento/lib/Zend/Locale/Data/gv.xml 11359share/magento/lib/Zend/Locale/Data/gv.xml
 11360share/magento/lib/Zend/Locale/Data/gv_IM.xml
9771share/magento/lib/Zend/Locale/Data/ha.xml 11361share/magento/lib/Zend/Locale/Data/ha.xml
9772share/magento/lib/Zend/Locale/Data/ha_Latn.xml 11362share/magento/lib/Zend/Locale/Data/ha_Latn.xml
9773share/magento/lib/Zend/Locale/Data/ha_Latn_GH.xml 11363share/magento/lib/Zend/Locale/Data/ha_Latn_GH.xml
9774share/magento/lib/Zend/Locale/Data/ha_Latn_NE.xml 11364share/magento/lib/Zend/Locale/Data/ha_Latn_NE.xml
9775share/magento/lib/Zend/Locale/Data/ha_Latn_NG.xml 11365share/magento/lib/Zend/Locale/Data/ha_Latn_NG.xml
9776share/magento/lib/Zend/Locale/Data/haw.xml 11366share/magento/lib/Zend/Locale/Data/haw.xml
9777share/magento/lib/Zend/Locale/Data/haw_US.xml 11367share/magento/lib/Zend/Locale/Data/haw_US.xml
9778share/magento/lib/Zend/Locale/Data/he.xml 11368share/magento/lib/Zend/Locale/Data/he.xml
9779share/magento/lib/Zend/Locale/Data/he_IL.xml 11369share/magento/lib/Zend/Locale/Data/he_IL.xml
9780share/magento/lib/Zend/Locale/Data/hi.xml 11370share/magento/lib/Zend/Locale/Data/hi.xml
9781share/magento/lib/Zend/Locale/Data/hi_IN.xml 11371share/magento/lib/Zend/Locale/Data/hi_IN.xml
9782share/magento/lib/Zend/Locale/Data/hr.xml 11372share/magento/lib/Zend/Locale/Data/hr.xml
9783share/magento/lib/Zend/Locale/Data/hr_BA.xml 11373share/magento/lib/Zend/Locale/Data/hr_BA.xml
@@ -9840,32 +11430,36 @@ share/magento/lib/Zend/Locale/Data/kok.x @@ -9840,32 +11430,36 @@ share/magento/lib/Zend/Locale/Data/kok.x
9840share/magento/lib/Zend/Locale/Data/kok_IN.xml 11430share/magento/lib/Zend/Locale/Data/kok_IN.xml
9841share/magento/lib/Zend/Locale/Data/ks.xml 11431share/magento/lib/Zend/Locale/Data/ks.xml
9842share/magento/lib/Zend/Locale/Data/ks_Arab.xml 11432share/magento/lib/Zend/Locale/Data/ks_Arab.xml
9843share/magento/lib/Zend/Locale/Data/ks_Arab_IN.xml 11433share/magento/lib/Zend/Locale/Data/ks_Arab_IN.xml
9844share/magento/lib/Zend/Locale/Data/ksb.xml 11434share/magento/lib/Zend/Locale/Data/ksb.xml
9845share/magento/lib/Zend/Locale/Data/ksb_TZ.xml 11435share/magento/lib/Zend/Locale/Data/ksb_TZ.xml
9846share/magento/lib/Zend/Locale/Data/ksf.xml 11436share/magento/lib/Zend/Locale/Data/ksf.xml
9847share/magento/lib/Zend/Locale/Data/ksf_CM.xml 11437share/magento/lib/Zend/Locale/Data/ksf_CM.xml
9848share/magento/lib/Zend/Locale/Data/ksh.xml 11438share/magento/lib/Zend/Locale/Data/ksh.xml
9849share/magento/lib/Zend/Locale/Data/ksh_DE.xml 11439share/magento/lib/Zend/Locale/Data/ksh_DE.xml
9850share/magento/lib/Zend/Locale/Data/kw.xml 11440share/magento/lib/Zend/Locale/Data/kw.xml
9851share/magento/lib/Zend/Locale/Data/kw_GB.xml 11441share/magento/lib/Zend/Locale/Data/kw_GB.xml
9852share/magento/lib/Zend/Locale/Data/ky.xml 11442share/magento/lib/Zend/Locale/Data/ky.xml
 11443share/magento/lib/Zend/Locale/Data/ky_Cyrl.xml
 11444share/magento/lib/Zend/Locale/Data/ky_Cyrl_KG.xml
9853share/magento/lib/Zend/Locale/Data/lag.xml 11445share/magento/lib/Zend/Locale/Data/lag.xml
9854share/magento/lib/Zend/Locale/Data/lag_TZ.xml 11446share/magento/lib/Zend/Locale/Data/lag_TZ.xml
9855share/magento/lib/Zend/Locale/Data/languageInfo.xml 11447share/magento/lib/Zend/Locale/Data/languageInfo.xml
9856share/magento/lib/Zend/Locale/Data/lg.xml 11448share/magento/lib/Zend/Locale/Data/lg.xml
9857share/magento/lib/Zend/Locale/Data/lg_UG.xml 11449share/magento/lib/Zend/Locale/Data/lg_UG.xml
9858share/magento/lib/Zend/Locale/Data/likelySubtags.xml 11450share/magento/lib/Zend/Locale/Data/likelySubtags.xml
 11451share/magento/lib/Zend/Locale/Data/lkt.xml
 11452share/magento/lib/Zend/Locale/Data/lkt_US.xml
9859share/magento/lib/Zend/Locale/Data/ln.xml 11453share/magento/lib/Zend/Locale/Data/ln.xml
9860share/magento/lib/Zend/Locale/Data/ln_AO.xml 11454share/magento/lib/Zend/Locale/Data/ln_AO.xml
9861share/magento/lib/Zend/Locale/Data/ln_CD.xml 11455share/magento/lib/Zend/Locale/Data/ln_CD.xml
9862share/magento/lib/Zend/Locale/Data/ln_CF.xml 11456share/magento/lib/Zend/Locale/Data/ln_CF.xml
9863share/magento/lib/Zend/Locale/Data/ln_CG.xml 11457share/magento/lib/Zend/Locale/Data/ln_CG.xml
9864share/magento/lib/Zend/Locale/Data/lo.xml 11458share/magento/lib/Zend/Locale/Data/lo.xml
9865share/magento/lib/Zend/Locale/Data/lo_LA.xml 11459share/magento/lib/Zend/Locale/Data/lo_LA.xml
9866share/magento/lib/Zend/Locale/Data/lt.xml 11460share/magento/lib/Zend/Locale/Data/lt.xml
9867share/magento/lib/Zend/Locale/Data/lt_LT.xml 11461share/magento/lib/Zend/Locale/Data/lt_LT.xml
9868share/magento/lib/Zend/Locale/Data/lu.xml 11462share/magento/lib/Zend/Locale/Data/lu.xml
9869share/magento/lib/Zend/Locale/Data/lu_CD.xml 11463share/magento/lib/Zend/Locale/Data/lu_CD.xml
9870share/magento/lib/Zend/Locale/Data/luo.xml 11464share/magento/lib/Zend/Locale/Data/luo.xml
9871share/magento/lib/Zend/Locale/Data/luo_KE.xml 11465share/magento/lib/Zend/Locale/Data/luo_KE.xml
@@ -9901,34 +11495,36 @@ share/magento/lib/Zend/Locale/Data/ms_La @@ -9901,34 +11495,36 @@ share/magento/lib/Zend/Locale/Data/ms_La
9901share/magento/lib/Zend/Locale/Data/ms_Latn_BN.xml 11495share/magento/lib/Zend/Locale/Data/ms_Latn_BN.xml
9902share/magento/lib/Zend/Locale/Data/ms_Latn_MY.xml 11496share/magento/lib/Zend/Locale/Data/ms_Latn_MY.xml
9903share/magento/lib/Zend/Locale/Data/ms_Latn_SG.xml 11497share/magento/lib/Zend/Locale/Data/ms_Latn_SG.xml
9904share/magento/lib/Zend/Locale/Data/mt.xml 11498share/magento/lib/Zend/Locale/Data/mt.xml
9905share/magento/lib/Zend/Locale/Data/mt_MT.xml 11499share/magento/lib/Zend/Locale/Data/mt_MT.xml
9906share/magento/lib/Zend/Locale/Data/mua.xml 11500share/magento/lib/Zend/Locale/Data/mua.xml
9907share/magento/lib/Zend/Locale/Data/mua_CM.xml 11501share/magento/lib/Zend/Locale/Data/mua_CM.xml
9908share/magento/lib/Zend/Locale/Data/my.xml 11502share/magento/lib/Zend/Locale/Data/my.xml
9909share/magento/lib/Zend/Locale/Data/my_MM.xml 11503share/magento/lib/Zend/Locale/Data/my_MM.xml
9910share/magento/lib/Zend/Locale/Data/naq.xml 11504share/magento/lib/Zend/Locale/Data/naq.xml
9911share/magento/lib/Zend/Locale/Data/naq_NA.xml 11505share/magento/lib/Zend/Locale/Data/naq_NA.xml
9912share/magento/lib/Zend/Locale/Data/nb.xml 11506share/magento/lib/Zend/Locale/Data/nb.xml
9913share/magento/lib/Zend/Locale/Data/nb_NO.xml 11507share/magento/lib/Zend/Locale/Data/nb_NO.xml
 11508share/magento/lib/Zend/Locale/Data/nb_SJ.xml
9914share/magento/lib/Zend/Locale/Data/nd.xml 11509share/magento/lib/Zend/Locale/Data/nd.xml
9915share/magento/lib/Zend/Locale/Data/nd_ZW.xml 11510share/magento/lib/Zend/Locale/Data/nd_ZW.xml
9916share/magento/lib/Zend/Locale/Data/ne.xml 11511share/magento/lib/Zend/Locale/Data/ne.xml
9917share/magento/lib/Zend/Locale/Data/ne_IN.xml 11512share/magento/lib/Zend/Locale/Data/ne_IN.xml
9918share/magento/lib/Zend/Locale/Data/ne_NP.xml 11513share/magento/lib/Zend/Locale/Data/ne_NP.xml
9919share/magento/lib/Zend/Locale/Data/nl.xml 11514share/magento/lib/Zend/Locale/Data/nl.xml
9920share/magento/lib/Zend/Locale/Data/nl_AW.xml 11515share/magento/lib/Zend/Locale/Data/nl_AW.xml
9921share/magento/lib/Zend/Locale/Data/nl_BE.xml 11516share/magento/lib/Zend/Locale/Data/nl_BE.xml
 11517share/magento/lib/Zend/Locale/Data/nl_BQ.xml
9922share/magento/lib/Zend/Locale/Data/nl_CW.xml 11518share/magento/lib/Zend/Locale/Data/nl_CW.xml
9923share/magento/lib/Zend/Locale/Data/nl_NL.xml 11519share/magento/lib/Zend/Locale/Data/nl_NL.xml
9924share/magento/lib/Zend/Locale/Data/nl_SR.xml 11520share/magento/lib/Zend/Locale/Data/nl_SR.xml
9925share/magento/lib/Zend/Locale/Data/nl_SX.xml 11521share/magento/lib/Zend/Locale/Data/nl_SX.xml
9926share/magento/lib/Zend/Locale/Data/nmg.xml 11522share/magento/lib/Zend/Locale/Data/nmg.xml
9927share/magento/lib/Zend/Locale/Data/nmg_CM.xml 11523share/magento/lib/Zend/Locale/Data/nmg_CM.xml
9928share/magento/lib/Zend/Locale/Data/nn.xml 11524share/magento/lib/Zend/Locale/Data/nn.xml
9929share/magento/lib/Zend/Locale/Data/nn_NO.xml 11525share/magento/lib/Zend/Locale/Data/nn_NO.xml
9930share/magento/lib/Zend/Locale/Data/nnh.xml 11526share/magento/lib/Zend/Locale/Data/nnh.xml
9931share/magento/lib/Zend/Locale/Data/nnh_CM.xml 11527share/magento/lib/Zend/Locale/Data/nnh_CM.xml
9932share/magento/lib/Zend/Locale/Data/nr.xml 11528share/magento/lib/Zend/Locale/Data/nr.xml
9933share/magento/lib/Zend/Locale/Data/nr_ZA.xml 11529share/magento/lib/Zend/Locale/Data/nr_ZA.xml
9934share/magento/lib/Zend/Locale/Data/nso.xml 11530share/magento/lib/Zend/Locale/Data/nso.xml
@@ -10083,63 +11679,70 @@ share/magento/lib/Zend/Locale/Data/tn_BW @@ -10083,63 +11679,70 @@ share/magento/lib/Zend/Locale/Data/tn_BW
10083share/magento/lib/Zend/Locale/Data/tn_ZA.xml 11679share/magento/lib/Zend/Locale/Data/tn_ZA.xml
10084share/magento/lib/Zend/Locale/Data/to.xml 11680share/magento/lib/Zend/Locale/Data/to.xml
10085share/magento/lib/Zend/Locale/Data/to_TO.xml 11681share/magento/lib/Zend/Locale/Data/to_TO.xml
10086share/magento/lib/Zend/Locale/Data/tr.xml 11682share/magento/lib/Zend/Locale/Data/tr.xml
10087share/magento/lib/Zend/Locale/Data/tr_CY.xml 11683share/magento/lib/Zend/Locale/Data/tr_CY.xml
10088share/magento/lib/Zend/Locale/Data/tr_TR.xml 11684share/magento/lib/Zend/Locale/Data/tr_TR.xml
10089share/magento/lib/Zend/Locale/Data/ts.xml 11685share/magento/lib/Zend/Locale/Data/ts.xml
10090share/magento/lib/Zend/Locale/Data/ts_ZA.xml 11686share/magento/lib/Zend/Locale/Data/ts_ZA.xml
10091share/magento/lib/Zend/Locale/Data/twq.xml 11687share/magento/lib/Zend/Locale/Data/twq.xml
10092share/magento/lib/Zend/Locale/Data/twq_NE.xml 11688share/magento/lib/Zend/Locale/Data/twq_NE.xml
10093share/magento/lib/Zend/Locale/Data/tzm.xml 11689share/magento/lib/Zend/Locale/Data/tzm.xml
10094share/magento/lib/Zend/Locale/Data/tzm_Latn.xml 11690share/magento/lib/Zend/Locale/Data/tzm_Latn.xml
10095share/magento/lib/Zend/Locale/Data/tzm_Latn_MA.xml 11691share/magento/lib/Zend/Locale/Data/tzm_Latn_MA.xml
 11692share/magento/lib/Zend/Locale/Data/ug.xml
 11693share/magento/lib/Zend/Locale/Data/ug_Arab.xml
 11694share/magento/lib/Zend/Locale/Data/ug_Arab_CN.xml
10096share/magento/lib/Zend/Locale/Data/uk.xml 11695share/magento/lib/Zend/Locale/Data/uk.xml
10097share/magento/lib/Zend/Locale/Data/uk_UA.xml 11696share/magento/lib/Zend/Locale/Data/uk_UA.xml
10098share/magento/lib/Zend/Locale/Data/ur.xml 11697share/magento/lib/Zend/Locale/Data/ur.xml
10099share/magento/lib/Zend/Locale/Data/ur_IN.xml 11698share/magento/lib/Zend/Locale/Data/ur_IN.xml
10100share/magento/lib/Zend/Locale/Data/ur_PK.xml 11699share/magento/lib/Zend/Locale/Data/ur_PK.xml
10101share/magento/lib/Zend/Locale/Data/uz.xml 11700share/magento/lib/Zend/Locale/Data/uz.xml
10102share/magento/lib/Zend/Locale/Data/uz_Arab.xml 11701share/magento/lib/Zend/Locale/Data/uz_Arab.xml
10103share/magento/lib/Zend/Locale/Data/uz_Arab_AF.xml 11702share/magento/lib/Zend/Locale/Data/uz_Arab_AF.xml
10104share/magento/lib/Zend/Locale/Data/uz_Cyrl.xml 11703share/magento/lib/Zend/Locale/Data/uz_Cyrl.xml
10105share/magento/lib/Zend/Locale/Data/uz_Cyrl_UZ.xml 11704share/magento/lib/Zend/Locale/Data/uz_Cyrl_UZ.xml
10106share/magento/lib/Zend/Locale/Data/uz_Latn.xml 11705share/magento/lib/Zend/Locale/Data/uz_Latn.xml
10107share/magento/lib/Zend/Locale/Data/uz_Latn_UZ.xml 11706share/magento/lib/Zend/Locale/Data/uz_Latn_UZ.xml
10108share/magento/lib/Zend/Locale/Data/vai.xml 11707share/magento/lib/Zend/Locale/Data/vai.xml
10109share/magento/lib/Zend/Locale/Data/vai_Latn.xml 11708share/magento/lib/Zend/Locale/Data/vai_Latn.xml
10110share/magento/lib/Zend/Locale/Data/vai_Latn_LR.xml 11709share/magento/lib/Zend/Locale/Data/vai_Latn_LR.xml
10111share/magento/lib/Zend/Locale/Data/vai_Vaii.xml 11710share/magento/lib/Zend/Locale/Data/vai_Vaii.xml
10112share/magento/lib/Zend/Locale/Data/vai_Vaii_LR.xml 11711share/magento/lib/Zend/Locale/Data/vai_Vaii_LR.xml
10113share/magento/lib/Zend/Locale/Data/ve.xml 11712share/magento/lib/Zend/Locale/Data/ve.xml
10114share/magento/lib/Zend/Locale/Data/ve_ZA.xml 11713share/magento/lib/Zend/Locale/Data/ve_ZA.xml
10115share/magento/lib/Zend/Locale/Data/vi.xml 11714share/magento/lib/Zend/Locale/Data/vi.xml
10116share/magento/lib/Zend/Locale/Data/vi_VN.xml 11715share/magento/lib/Zend/Locale/Data/vi_VN.xml
10117share/magento/lib/Zend/Locale/Data/vo.xml 11716share/magento/lib/Zend/Locale/Data/vo.xml
 11717share/magento/lib/Zend/Locale/Data/vo_001.xml
10118share/magento/lib/Zend/Locale/Data/vun.xml 11718share/magento/lib/Zend/Locale/Data/vun.xml
10119share/magento/lib/Zend/Locale/Data/vun_TZ.xml 11719share/magento/lib/Zend/Locale/Data/vun_TZ.xml
10120share/magento/lib/Zend/Locale/Data/wae.xml 11720share/magento/lib/Zend/Locale/Data/wae.xml
10121share/magento/lib/Zend/Locale/Data/wae_CH.xml 11721share/magento/lib/Zend/Locale/Data/wae_CH.xml
10122share/magento/lib/Zend/Locale/Data/wal.xml 11722share/magento/lib/Zend/Locale/Data/wal.xml
10123share/magento/lib/Zend/Locale/Data/wal_ET.xml 11723share/magento/lib/Zend/Locale/Data/wal_ET.xml
10124share/magento/lib/Zend/Locale/Data/windowsZones.xml 11724share/magento/lib/Zend/Locale/Data/windowsZones.xml
10125share/magento/lib/Zend/Locale/Data/xh.xml 11725share/magento/lib/Zend/Locale/Data/xh.xml
10126share/magento/lib/Zend/Locale/Data/xh_ZA.xml 11726share/magento/lib/Zend/Locale/Data/xh_ZA.xml
10127share/magento/lib/Zend/Locale/Data/xog.xml 11727share/magento/lib/Zend/Locale/Data/xog.xml
10128share/magento/lib/Zend/Locale/Data/xog_UG.xml 11728share/magento/lib/Zend/Locale/Data/xog_UG.xml
10129share/magento/lib/Zend/Locale/Data/yav.xml 11729share/magento/lib/Zend/Locale/Data/yav.xml
10130share/magento/lib/Zend/Locale/Data/yav_CM.xml 11730share/magento/lib/Zend/Locale/Data/yav_CM.xml
10131share/magento/lib/Zend/Locale/Data/yo.xml 11731share/magento/lib/Zend/Locale/Data/yo.xml
 11732share/magento/lib/Zend/Locale/Data/yo_BJ.xml
10132share/magento/lib/Zend/Locale/Data/yo_NG.xml 11733share/magento/lib/Zend/Locale/Data/yo_NG.xml
 11734share/magento/lib/Zend/Locale/Data/zgh.xml
 11735share/magento/lib/Zend/Locale/Data/zgh_MA.xml
10133share/magento/lib/Zend/Locale/Data/zh.xml 11736share/magento/lib/Zend/Locale/Data/zh.xml
10134share/magento/lib/Zend/Locale/Data/zh_Hans.xml 11737share/magento/lib/Zend/Locale/Data/zh_Hans.xml
10135share/magento/lib/Zend/Locale/Data/zh_Hans_CN.xml 11738share/magento/lib/Zend/Locale/Data/zh_Hans_CN.xml
10136share/magento/lib/Zend/Locale/Data/zh_Hans_HK.xml 11739share/magento/lib/Zend/Locale/Data/zh_Hans_HK.xml
10137share/magento/lib/Zend/Locale/Data/zh_Hans_MO.xml 11740share/magento/lib/Zend/Locale/Data/zh_Hans_MO.xml
10138share/magento/lib/Zend/Locale/Data/zh_Hans_SG.xml 11741share/magento/lib/Zend/Locale/Data/zh_Hans_SG.xml
10139share/magento/lib/Zend/Locale/Data/zh_Hant.xml 11742share/magento/lib/Zend/Locale/Data/zh_Hant.xml
10140share/magento/lib/Zend/Locale/Data/zh_Hant_HK.xml 11743share/magento/lib/Zend/Locale/Data/zh_Hant_HK.xml
10141share/magento/lib/Zend/Locale/Data/zh_Hant_MO.xml 11744share/magento/lib/Zend/Locale/Data/zh_Hant_MO.xml
10142share/magento/lib/Zend/Locale/Data/zh_Hant_TW.xml 11745share/magento/lib/Zend/Locale/Data/zh_Hant_TW.xml
10143share/magento/lib/Zend/Locale/Data/zu.xml 11746share/magento/lib/Zend/Locale/Data/zu.xml
10144share/magento/lib/Zend/Locale/Data/zu_ZA.xml 11747share/magento/lib/Zend/Locale/Data/zu_ZA.xml
10145share/magento/lib/Zend/Locale/Exception.php 11748share/magento/lib/Zend/Locale/Exception.php
@@ -10688,26 +12291,34 @@ share/magento/lib/Zend/Service/Amazon/Qu @@ -10688,26 +12291,34 @@ share/magento/lib/Zend/Service/Amazon/Qu
10688share/magento/lib/Zend/Service/Amazon/ResultSet.php 12291share/magento/lib/Zend/Service/Amazon/ResultSet.php
10689share/magento/lib/Zend/Service/Amazon/S3.php 12292share/magento/lib/Zend/Service/Amazon/S3.php
10690share/magento/lib/Zend/Service/Amazon/S3/Exception.php 12293share/magento/lib/Zend/Service/Amazon/S3/Exception.php
10691share/magento/lib/Zend/Service/Amazon/S3/Stream.php 12294share/magento/lib/Zend/Service/Amazon/S3/Stream.php
10692share/magento/lib/Zend/Service/Amazon/SimilarProduct.php 12295share/magento/lib/Zend/Service/Amazon/SimilarProduct.php
10693share/magento/lib/Zend/Service/Amazon/SimpleDb.php 12296share/magento/lib/Zend/Service/Amazon/SimpleDb.php
10694share/magento/lib/Zend/Service/Amazon/SimpleDb/Attribute.php 12297share/magento/lib/Zend/Service/Amazon/SimpleDb/Attribute.php
10695share/magento/lib/Zend/Service/Amazon/SimpleDb/Exception.php 12298share/magento/lib/Zend/Service/Amazon/SimpleDb/Exception.php
10696share/magento/lib/Zend/Service/Amazon/SimpleDb/Page.php 12299share/magento/lib/Zend/Service/Amazon/SimpleDb/Page.php
10697share/magento/lib/Zend/Service/Amazon/SimpleDb/Response.php 12300share/magento/lib/Zend/Service/Amazon/SimpleDb/Response.php
10698share/magento/lib/Zend/Service/Amazon/Sqs.php 12301share/magento/lib/Zend/Service/Amazon/Sqs.php
10699share/magento/lib/Zend/Service/Amazon/Sqs/Exception.php 12302share/magento/lib/Zend/Service/Amazon/Sqs/Exception.php
10700share/magento/lib/Zend/Service/Audioscrobbler.php 12303share/magento/lib/Zend/Service/Audioscrobbler.php
 12304share/magento/lib/Zend/Service/Console/Command.php
 12305share/magento/lib/Zend/Service/Console/Command/ParameterSource/Argv.php
 12306share/magento/lib/Zend/Service/Console/Command/ParameterSource/ConfigFile.php
 12307share/magento/lib/Zend/Service/Console/Command/ParameterSource/Env.php
 12308share/magento/lib/Zend/Service/Console/Command/ParameterSource/ParameterSourceInterface.php
 12309share/magento/lib/Zend/Service/Console/Command/ParameterSource/Prompt.php
 12310share/magento/lib/Zend/Service/Console/Command/ParameterSource/StdIn.php
 12311share/magento/lib/Zend/Service/Console/Exception.php
10701share/magento/lib/Zend/Service/Delicious.php 12312share/magento/lib/Zend/Service/Delicious.php
10702share/magento/lib/Zend/Service/Delicious/Exception.php 12313share/magento/lib/Zend/Service/Delicious/Exception.php
10703share/magento/lib/Zend/Service/Delicious/Post.php 12314share/magento/lib/Zend/Service/Delicious/Post.php
10704share/magento/lib/Zend/Service/Delicious/PostList.php 12315share/magento/lib/Zend/Service/Delicious/PostList.php
10705share/magento/lib/Zend/Service/Delicious/SimplePost.php 12316share/magento/lib/Zend/Service/Delicious/SimplePost.php
10706share/magento/lib/Zend/Service/DeveloperGarden/BaseUserService.php 12317share/magento/lib/Zend/Service/DeveloperGarden/BaseUserService.php
10707share/magento/lib/Zend/Service/DeveloperGarden/BaseUserService/AccountBalance.php 12318share/magento/lib/Zend/Service/DeveloperGarden/BaseUserService/AccountBalance.php
10708share/magento/lib/Zend/Service/DeveloperGarden/Client/ClientAbstract.php 12319share/magento/lib/Zend/Service/DeveloperGarden/Client/ClientAbstract.php
10709share/magento/lib/Zend/Service/DeveloperGarden/Client/Exception.php 12320share/magento/lib/Zend/Service/DeveloperGarden/Client/Exception.php
10710share/magento/lib/Zend/Service/DeveloperGarden/Client/Soap.php 12321share/magento/lib/Zend/Service/DeveloperGarden/Client/Soap.php
10711share/magento/lib/Zend/Service/DeveloperGarden/ConferenceCall.php 12322share/magento/lib/Zend/Service/DeveloperGarden/ConferenceCall.php
10712share/magento/lib/Zend/Service/DeveloperGarden/ConferenceCall/ConferenceAccount.php 12323share/magento/lib/Zend/Service/DeveloperGarden/ConferenceCall/ConferenceAccount.php
10713share/magento/lib/Zend/Service/DeveloperGarden/ConferenceCall/ConferenceDetail.php 12324share/magento/lib/Zend/Service/DeveloperGarden/ConferenceCall/ConferenceDetail.php
@@ -11554,29 +13165,27 @@ share/magento/lib/phpseclib/Net/SSH1.php @@ -11554,29 +13165,27 @@ share/magento/lib/phpseclib/Net/SSH1.php
11554share/magento/lib/phpseclib/Net/SSH2.php 13165share/magento/lib/phpseclib/Net/SSH2.php
11555share/magento/lib/phpseclib/PHP/Compat/Function/array_fill.php 13166share/magento/lib/phpseclib/PHP/Compat/Function/array_fill.php
11556share/magento/lib/phpseclib/PHP/Compat/Function/bcpowmod.php 13167share/magento/lib/phpseclib/PHP/Compat/Function/bcpowmod.php
11557share/magento/lib/phpseclib/PHP/Compat/Function/str_split.php 13168share/magento/lib/phpseclib/PHP/Compat/Function/str_split.php
11558share/magento/mage 13169share/magento/mage
11559share/magento/media/.htaccess 13170share/magento/media/.htaccess
11560share/magento/media/customer/.htaccess 13171share/magento/media/customer/.htaccess
11561share/magento/media/dhl/logo.jpg 13172share/magento/media/dhl/logo.jpg
11562share/magento/media/downloadable/.htaccess 13173share/magento/media/downloadable/.htaccess
11563share/magento/media/xmlconnect/custom/ok.gif 13174share/magento/media/xmlconnect/custom/ok.gif
11564share/magento/media/xmlconnect/original/ok.gif 13175share/magento/media/xmlconnect/original/ok.gif
11565share/magento/media/xmlconnect/system/ok.gif 13176share/magento/media/xmlconnect/system/ok.gif
11566share/magento/php.ini.sample 13177share/magento/php.ini.sample
11567share/magento/pkginfo/.htaccess 13178share/magento/shell/.htaccess
11568share/magento/pkginfo/Mage_All.txt 
11569share/magento/pkginfo/Mage_All_Latest.txt 
11570share/magento/shell/abstract.php 13179share/magento/shell/abstract.php
11571share/magento/shell/compiler.php 13180share/magento/shell/compiler.php
11572share/magento/shell/indexer.php 13181share/magento/shell/indexer.php
11573share/magento/shell/log.php 13182share/magento/shell/log.php
11574share/magento/skin/adminhtml/default/default/below_ie7.css 13183share/magento/skin/adminhtml/default/default/below_ie7.css
11575share/magento/skin/adminhtml/default/default/boxes.css 13184share/magento/skin/adminhtml/default/default/boxes.css
11576share/magento/skin/adminhtml/default/default/custom.css 13185share/magento/skin/adminhtml/default/default/custom.css
11577share/magento/skin/adminhtml/default/default/favicon.ico 13186share/magento/skin/adminhtml/default/default/favicon.ico
11578share/magento/skin/adminhtml/default/default/ie7.css 13187share/magento/skin/adminhtml/default/default/ie7.css
11579share/magento/skin/adminhtml/default/default/iestyles.css 13188share/magento/skin/adminhtml/default/default/iestyles.css
11580share/magento/skin/adminhtml/default/default/images/accordion_close.gif 13189share/magento/skin/adminhtml/default/default/images/accordion_close.gif
11581share/magento/skin/adminhtml/default/default/images/accordion_close.png 13190share/magento/skin/adminhtml/default/default/images/accordion_close.png
11582share/magento/skin/adminhtml/default/default/images/accordion_open.gif 13191share/magento/skin/adminhtml/default/default/images/accordion_open.gif

cvs diff -r1.3 -r1.4 pkgsrc/finance/magento/distinfo (expand / switch to unified diff)

--- pkgsrc/finance/magento/distinfo 2015/06/02 19:06:19 1.3
+++ pkgsrc/finance/magento/distinfo 2015/08/20 16:49:35 1.4
@@ -1,11 +1,5 @@ @@ -1,11 +1,5 @@
1$NetBSD: distinfo,v 1.3 2015/06/02 19:06:19 fhajny Exp $ 1$NetBSD: distinfo,v 1.4 2015/08/20 16:49:35 fhajny Exp $
2 2
3SHA1 (magento/PATCH_SUPEE-4829_EE_1.14.1.0_v1.sh) = ed08f33cfc8a35c0c38d9264bb94723d6a544450 3SHA1 (magento/magento-1.9.2.1.tar.gz) = 41b4b9ae2e02fa9fecf3330e19790120aeeced92
4RMD160 (magento/PATCH_SUPEE-4829_EE_1.14.1.0_v1.sh) = bd9729743ccc4c028b5354f06f669b142edd3815 4RMD160 (magento/magento-1.9.2.1.tar.gz) = cd893c2e9a7e5998f9010c4150d0eca02ec800d0
5Size (magento/PATCH_SUPEE-4829_EE_1.14.1.0_v1.sh) = 6173 bytes 5Size (magento/magento-1.9.2.1.tar.gz) = 24437578 bytes
6SHA1 (magento/PATCH_SUPEE-5994_CE_1.6.0.0_v1-2015-05-15-04-34-46.sh) = 848bfe64959b0c9b431c278db613dde5fcdbdda2 
7RMD160 (magento/PATCH_SUPEE-5994_CE_1.6.0.0_v1-2015-05-15-04-34-46.sh) = 024f5ee9e6ca4127bcfa064f89110668f9865568 
8Size (magento/PATCH_SUPEE-5994_CE_1.6.0.0_v1-2015-05-15-04-34-46.sh) = 42636 bytes 
9SHA1 (magento/magento-1.9.1.1.tar.gz) = 170e4b9019f43477d2f2a074ef551a05009da724 
10RMD160 (magento/magento-1.9.1.1.tar.gz) = e46fdbe5deda09f4d8173cd1d2e328c37eb92840 
11Size (magento/magento-1.9.1.1.tar.gz) = 23786953 bytes