View | Details | Raw Unified | Return to bug 193502
Collapse All | Expand All

(-)b/www/magento/Makefile (-23 / +59 lines)
Lines 2-57 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	magento
4
PORTNAME=	magento
5
PORTVERSION=	1.8.1.0
5
PORTVERSION=	1.9.0.1
6
CATEGORIES=	www finance
6
CATEGORIES=	www finance
7
MASTER_SITES=	http://www.magentocommerce.com/downloads/assets/${PORTVERSION}/
7
MASTER_SITES=	http://www.magentocommerce.com/downloads/assets/${PORTVERSION}/
8
8
9
MAINTAINER=	melvyn@magemana.nl
9
MAINTAINER=	melvyn@magemana.nl
10
COMMENT=	Feature-rich eCommerce platform
10
COMMENT=	Feature-rich eCommerce platform
11
11
12
USE_PHP=	pdo_mysql hash gd iconv curl dom soap simplexml mcrypt mysql \
12
PATCH_DEPENDS=	bash:${PORTSDIR}/shells/bash \
13
		ctype zlib json
13
		gsed:${PORTSDIR}/textproc/gsed
14
15
PATCH_SCRIPTS=	PATCH_SUPEE-3762_EE_1.14.0.1_v1.sh \
16
		PATCH_SUPEE-3941_EE_1.14.0.1_v1.sh
17
USE_PHP=	pdo_mysql hash gd iconv curl dom soap simplexml mcrypt ctype \
18
		zlib json
14
WRKSRC=		${WRKDIR}/magento
19
WRKSRC=		${WRKDIR}/magento
15
#OPTIONS_DEFINE=	OAUTH SESSIONS REDIS SNAPPY EXAMPLES
20
OPTIONS_DEFINE=	OAUTH SESSIONS REDIS SNAPPY EXAMPLES
16
OPTIONS_DEFINE=	OAUTH SESSIONS REDIS EXAMPLES
17
OAUTH_DESC=	Depend on pecl-oauth for REST API
21
OAUTH_DESC=	Depend on pecl-oauth for REST API
18
SESSIONS_DESC=	Mark Cm/RedisSession module active
22
SESSIONS_DESC=	Mark Cm/RedisSession module active
19
REDIS_DESC=	Depend on php5-redis for faster redis backend
23
REDIS_DESC=	Depend on php5-redis for faster redis backend
20
#SNAPPY_DESC=	Use google snappy for Redis Cache compression
24
SNAPPY_DESC=	Use google snappy for Redis Cache compression
21
25
22
NO_BUILD=	yes
26
OAUTH_RUN_DEPENDS=	pecl-oauth>=1.2.3:${PORTSDIR}/net/pecl-oauth
23
MAGENTODIR?=	www/magento
27
REDIS_RUN_DEPENDS=	php5-redis>=2.2.0:${PORTSDIR}/databases/php5-redis
28
SNAPPY_RUN_DEPENDS=	php5-snappy>=0.0.2:${PORTSDIR}/archivers/php5-snappy
29
NO_BUILD=		yes
30
MAGENTODIR?=		www/magento
31
SAMPLES=		index.php .htaccess errors/local.xml
32
NEW_PLIST=		${PORTSDIR}/www/magento/pkg-plist.new
24
33
25
.include <bsd.port.options.mk>
34
CONFLICT_FILES=	media/.htaccess media/customer/.htaccess \
26
.if !empty(${PORT_OPTIONS:MOAUTH})
35
		media/dhl/logo.jpg media/downloadable/.htaccess \
27
RUN_DEPENDS+=	pecl-oauth>=1.2.3:${PORTSDIR}/net/pecl-oauth
36
		media/xmlconnect/custom/ok.gif media/xmlconnect/system/ok.gif
28
.endif
29
.if !empty(${PORT_OPTIONS:MREDIS})
30
RUN_DEPENDS+=	php5-redis>=2.2.0:${PORTSDIR}/databases/php5-redis
31
.endif
32
# First need to submit the port
33
#.if ${PORT_OPTIONS:MSNAPPY}
34
#RUN_DEPENDS+=	php5-snappy>=0.0.2:${PORTSDIR}/archivers/php5-snappy
35
#.endif
36
37
37
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
38
39
39
SUB_FILES=	pkg-message cron.sh pkg-install crontab
40
SUB_FILES+=	pkg-message cron.sh pkg-install crontab
40
SUB_LIST+=	MAGENTODIR=${MAGENTODIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
41
SUB_LIST+=	MAGENTODIR=${MAGENTODIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
41
PLIST_SUB+=	${SUB_LIST}
42
PLIST_SUB+=	${SUB_LIST}
42
43
43
44
45
post-extract:
46
.for ps in ${PATCH_SCRIPTS}
47
	@${SED} -e '1s|^\#![[:space:]]*/bin/bash|\#!${LOCALBASE}/bin/bash|' \
48
		-e 's|--dry-run|--check|g' -e 's|which sed|which gsed|' \
49
		${FILESDIR}/${ps} > ${WRKSRC}/${ps}
50
	@${CHMOD} a+x ${WRKSRC}/${ps}
51
.endfor
52
.for sample in ${CONFLICT_FILES}
53
	@${MV} ${WRKSRC}/${sample} ${WRKSRC}/${sample}.sample
54
.endfor
55
44
post-patch:
56
post-patch:
45
	@${RM} -f ${WRKSRC}/cron.sh ${WRKSRC}/.htaccess
57
	@${RM} -f ${WRKSRC}/cron.sh
58
.for sample in ${SAMPLES}
59
	@${RM} -f ${WRKSRC}/${sample}
60
.endfor
61
.for ps in ${PATCH_SCRIPTS}
62
	@cd ${WRKSRC} && ./${ps}
63
.endfor
64
	@${MV} ${WRKSRC}/app/etc/applied.patches.list \
65
		${WRKSRC}/app/etc/applied.patches.list.sample
46
66
47
.ifdef MAINTAINER_MODE
67
.ifdef MAINTAINER_MODE
48
genplist: extract patch
68
genplist: extract patch
69
	@${RM} -f ${.CURDIR}/pkg-plist.new
70
	@${ECHO_CMD} "@sample %%MAGENTODIR%%/app/etc/applied.patches.list" \
71
		>> ${NEW_PLIST}
72
.for sample in ${SAMPLES}
73
	@${ECHO_CMD} "@sample %%MAGENTODIR%%/${sample}.sample" \
74
		>> ${NEW_PLIST}
75
.endfor
76
.for sample in ${CONFLICT_FILES}
77
	@${ECHO_CMD} "@sample %%MAGENTODIR%%/${sample}.sample" \
78
		>> ${NEW_PLIST}
79
.endfor
49
	@${FIND} -s ${WRKSRC} -type f | ${SED} \
80
	@${FIND} -s ${WRKSRC} -type f | ${SED} \
50
		-e 's,${WRKSRC},%%MAGENTODIR%%,' > ${PORTSDIR}/www/magento/pkg-plist.new
81
		-e 's,${WRKSRC},%%MAGENTODIR%%,' \
82
		-e '/\.sample$$/d' >> ${NEW_PLIST}
51
	@${FIND} -s -d ${WRKSRC} -type d | ${SED} \
83
	@${FIND} -s -d ${WRKSRC} -type d | ${SED} \
52
		-e 's,${WRKSRC}/media,@dirrmtry %%MAGENTODIR%%/media,' \
84
		-e 's,${WRKSRC}/media,@dirrmtry %%MAGENTODIR%%/media,' \
53
		-e 's,${WRKSRC}/var,@dirrmtry %%MAGENTODIR%%/var,' \
85
		-e 's,${WRKSRC}/var,@dirrmtry %%MAGENTODIR%%/var,' \
54
		-e 's,${WRKSRC},@dirrm %%MAGENTODIR%%,' >> ${PORTSDIR}/www/magento/pkg-plist.new
86
		-e 's,${WRKSRC},@dirrm %%MAGENTODIR%%,' >> ${NEW_PLIST}
87
# Make sure they aren't listed twice.
88
.for sample in ${CONFLICT_FILES}
89
	@${REINPLACE_CMD} -e '#^%%MAGENTODIR%%/${sample}#d' ${NEW_PLIST}
90
.endfor
55
91
56
.endif
92
.endif
57
93
(-)b/www/magento/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (magento-1.8.1.0.tar.gz) = d2ec3c511b5936e242127789cdec9ae142bcacef8b636f2b2625fd8640e22aa1
1
SHA256 (magento-1.9.0.1.tar.gz) = 338df88796a445cd3be2a10b5c79c50e9900a4a1b1d8e9113a79014d3186a8e0
2
SIZE (magento-1.8.1.0.tar.gz) = 18199920
2
SIZE (magento-1.9.0.1.tar.gz) = 23019638
(-)b/www/magento/files/PATCH_SUPEE-3762_EE_1.14.0.1_v1.sh (+421 lines)
Added Link Here
1
#!/bin/bash
2
# Patch apllying tool template
3
# v0.1.2
4
# (c) Copyright 2013. Magento Inc.
5
#
6
# DO NOT CHANGE ANY LINE IN THIS FILE.
7
8
# 1. Check required system tools
9
_check_installed_tools() {
10
    local missed=""
11
12
    until [ -z "$1" ]; do
13
        type -t $1 >/dev/null 2>/dev/null
14
        if (( $? != 0 )); then
15
            missed="$missed $1"
16
        fi
17
        shift
18
    done
19
20
    echo $missed
21
}
22
23
REQUIRED_UTILS='sed patch'
24
MISSED_REQUIRED_TOOLS=`_check_installed_tools $REQUIRED_UTILS`
25
if (( `echo $MISSED_REQUIRED_TOOLS | wc -w` > 0 ));
26
then
27
    echo -e "Error! Some required system tools, that are utilized in this sh script, are not installed:\nTool(s) \"$MISSED_REQUIRED_TOOLS\" is(are) missed, please install it(them)."
28
    exit 1
29
fi
30
31
# 2. Determine bin path for system tools
32
CAT_BIN=`which cat`
33
PATCH_BIN=`which patch`
34
SED_BIN=`which sed`
35
PWD_BIN=`which pwd`
36
BASENAME_BIN=`which basename`
37
38
BASE_NAME=`$BASENAME_BIN "$0"`
39
40
# 3. Help menu
41
if [ "$1" = "-?" -o "$1" = "-h" -o "$1" = "--help" ]
42
then
43
    $CAT_BIN << EOFH
44
Usage: sh $BASE_NAME [--help] [-R|--revert] [--list]
45
Apply embedded patch.
46
47
-R, --revert    Revert previously applied embedded patch
48
--list          Show list of applied patches
49
--help          Show this help message
50
EOFH
51
    exit 0
52
fi
53
54
# 4. Get "revert" flag and "list applied patches" flag
55
REVERT_FLAG=
56
SHOW_APPLIED_LIST=0
57
if [ "$1" = "-R" -o "$1" = "--revert" ]
58
then
59
    REVERT_FLAG=-R
60
fi
61
if [ "$1" = "--list" ]
62
then
63
    SHOW_APPLIED_LIST=1
64
fi
65
66
# 5. File pathes
67
CURRENT_DIR=`$PWD_BIN`/
68
APP_ETC_DIR=`echo "$CURRENT_DIR""app/etc/"`
69
APPLIED_PATCHES_LIST_FILE=`echo "$APP_ETC_DIR""applied.patches.list"`
70
71
# 6. Show applied patches list if requested
72
if [ "$SHOW_APPLIED_LIST" -eq 1 ] ; then
73
    echo -e "Applied/reverted patches list:"
74
    if [ -e "$APPLIED_PATCHES_LIST_FILE" ]
75
    then
76
        if [ ! -r "$APPLIED_PATCHES_LIST_FILE" ]
77
        then
78
            echo "ERROR: \"$APPLIED_PATCHES_LIST_FILE\" must be readable so applied patches list can be shown."
79
            exit 1
80
        else
81
            $SED_BIN -n "/SUP-\|SUPEE-/p" $APPLIED_PATCHES_LIST_FILE
82
        fi
83
    else
84
        echo "<empty>"
85
    fi
86
    exit 0
87
fi
88
89
# 7. Check applied patches track file and its directory
90
_check_files() {
91
    if [ ! -e "$APP_ETC_DIR" ]
92
    then
93
        echo "ERROR: \"$APP_ETC_DIR\" must exist for proper tool work."
94
        exit 1
95
    fi
96
97
    if [ ! -w "$APP_ETC_DIR" ]
98
    then
99
        echo "ERROR: \"$APP_ETC_DIR\" must be writeable for proper tool work."
100
        exit 1
101
    fi
102
103
    if [ -e "$APPLIED_PATCHES_LIST_FILE" ]
104
    then
105
        if [ ! -w "$APPLIED_PATCHES_LIST_FILE" ]
106
        then
107
            echo "ERROR: \"$APPLIED_PATCHES_LIST_FILE\" must be writeable for proper tool work."
108
            exit 1
109
        fi
110
    fi
111
}
112
113
_check_files
114
115
# 8. Apply/revert patch
116
# Note: there is no need to check files permissions for files to be patched.
117
# "patch" tool will not modify any file if there is not enough permissions for all files to be modified.
118
# Get start points for additional information and patch data
119
SKIP_LINES=$((`$SED_BIN -n "/^__PATCHFILE_FOLLOWS__$/=" "$CURRENT_DIR""$BASE_NAME"` + 1))
120
ADDITIONAL_INFO_LINE=$(($SKIP_LINES - 3))p
121
122
_apply_revert_patch() {
123
    DRY_RUN_FLAG=
124
    if [ "$1" = "dry-run" ]
125
    then
126
        DRY_RUN_FLAG=" --dry-run"
127
        echo "Checking if patch can be applied/reverted successfully..."
128
    fi
129
    PATCH_APPLY_REVERT_RESULT=`$SED_BIN -e '1,/^__PATCHFILE_FOLLOWS__$/d' "$CURRENT_DIR""$BASE_NAME" | $PATCH_BIN $DRY_RUN_FLAG $REVERT_FLAG -p0`
130
    PATCH_APPLY_REVERT_STATUS=$?
131
    if [ $PATCH_APPLY_REVERT_STATUS -eq 1 ] ; then
132
        echo -e "ERROR: Patch can't be applied/reverted successfully.\n\n$PATCH_APPLY_REVERT_RESULT"
133
        exit 1
134
    fi
135
    if [ $PATCH_APPLY_REVERT_STATUS -eq 2 ] ; then
136
        echo -e "ERROR: Patch can't be applied/reverted successfully."
137
        exit 2
138
    fi
139
}
140
141
REVERTED_PATCH_MARK=
142
if [ -n "$REVERT_FLAG" ]
143
then
144
    REVERTED_PATCH_MARK=" | REVERTED"
145
fi
146
147
_apply_revert_patch dry-run
148
_apply_revert_patch
149
150
# 9. Track patch applying result
151
echo "Patch was applied/reverted successfully."
152
ADDITIONAL_INFO=`$SED_BIN -n ""$ADDITIONAL_INFO_LINE"" "$CURRENT_DIR""$BASE_NAME"`
153
APPLIED_REVERTED_ON_DATE=`date -u +"%F %T UTC"`
154
APPLIED_REVERTED_PATCH_INFO=`echo -n "$APPLIED_REVERTED_ON_DATE"" | ""$ADDITIONAL_INFO""$REVERTED_PATCH_MARK"`
155
echo -e "$APPLIED_REVERTED_PATCH_INFO\n$PATCH_APPLY_REVERT_RESULT\n\n" >> "$APPLIED_PATCHES_LIST_FILE"
156
157
exit 0
158
159
160
SUPEE-3762 | EE_1.14.0.1 | v1 | 3608d69d73a826b371f9893b49ddcb347c9b3f37 | Thu Jun 12 11:08:43 2014 -0700 | v1.14.0.1..HEAD
161
162
__PATCHFILE_FOLLOWS__
163
diff --git lib/Zend/Soap/Server.php lib/Zend/Soap/Server.php
164
index 046cf23..8458836 100644
165
--- lib/Zend/Soap/Server.php
166
+++ lib/Zend/Soap/Server.php
167
@@ -24,6 +24,12 @@
168
  */
169
 #require_once 'Zend/Server/Interface.php';
170
 
171
+/** @see Zend_Xml_Security */
172
+#require_once 'Zend/Xml/Security.php';
173
+
174
+/** @see Zend_Xml_Exception */
175
+#require_once 'Zend/Xml/Exception.php';
176
+
177
 /**
178
  * Zend_Soap_Server
179
  *
180
@@ -729,21 +735,18 @@ class Zend_Soap_Server implements Zend_Server_Interface
181
                 $xml = $request;
182
             }
183
 
184
-            libxml_disable_entity_loader(true);
185
             $dom = new DOMDocument();
186
-            if(strlen($xml) == 0 || !$dom->loadXML($xml)) {
187
-                #require_once 'Zend/Soap/Server/Exception.php';
188
-                throw new Zend_Soap_Server_Exception('Invalid XML');
189
-            }
190
-            foreach ($dom->childNodes as $child) {
191
-                if ($child->nodeType === XML_DOCUMENT_TYPE_NODE) {
192
+            try {
193
+                if(strlen($xml) == 0 || (!$dom = Zend_Xml_Security::scan($xml, $dom))) {
194
                     #require_once 'Zend/Soap/Server/Exception.php';
195
-                    throw new Zend_Soap_Server_Exception(
196
-                        'Invalid XML: Detected use of illegal DOCTYPE'
197
-                    );
198
+                    throw new Zend_Soap_Server_Exception('Invalid XML');
199
                 }
200
+            } catch (Zend_Xml_Exception $e) {
201
+                #require_once 'Zend/Soap/Server/Exception.php';
202
+                throw new Zend_Soap_Server_Exception(
203
+                    $e->getMessage()
204
+                );
205
             }
206
-            libxml_disable_entity_loader(false);
207
         }
208
         $this->_request = $xml;
209
         return $this;
210
diff --git lib/Zend/Xml/Exception.php lib/Zend/Xml/Exception.php
211
new file mode 100644
212
index 0000000..3418f35
213
--- /dev/null
214
+++ lib/Zend/Xml/Exception.php
215
@@ -0,0 +1,36 @@
216
+<?php
217
+/**
218
+ * Zend Framework
219
+ *
220
+ * LICENSE
221
+ *
222
+ * This source file is subject to the new BSD license that is bundled
223
+ * with this package in the file LICENSE.txt.
224
+ * It is also available through the world-wide-web at this URL:
225
+ * http://framework.zend.com/license/new-bsd
226
+ * If you did not receive a copy of the license and are unable to
227
+ * obtain it through the world-wide-web, please send an email
228
+ * to license@zend.com so we can send you a copy immediately.
229
+ *
230
+ * @category   Zend
231
+ * @package    Zend_Xml
232
+ * @copyright  Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
233
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
234
+ * @version    $Id$
235
+ */
236
+
237
+
238
+/**
239
+ * @see Zend_Exception
240
+ */
241
+#require_once 'Zend/Exception.php';
242
+
243
+
244
+/**
245
+ * @category   Zend
246
+ * @package    Zend_Xml
247
+ * @copyright  Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
248
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
249
+ */
250
+class Zend_Xml_Exception extends Zend_Exception
251
+{}
252
diff --git lib/Zend/Xml/Security.php lib/Zend/Xml/Security.php
253
new file mode 100644
254
index 0000000..2c09c73
255
--- /dev/null
256
+++ lib/Zend/Xml/Security.php
257
@@ -0,0 +1,164 @@
258
+<?php
259
+/**
260
+ * Zend Framework
261
+ *
262
+ * LICENSE
263
+ *
264
+ * This source file is subject to the new BSD license that is bundled
265
+ * with this package in the file LICENSE.txt.
266
+ * It is also available through the world-wide-web at this URL:
267
+ * http://framework.zend.com/license/new-bsd
268
+ * If you did not receive a copy of the license and are unable to
269
+ * obtain it through the world-wide-web, please send an email
270
+ * to license@zend.com so we can send you a copy immediately.
271
+ *
272
+ * @category   Zend
273
+ * @package    Zend_Xml
274
+ * @copyright  Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
275
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
276
+ * @version    $Id$
277
+ */
278
+
279
+ 
280
+/**
281
+ * @category   Zend
282
+ * @package    Zend_Xml_SecurityScan
283
+ * @copyright  Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
284
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
285
+ */
286
+class Zend_Xml_Security
287
+{
288
+    const ENTITY_DETECT = 'Detected use of ENTITY in XML, disabled to prevent XXE/XEE attacks';
289
+
290
+    /**
291
+     * Heuristic scan to detect entity in XML
292
+     *
293
+     * @param  string $xml
294
+     * @throws Zend_Xml_Exception
295
+     */
296
+    protected static function heuristicScan($xml)
297
+    {
298
+        if (strpos($xml, '<!ENTITY') !== false) {
299
+            #require_once 'Exception.php';
300
+            throw new Zend_Xml_Exception(self::ENTITY_DETECT);
301
+        }
302
+    }
303
+
304
+    /**
305
+     * @param integer $errno
306
+     * @param string $errstr
307
+     * @param string $errfile
308
+     * @param integer $errline
309
+     * @return bool
310
+     */
311
+    public static function loadXmlErrorHandler($errno, $errstr, $errfile, $errline)
312
+    {
313
+        if (substr_count($errstr, 'DOMDocument::loadXML()') > 0) {
314
+            return true;
315
+        }
316
+        return false;
317
+    }
318
+
319
+    /**
320
+     * Scan XML string for potential XXE and XEE attacks
321
+     *
322
+     * @param   string $xml
323
+     * @param   DomDocument $dom
324
+     * @throws  Zend_Xml_Exception
325
+     * @return  SimpleXMLElement|DomDocument|boolean
326
+     */
327
+    public static function scan($xml, DOMDocument $dom = null)
328
+    {
329
+        // If running with PHP-FPM we perform an heuristic scan
330
+        // We cannot use libxml_disable_entity_loader because of this bug
331
+        // @see https://bugs.php.net/bug.php?id=64938
332
+        if (self::isPhpFpm()) {
333
+            self::heuristicScan($xml);
334
+        }
335
+
336
+        if (null === $dom) {
337
+            $simpleXml = true;
338
+            $dom = new DOMDocument();
339
+        }
340
+
341
+        if (!self::isPhpFpm()) {
342
+            $loadEntities = libxml_disable_entity_loader(true);
343
+            $useInternalXmlErrors = libxml_use_internal_errors(true);
344
+        }
345
+
346
+        // Load XML with network access disabled (LIBXML_NONET)
347
+        // error disabled with @ for PHP-FPM scenario
348
+        set_error_handler(array('Zend_Xml_Security', 'loadXmlErrorHandler'), E_WARNING);
349
+
350
+        $result = $dom->loadXml($xml, LIBXML_NONET);
351
+        restore_error_handler();
352
+
353
+        if (!$result) {
354
+            // Entity load to previous setting
355
+            if (!self::isPhpFpm()) {
356
+                libxml_disable_entity_loader($loadEntities);
357
+                libxml_use_internal_errors($useInternalXmlErrors);
358
+            }
359
+            return false;
360
+        }
361
+
362
+        // Scan for potential XEE attacks using ENTITY, if not PHP-FPM
363
+        if (!self::isPhpFpm()) {
364
+            foreach ($dom->childNodes as $child) {
365
+                if ($child->nodeType === XML_DOCUMENT_TYPE_NODE) {
366
+                    if ($child->entities->length > 0) {
367
+                        #require_once 'Exception.php';
368
+                        throw new Zend_Xml_Exception(self::ENTITY_DETECT);
369
+                    }
370
+                }
371
+            }
372
+        }
373
+
374
+        // Entity load to previous setting
375
+        if (!self::isPhpFpm()) {
376
+            libxml_disable_entity_loader($loadEntities);
377
+            libxml_use_internal_errors($useInternalXmlErrors);
378
+        }
379
+
380
+        if (isset($simpleXml)) {
381
+            $result = simplexml_import_dom($dom);
382
+            if (!$result instanceof SimpleXMLElement) {
383
+                return false;
384
+            }
385
+            return $result;
386
+        }
387
+        return $dom;
388
+    }
389
+
390
+    /**
391
+     * Scan XML file for potential XXE/XEE attacks
392
+     *
393
+     * @param  string $file
394
+     * @param  DOMDocument $dom
395
+     * @throws Zend_Xml_Exception
396
+     * @return SimpleXMLElement|DomDocument
397
+     */
398
+    public static function scanFile($file, DOMDocument $dom = null)
399
+    {
400
+        if (!file_exists($file)) {
401
+            #require_once 'Exception.php';
402
+            throw new Zend_Xml_Exception(
403
+                "The file $file specified doesn't exist"
404
+            );
405
+        }
406
+        return self::scan(file_get_contents($file), $dom);
407
+    }
408
+
409
+    /**
410
+     * Return true if PHP is running with PHP-FPM
411
+     *
412
+     * @return boolean
413
+     */
414
+    public static function isPhpFpm()
415
+    {
416
+        if (substr(php_sapi_name(), 0, 3) === 'fpm') {
417
+            return true;
418
+        }
419
+        return false;
420
+    }
421
+}
(-)b/www/magento/files/PATCH_SUPEE-3941_EE_1.14.0.1_v1.sh (+876 lines)
Added Link Here
1
#!/bin/bash
2
# Patch apllying tool template
3
# v0.1.2
4
# (c) Copyright 2013. Magento Inc.
5
#
6
# DO NOT CHANGE ANY LINE IN THIS FILE.
7
8
# 1. Check required system tools
9
_check_installed_tools() {
10
    local missed=""
11
12
    until [ -z "$1" ]; do
13
        type -t $1 >/dev/null 2>/dev/null
14
        if (( $? != 0 )); then
15
            missed="$missed $1"
16
        fi
17
        shift
18
    done
19
20
    echo $missed
21
}
22
23
REQUIRED_UTILS='sed patch'
24
MISSED_REQUIRED_TOOLS=`_check_installed_tools $REQUIRED_UTILS`
25
if (( `echo $MISSED_REQUIRED_TOOLS | wc -w` > 0 ));
26
then
27
    echo -e "Error! Some required system tools, that are utilized in this sh script, are not installed:\nTool(s) \"$MISSED_REQUIRED_TOOLS\" is(are) missed, please install it(them)."
28
    exit 1
29
fi
30
31
# 2. Determine bin path for system tools
32
CAT_BIN=`which cat`
33
PATCH_BIN=`which patch`
34
SED_BIN=`which sed`
35
PWD_BIN=`which pwd`
36
BASENAME_BIN=`which basename`
37
38
BASE_NAME=`$BASENAME_BIN "$0"`
39
40
# 3. Help menu
41
if [ "$1" = "-?" -o "$1" = "-h" -o "$1" = "--help" ]
42
then
43
    $CAT_BIN << EOFH
44
Usage: sh $BASE_NAME [--help] [-R|--revert] [--list]
45
Apply embedded patch.
46
47
-R, --revert    Revert previously applied embedded patch
48
--list          Show list of applied patches
49
--help          Show this help message
50
EOFH
51
    exit 0
52
fi
53
54
# 4. Get "revert" flag and "list applied patches" flag
55
REVERT_FLAG=
56
SHOW_APPLIED_LIST=0
57
if [ "$1" = "-R" -o "$1" = "--revert" ]
58
then
59
    REVERT_FLAG=-R
60
fi
61
if [ "$1" = "--list" ]
62
then
63
    SHOW_APPLIED_LIST=1
64
fi
65
66
# 5. File pathes
67
CURRENT_DIR=`$PWD_BIN`/
68
APP_ETC_DIR=`echo "$CURRENT_DIR""app/etc/"`
69
APPLIED_PATCHES_LIST_FILE=`echo "$APP_ETC_DIR""applied.patches.list"`
70
71
# 6. Show applied patches list if requested
72
if [ "$SHOW_APPLIED_LIST" -eq 1 ] ; then
73
    echo -e "Applied/reverted patches list:"
74
    if [ -e "$APPLIED_PATCHES_LIST_FILE" ]
75
    then
76
        if [ ! -r "$APPLIED_PATCHES_LIST_FILE" ]
77
        then
78
            echo "ERROR: \"$APPLIED_PATCHES_LIST_FILE\" must be readable so applied patches list can be shown."
79
            exit 1
80
        else
81
            $SED_BIN -n "/SUP-\|SUPEE-/p" $APPLIED_PATCHES_LIST_FILE
82
        fi
83
    else
84
        echo "<empty>"
85
    fi
86
    exit 0
87
fi
88
89
# 7. Check applied patches track file and its directory
90
_check_files() {
91
    if [ ! -e "$APP_ETC_DIR" ]
92
    then
93
        echo "ERROR: \"$APP_ETC_DIR\" must exist for proper tool work."
94
        exit 1
95
    fi
96
97
    if [ ! -w "$APP_ETC_DIR" ]
98
    then
99
        echo "ERROR: \"$APP_ETC_DIR\" must be writeable for proper tool work."
100
        exit 1
101
    fi
102
103
    if [ -e "$APPLIED_PATCHES_LIST_FILE" ]
104
    then
105
        if [ ! -w "$APPLIED_PATCHES_LIST_FILE" ]
106
        then
107
            echo "ERROR: \"$APPLIED_PATCHES_LIST_FILE\" must be writeable for proper tool work."
108
            exit 1
109
        fi
110
    fi
111
}
112
113
_check_files
114
115
# 8. Apply/revert patch
116
# Note: there is no need to check files permissions for files to be patched.
117
# "patch" tool will not modify any file if there is not enough permissions for all files to be modified.
118
# Get start points for additional information and patch data
119
SKIP_LINES=$((`$SED_BIN -n "/^__PATCHFILE_FOLLOWS__$/=" "$CURRENT_DIR""$BASE_NAME"` + 1))
120
ADDITIONAL_INFO_LINE=$(($SKIP_LINES - 3))p
121
122
_apply_revert_patch() {
123
    DRY_RUN_FLAG=
124
    if [ "$1" = "dry-run" ]
125
    then
126
        DRY_RUN_FLAG=" --dry-run"
127
        echo "Checking if patch can be applied/reverted successfully..."
128
    fi
129
    PATCH_APPLY_REVERT_RESULT=`$SED_BIN -e '1,/^__PATCHFILE_FOLLOWS__$/d' "$CURRENT_DIR""$BASE_NAME" | $PATCH_BIN $DRY_RUN_FLAG $REVERT_FLAG -p0`
130
    PATCH_APPLY_REVERT_STATUS=$?
131
    if [ $PATCH_APPLY_REVERT_STATUS -eq 1 ] ; then
132
        echo -e "ERROR: Patch can't be applied/reverted successfully.\n\n$PATCH_APPLY_REVERT_RESULT"
133
        exit 1
134
    fi
135
    if [ $PATCH_APPLY_REVERT_STATUS -eq 2 ] ; then
136
        echo -e "ERROR: Patch can't be applied/reverted successfully."
137
        exit 2
138
    fi
139
}
140
141
REVERTED_PATCH_MARK=
142
if [ -n "$REVERT_FLAG" ]
143
then
144
    REVERTED_PATCH_MARK=" | REVERTED"
145
fi
146
147
_apply_revert_patch dry-run
148
_apply_revert_patch
149
150
# 9. Track patch applying result
151
echo "Patch was applied/reverted successfully."
152
ADDITIONAL_INFO=`$SED_BIN -n ""$ADDITIONAL_INFO_LINE"" "$CURRENT_DIR""$BASE_NAME"`
153
APPLIED_REVERTED_ON_DATE=`date -u +"%F %T UTC"`
154
APPLIED_REVERTED_PATCH_INFO=`echo -n "$APPLIED_REVERTED_ON_DATE"" | ""$ADDITIONAL_INFO""$REVERTED_PATCH_MARK"`
155
echo -e "$APPLIED_REVERTED_PATCH_INFO\n$PATCH_APPLY_REVERT_RESULT\n\n" >> "$APPLIED_PATCHES_LIST_FILE"
156
157
exit 0
158
159
160
SUPEE-3941 | EE_1.14.0.1 | v1 | d35110621d80be22922611e2b0a502da054a95f0 | Tue Jul 15 11:57:57 2014 +0300 | v1.14.0.1..HEAD
161
162
__PATCHFILE_FOLLOWS__
163
diff --git downloader/Maged/Model/Connect.php downloader/Maged/Model/Connect.php
164
index 77c971e..d62cabc 100644
165
--- downloader/Maged/Model/Connect.php
166
+++ downloader/Maged/Model/Connect.php
167
@@ -486,6 +486,9 @@ class Maged_Model_Connect extends Maged_Model
168
      */
169
     public function checkExtensionKey($id, &$match)
170
     {
171
-        return preg_match('#^([^ ]+)\/([^-]+)(-.+)?$#', $id, $match);
172
+        if (preg_match('#^(.+)\/(.+)-([\.\d]+)$#', $id, $match)) {
173
+            return $match;
174
+        }
175
+        return preg_match('#^(.+)\/(.+)$#', $id, $match);
176
     }
177
 }
178
diff --git downloader/lib/Mage/Connect/Backup.php downloader/lib/Mage/Connect/Backup.php
179
new file mode 100644
180
index 0000000..8620225
181
--- /dev/null
182
+++ downloader/lib/Mage/Connect/Backup.php
183
@@ -0,0 +1,169 @@
184
+<?php
185
+/**
186
+ * Magento
187
+ *
188
+ * NOTICE OF LICENSE
189
+ *
190
+ * This source file is subject to the Open Software License (OSL 3.0)
191
+ * that is bundled with this package in the file LICENSE.txt.
192
+ * It is also available through the world-wide-web at this URL:
193
+ * http://opensource.org/licenses/osl-3.0.php
194
+ * If you did not receive a copy of the license and are unable to
195
+ * obtain it through the world-wide-web, please send an email
196
+ * to license@magentocommerce.com so we can send you a copy immediately.
197
+ *
198
+ * DISCLAIMER
199
+ *
200
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
201
+ * versions in the future. If you wish to customize Magento for your
202
+ * needs please refer to http://www.magentocommerce.com for more information.
203
+ *
204
+ * @category    Mage
205
+ * @package     Mage_Connect
206
+ * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
207
+ * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
208
+ */
209
+
210
+/**
211
+ * Class to backup files before extension installation
212
+ *
213
+ * @category    Mage
214
+ * @package     Mage_Connect
215
+ * @author      Magento Core Team <core@magentocommerce.com>
216
+ */
217
+class Mage_Connect_Backup
218
+{
219
+    /**
220
+     * Prefix for backuped files
221
+     *
222
+     * @var string
223
+     */
224
+    protected $_prefix = '_backup_';
225
+
226
+    /**
227
+     * Array of available to overwrite type of files
228
+     *
229
+     * @var array
230
+     */
231
+    protected $_fileTypes = array();
232
+
233
+    /**
234
+     * List of files to backup files
235
+     *
236
+     * @var array
237
+     */
238
+    protected $_fileList = array();
239
+
240
+    /**
241
+     * Get available file types for backup
242
+     *
243
+     * @return array
244
+     */
245
+    public function getFileTypes()
246
+    {
247
+        return $this->_fileTypes;
248
+    }
249
+
250
+    /**
251
+     * Set available file types for backup
252
+     *
253
+     * @param array $types
254
+     */
255
+    public function setFileTypes(array $types)
256
+    {
257
+        foreach ($types as $type) {
258
+            $this->_fileTypes[] = $type;
259
+        }
260
+    }
261
+
262
+    /**
263
+     * Add file to files list for backup
264
+     *
265
+     * @param string $file
266
+     * @param string $rootPath
267
+     * @return void
268
+     */
269
+    public function addFile($file, $rootPath)
270
+    {
271
+        $dest = $rootPath . DS . $file;
272
+        $type = $this->getFileType($file);
273
+        if (file_exists($dest) && in_array($type, $this->getFileTypes())) {
274
+            $this->_fileList[] = $file;
275
+        }
276
+    }
277
+
278
+    /**
279
+     * Get count of files
280
+     *
281
+     * @return int
282
+     */
283
+    public function getFilesCount()
284
+    {
285
+        return count($this->_fileList);
286
+    }
287
+
288
+    /**
289
+     * Clear list of files
290
+     *
291
+     * @return void
292
+     */
293
+    public function unsetAllFiles()
294
+    {
295
+        $this->_fileList = array();
296
+    }
297
+
298
+    /**
299
+     * Get list of files
300
+     *
301
+     * @return array
302
+     */
303
+    public function getAllFiles()
304
+    {
305
+       return $this->_fileList;
306
+    }
307
+
308
+    /**
309
+     * Run backup process
310
+     *
311
+     * @param boolean $cleanUpQueue
312
+     * @return void
313
+     */
314
+    public function run($cleanUpQueue = false)
315
+    {
316
+        if ($this->getFilesCount() > 0) {
317
+            $fileList = $this->getAllFiles();
318
+            foreach($fileList as $file) {
319
+                $this->_backupFile($file);
320
+            }
321
+            if ($cleanUpQueue) {
322
+                $this->unsetAllFiles();
323
+            }
324
+        }
325
+    }
326
+
327
+    /**
328
+     * Get File type
329
+     *
330
+     * @param string $file
331
+     * @return string
332
+     */
333
+    public function getFileType($file)
334
+    {
335
+        return pathinfo($file, PATHINFO_EXTENSION);
336
+    }
337
+
338
+    /**
339
+     * Backup file
340
+     *
341
+     * @param string $file
342
+     * @return void
343
+     */
344
+    private function _backupFile($file)
345
+    {
346
+        $type = $this->getFileType($file);
347
+        if ($type && $type != '') {
348
+            $newName = $this->_prefix . time() . '.' . $type;
349
+            @rename($file, str_replace('.' . $type, $newName, $file));
350
+        }
351
+    }
352
+}
353
diff --git downloader/lib/Mage/Connect/Command.php downloader/lib/Mage/Connect/Command.php
354
index 6056028..fad7aa0 100644
355
--- downloader/lib/Mage/Connect/Command.php
356
+++ downloader/lib/Mage/Connect/Command.php
357
@@ -64,6 +64,13 @@ class Mage_Connect_Command
358
     protected static $_validator = null;
359
 
360
     /**
361
+     * Backup instance
362
+     *
363
+     * @var Mage_Connect_Backup
364
+     */
365
+    protected static $_backup = null;
366
+
367
+    /**
368
      * Rest instance
369
      *
370
      * @var Mage_Connect_Rest
371
@@ -249,6 +256,19 @@ class Mage_Connect_Command
372
     }
373
 
374
     /**
375
+     * Get backup object
376
+     *
377
+     * @return Mage_Connect_Backup
378
+     */
379
+    public function backup()
380
+    {
381
+        if(is_null(self::$_backup)) {
382
+            self::$_backup = new Mage_Connect_Backup();
383
+        }
384
+        return self::$_backup;
385
+    }
386
+
387
+    /**
388
      * Get rest object
389
      *
390
      * @return Mage_Connect_Rest
391
@@ -422,8 +442,8 @@ class Mage_Connect_Command
392
             return;
393
         }
394
         if(preg_match("@([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)@ims", $params[0], $subs)) {
395
-           $params[0] = $subs[2];
396
-           array_unshift($params, $subs[1]);
397
+            $params[0] = $subs[2];
398
+            array_unshift($params, $subs[1]);
399
         }
400
     }
401
 
402
diff --git downloader/lib/Mage/Connect/Command/Install.php downloader/lib/Mage/Connect/Command/Install.php
403
index 549e730..20aa691 100644
404
--- downloader/lib/Mage/Connect/Command/Install.php
405
+++ downloader/lib/Mage/Connect/Command/Install.php
406
@@ -90,15 +90,15 @@ final class Mage_Connect_Command_Install extends Mage_Connect_Command
407
                 @mkdir($config->magento_root . $dirTmp,0777,true);
408
                 @mkdir($config->magento_root . $dirMedia,0777,true);
409
                 $isWritable = is_writable($config->magento_root)
410
-                              && is_writable($config->magento_root . DIRECTORY_SEPARATOR . $config->downloader_path)
411
-                              && is_writable($config->magento_root . $dirCache)
412
-                              && is_writable($config->magento_root . $dirTmp)
413
-                              && is_writable($config->magento_root . $dirMedia);
414
+                    && is_writable($config->magento_root . DIRECTORY_SEPARATOR . $config->downloader_path)
415
+                    && is_writable($config->magento_root . $dirCache)
416
+                    && is_writable($config->magento_root . $dirTmp)
417
+                    && is_writable($config->magento_root . $dirMedia);
418
                 $err = "Please check for sufficient write file permissions.";
419
             }
420
             $isWritable = $isWritable && is_writable($config->magento_root . $dirMedia)
421
-                          && is_writable($config->magento_root . $dirCache)
422
-                          && is_writable($config->magento_root . $dirTmp);
423
+                && is_writable($config->magento_root . $dirCache)
424
+                && is_writable($config->magento_root . $dirTmp);
425
             if (!$isWritable) {
426
                 $this->doError($command, $err);
427
                 throw new Exception(
428
@@ -316,7 +316,7 @@ final class Mage_Connect_Command_Install extends Mage_Connect_Command
429
                     if ($ftp) {
430
                         $cwd=$ftpObj->getcwd();
431
                         $dir=$cwd . DIRECTORY_SEPARATOR .$config->downloader_path . DIRECTORY_SEPARATOR
432
-                             . Mage_Connect_Config::DEFAULT_CACHE_PATH . DIRECTORY_SEPARATOR . trim( $pChan, "\\/");
433
+                            . Mage_Connect_Config::DEFAULT_CACHE_PATH . DIRECTORY_SEPARATOR . trim( $pChan, "\\/");
434
                         $ftpObj->mkdirRecursive($dir,0777);
435
                         $ftpObj->chdir($cwd);
436
                     } else {
437
@@ -346,11 +346,33 @@ final class Mage_Connect_Command_Install extends Mage_Connect_Command
438
 
439
                     $package = new Mage_Connect_Package($file);
440
                     if ($clearInstallMode && $pInstallState != 'upgrade' && !$installAll) {
441
-                        $this->validator()->validateContents($package->getContents(), $config);
442
+                        $contents = $package->getContents();
443
+                        $this->backup()->setFileTypes(array('csv', 'html'));
444
+                        $typesToBackup = $this->backup()->getFileTypes();
445
+                        $this->validator()->validateContents($contents, $config, $typesToBackup);
446
                         $errors = $this->validator()->getErrors();
447
                         if (count($errors)) {
448
                             throw new Exception("Package '{$pName}' is invalid\n" . implode("\n", $errors));
449
                         }
450
+
451
+                        $targetPath = rtrim($config->magento_root, "\\/");
452
+                        foreach ($contents as $filePath) {
453
+                            $this->backup()->addFile($filePath, $targetPath);
454
+                        }
455
+
456
+                        if ($this->backup()->getFilesCount() > 0) {
457
+                            $this->ui()->output('<br/>');
458
+                            $this->ui()->output('Backup of following files will be created :');
459
+                            $this->ui()->output('<br/>');
460
+                            $this->backup()->run();
461
+                            $this->ui()->output(implode('<br/>', $this->backup()->getAllFiles()));
462
+                            $this->ui()->output('<br/>');
463
+                            $this->ui()->output(
464
+                                $this->backup()->getFilesCount() . ' files was overwritten by installed extension.'
465
+                            );
466
+                            $this->ui()->output('<br/>');
467
+                            $this->backup()->unsetAllFiles();
468
+                        }
469
                     }
470
 
471
                     $conflicts = $package->checkPhpDependencies();
472
diff --git downloader/lib/Mage/Connect/Packager.php downloader/lib/Mage/Connect/Packager.php
473
index 3519324..09ea41b 100644
474
--- downloader/lib/Mage/Connect/Packager.php
475
+++ downloader/lib/Mage/Connect/Packager.php
476
@@ -215,7 +215,7 @@ class Mage_Connect_Packager
477
      *
478
      * @param Mage_Connect_Config $cache
479
      * @param Mage_Connect_Ftp $ftpObj
480
-     * @return void
481
+     * @throws RuntimeException
482
      */
483
     public function writeToRemoteConfig($cache, $ftpObj)
484
     {
485
@@ -240,8 +240,15 @@ class Mage_Connect_Packager
486
                 }
487
             }
488
         } else {
489
-            if (@rmdir($dir)) {
490
-                $this->removeEmptyDirectory(dirname($dir), $ftp);
491
+            $content = scandir($dir);
492
+            if ($content === false) return;
493
+
494
+            if (count(array_diff($content, array('.', '..'))) == 0) {
495
+                if (@rmdir($dir)) {
496
+                    $this->removeEmptyDirectory(dirname($dir), $ftp);
497
+                } else {
498
+                    throw new RuntimeException('Failed to delete dir ' . $dir . "\r\n Check permissions");
499
+                }
500
             }
501
         }
502
     }
503
@@ -253,7 +260,7 @@ class Mage_Connect_Packager
504
      * @param string $package
505
      * @param Mage_Connect_Singleconfig $cacheObj
506
      * @param Mage_Connect_Config $configObj
507
-     * @return void
508
+     * @throws RuntimeException
509
      */
510
     public function processUninstallPackage($chanName, $package, $cacheObj, $configObj)
511
     {
512
@@ -261,14 +268,21 @@ class Mage_Connect_Packager
513
         $contents = $package->getContents();
514
 
515
         $targetPath = rtrim($configObj->magento_root, "\\/");
516
+        $failedFiles = array();
517
         foreach ($contents as $file) {
518
             $fileName = basename($file);
519
             $filePath = dirname($file);
520
             $dest = $targetPath . DIRECTORY_SEPARATOR . $filePath . DIRECTORY_SEPARATOR . $fileName;
521
             if(@file_exists($dest)) {
522
-                @unlink($dest);
523
-                $this->removeEmptyDirectory(dirname($dest));
524
+                if (!@unlink($dest)) {
525
+                    $failedFiles[] = $dest;
526
+                }
527
             }
528
+            $this->removeEmptyDirectory(dirname($dest));
529
+        }
530
+        if (!empty($failedFiles)) {
531
+            $msg = sprintf("Failed to delete files: %s \r\n Check permissions", implode("\r\n", $failedFiles));
532
+            throw new RuntimeException($msg);
533
         }
534
 
535
         $destDir = $targetPath . DS . Mage_Connect_Package::PACKAGE_XML_DIR;
536
@@ -283,17 +297,26 @@ class Mage_Connect_Packager
537
      * @param $package
538
      * @param Mage_Connect_Singleconfig $cacheObj
539
      * @param Mage_Connect_Ftp $ftp
540
-     * @return void
541
+     * @throws RuntimeException
542
      */
543
     public function processUninstallPackageFtp($chanName, $package, $cacheObj, $ftp)
544
     {
545
         $ftpDir = $ftp->getcwd();
546
         $package = $cacheObj->getPackageObject($chanName, $package);
547
         $contents = $package->getContents();
548
+        $failedFiles = array();
549
         foreach ($contents as $file) {
550
             $ftp->delete($file);
551
+            if ($ftp->fileExists($file)) {
552
+                $failedFiles[] = $file;
553
+                continue;
554
+            }
555
             $this->removeEmptyDirectory(dirname($file), $ftp);
556
         }
557
+        if (!empty($failedFiles)) {
558
+            $msg = sprintf("Failed to delete files: %s \r\n Check permissions", implode("\r\n", $failedFiles));
559
+            throw new RuntimeException($msg);
560
+        }
561
         $remoteXml = Mage_Connect_Package::PACKAGE_XML_DIR . DS . $package->getReleaseFilename() . '.xml';
562
         $ftp->delete($remoteXml);
563
         $ftp->chdir($ftpDir);
564
@@ -362,7 +385,7 @@ class Mage_Connect_Packager
565
      * @param string $file
566
      * @param Mage_Connect_Config $configObj
567
      * @param Mage_Connect_Ftp $ftp
568
-     * @return void
569
+     * @throws RuntimeException
570
      */
571
     public function processInstallPackageFtp($package, $file, $configObj, $ftp)
572
     {
573
@@ -370,10 +393,13 @@ class Mage_Connect_Packager
574
         $contents = $package->getContents();
575
         $arc = $this->getArchiver();
576
         $target = dirname($file) . DS . $package->getReleaseFilename();
577
-        @mkdir($target, 0777, true);
578
+        if (!@mkdir($target, 0777, true)) {
579
+            throw new RuntimeException("Can't create directory ". $target);
580
+        }
581
         $tar = $arc->unpack($file, $target);
582
         $modeFile = $this->_getFileMode($configObj);
583
         $modeDir = $this->_getDirMode($configObj);
584
+        $failedFiles = array();
585
         foreach ($contents as $file) {
586
             $source = $tar . DS . $file;
587
             if (file_exists($source) && is_file($source)) {
588
@@ -382,10 +408,17 @@ class Mage_Connect_Packager
589
                     $args[] = $modeDir;
590
                     $args[] = $modeFile;
591
                 }
592
-                call_user_func_array(array($ftp,'upload'), $args);
593
+                if (call_user_func_array(array($ftp,'upload'), $args) === false) {
594
+                    $failedFiles[] = $source;
595
+                }
596
             }
597
         }
598
 
599
+        if (!empty($failedFiles)) {
600
+            $msg = sprintf("Failed to upload files: %s \r\n Check permissions", implode("\r\n", $failedFiles));
601
+            throw new RuntimeException($msg);
602
+        }
603
+
604
         $localXml = $tar . Mage_Connect_Package_Reader::DEFAULT_NAME_PACKAGE;
605
         if (is_file($localXml)) {
606
             $remoteXml = Mage_Connect_Package::PACKAGE_XML_DIR . DS . $package->getReleaseFilename() . '.xml';
607
@@ -414,11 +447,16 @@ class Mage_Connect_Packager
608
         $modeFile = $this->_getFileMode($configObj);
609
         $modeDir = $this->_getDirMode($configObj);
610
         $targetPath = rtrim($configObj->magento_root, "\\/");
611
+        $packageXmlDir = $targetPath . DS . Mage_Connect_Package::PACKAGE_XML_DIR;
612
+        if (!is_dir_writeable($packageXmlDir)) {
613
+            throw new RuntimeException('Directory ' . $packageXmlDir . ' is not writable. Check permission');
614
+        }
615
+        $this->_makeDirectories($contents, $targetPath, $modeDir);
616
         foreach ($contents as $file) {
617
             $fileName = basename($file);
618
             $filePath = dirname($file);
619
             $source = $tar . DS . $file;
620
-            @mkdir($targetPath. DS . $filePath, $modeDir, true);
621
+            $source = $tar . DS . $file;
622
             $dest = $targetPath . DS . $filePath . DS . $fileName;
623
             if (is_file($source)) {
624
                 @copy($source, $dest);
625
@@ -444,6 +482,36 @@ class Mage_Connect_Packager
626
     }
627
 
628
     /**
629
+     * @param array $content
630
+     * @param string $targetPath
631
+     * @param int $modeDir
632
+     * @throws RuntimeException
633
+     */
634
+    protected function _makeDirectories($content, $targetPath, $modeDir)
635
+    {
636
+        $failedDirs = array();
637
+        $createdDirs = array();
638
+        foreach ($content as $file) {
639
+            $dirPath = dirname($file);
640
+            if (is_dir($dirPath) && is_dir_writeable($dirPath)) {
641
+                continue;
642
+            }
643
+            if (!mkdir($targetPath . DS . $dirPath, $modeDir, true)) {
644
+                $failedDirs[] = $targetPath . DS .  $dirPath;
645
+            } else {
646
+                $createdDirs[] = $targetPath . DS . $dirPath;
647
+            }
648
+        }
649
+        if (!empty($failedDirs)) {
650
+            foreach ($createdDirs as $createdDir) {
651
+                $this->removeEmptyDirectory($createdDir);
652
+            }
653
+            $msg = sprintf("Failed to create directory:\r\n%s\r\n Check permissions", implode("\r\n", $failedDirs));
654
+            throw new RuntimeException($msg);
655
+        }
656
+    }
657
+
658
+    /**
659
      * Get local modified files
660
      *
661
      * @param string $chanName
662
diff --git downloader/lib/Mage/Connect/Rest.php downloader/lib/Mage/Connect/Rest.php
663
index 981c99a..d7366c3 100644
664
--- downloader/lib/Mage/Connect/Rest.php
665
+++ downloader/lib/Mage/Connect/Rest.php
666
@@ -82,17 +82,14 @@ class Mage_Connect_Rest
667
      *
668
      * @param string $protocol
669
      */
670
-    public function __construct($protocol="http")
671
+    public function __construct($protocol="https")
672
     {
673
         switch ($protocol) {
674
-            case 'ftp':
675
-                $this->_protocol = 'ftp';
676
-                break;
677
             case 'http':
678
                 $this->_protocol = 'http';
679
                 break;
680
             default:
681
-                $this->_protocol = 'http';
682
+                $this->_protocol = 'https';
683
                 break;
684
         }
685
     }
686
diff --git downloader/lib/Mage/Connect/Singleconfig.php downloader/lib/Mage/Connect/Singleconfig.php
687
index 450c04e..7dfaaf1 100644
688
--- downloader/lib/Mage/Connect/Singleconfig.php
689
+++ downloader/lib/Mage/Connect/Singleconfig.php
690
@@ -136,7 +136,6 @@ class Mage_Connect_Singleconfig
691
         $uri = rtrim($uri, "/");
692
         $uri = str_replace("http://", '', $uri);
693
         $uri = str_replace("https://", '', $uri);
694
-        $uri = str_replace("ftp://", '', $uri);
695
         return $uri;
696
     }
697
 
698
diff --git downloader/lib/Mage/Connect/Validator.php downloader/lib/Mage/Connect/Validator.php
699
index 384274b..fcb4198 100644
700
--- downloader/lib/Mage/Connect/Validator.php
701
+++ downloader/lib/Mage/Connect/Validator.php
702
@@ -459,9 +459,10 @@ class Mage_Connect_Validator
703
      *
704
      * @param array $contents
705
      * @param Mage_Connect_Config $config
706
+     * @param array $typesToBackup
707
      * @return bool
708
      */
709
-    public function validateContents(array $contents, $config)
710
+    public function validateContents(array $contents, $config, $typesToBackup = array())
711
     {
712
         if (!count($contents)) {
713
             $this->addError('Empty package contents section');
714
@@ -471,7 +472,8 @@ class Mage_Connect_Validator
715
         $targetPath = rtrim($config->magento_root, "\\/");
716
         foreach ($contents as $file) {
717
             $dest = $targetPath . DS . $file;
718
-            if (file_exists($dest)) {
719
+            $type = pathinfo($file, PATHINFO_EXTENSION);
720
+            if (file_exists($dest) && !in_array($type, $typesToBackup)) {
721
                 $this->addError("'{$file}' already exists");
722
                 return false;
723
             }
724
diff --git downloader/lib/Mage/HTTP/Client/Curl.php downloader/lib/Mage/HTTP/Client/Curl.php
725
index bc3685f..1d0833c 100644
726
--- downloader/lib/Mage/HTTP/Client/Curl.php
727
+++ downloader/lib/Mage/HTTP/Client/Curl.php
728
@@ -361,47 +361,20 @@ implements Mage_HTTP_IClient
729
 
730
     /**
731
      * Make request
732
+     *
733
      * @param string $method
734
      * @param string $uri
735
      * @param array $params
736
-     * @return null
737
+     * @param boolean $isAuthorizationRequired
738
      */
739
-    protected function makeRequest($method, $uri, $params = array())
740
+    protected function makeRequest($method, $uri, $params = array(), $isAuthorizationRequired = true)
741
     {
742
-        static $isAuthorizationRequired = 0;
743
+        $uriModified = $this->getSecureRequest($uri, $isAuthorizationRequired);
744
         $this->_ch = curl_init();
745
-
746
-        // make request via secured layer
747
-        if ($isAuthorizationRequired && strpos($uri, 'https://') !== 0) {
748
-            $uri = str_replace('http://', '', $uri);
749
-            $uri = 'https://' . $uri;
750
-        }
751
-
752
-        $this->curlOption(CURLOPT_URL, $uri);
753
-        $this->curlOption(CURLOPT_SSL_VERIFYPEER, FALSE);
754
+        $this->curlOption(CURLOPT_URL, $uriModified);
755
+        $this->curlOption(CURLOPT_SSL_VERIFYPEER, false);
756
         $this->curlOption(CURLOPT_SSL_VERIFYHOST, 2);
757
-
758
-        // force method to POST if secured
759
-        if ($isAuthorizationRequired) {
760
-            $method = 'POST';
761
-        }
762
-
763
-        if($method == 'POST') {
764
-            $this->curlOption(CURLOPT_POST, 1);
765
-            $postFields = is_array($params) ? $params : array();
766
-            if ($isAuthorizationRequired) {
767
-                $this->curlOption(CURLOPT_COOKIEJAR, self::COOKIE_FILE);
768
-                $this->curlOption(CURLOPT_COOKIEFILE, self::COOKIE_FILE);
769
-                $postFields = array_merge($postFields, $this->_auth);
770
-            }
771
-            if (!empty($postFields)) {
772
-                $this->curlOption(CURLOPT_POSTFIELDS, $postFields);
773
-            }
774
-        } elseif($method == "GET") {
775
-            $this->curlOption(CURLOPT_HTTPGET, 1);
776
-        } else {
777
-            $this->curlOption(CURLOPT_CUSTOMREQUEST, $method);
778
-        }
779
+        $this->getCurlMethodSettings($method, $params, $isAuthorizationRequired);
780
 
781
         if(count($this->_headers)) {
782
             $heads = array();
783
@@ -444,23 +417,26 @@ implements Mage_HTTP_IClient
784
             $this->doError(curl_error($this->_ch));
785
         }
786
         if(!$this->getStatus()) {
787
-            return $this->doError("Invalid response headers returned from server.");
788
+            $this->doError("Invalid response headers returned from server.");
789
+            return;
790
         }
791
+
792
         curl_close($this->_ch);
793
+
794
         if (403 == $this->getStatus()) {
795
-            if (!$isAuthorizationRequired) {
796
-                $isAuthorizationRequired++;
797
-                $this->makeRequest($method, $uri, $params);
798
-                $isAuthorizationRequired=0;
799
+            if ($isAuthorizationRequired) {
800
+                $this->makeRequest($method, $uri, $params, false);
801
             } else {
802
-                return $this->doError(sprintf('Access denied for %s@%s', $_SESSION['auth']['login'], $uri));
803
+                $this->doError(sprintf('Access denied for %s@%s', $_SESSION['auth']['login'], $uriModified));
804
+                return;
805
             }
806
+        } elseif (405 == $this->getStatus()) {
807
+            $this->doError("HTTP Error 405 Method not allowed");
808
+            return;
809
         }
810
     }
811
 
812
     /**
813
-     * Throw error excpetion
814
-     * @param $string
815
      * @throws Exception
816
      */
817
     public function isAuthorizationRequired()
818
@@ -553,4 +529,44 @@ implements Mage_HTTP_IClient
819
     {
820
         $this->_curlUserOptions[$name] = $value;
821
     }
822
+
823
+    /**
824
+     * @param $uri
825
+     * @param $isAuthorizationRequired
826
+     * @return string
827
+     */
828
+    protected function getSecureRequest($uri, $isAuthorizationRequired = true)
829
+    {
830
+        if ($isAuthorizationRequired && strpos($uri, 'https://') !== 0) {
831
+            $uri = str_replace('http://', '', $uri);
832
+            $uri = 'https://' . $uri;
833
+            return $uri;
834
+        }
835
+        return $uri;
836
+    }
837
+
838
+    /**
839
+     * @param $method
840
+     * @param $params
841
+     * @param $isAuthorizationRequired
842
+     */
843
+    protected function getCurlMethodSettings($method, $params, $isAuthorizationRequired)
844
+    {
845
+        if ($method == 'POST') {
846
+            $this->curlOption(CURLOPT_POST, 1);
847
+            $postFields = is_array($params) ? $params : array();
848
+            if ($isAuthorizationRequired) {
849
+                $this->curlOption(CURLOPT_COOKIEJAR, self::COOKIE_FILE);
850
+                $this->curlOption(CURLOPT_COOKIEFILE, self::COOKIE_FILE);
851
+                $postFields = array_merge($postFields, $this->_auth);
852
+            }
853
+            if (!empty($postFields)) {
854
+                $this->curlOption(CURLOPT_POSTFIELDS, $postFields);
855
+            }
856
+        } elseif ($method == "GET") {
857
+            $this->curlOption(CURLOPT_HTTPGET, 1);
858
+        } else {
859
+            $this->curlOption(CURLOPT_CUSTOMREQUEST, $method);
860
+        }
861
+    }
862
 }
863
diff --git downloader/template/settings.phtml downloader/template/settings.phtml
864
index b094d4d..83e3987 100755
865
--- downloader/template/settings.phtml
866
+++ downloader/template/settings.phtml
867
@@ -63,8 +63,8 @@ function changeDeploymentType (element)
868
                     <td class="label">Magento Connect Channel Protocol:</td>
869
                     <td class="value">
870
                         <select id="protocol" name="protocol">
871
+                            <option value="https" <?php if ($this->get('protocol')=='https'):?>selected="selected"<?php endif ?>>Https</option>
872
                             <option value="http" <?php if ($this->get('protocol')=='http'):?>selected="selected"<?php endif ?>>Http</option>
873
-                            <option value="ftp" <?php if ($this->get('protocol')=='ftp'):?>selected="selected"<?php endif ?>>Ftp</option>
874
                         </select>
875
                     </td>
876
                 </tr>
(-)a/www/magento/files/patch-SUPEE-1049_EE-1.12.0.2_v1 (-71 lines)
Removed Link Here
1
diff --git app/code/core/Mage/Payment/Model/Method/Cc.php app/code/core/Mage/Payment/Model/Method/Cc.php
2
index 4ee5bcd..a429744 100644
3
--- app/code/core/Mage/Payment/Model/Method/Cc.php
4
+++ app/code/core/Mage/Payment/Model/Method/Cc.php
5
@@ -105,6 +105,10 @@ class Mage_Payment_Model_Method_Cc extends Mage_Payment_Model_Method_Abstract
6
                 || ($this->OtherCcType($info->getCcType()) && $this->validateCcNumOther($ccNumber))) {
7
 
8
                 $ccType = 'OT';
9
+                $discoverNetworkRegexp = '/^(30[0-5]\d{13}|3095\d{12}|35(2[8-9]\d{12}|[3-8]\d{13})|36\d{12}'
10
+                    . '|3[8-9]\d{14}|6011(0\d{11}|[2-4]\d{11}|74\d{10}|7[7-9]\d{10}|8[6-9]\d{10}|9\d{11})'
11
+                    . '|62(2(12[6-9]\d{10}|1[3-9]\d{11}|[2-8]\d{12}|9[0-1]\d{11}|92[0-5]\d{10})|[4-6]\d{13}'
12
+                    . '|8[2-8]\d{12})|6(4[4-9]\d{13}|5\d{14}))$/';
13
                 $ccTypeRegExpList = array(
14
                     //Solo, Switch or Maestro. International safe
15
                     /*
16
@@ -115,21 +119,25 @@ class Mage_Payment_Model_Method_Cc extends Mage_Payment_Model_Method_Abstract
17
                     */
18
                     // Solo only
19
                     'SO' => '/(^(6334)[5-9](\d{11}$|\d{13,14}$))|(^(6767)(\d{12}$|\d{14,15}$))/',
20
-                    'SM' => '/(^(5[0678])\d{11,18}$)|(^(6[^05])\d{11,18}$)|(^(601)[^1]\d{9,16}$)|(^(6011)\d{9,11}$)'
21
-                            . '|(^(6011)\d{13,16}$)|(^(65)\d{11,13}$)|(^(65)\d{15,18}$)'
22
-                            . '|(^(49030)[2-9](\d{10}$|\d{12,13}$))|(^(49033)[5-9](\d{10}$|\d{12,13}$))'
23
-                            . '|(^(49110)[1-2](\d{10}$|\d{12,13}$))|(^(49117)[4-9](\d{10}$|\d{12,13}$))'
24
-                            . '|(^(49118)[0-2](\d{10}$|\d{12,13}$))|(^(4936)(\d{12}$|\d{14,15}$))/',
25
                     // Visa
26
                     'VI'  => '/^4[0-9]{12}([0-9]{3})?$/',
27
                     // Master Card
28
                     'MC'  => '/^5[1-5][0-9]{14}$/',
29
                     // American Express
30
                     'AE'  => '/^3[47][0-9]{13}$/',
31
-                    // Discovery
32
-                    'DI'  => '/^6011[0-9]{12}$/',
33
-                    // JCB
34
-                    'JCB' => '/^(3[0-9]{15}|(2131|1800)[0-9]{11})$/'
35
+                    // Discover Network
36
+                    'DI'  => $discoverNetworkRegexp,
37
+                    // Dinners Club (Belongs to Discover Network)
38
+                    'DICL' => $discoverNetworkRegexp,
39
+                    // JCB (Belongs to Discover Network)
40
+                    'JCB' => $discoverNetworkRegexp,
41
+
42
+                    // Maestro & Switch
43
+                    'SM' => '/(^(5[0678])\d{11,18}$)|(^(6[^05])\d{11,18}$)|(^(601)[^1]\d{9,16}$)|(^(6011)\d{9,11}$)'
44
+                    . '|(^(6011)\d{13,16}$)|(^(65)\d{11,13}$)|(^(65)\d{15,18}$)'
45
+                    . '|(^(49030)[2-9](\d{10}$|\d{12,13}$))|(^(49033)[5-9](\d{10}$|\d{12,13}$))'
46
+                    . '|(^(49110)[1-2](\d{10}$|\d{12,13}$))|(^(49117)[4-9](\d{10}$|\d{12,13}$))'
47
+                    . '|(^(49118)[0-2](\d{10}$|\d{12,13}$))|(^(4936)(\d{12}$|\d{14,15}$))/'
48
                 );
49
 
50
                 foreach ($ccTypeRegExpList as $ccTypeMatch=>$ccTypeRegExp) {
51
diff --git js/prototype/validation.js js/prototype/validation.js
52
index a2dad07..700a472 100644
53
--- js/prototype/validation.js
54
+++ js/prototype/validation.js
55
@@ -850,11 +850,12 @@ function parseNumber(v)
56
 Validation.creditCartTypes = $H({
57
 //    'SS': [new RegExp('^((6759[0-9]{12})|(5018|5020|5038|6304|6759|6761|6763[0-9]{12,19})|(49[013][1356][0-9]{12})|(6333[0-9]{12})|(6334[0-4]\d{11})|(633110[0-9]{10})|(564182[0-9]{10}))([0-9]{2,3})?$'), new RegExp('^([0-9]{3}|[0-9]{4})?$'), true],
58
     'SO': [new RegExp('^(6334[5-9]([0-9]{11}|[0-9]{13,14}))|(6767([0-9]{12}|[0-9]{14,15}))$'), new RegExp('^([0-9]{3}|[0-9]{4})?$'), true],
59
-    'SM': [new RegExp('(^(5[0678])[0-9]{11,18}$)|(^(6[^05])[0-9]{11,18}$)|(^(601)[^1][0-9]{9,16}$)|(^(6011)[0-9]{9,11}$)|(^(6011)[0-9]{13,16}$)|(^(65)[0-9]{11,13}$)|(^(65)[0-9]{15,18}$)|(^(49030)[2-9]([0-9]{10}$|[0-9]{12,13}$))|(^(49033)[5-9]([0-9]{10}$|[0-9]{12,13}$))|(^(49110)[1-2]([0-9]{10}$|[0-9]{12,13}$))|(^(49117)[4-9]([0-9]{10}$|[0-9]{12,13}$))|(^(49118)[0-2]([0-9]{10}$|[0-9]{12,13}$))|(^(4936)([0-9]{12}$|[0-9]{14,15}$))'), new RegExp('^([0-9]{3}|[0-9]{4})?$'), true],
60
     'VI': [new RegExp('^4[0-9]{12}([0-9]{3})?$'), new RegExp('^[0-9]{3}$'), true],
61
     'MC': [new RegExp('^5[1-5][0-9]{14}$'), new RegExp('^[0-9]{3}$'), true],
62
     'AE': [new RegExp('^3[47][0-9]{13}$'), new RegExp('^[0-9]{4}$'), true],
63
-    'DI': [new RegExp('^6011[0-9]{12}$'), new RegExp('^[0-9]{3}$'), true],
64
-    'JCB': [new RegExp('^(3[0-9]{15}|(2131|1800)[0-9]{11})$'), new RegExp('^[0-9]{3,4}$'), true],
65
+    'DI': [new RegExp('^(30[0-5][0-9]{13}|3095[0-9]{12}|35(2[8-9][0-9]{12}|[3-8][0-9]{13})|36[0-9]{12}|3[8-9][0-9]{14}|6011(0[0-9]{11}|[2-4][0-9]{11}|74[0-9]{10}|7[7-9][0-9]{10}|8[6-9][0-9]{10}|9[0-9]{11})|62(2(12[6-9][0-9]{10}|1[3-9][0-9]{11}|[2-8][0-9]{12}|9[0-1][0-9]{11}|92[0-5][0-9]{10})|[4-6][0-9]{13}|8[2-8][0-9]{12})|6(4[4-9][0-9]{13}|5[0-9]{14}))$'), new RegExp('^[0-9]{3}$'), true],
66
+    'JCB': [new RegExp('^(30[0-5][0-9]{13}|3095[0-9]{12}|35(2[8-9][0-9]{12}|[3-8][0-9]{13})|36[0-9]{12}|3[8-9][0-9]{14}|6011(0[0-9]{11}|[2-4][0-9]{11}|74[0-9]{10}|7[7-9][0-9]{10}|8[6-9][0-9]{10}|9[0-9]{11})|62(2(12[6-9][0-9]{10}|1[3-9][0-9]{11}|[2-8][0-9]{12}|9[0-1][0-9]{11}|92[0-5][0-9]{10})|[4-6][0-9]{13}|8[2-8][0-9]{12})|6(4[4-9][0-9]{13}|5[0-9]{14}))$'), true],
67
+    'DICL': [new RegExp('^(30[0-5][0-9]{13}|3095[0-9]{12}|35(2[8-9][0-9]{12}|[3-8][0-9]{13})|36[0-9]{12}|3[8-9][0-9]{14}|6011(0[0-9]{11}|[2-4][0-9]{11}|74[0-9]{10}|7[7-9][0-9]{10}|8[6-9][0-9]{10}|9[0-9]{11})|62(2(12[6-9][0-9]{10}|1[3-9][0-9]{11}|[2-8][0-9]{12}|9[0-1][0-9]{11}|92[0-5][0-9]{10})|[4-6][0-9]{13}|8[2-8][0-9]{12})|6(4[4-9][0-9]{13}|5[0-9]{14}))$'), new RegExp('^[0-9]{3}$'), true],
68
+    'SM': [new RegExp('(^(5[0678])[0-9]{11,18}$)|(^(6[^05])[0-9]{11,18}$)|(^(601)[^1][0-9]{9,16}$)|(^(6011)[0-9]{9,11}$)|(^(6011)[0-9]{13,16}$)|(^(65)[0-9]{11,13}$)|(^(65)[0-9]{15,18}$)|(^(49030)[2-9]([0-9]{10}$|[0-9]{12,13}$))|(^(49033)[5-9]([0-9]{10}$|[0-9]{12,13}$))|(^(49110)[1-2]([0-9]{10}$|[0-9]{12,13}$))|(^(49117)[4-9]([0-9]{10}$|[0-9]{12,13}$))|(^(49118)[0-2]([0-9]{10}$|[0-9]{12,13}$))|(^(4936)([0-9]{12}$|[0-9]{14,15}$))'), new RegExp('^([0-9]{3}|[0-9]{4})?$'), true],
69
     'OT': [false, new RegExp('^([0-9]{3}|[0-9]{4})?$'), false]
70
 });
71
(-)a/www/magento/files/patch-SUPEE-2619_EE_1.13.1.0_v1 (-226 lines)
Removed Link Here
1
diff --git app/code/core/Mage/Catalog/Model/Product.php app/code/core/Mage/Catalog/Model/Product.php
2
index 3d538e2..7dcf307 100644
3
--- app/code/core/Mage/Catalog/Model/Product.php
4
+++ app/code/core/Mage/Catalog/Model/Product.php
5
@@ -1940,7 +1940,12 @@ class Mage_Catalog_Model_Product extends Mage_Catalog_Model_Abstract
6
         /* add product custom options data */
7
         $customOptions = $buyRequest->getOptions();
8
         if (is_array($customOptions)) {
9
-            $options->setOptions(array_diff($buyRequest->getOptions(), array('')));
10
+            foreach ($customOptions as $key => $value) {
11
+                if ($value === '') {
12
+                    unset($customOptions[$key]);
13
+                }
14
+            }
15
+            $options->setOptions($customOptions);
16
         }
17
 
18
         /* add product type selected options data */
19
diff --git app/code/core/Mage/Core/Controller/Varien/Router/Standard.php app/code/core/Mage/Core/Controller/Varien/Router/Standard.php
20
index b2ebd4a..4500b24 100644
21
--- app/code/core/Mage/Core/Controller/Varien/Router/Standard.php
22
+++ app/code/core/Mage/Core/Controller/Varien/Router/Standard.php
23
@@ -43,7 +43,7 @@ class Mage_Core_Controller_Varien_Router_Standard extends Mage_Core_Controller_V
24
                 $modules = array((string)$routerConfig->args->module);
25
                 if ($routerConfig->args->modules) {
26
                     foreach ($routerConfig->args->modules->children() as $customModule) {
27
-                        if ($customModule) {
28
+                        if ((string)$customModule) {
29
                             if ($before = $customModule->getAttribute('before')) {
30
                                 $position = array_search($before, $modules);
31
                                 if ($position === false) {
32
diff --git app/code/core/Zend/Pdf/FileParserDataSource.php app/code/core/Zend/Pdf/FileParserDataSource.php
33
new file mode 100644
34
index 0000000..df5b2c7
35
--- /dev/null
36
+++ app/code/core/Zend/Pdf/FileParserDataSource.php
37
@@ -0,0 +1,189 @@
38
+<?php
39
+/**
40
+ * Zend Framework
41
+ *
42
+ * LICENSE
43
+ *
44
+ * This source file is subject to the new BSD license that is bundled
45
+ * with this package in the file LICENSE.txt.
46
+ * It is also available through the world-wide-web at this URL:
47
+ * http://framework.zend.com/license/new-bsd
48
+ * If you did not receive a copy of the license and are unable to
49
+ * obtain it through the world-wide-web, please send an email
50
+ * to license@zend.com so we can send you a copy immediately.
51
+ *
52
+ * @category   Zend
53
+ * @package    Zend_Pdf
54
+ * @subpackage FileParser
55
+ * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
56
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
57
+ * @version    $Id: FileParserDataSource.php 20096 2010-01-06 02:05:09Z bkarwin $
58
+ */
59
+
60
+/**
61
+ * Abstract helper class for {@link Zend_Pdf_FileParser} that provides the
62
+ * data source for parsing.
63
+ *
64
+ * Concrete subclasses allow for parsing of in-memory, filesystem, and other
65
+ * sources through a common API. These subclasses also take care of error
66
+ * handling and other mundane tasks.
67
+ *
68
+ * Subclasses must implement at minimum {@link __construct()},
69
+ * {@link __destruct()}, {@link readBytes()}, and {@link readAllBytes()}.
70
+ * Subclasses should also override {@link moveToOffset()} and
71
+ * {@link __toString()} as appropriate.
72
+ *
73
+ * @package    Zend_Pdf
74
+ * @subpackage FileParser
75
+ * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
76
+ * @license    http://framework.zend.com/license/new-bsd     New BSD License
77
+ */
78
+abstract class Zend_Pdf_FileParserDataSource
79
+{
80
+  /**** Instance Variables ****/
81
+
82
+
83
+    /**
84
+     * Total size in bytes of the data source.
85
+     * @var integer
86
+     */
87
+    protected $_size = 0;
88
+
89
+    /**
90
+     * Byte offset of the current read position within the data source.
91
+     * @var integer
92
+     */
93
+    protected $_offset = 0;
94
+
95
+
96
+
97
+  /**** Public Interface ****/
98
+
99
+
100
+  /* Abstract Methods */
101
+
102
+    /**
103
+     * Object destructor. Closes the data source.
104
+     *
105
+     * May also perform cleanup tasks such as deleting temporary files.
106
+     */
107
+    abstract public function __destruct();
108
+
109
+    /**
110
+     * Returns the specified number of raw bytes from the data source at the
111
+     * byte offset of the current read position.
112
+     *
113
+     * Must advance the read position by the number of bytes read by updating
114
+     * $this->_offset.
115
+     *
116
+     * Throws an exception if there is insufficient data to completely fulfill
117
+     * the request or if an error occurs.
118
+     *
119
+     * @param integer $byteCount Number of bytes to read.
120
+     * @return string
121
+     * @throws Zend_Pdf_Exception
122
+     */
123
+    abstract public function readBytes($byteCount);
124
+
125
+    /**
126
+     * Returns the entire contents of the data source as a string.
127
+     *
128
+     * This method may be called at any time and so must preserve the byte
129
+     * offset of the read position, both through $this->_offset and whatever
130
+     * other additional pointers (such as the seek position of a file pointer)
131
+     * that might be used.
132
+     *
133
+     * @return string
134
+     */
135
+    abstract public function readAllBytes();
136
+
137
+
138
+  /* Object Magic Methods */
139
+
140
+    /**
141
+     * Returns a description of the object for debugging purposes.
142
+     *
143
+     * Subclasses should override this method to provide a more specific
144
+     * description of the actual object being represented.
145
+     *
146
+     * @return string
147
+     */
148
+    public function __toString()
149
+    {
150
+        return get_class($this);
151
+    }
152
+
153
+
154
+  /* Accessors */
155
+
156
+    /**
157
+     * Returns the byte offset of the current read position within the data
158
+     * source.
159
+     *
160
+     * @return integer
161
+     */
162
+    public function getOffset()
163
+    {
164
+        return $this->_offset;
165
+    }
166
+
167
+    /**
168
+     * Returns the total size in bytes of the data source.
169
+     *
170
+     * @return integer
171
+     */
172
+    public function getSize()
173
+    {
174
+        return $this->_size;
175
+    }
176
+
177
+
178
+  /* Primitive Methods */
179
+
180
+    /**
181
+     * Moves the current read position to the specified byte offset.
182
+     *
183
+     * Throws an exception you attempt to move before the beginning or beyond
184
+     * the end of the data source.
185
+     *
186
+     * If a subclass needs to perform additional tasks (such as performing a
187
+     * fseek() on a filesystem source), it should do so after calling this
188
+     * parent method.
189
+     *
190
+     * @param integer $offset Destination byte offset.
191
+     * @throws Zend_Pdf_Exception
192
+     */
193
+    public function moveToOffset($offset)
194
+    {
195
+        if ($this->_offset == $offset) {
196
+            return;    // Not moving; do nothing.
197
+        }
198
+        if ($offset < 0) {
199
+            #require_once 'Zend/Pdf/Exception.php';
200
+            throw new Zend_Pdf_Exception('Attempt to move before start of data source',
201
+                                         Zend_Pdf_Exception::MOVE_BEFORE_START_OF_FILE);
202
+        }
203
+        if ($offset >= $this->_size) {    // Offsets are zero-based.
204
+            #require_once 'Zend/Pdf/Exception.php';
205
+            throw new Zend_Pdf_Exception('Attempt to move beyond end of data source',
206
+                                         Zend_Pdf_Exception::MOVE_BEYOND_END_OF_FILE);
207
+        }
208
+        $this->_offset = $offset;
209
+    }
210
+
211
+    /**
212
+     * Shifts the current read position within the data source by the specified
213
+     * number of bytes.
214
+     *
215
+     * You may move forward (positive numbers) or backward (negative numbers).
216
+     * Throws an exception you attempt to move before the beginning or beyond
217
+     * the end of the data source.
218
+     *
219
+     * @param integer $byteCount Number of bytes to skip.
220
+     * @throws Zend_Pdf_Exception
221
+     */
222
+    public function skipBytes($byteCount)
223
+    {
224
+        $this->moveToOffset($this->_offset + $byteCount);
225
+    }
226
+}
(-)a/www/magento/files/patch-SUPEE-2747_EE_1.13.1.0_v1 (-64 lines)
Removed Link Here
1
diff --git app/code/core/Mage/Cms/Helper/Wysiwyg/Images.php app/code/core/Mage/Cms/Helper/Wysiwyg/Images.php
2
index b106d09..0b6af65 100644
3
--- app/code/core/Mage/Cms/Helper/Wysiwyg/Images.php
4
+++ app/code/core/Mage/Cms/Helper/Wysiwyg/Images.php
5
@@ -49,6 +49,12 @@ class Mage_Cms_Helper_Wysiwyg_Images extends Mage_Core_Helper_Abstract
6
      */
7
     protected $_storeId = null;
8
 
9
+    /**
10
+     * Images Storage root directory
11
+     * @var
12
+     */
13
+    protected $_storageRoot;
14
+
15
 
16
     /**
17
      * Set a specified store ID value
18
@@ -68,8 +74,13 @@ class Mage_Cms_Helper_Wysiwyg_Images extends Mage_Core_Helper_Abstract
19
      */
20
     public function getStorageRoot()
21
     {
22
-        return Mage::getConfig()->getOptions()->getMediaDir() . DS . Mage_Cms_Model_Wysiwyg_Config::IMAGE_DIRECTORY
23
-            . DS;
24
+        if (!$this->_storageRoot) {
25
+            $this->_storageRoot = realpath(
26
+                Mage::getConfig()->getOptions()->getMediaDir()
27
+                . DS . Mage_Cms_Model_Wysiwyg_Config::IMAGE_DIRECTORY
28
+            ) . DS;
29
+        }
30
+        return $this->_storageRoot;
31
     }
32
 
33
     /**
34
@@ -197,7 +208,7 @@ class Mage_Cms_Helper_Wysiwyg_Images extends Mage_Core_Helper_Abstract
35
     public function getCurrentPath()
36
     {
37
         if (!$this->_currentPath) {
38
-            $currentPath = realpath($this->getStorageRoot());
39
+            $currentPath = $this->getStorageRoot();
40
             $node = $this->_getRequest()->getParam($this->getTreeNodeName());
41
             if ($node) {
42
                 $path = realpath($this->convertIdToPath($node));
43
@@ -223,7 +234,7 @@ class Mage_Cms_Helper_Wysiwyg_Images extends Mage_Core_Helper_Abstract
44
     public function getCurrentUrl()
45
     {
46
         if (!$this->_currentUrl) {
47
-            $path = str_replace(Mage::getConfig()->getOptions()->getMediaDir(), '', $this->getCurrentPath());
48
+            $path = str_replace(realpath(Mage::getConfig()->getOptions()->getMediaDir()), '', $this->getCurrentPath());
49
             $path = trim($path, DS);
50
             $this->_currentUrl = Mage::app()->getStore($this->_storeId)->getBaseUrl('media') .
51
                                  $this->convertPathToUrl($path) . '/';
52
diff --git app/code/core/Mage/Cms/Model/Wysiwyg/Images/Storage.php app/code/core/Mage/Cms/Model/Wysiwyg/Images/Storage.php
53
index 19b3f45..af58ce3 100644
54
--- app/code/core/Mage/Cms/Model/Wysiwyg/Images/Storage.php
55
+++ app/code/core/Mage/Cms/Model/Wysiwyg/Images/Storage.php
56
@@ -89,7 +89,7 @@ class Mage_Cms_Model_Wysiwyg_Images_Storage extends Varien_Object
57
         foreach ($collection as $key => $value) {
58
             $rootChildParts = explode(DIRECTORY_SEPARATOR, substr($value->getFilename(), $storageRootLength));
59
 
60
-            if (array_key_exists($rootChildParts[0], $conditions['plain'])
61
+            if (array_key_exists(end($rootChildParts), $conditions['plain'])
62
                 || ($regExp && preg_match($regExp, $value->getFilename()))) {
63
                 $collection->removeItemByKey($key);
64
             }
(-)b/www/magento/files/pkg-install.in (+6 lines)
Lines 20-25 then Link Here
20
	then
20
	then
21
		find ${var}/cache -type f -exec chmod 666 {} +
21
		find ${var}/cache -type f -exec chmod 666 {} +
22
	fi
22
	fi
23
	# New installer complains about var/package
24
	find ${var}/package -type f -exec chown ${WWWOWN}:${WWWGRP} {} +
23
25
24
	# Make no assumptions about what else is in the media directory, so
26
	# Make no assumptions about what else is in the media directory, so
25
	# only install our files and directories with correct ownership.
27
	# only install our files and directories with correct ownership.
Lines 27-30 then Link Here
27
	do
29
	do
28
		chown ${WWWOWN}:${WWWGRP} ${PKG_PREFIX}/${MAGENTODIR}/${entry}
30
		chown ${WWWOWN}:${WWWGRP} ${PKG_PREFIX}/${MAGENTODIR}/${entry}
29
	done
31
	done
32
33
	# Finally set app/etc writeable for the installer
34
	chown ${WWWOWN}:${WWWGRP} ${PKG_PREFIX}/${MAGENTODIR}/app/etc
35
	chmod 755 ${PKG_PREFIX}/${MAGENTODIR}/app/etc
30
fi
36
fi
(-)b/www/magento/files/pkg-message.in (-6 / +22 lines)
Lines 2-8 POST-INSTALL CONFIGURATION FOR MAGENTO Link Here
2
=====================================
2
=====================================
3
3
4
1) Create a MySQL user and a database for Magento to store all
4
1) Create a MySQL user and a database for Magento to store all
5
   its tables in (or choose an existing database).
5
   its tables in (or choose an existing database). Magento is able to use a
6
   table prefix in order to separate itself from other applications.
6
7
7
2) Add the following to your Apache configuration, and
8
2) Add the following to your Apache configuration, and
8
   restart the server:
9
   restart the server:
Lines 11-26 POST-INSTALL CONFIGURATION FOR MAGENTO Link Here
11
   Alias /magento %%PREFIX%%/%%MAGENTODIR%%/
12
   Alias /magento %%PREFIX%%/%%MAGENTODIR%%/
12
   AcceptPathInfo On
13
   AcceptPathInfo On
13
   <Directory %%PREFIX%%/%%MAGENTODIR%%>
14
   <Directory %%PREFIX%%/%%MAGENTODIR%%>
14
      AllowOverride None
15
      AllowOverride FileInfo,AuthConfig
15
      Order Allow,Deny
16
      Order Allow,Deny
16
      Allow from all 
17
      Allow from all 
17
   </Directory>
18
   </Directory>
19
   For Apache 2.4+:
20
   AcceptPathInfo On
21
   <Directory %%PREFIX%%/%%MAGENTODIR%%>
22
      AllowOverride FileInfo,AuthConfig
23
      Require all granted
24
   </Directory>
18
25
19
3) Visit your Magento site with a browser (i.e.,
26
3) Visit your Magento site with a browser (i.e.,
20
   http://your.server.com/magento/), and you should
27
   http://your.server.com/magento/), and you should be taken to the
21
   be taken to the install.php script, which will lead
28
   install.php script, which will lead you through creating the
22
   you through creating the app/etc/local.xml file and then
29
   core configuration file (app/etc/local.xml), populate the database and
23
   setting up Magento, creating an admin account, etc.
30
   the administrative account.
24
31
25
4) After installation consider setting app/etc back to mode 755 for security
32
4) After installation consider setting app/etc back to mode 755 for security
26
   reasons.
33
   reasons.
Lines 28-30 POST-INSTALL CONFIGURATION FOR MAGENTO Link Here
28
For more information, see the INSTALL DOCUMENTATION:
35
For more information, see the INSTALL DOCUMENTATION:
29
36
30
   http://www.magentocommerce.com/install
37
   http://www.magentocommerce.com/install
38
39
UPGRADES
40
========
41
If you have previously installed Magento and applied official Magento patches
42
please note that your applied.patches.list file is not overwritten. If you'd
43
like to keep the history, do the following:
44
45
    $ cat %%PREFIX%%/%%MAGENTODIR%%/app/etc/applied.patches.list.sample \
46
        >> %%PREFIX%%/%%MAGENTODIR%%/app/etc/applied.patches.list
(-)b/www/magento/pkg-plist (-56 / +1358 lines)
Lines 1-7 Link Here
1
@comment .htaccess when used can contain a lot of customizations
1
@sample %%MAGENTODIR%%/app/etc/applied.patches.list
2
@unexec if cmp -s %D/%%MAGENTODIR%%/.htaccess %D/%%MAGENTODIR%%/.htaccess.sample; then rm -f %D/%%MAGENTODIR%%/.htaccess; fi
2
@sample %%MAGENTODIR%%/index.php.sample
3
%%MAGENTODIR%%/.htaccess.sample
3
@sample %%MAGENTODIR%%/.htaccess.sample
4
@exec if [ ! -f %D/%%MAGENTODIR%%/.htaccess ]; then cp -p %D/%F %B/.htaccess; fi
4
@sample %%MAGENTODIR%%/errors/local.xml.sample
5
@mode 644
6
@owner %%WWWOWN%%
7
@group %%WWWGRP%%
8
@sample %%MAGENTODIR%%/media/.htaccess.sample
9
@sample %%MAGENTODIR%%/media/customer/.htaccess.sample
10
@sample %%MAGENTODIR%%/media/dhl/logo.jpg.sample
11
@sample %%MAGENTODIR%%/media/downloadable/.htaccess.sample
12
@sample %%MAGENTODIR%%/media/xmlconnect/custom/ok.gif.sample
13
@sample %%MAGENTODIR%%/media/xmlconnect/system/ok.gif.sample
14
@mode
15
@owner
16
@group
5
%%MAGENTODIR%%/LICENSE.html
17
%%MAGENTODIR%%/LICENSE.html
6
%%MAGENTODIR%%/LICENSE.txt
18
%%MAGENTODIR%%/LICENSE.txt
7
%%MAGENTODIR%%/LICENSE_AFL.txt
19
%%MAGENTODIR%%/LICENSE_AFL.txt
Lines 70-75 Link Here
70
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Mysql4/User/Collection.php
82
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Mysql4/User/Collection.php
71
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Mysql4/User.php
83
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Mysql4/User.php
72
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Observer.php
84
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Observer.php
85
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Redirectpolicy.php
73
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Resource/Acl/Role/Collection.php
86
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Resource/Acl/Role/Collection.php
74
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Resource/Acl/Role.php
87
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Resource/Acl/Role.php
75
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Resource/Acl.php
88
%%MAGENTODIR%%/app/code/core/Mage/Admin/Model/Resource/Acl.php
Lines 1029-1034 Link Here
1029
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product/Options/Type.php
1042
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product/Options/Type.php
1030
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product/Thumbnail.php
1043
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product/Thumbnail.php
1031
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Reports/Scope.php
1044
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Reports/Scope.php
1045
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Security/Domainpolicy.php
1032
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Allmethods.php
1046
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Allmethods.php
1033
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Allowedmethods.php
1047
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Allowedmethods.php
1034
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Allspecificcountries.php
1048
%%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Allspecificcountries.php
Lines 1582-1587 Link Here
1582
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Price.php
1596
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Price.php
1583
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Recurring.php
1597
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Recurring.php
1584
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Sku.php
1598
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Sku.php
1599
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Startdate/Specialprice.php
1585
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Startdate.php
1600
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Startdate.php
1586
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Tierprice.php
1601
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Tierprice.php
1587
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Urlkey.php
1602
%%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Urlkey.php
Lines 1922-1927 Link Here
1922
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.11-1.6.0.0.12.php
1937
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.11-1.6.0.0.12.php
1923
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.14-1.6.0.0.15.php
1938
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.14-1.6.0.0.15.php
1924
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.15-1.6.0.0.18.php
1939
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.15-1.6.0.0.18.php
1940
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.18-1.6.0.0.19.php
1925
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.2-1.6.0.0.3.php
1941
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.2-1.6.0.0.3.php
1926
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.3-1.6.0.0.4.php
1942
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.3-1.6.0.0.4.php
1927
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.4-1.6.0.0.5.php
1943
%%MAGENTODIR%%/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.4-1.6.0.0.5.php
Lines 2143-2148 Link Here
2143
%%MAGENTODIR%%/app/code/core/Mage/CatalogSearch/sql/catalogsearch_setup/mysql4-upgrade-0.7.5-0.7.6.php
2159
%%MAGENTODIR%%/app/code/core/Mage/CatalogSearch/sql/catalogsearch_setup/mysql4-upgrade-0.7.5-0.7.6.php
2144
%%MAGENTODIR%%/app/code/core/Mage/CatalogSearch/sql/catalogsearch_setup/mysql4-upgrade-0.7.6-0.7.7.php
2160
%%MAGENTODIR%%/app/code/core/Mage/CatalogSearch/sql/catalogsearch_setup/mysql4-upgrade-0.7.6-0.7.7.php
2145
%%MAGENTODIR%%/app/code/core/Mage/CatalogSearch/sql/catalogsearch_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
2161
%%MAGENTODIR%%/app/code/core/Mage/CatalogSearch/sql/catalogsearch_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
2162
%%MAGENTODIR%%/app/code/core/Mage/CatalogSearch/sql/catalogsearch_setup/upgrade-1.6.0.0-1.8.2.0.php
2146
%%MAGENTODIR%%/app/code/core/Mage/Centinel/Block/Adminhtml/Validation/Form.php
2163
%%MAGENTODIR%%/app/code/core/Mage/Centinel/Block/Adminhtml/Validation/Form.php
2147
%%MAGENTODIR%%/app/code/core/Mage/Centinel/Block/Adminhtml/Validation.php
2164
%%MAGENTODIR%%/app/code/core/Mage/Centinel/Block/Adminhtml/Validation.php
2148
%%MAGENTODIR%%/app/code/core/Mage/Centinel/Block/Authentication/Complete.php
2165
%%MAGENTODIR%%/app/code/core/Mage/Centinel/Block/Authentication/Complete.php
Lines 2171-2176 Link Here
2171
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Item/Renderer/Configurable.php
2188
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Item/Renderer/Configurable.php
2172
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Item/Renderer/Grouped.php
2189
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Item/Renderer/Grouped.php
2173
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Item/Renderer.php
2190
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Item/Renderer.php
2191
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Minicart.php
2174
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Shipping.php
2192
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Shipping.php
2175
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Sidebar.php
2193
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Sidebar.php
2176
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Totals.php
2194
%%MAGENTODIR%%/app/code/core/Mage/Checkout/Block/Cart/Totals.php
Lines 2274-2279 Link Here
2274
%%MAGENTODIR%%/app/code/core/Mage/Cms/Helper/Data.php
2292
%%MAGENTODIR%%/app/code/core/Mage/Cms/Helper/Data.php
2275
%%MAGENTODIR%%/app/code/core/Mage/Cms/Helper/Page.php
2293
%%MAGENTODIR%%/app/code/core/Mage/Cms/Helper/Page.php
2276
%%MAGENTODIR%%/app/code/core/Mage/Cms/Helper/Wysiwyg/Images.php
2294
%%MAGENTODIR%%/app/code/core/Mage/Cms/Helper/Wysiwyg/Images.php
2295
%%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Adminhtml/Template/Filter.php
2277
%%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Block.php
2296
%%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Block.php
2278
%%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Mysql4/Block/Collection.php
2297
%%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Mysql4/Block/Collection.php
2279
%%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Mysql4/Block.php
2298
%%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Mysql4/Block.php
Lines 2388-2393 Link Here
2388
%%MAGENTODIR%%/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php
2407
%%MAGENTODIR%%/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php
2389
%%MAGENTODIR%%/app/code/core/Mage/Core/Exception.php
2408
%%MAGENTODIR%%/app/code/core/Mage/Core/Exception.php
2390
%%MAGENTODIR%%/app/code/core/Mage/Core/Helper/Abstract.php
2409
%%MAGENTODIR%%/app/code/core/Mage/Core/Helper/Abstract.php
2410
%%MAGENTODIR%%/app/code/core/Mage/Core/Helper/Array.php
2391
%%MAGENTODIR%%/app/code/core/Mage/Core/Helper/Cookie.php
2411
%%MAGENTODIR%%/app/code/core/Mage/Core/Helper/Cookie.php
2392
%%MAGENTODIR%%/app/code/core/Mage/Core/Helper/Data.php
2412
%%MAGENTODIR%%/app/code/core/Mage/Core/Helper/Data.php
2393
%%MAGENTODIR%%/app/code/core/Mage/Core/Helper/File/Storage/Database.php
2413
%%MAGENTODIR%%/app/code/core/Mage/Core/Helper/File/Storage/Database.php
Lines 2414-2423 Link Here
2414
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Convert.php
2434
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Convert.php
2415
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Cookie.php
2435
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Cookie.php
2416
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Date.php
2436
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Date.php
2437
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Design/Config.php
2438
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Design/Fallback.php
2417
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Design/Package.php
2439
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Design/Package.php
2418
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Design/Source/Apply.php
2440
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Design/Source/Apply.php
2419
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Design/Source/Design.php
2441
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Design/Source/Design.php
2420
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Design.php
2442
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Design.php
2443
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Domainpolicy.php
2421
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Email/Info.php
2444
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Email/Info.php
2422
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Email/Template/Filter.php
2445
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Email/Template/Filter.php
2423
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Email/Template/Mailer.php
2446
%%MAGENTODIR%%/app/code/core/Mage/Core/Model/Email/Template/Mailer.php
Lines 3422-3427 Link Here
3422
%%MAGENTODIR%%/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.5-0.7.6.php
3445
%%MAGENTODIR%%/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.5-0.7.6.php
3423
%%MAGENTODIR%%/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.6-0.7.7.php
3446
%%MAGENTODIR%%/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-0.7.6-0.7.7.php
3424
%%MAGENTODIR%%/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
3447
%%MAGENTODIR%%/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
3448
%%MAGENTODIR%%/app/code/core/Mage/Log/sql/log_setup/mysql4-upgrade-1.6.0.0-1.6.1.0.php
3425
%%MAGENTODIR%%/app/code/core/Mage/Media/Helper/Data.php
3449
%%MAGENTODIR%%/app/code/core/Mage/Media/Helper/Data.php
3426
%%MAGENTODIR%%/app/code/core/Mage/Media/Model/File/Image.php
3450
%%MAGENTODIR%%/app/code/core/Mage/Media/Model/File/Image.php
3427
%%MAGENTODIR%%/app/code/core/Mage/Media/Model/Image/Config/Interface.php
3451
%%MAGENTODIR%%/app/code/core/Mage/Media/Model/Image/Config/Interface.php
Lines 3518-3523 Link Here
3518
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Notices.php
3542
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Notices.php
3519
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Pager.php
3543
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Pager.php
3520
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Toplinks.php
3544
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Toplinks.php
3545
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Topmenu/Renderer.php
3521
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Topmenu.php
3546
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Topmenu.php
3522
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Welcome.php
3547
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Welcome.php
3523
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Wrapper.php
3548
%%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Wrapper.php
Lines 3614-3621 Link Here
3614
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/Settlement/Report/Grid.php
3639
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/Settlement/Report/Grid.php
3615
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/Settlement/Report.php
3640
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/Settlement/Report.php
3616
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/ApiWizard.php
3641
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/ApiWizard.php
3642
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/BmlApiWizard.php
3617
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Field/Country.php
3643
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Field/Country.php
3618
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Field/Hidden.php
3644
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Field/Hidden.php
3645
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Field/SolutionType.php
3646
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Fieldset/Deprecated.php
3619
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Fieldset/Expanded.php
3647
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Fieldset/Expanded.php
3620
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Fieldset/Global.php
3648
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Fieldset/Global.php
3621
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Fieldset/Group.php
3649
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Fieldset/Group.php
Lines 3625-3630 Link Here
3625
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Fieldset/Store.php
3653
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Fieldset/Store.php
3626
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Payflowlink/Advanced.php
3654
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Payflowlink/Advanced.php
3627
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Payflowlink/Info.php
3655
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config/Payflowlink/Info.php
3656
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Bml/Banners.php
3657
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Bml/Form.php
3628
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Express/Form.php
3658
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Express/Form.php
3629
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Express/Review/Billing.php
3659
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Express/Review/Billing.php
3630
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Express/Review/Details.php
3660
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Express/Review/Details.php
Lines 3654-3660 Link Here
3654
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Helper/Hss.php
3684
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Helper/Hss.php
3655
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Api/Abstract.php
3685
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Api/Abstract.php
3656
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Api/Nvp.php
3686
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Api/Nvp.php
3687
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Api/ProcessableException.php
3657
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Api/Standard.php
3688
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Api/Standard.php
3689
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Bml.php
3658
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Cart.php
3690
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Cart.php
3659
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Cert.php
3691
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Cert.php
3660
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Config.php
3692
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/Config.php
Lines 3693-3698 Link Here
3693
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Backend/Cron.php
3725
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Backend/Cron.php
3694
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Backend/MerchantCountry.php
3726
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Backend/MerchantCountry.php
3695
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/AuthorizationAmounts.php
3727
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/AuthorizationAmounts.php
3728
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/BmlPosition.php
3729
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/BmlSize.php
3696
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/BuyerCountry.php
3730
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/BuyerCountry.php
3697
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/FetchingSchedule.php
3731
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/FetchingSchedule.php
3698
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/Logo.php
3732
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/Logo.php
Lines 3702-3714 Link Here
3702
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/RequireBillingAddress.php
3736
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/RequireBillingAddress.php
3703
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/UrlMethod.php
3737
%%MAGENTODIR%%/app/code/core/Mage/Paypal/Model/System/Config/Source/UrlMethod.php
3704
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/Adminhtml/Paypal/ReportsController.php
3738
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/Adminhtml/Paypal/ReportsController.php
3739
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/BmlController.php
3705
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/ExpressController.php
3740
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/ExpressController.php
3706
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/HostedproController.php
3741
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/HostedproController.php
3707
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/IpnController.php
3742
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/IpnController.php
3708
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/PayflowController.php
3743
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/PayflowController.php
3709
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/PayflowadvancedController.php
3744
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/PayflowadvancedController.php
3710
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/StandardController.php
3745
%%MAGENTODIR%%/app/code/core/Mage/Paypal/controllers/StandardController.php
3746
%%MAGENTODIR%%/app/code/core/Mage/Paypal/data/paypal_setup/data-install-1.6.0.5.php
3711
%%MAGENTODIR%%/app/code/core/Mage/Paypal/data/paypal_setup/data-upgrade-1.6.0.2-1.6.0.3.php
3747
%%MAGENTODIR%%/app/code/core/Mage/Paypal/data/paypal_setup/data-upgrade-1.6.0.2-1.6.0.3.php
3748
%%MAGENTODIR%%/app/code/core/Mage/Paypal/data/paypal_setup/data-upgrade-1.6.0.4-1.6.0.5.php
3712
%%MAGENTODIR%%/app/code/core/Mage/Paypal/etc/adminhtml.xml
3749
%%MAGENTODIR%%/app/code/core/Mage/Paypal/etc/adminhtml.xml
3713
%%MAGENTODIR%%/app/code/core/Mage/Paypal/etc/config.xml
3750
%%MAGENTODIR%%/app/code/core/Mage/Paypal/etc/config.xml
3714
%%MAGENTODIR%%/app/code/core/Mage/Paypal/etc/system.xml
3751
%%MAGENTODIR%%/app/code/core/Mage/Paypal/etc/system.xml
Lines 3723-3739 Link Here
3723
%%MAGENTODIR%%/app/code/core/Mage/Paypal/sql/paypal_setup/upgrade-1.6.0.0-1.6.0.1.php
3760
%%MAGENTODIR%%/app/code/core/Mage/Paypal/sql/paypal_setup/upgrade-1.6.0.0-1.6.0.1.php
3724
%%MAGENTODIR%%/app/code/core/Mage/Paypal/sql/paypal_setup/upgrade-1.6.0.1-1.6.0.2.php
3761
%%MAGENTODIR%%/app/code/core/Mage/Paypal/sql/paypal_setup/upgrade-1.6.0.1-1.6.0.2.php
3725
%%MAGENTODIR%%/app/code/core/Mage/Paypal/sql/paypal_setup/upgrade-1.6.0.3-1.6.0.4.php
3762
%%MAGENTODIR%%/app/code/core/Mage/Paypal/sql/paypal_setup/upgrade-1.6.0.3-1.6.0.4.php
3763
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Block/Bml/Form.php
3726
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Block/Express/Form.php
3764
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Block/Express/Form.php
3727
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Block/Express/Shortcut.php
3765
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Block/Express/Shortcut.php
3728
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Helper/Data.php
3766
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Helper/Data.php
3729
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Api/Express/Nvp.php
3767
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Api/Express/Nvp.php
3730
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php
3768
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php
3769
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Bml.php
3731
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Direct.php
3770
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Direct.php
3732
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Express/Checkout.php
3771
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Express/Checkout.php
3733
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Express/Pro.php
3772
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Express/Pro.php
3734
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Express.php
3773
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Express.php
3735
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Pro.php
3774
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Pro.php
3736
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Session.php
3775
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Model/Session.php
3776
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/controllers/BmlController.php
3737
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/controllers/ExpressController.php
3777
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/controllers/ExpressController.php
3738
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/etc/config.xml
3778
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/etc/config.xml
3739
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/sql/paypaluk_setup/install-1.6.0.0.php
3779
%%MAGENTODIR%%/app/code/core/Mage/PaypalUk/sql/paypaluk_setup/install-1.6.0.0.php
Lines 5542-5550 Link Here
5542
%%MAGENTODIR%%/app/code/core/Zend/Date.php
5582
%%MAGENTODIR%%/app/code/core/Zend/Date.php
5543
%%MAGENTODIR%%/app/code/core/Zend/Db/Statement.php
5583
%%MAGENTODIR%%/app/code/core/Zend/Db/Statement.php
5544
%%MAGENTODIR%%/app/code/core/Zend/Mime.php
5584
%%MAGENTODIR%%/app/code/core/Zend/Mime.php
5545
%%MAGENTODIR%%/app/code/core/Zend/Pdf/FileParserDataSource.php
5546
%%MAGENTODIR%%/app/code/core/Zend/XmlRpc/Request.php
5585
%%MAGENTODIR%%/app/code/core/Zend/XmlRpc/Request.php
5547
%%MAGENTODIR%%/app/code/core/Zend/XmlRpc/Response.php
5586
%%MAGENTODIR%%/app/code/core/Zend/XmlRpc/Response.php
5587
%%MAGENTODIR%%/app/design/adminhtml/default/default/etc/theme.xml
5548
%%MAGENTODIR%%/app/design/adminhtml/default/default/layout/admin.xml
5588
%%MAGENTODIR%%/app/design/adminhtml/default/default/layout/admin.xml
5549
%%MAGENTODIR%%/app/design/adminhtml/default/default/layout/adminnotification.xml
5589
%%MAGENTODIR%%/app/design/adminhtml/default/default/layout/adminnotification.xml
5550
%%MAGENTODIR%%/app/design/adminhtml/default/default/layout/api2.xml
5590
%%MAGENTODIR%%/app/design/adminhtml/default/default/layout/api2.xml
Lines 5800-5805 Link Here
5800
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/payment/info/pdf/purchaseorder.phtml
5840
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/payment/info/pdf/purchaseorder.phtml
5801
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/payment/info/purchaseorder.phtml
5841
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/payment/info/purchaseorder.phtml
5802
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/paypal/system/config/api_wizard.phtml
5842
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/paypal/system/config/api_wizard.phtml
5843
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/paypal/system/config/bml_api_wizard.phtml
5803
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/paypal/system/config/fieldset/global.phtml
5844
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/paypal/system/config/fieldset/global.phtml
5804
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/paypal/system/config/fieldset/hint.phtml
5845
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/paypal/system/config/fieldset/hint.phtml
5805
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/paypal/system/config/fieldset/store.phtml
5846
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/paypal/system/config/fieldset/store.phtml
Lines 6028-6035 Link Here
6028
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/xmlconnect/submission/app_icons_preview.phtml
6069
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/xmlconnect/submission/app_icons_preview.phtml
6029
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/xmlconnect/submission/container.phtml
6070
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/xmlconnect/submission/container.phtml
6030
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/xmlconnect/template/preview.phtml
6071
%%MAGENTODIR%%/app/design/adminhtml/default/default/template/xmlconnect/template/preview.phtml
6072
%%MAGENTODIR%%/app/design/frontend/base/default/etc/theme.xml
6031
%%MAGENTODIR%%/app/design/frontend/base/default/etc/widget.xml
6073
%%MAGENTODIR%%/app/design/frontend/base/default/etc/widget.xml
6032
%%MAGENTODIR%%/app/design/frontend/base/default/layout/authorizenet.xml
6074
%%MAGENTODIR%%/app/design/frontend/base/default/layout/authorizenet.xml
6075
%%MAGENTODIR%%/app/design/frontend/base/default/layout/bml.xml
6033
%%MAGENTODIR%%/app/design/frontend/base/default/layout/bundle.xml
6076
%%MAGENTODIR%%/app/design/frontend/base/default/layout/bundle.xml
6034
%%MAGENTODIR%%/app/design/frontend/base/default/layout/captcha.xml
6077
%%MAGENTODIR%%/app/design/frontend/base/default/layout/captcha.xml
6035
%%MAGENTODIR%%/app/design/frontend/base/default/layout/catalog.xml
6078
%%MAGENTODIR%%/app/design/frontend/base/default/layout/catalog.xml
Lines 6345-6351 Link Here
6345
%%MAGENTODIR%%/app/design/frontend/base/default/template/payment/info/checkmo.phtml
6388
%%MAGENTODIR%%/app/design/frontend/base/default/template/payment/info/checkmo.phtml
6346
%%MAGENTODIR%%/app/design/frontend/base/default/template/payment/info/default.phtml
6389
%%MAGENTODIR%%/app/design/frontend/base/default/template/payment/info/default.phtml
6347
%%MAGENTODIR%%/app/design/frontend/base/default/template/payment/info/purchaseorder.phtml
6390
%%MAGENTODIR%%/app/design/frontend/base/default/template/payment/info/purchaseorder.phtml
6348
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/express/review/address.phtml
6391
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/bml.phtml
6349
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/express/review/details.phtml
6392
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/express/review/details.phtml
6350
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/express/review/shipping/method.phtml
6393
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/express/review/shipping/method.phtml
6351
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/express/review.phtml
6394
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/express/review.phtml
Lines 6367-6373 Link Here
6367
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/payflowlink/redirect.phtml
6410
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/payflowlink/redirect.phtml
6368
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/payment/mark.phtml
6411
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/payment/mark.phtml
6369
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/payment/redirect.phtml
6412
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/payment/redirect.phtml
6370
%%MAGENTODIR%%/app/design/frontend/base/default/template/paypaluk/express/review.phtml
6371
%%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/checkout/onepage/billing.phtml
6413
%%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/checkout/onepage/billing.phtml
6372
%%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/checkout/onepage/login.phtml
6414
%%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/checkout/onepage/login.phtml
6373
%%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/customer/form/login.phtml
6415
%%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/customer/form/login.phtml
Lines 6478-6487 Link Here
6478
%%MAGENTODIR%%/app/design/frontend/base/default/template/wishlist/view.phtml
6520
%%MAGENTODIR%%/app/design/frontend/base/default/template/wishlist/view.phtml
6479
%%MAGENTODIR%%/app/design/frontend/base/default/template/xmlconnect/centinel/authentication.phtml
6521
%%MAGENTODIR%%/app/design/frontend/base/default/template/xmlconnect/centinel/authentication.phtml
6480
%%MAGENTODIR%%/app/design/frontend/base/default/template/xmlconnect/pbridge/result.phtml
6522
%%MAGENTODIR%%/app/design/frontend/base/default/template/xmlconnect/pbridge/result.phtml
6523
%%MAGENTODIR%%/app/design/frontend/default/blank/etc/theme.xml
6481
%%MAGENTODIR%%/app/design/frontend/default/blank/etc/widget.xml
6524
%%MAGENTODIR%%/app/design/frontend/default/blank/etc/widget.xml
6482
%%MAGENTODIR%%/app/design/frontend/default/blank/locale/en_US/translate.csv
6525
%%MAGENTODIR%%/app/design/frontend/default/blank/locale/en_US/translate.csv
6526
%%MAGENTODIR%%/app/design/frontend/default/default/etc/theme.xml
6483
%%MAGENTODIR%%/app/design/frontend/default/default/etc/widget.xml
6527
%%MAGENTODIR%%/app/design/frontend/default/default/etc/widget.xml
6484
%%MAGENTODIR%%/app/design/frontend/default/default/locale/en_US/translate.csv
6528
%%MAGENTODIR%%/app/design/frontend/default/default/locale/en_US/translate.csv
6529
%%MAGENTODIR%%/app/design/frontend/default/iphone/etc/theme.xml
6485
%%MAGENTODIR%%/app/design/frontend/default/iphone/etc/widget.xml
6530
%%MAGENTODIR%%/app/design/frontend/default/iphone/etc/widget.xml
6486
%%MAGENTODIR%%/app/design/frontend/default/iphone/layout/bundle.xml
6531
%%MAGENTODIR%%/app/design/frontend/default/iphone/layout/bundle.xml
6487
%%MAGENTODIR%%/app/design/frontend/default/iphone/layout/catalog.xml
6532
%%MAGENTODIR%%/app/design/frontend/default/iphone/layout/catalog.xml
Lines 6572-6577 Link Here
6572
%%MAGENTODIR%%/app/design/frontend/default/iphone/template/wishlist/item/list.phtml
6617
%%MAGENTODIR%%/app/design/frontend/default/iphone/template/wishlist/item/list.phtml
6573
%%MAGENTODIR%%/app/design/frontend/default/iphone/template/wishlist/shared.phtml
6618
%%MAGENTODIR%%/app/design/frontend/default/iphone/template/wishlist/shared.phtml
6574
%%MAGENTODIR%%/app/design/frontend/default/iphone/template/wishlist/view.phtml
6619
%%MAGENTODIR%%/app/design/frontend/default/iphone/template/wishlist/view.phtml
6620
%%MAGENTODIR%%/app/design/frontend/default/modern/etc/theme.xml
6575
%%MAGENTODIR%%/app/design/frontend/default/modern/etc/widget.xml
6621
%%MAGENTODIR%%/app/design/frontend/default/modern/etc/widget.xml
6576
%%MAGENTODIR%%/app/design/frontend/default/modern/layout/catalog.xml
6622
%%MAGENTODIR%%/app/design/frontend/default/modern/layout/catalog.xml
6577
%%MAGENTODIR%%/app/design/frontend/default/modern/layout/catalogsearch.xml
6623
%%MAGENTODIR%%/app/design/frontend/default/modern/layout/catalogsearch.xml
Lines 6601-6606 Link Here
6601
%%MAGENTODIR%%/app/design/frontend/default/modern/template/page/html/footer.phtml
6647
%%MAGENTODIR%%/app/design/frontend/default/modern/template/page/html/footer.phtml
6602
%%MAGENTODIR%%/app/design/frontend/default/modern/template/page/html/header.phtml
6648
%%MAGENTODIR%%/app/design/frontend/default/modern/template/page/html/header.phtml
6603
%%MAGENTODIR%%/app/design/frontend/default/modern/template/sample/home.phtml
6649
%%MAGENTODIR%%/app/design/frontend/default/modern/template/sample/home.phtml
6650
%%MAGENTODIR%%/app/design/frontend/rwd/default/etc/theme.xml
6651
%%MAGENTODIR%%/app/design/frontend/rwd/default/etc/widget.xml
6652
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/bundle.xml
6653
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/captcha.xml
6654
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/catalog.xml
6655
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/catalog_msrp.xml
6656
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/catalogsearch.xml
6657
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/checkout.xml
6658
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/cms.xml
6659
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/contacts.xml
6660
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/customer.xml
6661
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/directory.xml
6662
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/downloadable.xml
6663
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/newsletter.xml
6664
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/oauth.xml
6665
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/page.xml
6666
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/paypal.xml
6667
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/persistent.xml
6668
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/poll.xml
6669
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/review.xml
6670
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/rss.xml
6671
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/sales.xml
6672
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/tag.xml
6673
%%MAGENTODIR%%/app/design/frontend/rwd/default/layout/wishlist.xml
6674
%%MAGENTODIR%%/app/design/frontend/rwd/default/locale/en_US/translate.csv
6675
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/authorizenet/directpost/form.phtml
6676
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/availability.phtml
6677
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml
6678
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle.phtml
6679
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/sales/order/items/renderer.phtml
6680
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/layer/filter.phtml
6681
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/layer/state.phtml
6682
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/layer/view.phtml
6683
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/msrp/popup.phtml
6684
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/navigation/left.phtml
6685
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/compare/list.phtml
6686
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/compare/sidebar.phtml
6687
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/list/related.phtml
6688
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/list/toolbar.phtml
6689
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/list/upsell.phtml
6690
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/list.phtml
6691
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/new.phtml
6692
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/addto.phtml
6693
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/addtocart.phtml
6694
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/media.phtml
6695
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/sharing.phtml
6696
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/type/availability/default.phtml
6697
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/type/availability/grouped.phtml
6698
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/type/default.phtml
6699
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/type/grouped.phtml
6700
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/type/options/configurable.phtml
6701
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view.phtml
6702
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/widget/new/column/new_default_list.phtml
6703
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/widget/new/column/new_images_list.phtml
6704
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/widget/new/column/new_names_list.phtml
6705
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/widget/new/content/new_grid.phtml
6706
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/widget/new/content/new_list.phtml
6707
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/cataloginventory/stockqty/composite.phtml
6708
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalogsearch/advanced/form.phtml
6709
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalogsearch/form.mini.phtml
6710
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalogsearch/result.phtml
6711
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/centinel/authentication/start.phtml
6712
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/coupon.phtml
6713
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/crosssell.phtml
6714
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/item/configure/updatecart.phtml
6715
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/item/default.phtml
6716
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/minicart/default.phtml
6717
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/minicart/items.phtml
6718
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/minicart.phtml
6719
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/render/default.phtml
6720
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/render/simple.phtml
6721
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/shipping.phtml
6722
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/sidebar/default.phtml
6723
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/sidebar.phtml
6724
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart.phtml
6725
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/multishipping/billing.phtml
6726
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/multishipping/item/default.phtml
6727
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/onepage/payment.phtml
6728
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/onepage/progress.phtml
6729
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/onepage/review/info.phtml
6730
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/onepage/review/item.phtml
6731
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/onepage/shipping.phtml
6732
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/onepage.phtml
6733
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/contacts/form.phtml
6734
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/account/dashboard/address.phtml
6735
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/account/dashboard.phtml
6736
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/account/navigation.phtml
6737
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/address/edit.phtml
6738
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/form/address.phtml
6739
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/form/changepassword.phtml
6740
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/form/confirmation.phtml
6741
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/form/edit.phtml
6742
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/form/forgotpassword.phtml
6743
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/form/mini.login.phtml
6744
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/form/resetforgottenpassword.phtml
6745
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/directory/currency.phtml
6746
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/catalog/product/type.phtml
6747
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/checkout/cart/item/default.phtml
6748
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/checkout/onepage/review/item.phtml
6749
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/customer/products/list.phtml
6750
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/sales/order/items/renderer/downloadable.phtml
6751
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/newsletter/subscribe.phtml
6752
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/oauth/authorize/form/login-simple.phtml
6753
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/1column.phtml
6754
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/2columns-left.phtml
6755
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/2columns-right.phtml
6756
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/3columns.phtml
6757
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/empty.phtml
6758
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/html/footer.phtml
6759
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/html/header.phtml
6760
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/html/pager.phtml
6761
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/html/topmenu/renderer.phtml
6762
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/html/topmenu.phtml
6763
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/popup.phtml
6764
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/print.phtml
6765
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/template/links.phtml
6766
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/payment/form/cc.phtml
6767
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/payment/form/ccsave.phtml
6768
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/payment/info/default.phtml
6769
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/bml.phtml
6770
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/express/minicart/shortcut.phtml
6771
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/express/product/shortcut.phtml
6772
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/express/review/address.phtml
6773
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/express/review/details.phtml
6774
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/express/review/shipping/method.phtml
6775
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/express/review.phtml
6776
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/persistent/checkout/onepage/billing.phtml
6777
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/persistent/checkout/onepage/login.phtml
6778
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/persistent/customer/form/login.phtml
6779
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/persistent/customer/form/register.phtml
6780
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/persistent/remember_me.phtml
6781
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/persistent/remember_me_tooltip.phtml
6782
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/product_viewed.phtml
6783
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_default_list.phtml
6784
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_images_list.phtml
6785
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_names_list.phtml
6786
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_grid.phtml
6787
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_list.phtml
6788
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_default_list.phtml
6789
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_images_list.phtml
6790
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_names_list.phtml
6791
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/viewed/content/viewed_grid.phtml
6792
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/viewed/content/viewed_list.phtml
6793
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/review/customer/view.phtml
6794
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/review/form.phtml
6795
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/review/product/view/list.phtml
6796
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/review/view.phtml
6797
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/creditmemo/items/renderer/default.phtml
6798
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/creditmemo/items.phtml
6799
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/history.phtml
6800
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/items/renderer/default.phtml
6801
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/items.phtml
6802
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/recent.phtml
6803
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/shipment/items.phtml
6804
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/widget/guest/form.phtml
6805
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/sendfriend/send.phtml
6806
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/button/update.phtml
6807
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/item/column/cart.phtml
6808
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/item/column/info.phtml
6809
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/item/column/price.phtml
6810
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/item/column/quantity.phtml
6811
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/item/list.phtml
6812
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/shared.phtml
6813
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/sidebar.phtml
6814
%%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/view.phtml
6815
%%MAGENTODIR%%/app/design/install/default/default/etc/theme.xml
6604
%%MAGENTODIR%%/app/design/install/default/default/layout/main.xml
6816
%%MAGENTODIR%%/app/design/install/default/default/layout/main.xml
6605
%%MAGENTODIR%%/app/design/install/default/default/template/install/begin.phtml
6817
%%MAGENTODIR%%/app/design/install/default/default/template/install/begin.phtml
6606
%%MAGENTODIR%%/app/design/install/default/default/template/install/config.phtml
6818
%%MAGENTODIR%%/app/design/install/default/default/template/install/config.phtml
Lines 6635-6640 Link Here
6635
%%MAGENTODIR%%/app/etc/modules/Mage_Widget.xml
6847
%%MAGENTODIR%%/app/etc/modules/Mage_Widget.xml
6636
%%MAGENTODIR%%/app/etc/modules/Mage_XmlConnect.xml
6848
%%MAGENTODIR%%/app/etc/modules/Mage_XmlConnect.xml
6637
%%MAGENTODIR%%/app/etc/modules/Phoenix_Moneybookers.xml
6849
%%MAGENTODIR%%/app/etc/modules/Phoenix_Moneybookers.xml
6850
%%MAGENTODIR%%/app/locale/de_DE/Mage_AdminNotification.csv
6851
%%MAGENTODIR%%/app/locale/de_DE/Mage_Adminhtml.csv
6852
%%MAGENTODIR%%/app/locale/de_DE/Mage_AmazonPayments.csv
6853
%%MAGENTODIR%%/app/locale/de_DE/Mage_Api.csv
6854
%%MAGENTODIR%%/app/locale/de_DE/Mage_Api2.csv
6855
%%MAGENTODIR%%/app/locale/de_DE/Mage_Authorizenet.csv
6856
%%MAGENTODIR%%/app/locale/de_DE/Mage_Backup.csv
6857
%%MAGENTODIR%%/app/locale/de_DE/Mage_Bundle.csv
6858
%%MAGENTODIR%%/app/locale/de_DE/Mage_Captcha.csv
6859
%%MAGENTODIR%%/app/locale/de_DE/Mage_Catalog.csv
6860
%%MAGENTODIR%%/app/locale/de_DE/Mage_CatalogInventory.csv
6861
%%MAGENTODIR%%/app/locale/de_DE/Mage_CatalogRule.csv
6862
%%MAGENTODIR%%/app/locale/de_DE/Mage_CatalogSearch.csv
6863
%%MAGENTODIR%%/app/locale/de_DE/Mage_Centinel.csv
6864
%%MAGENTODIR%%/app/locale/de_DE/Mage_Checkout.csv
6865
%%MAGENTODIR%%/app/locale/de_DE/Mage_Cms.csv
6866
%%MAGENTODIR%%/app/locale/de_DE/Mage_Compiler.csv
6867
%%MAGENTODIR%%/app/locale/de_DE/Mage_Connect.csv
6868
%%MAGENTODIR%%/app/locale/de_DE/Mage_Contacts.csv
6869
%%MAGENTODIR%%/app/locale/de_DE/Mage_Core.csv
6870
%%MAGENTODIR%%/app/locale/de_DE/Mage_Cron.csv
6871
%%MAGENTODIR%%/app/locale/de_DE/Mage_CurrencySymbol.csv
6872
%%MAGENTODIR%%/app/locale/de_DE/Mage_Customer.csv
6873
%%MAGENTODIR%%/app/locale/de_DE/Mage_Dataflow.csv
6874
%%MAGENTODIR%%/app/locale/de_DE/Mage_Directory.csv
6875
%%MAGENTODIR%%/app/locale/de_DE/Mage_Downloadable.csv
6876
%%MAGENTODIR%%/app/locale/de_DE/Mage_Eav.csv
6877
%%MAGENTODIR%%/app/locale/de_DE/Mage_GiftMessage.csv
6878
%%MAGENTODIR%%/app/locale/de_DE/Mage_GoogleAnalytics.csv
6879
%%MAGENTODIR%%/app/locale/de_DE/Mage_GoogleBase.csv
6880
%%MAGENTODIR%%/app/locale/de_DE/Mage_GoogleCheckout.csv
6881
%%MAGENTODIR%%/app/locale/de_DE/Mage_ImportExport.csv
6882
%%MAGENTODIR%%/app/locale/de_DE/Mage_Index.csv
6883
%%MAGENTODIR%%/app/locale/de_DE/Mage_Install.csv
6884
%%MAGENTODIR%%/app/locale/de_DE/Mage_Log.csv
6885
%%MAGENTODIR%%/app/locale/de_DE/Mage_Media.csv
6886
%%MAGENTODIR%%/app/locale/de_DE/Mage_Newsletter.csv
6887
%%MAGENTODIR%%/app/locale/de_DE/Mage_Oauth.csv
6888
%%MAGENTODIR%%/app/locale/de_DE/Mage_Page.csv
6889
%%MAGENTODIR%%/app/locale/de_DE/Mage_PageCache.csv
6890
%%MAGENTODIR%%/app/locale/de_DE/Mage_Paygate.csv
6891
%%MAGENTODIR%%/app/locale/de_DE/Mage_Payment.csv
6892
%%MAGENTODIR%%/app/locale/de_DE/Mage_Paypal.csv
6893
%%MAGENTODIR%%/app/locale/de_DE/Mage_PaypalUk.csv
6894
%%MAGENTODIR%%/app/locale/de_DE/Mage_Persistent.csv
6895
%%MAGENTODIR%%/app/locale/de_DE/Mage_Poll.csv
6896
%%MAGENTODIR%%/app/locale/de_DE/Mage_ProductAlert.csv
6897
%%MAGENTODIR%%/app/locale/de_DE/Mage_Rating.csv
6898
%%MAGENTODIR%%/app/locale/de_DE/Mage_Reports.csv
6899
%%MAGENTODIR%%/app/locale/de_DE/Mage_Review.csv
6900
%%MAGENTODIR%%/app/locale/de_DE/Mage_Rss.csv
6901
%%MAGENTODIR%%/app/locale/de_DE/Mage_Rule.csv
6902
%%MAGENTODIR%%/app/locale/de_DE/Mage_Sales.csv
6903
%%MAGENTODIR%%/app/locale/de_DE/Mage_SalesRule.csv
6904
%%MAGENTODIR%%/app/locale/de_DE/Mage_Sendfriend.csv
6905
%%MAGENTODIR%%/app/locale/de_DE/Mage_Shipping.csv
6906
%%MAGENTODIR%%/app/locale/de_DE/Mage_Sitemap.csv
6907
%%MAGENTODIR%%/app/locale/de_DE/Mage_Tag.csv
6908
%%MAGENTODIR%%/app/locale/de_DE/Mage_Tax.csv
6909
%%MAGENTODIR%%/app/locale/de_DE/Mage_Usa.csv
6910
%%MAGENTODIR%%/app/locale/de_DE/Mage_Weee.csv
6911
%%MAGENTODIR%%/app/locale/de_DE/Mage_Widget.csv
6912
%%MAGENTODIR%%/app/locale/de_DE/Mage_Wishlist.csv
6913
%%MAGENTODIR%%/app/locale/de_DE/Mage_XmlConnect.csv
6914
%%MAGENTODIR%%/app/locale/de_DE/Phoenix_Moneybookers.csv
6915
%%MAGENTODIR%%/app/locale/de_DE/template/email/account_new.html
6916
%%MAGENTODIR%%/app/locale/de_DE/template/email/account_new_confirmation.html
6917
%%MAGENTODIR%%/app/locale/de_DE/template/email/account_new_confirmed.html
6918
%%MAGENTODIR%%/app/locale/de_DE/template/email/account_password_reset_confirmation.html
6919
%%MAGENTODIR%%/app/locale/de_DE/template/email/admin_password_new.html
6920
%%MAGENTODIR%%/app/locale/de_DE/template/email/admin_password_reset_confirmation.html
6921
%%MAGENTODIR%%/app/locale/de_DE/template/email/amazonpayments_asp_notification_error.html
6922
%%MAGENTODIR%%/app/locale/de_DE/template/email/contact_form.html
6923
%%MAGENTODIR%%/app/locale/de_DE/template/email/currency_update_warning.html
6924
%%MAGENTODIR%%/app/locale/de_DE/template/email/log_clean_warning.html
6925
%%MAGENTODIR%%/app/locale/de_DE/template/email/moneybookers_activateemail.html
6926
%%MAGENTODIR%%/app/locale/de_DE/template/email/newsletter_subscr_confirm.html
6927
%%MAGENTODIR%%/app/locale/de_DE/template/email/newsletter_subscr_success.html
6928
%%MAGENTODIR%%/app/locale/de_DE/template/email/newsletter_unsub_success.html
6929
%%MAGENTODIR%%/app/locale/de_DE/template/email/password_new.html
6930
%%MAGENTODIR%%/app/locale/de_DE/template/email/payment_failed.html
6931
%%MAGENTODIR%%/app/locale/de_DE/template/email/product_alert_cron_error.html
6932
%%MAGENTODIR%%/app/locale/de_DE/template/email/product_price_alert.html
6933
%%MAGENTODIR%%/app/locale/de_DE/template/email/product_share.html
6934
%%MAGENTODIR%%/app/locale/de_DE/template/email/product_stock_alert.html
6935
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/creditmemo_new.html
6936
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/creditmemo_new_guest.html
6937
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/creditmemo_update.html
6938
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/creditmemo_update_guest.html
6939
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/invoice_new.html
6940
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/invoice_new_guest.html
6941
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/invoice_update.html
6942
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/invoice_update_guest.html
6943
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/order_new.html
6944
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/order_new_guest.html
6945
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/order_update.html
6946
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/order_update_guest.html
6947
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/shipment_new.html
6948
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/shipment_new_guest.html
6949
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/shipment_update.html
6950
%%MAGENTODIR%%/app/locale/de_DE/template/email/sales/shipment_update_guest.html
6951
%%MAGENTODIR%%/app/locale/de_DE/template/email/sitemap_generate_warning.html
6952
%%MAGENTODIR%%/app/locale/de_DE/template/email/token.html
6953
%%MAGENTODIR%%/app/locale/de_DE/template/email/wishlist_share.html
6638
%%MAGENTODIR%%/app/locale/en_US/Mage_AdminNotification.csv
6954
%%MAGENTODIR%%/app/locale/en_US/Mage_AdminNotification.csv
6639
%%MAGENTODIR%%/app/locale/en_US/Mage_Adminhtml.csv
6955
%%MAGENTODIR%%/app/locale/en_US/Mage_Adminhtml.csv
6640
%%MAGENTODIR%%/app/locale/en_US/Mage_AmazonPayments.csv
6956
%%MAGENTODIR%%/app/locale/en_US/Mage_AmazonPayments.csv
Lines 6738-6743 Link Here
6738
%%MAGENTODIR%%/app/locale/en_US/template/email/sitemap_generate_warning.html
7054
%%MAGENTODIR%%/app/locale/en_US/template/email/sitemap_generate_warning.html
6739
%%MAGENTODIR%%/app/locale/en_US/template/email/token.html
7055
%%MAGENTODIR%%/app/locale/en_US/template/email/token.html
6740
%%MAGENTODIR%%/app/locale/en_US/template/email/wishlist_share.html
7056
%%MAGENTODIR%%/app/locale/en_US/template/email/wishlist_share.html
7057
%%MAGENTODIR%%/app/locale/es_ES/Mage_AdminNotification.csv
7058
%%MAGENTODIR%%/app/locale/es_ES/Mage_Adminhtml.csv
7059
%%MAGENTODIR%%/app/locale/es_ES/Mage_AmazonPayments.csv
7060
%%MAGENTODIR%%/app/locale/es_ES/Mage_Api.csv
7061
%%MAGENTODIR%%/app/locale/es_ES/Mage_Api2.csv
7062
%%MAGENTODIR%%/app/locale/es_ES/Mage_Authorizenet.csv
7063
%%MAGENTODIR%%/app/locale/es_ES/Mage_Backup.csv
7064
%%MAGENTODIR%%/app/locale/es_ES/Mage_Bundle.csv
7065
%%MAGENTODIR%%/app/locale/es_ES/Mage_Captcha.csv
7066
%%MAGENTODIR%%/app/locale/es_ES/Mage_Catalog.csv
7067
%%MAGENTODIR%%/app/locale/es_ES/Mage_CatalogInventory.csv
7068
%%MAGENTODIR%%/app/locale/es_ES/Mage_CatalogRule.csv
7069
%%MAGENTODIR%%/app/locale/es_ES/Mage_CatalogSearch.csv
7070
%%MAGENTODIR%%/app/locale/es_ES/Mage_Centinel.csv
7071
%%MAGENTODIR%%/app/locale/es_ES/Mage_Checkout.csv
7072
%%MAGENTODIR%%/app/locale/es_ES/Mage_Cms.csv
7073
%%MAGENTODIR%%/app/locale/es_ES/Mage_Compiler.csv
7074
%%MAGENTODIR%%/app/locale/es_ES/Mage_Connect.csv
7075
%%MAGENTODIR%%/app/locale/es_ES/Mage_Contacts.csv
7076
%%MAGENTODIR%%/app/locale/es_ES/Mage_Core.csv
7077
%%MAGENTODIR%%/app/locale/es_ES/Mage_Cron.csv
7078
%%MAGENTODIR%%/app/locale/es_ES/Mage_CurrencySymbol.csv
7079
%%MAGENTODIR%%/app/locale/es_ES/Mage_Customer.csv
7080
%%MAGENTODIR%%/app/locale/es_ES/Mage_Dataflow.csv
7081
%%MAGENTODIR%%/app/locale/es_ES/Mage_Directory.csv
7082
%%MAGENTODIR%%/app/locale/es_ES/Mage_Downloadable.csv
7083
%%MAGENTODIR%%/app/locale/es_ES/Mage_Eav.csv
7084
%%MAGENTODIR%%/app/locale/es_ES/Mage_GiftMessage.csv
7085
%%MAGENTODIR%%/app/locale/es_ES/Mage_GoogleAnalytics.csv
7086
%%MAGENTODIR%%/app/locale/es_ES/Mage_GoogleBase.csv
7087
%%MAGENTODIR%%/app/locale/es_ES/Mage_GoogleCheckout.csv
7088
%%MAGENTODIR%%/app/locale/es_ES/Mage_ImportExport.csv
7089
%%MAGENTODIR%%/app/locale/es_ES/Mage_Index.csv
7090
%%MAGENTODIR%%/app/locale/es_ES/Mage_Install.csv
7091
%%MAGENTODIR%%/app/locale/es_ES/Mage_Log.csv
7092
%%MAGENTODIR%%/app/locale/es_ES/Mage_Media.csv
7093
%%MAGENTODIR%%/app/locale/es_ES/Mage_Newsletter.csv
7094
%%MAGENTODIR%%/app/locale/es_ES/Mage_Oauth.csv
7095
%%MAGENTODIR%%/app/locale/es_ES/Mage_Page.csv
7096
%%MAGENTODIR%%/app/locale/es_ES/Mage_PageCache.csv
7097
%%MAGENTODIR%%/app/locale/es_ES/Mage_Paygate.csv
7098
%%MAGENTODIR%%/app/locale/es_ES/Mage_Payment.csv
7099
%%MAGENTODIR%%/app/locale/es_ES/Mage_Paypal.csv
7100
%%MAGENTODIR%%/app/locale/es_ES/Mage_PaypalUk.csv
7101
%%MAGENTODIR%%/app/locale/es_ES/Mage_Persistent.csv
7102
%%MAGENTODIR%%/app/locale/es_ES/Mage_Poll.csv
7103
%%MAGENTODIR%%/app/locale/es_ES/Mage_ProductAlert.csv
7104
%%MAGENTODIR%%/app/locale/es_ES/Mage_Rating.csv
7105
%%MAGENTODIR%%/app/locale/es_ES/Mage_Reports.csv
7106
%%MAGENTODIR%%/app/locale/es_ES/Mage_Review.csv
7107
%%MAGENTODIR%%/app/locale/es_ES/Mage_Rss.csv
7108
%%MAGENTODIR%%/app/locale/es_ES/Mage_Rule.csv
7109
%%MAGENTODIR%%/app/locale/es_ES/Mage_Sales.csv
7110
%%MAGENTODIR%%/app/locale/es_ES/Mage_SalesRule.csv
7111
%%MAGENTODIR%%/app/locale/es_ES/Mage_Sendfriend.csv
7112
%%MAGENTODIR%%/app/locale/es_ES/Mage_Shipping.csv
7113
%%MAGENTODIR%%/app/locale/es_ES/Mage_Sitemap.csv
7114
%%MAGENTODIR%%/app/locale/es_ES/Mage_Tag.csv
7115
%%MAGENTODIR%%/app/locale/es_ES/Mage_Tax.csv
7116
%%MAGENTODIR%%/app/locale/es_ES/Mage_Usa.csv
7117
%%MAGENTODIR%%/app/locale/es_ES/Mage_Weee.csv
7118
%%MAGENTODIR%%/app/locale/es_ES/Mage_Widget.csv
7119
%%MAGENTODIR%%/app/locale/es_ES/Mage_Wishlist.csv
7120
%%MAGENTODIR%%/app/locale/es_ES/Mage_XmlConnect.csv
7121
%%MAGENTODIR%%/app/locale/es_ES/Phoenix_Moneybookers.csv
7122
%%MAGENTODIR%%/app/locale/es_ES/template/email/account_new.html
7123
%%MAGENTODIR%%/app/locale/es_ES/template/email/account_new_confirmation.html
7124
%%MAGENTODIR%%/app/locale/es_ES/template/email/account_new_confirmed.html
7125
%%MAGENTODIR%%/app/locale/es_ES/template/email/account_password_reset_confirmation.html
7126
%%MAGENTODIR%%/app/locale/es_ES/template/email/admin_password_new.html
7127
%%MAGENTODIR%%/app/locale/es_ES/template/email/admin_password_reset_confirmation.html
7128
%%MAGENTODIR%%/app/locale/es_ES/template/email/amazonpayments_asp_notification_error.html
7129
%%MAGENTODIR%%/app/locale/es_ES/template/email/contact_form.html
7130
%%MAGENTODIR%%/app/locale/es_ES/template/email/currency_update_warning.html
7131
%%MAGENTODIR%%/app/locale/es_ES/template/email/log_clean_warning.html
7132
%%MAGENTODIR%%/app/locale/es_ES/template/email/moneybookers_activateemail.html
7133
%%MAGENTODIR%%/app/locale/es_ES/template/email/newsletter_subscr_confirm.html
7134
%%MAGENTODIR%%/app/locale/es_ES/template/email/newsletter_subscr_success.html
7135
%%MAGENTODIR%%/app/locale/es_ES/template/email/newsletter_unsub_success.html
7136
%%MAGENTODIR%%/app/locale/es_ES/template/email/password_new.html
7137
%%MAGENTODIR%%/app/locale/es_ES/template/email/payment_failed.html
7138
%%MAGENTODIR%%/app/locale/es_ES/template/email/product_alert_cron_error.html
7139
%%MAGENTODIR%%/app/locale/es_ES/template/email/product_price_alert.html
7140
%%MAGENTODIR%%/app/locale/es_ES/template/email/product_share.html
7141
%%MAGENTODIR%%/app/locale/es_ES/template/email/product_stock_alert.html
7142
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/creditmemo_new.html
7143
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/creditmemo_new_guest.html
7144
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/creditmemo_update.html
7145
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/creditmemo_update_guest.html
7146
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/invoice_new.html
7147
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/invoice_new_guest.html
7148
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/invoice_update.html
7149
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/invoice_update_guest.html
7150
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/order_new.html
7151
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/order_new_guest.html
7152
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/order_update.html
7153
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/order_update_guest.html
7154
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/shipment_new.html
7155
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/shipment_new_guest.html
7156
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/shipment_update.html
7157
%%MAGENTODIR%%/app/locale/es_ES/template/email/sales/shipment_update_guest.html
7158
%%MAGENTODIR%%/app/locale/es_ES/template/email/sitemap_generate_warning.html
7159
%%MAGENTODIR%%/app/locale/es_ES/template/email/token.html
7160
%%MAGENTODIR%%/app/locale/es_ES/template/email/wishlist_share.html
7161
%%MAGENTODIR%%/app/locale/fr_FR/Mage_AdminNotification.csv
7162
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Adminhtml.csv
7163
%%MAGENTODIR%%/app/locale/fr_FR/Mage_AmazonPayments.csv
7164
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Api.csv
7165
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Api2.csv
7166
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Authorizenet.csv
7167
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Backup.csv
7168
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Bundle.csv
7169
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Captcha.csv
7170
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Catalog.csv
7171
%%MAGENTODIR%%/app/locale/fr_FR/Mage_CatalogInventory.csv
7172
%%MAGENTODIR%%/app/locale/fr_FR/Mage_CatalogRule.csv
7173
%%MAGENTODIR%%/app/locale/fr_FR/Mage_CatalogSearch.csv
7174
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Centinel.csv
7175
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Checkout.csv
7176
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Cms.csv
7177
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Compiler.csv
7178
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Connect.csv
7179
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Contacts.csv
7180
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Core.csv
7181
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Cron.csv
7182
%%MAGENTODIR%%/app/locale/fr_FR/Mage_CurrencySymbol.csv
7183
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Customer.csv
7184
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Dataflow.csv
7185
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Directory.csv
7186
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Downloadable.csv
7187
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Eav.csv
7188
%%MAGENTODIR%%/app/locale/fr_FR/Mage_GiftMessage.csv
7189
%%MAGENTODIR%%/app/locale/fr_FR/Mage_GoogleAnalytics.csv
7190
%%MAGENTODIR%%/app/locale/fr_FR/Mage_GoogleBase.csv
7191
%%MAGENTODIR%%/app/locale/fr_FR/Mage_GoogleCheckout.csv
7192
%%MAGENTODIR%%/app/locale/fr_FR/Mage_ImportExport.csv
7193
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Index.csv
7194
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Install.csv
7195
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Log.csv
7196
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Media.csv
7197
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Newsletter.csv
7198
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Oauth.csv
7199
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Page.csv
7200
%%MAGENTODIR%%/app/locale/fr_FR/Mage_PageCache.csv
7201
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Paygate.csv
7202
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Payment.csv
7203
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Paypal.csv
7204
%%MAGENTODIR%%/app/locale/fr_FR/Mage_PaypalUk.csv
7205
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Persistent.csv
7206
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Poll.csv
7207
%%MAGENTODIR%%/app/locale/fr_FR/Mage_ProductAlert.csv
7208
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Rating.csv
7209
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Reports.csv
7210
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Review.csv
7211
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Rss.csv
7212
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Rule.csv
7213
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Sales.csv
7214
%%MAGENTODIR%%/app/locale/fr_FR/Mage_SalesRule.csv
7215
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Sendfriend.csv
7216
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Shipping.csv
7217
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Sitemap.csv
7218
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Tag.csv
7219
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Tax.csv
7220
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Usa.csv
7221
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Weee.csv
7222
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Widget.csv
7223
%%MAGENTODIR%%/app/locale/fr_FR/Mage_Wishlist.csv
7224
%%MAGENTODIR%%/app/locale/fr_FR/Mage_XmlConnect.csv
7225
%%MAGENTODIR%%/app/locale/fr_FR/Phoenix_Moneybookers.csv
7226
%%MAGENTODIR%%/app/locale/fr_FR/template/email/account_new.html
7227
%%MAGENTODIR%%/app/locale/fr_FR/template/email/account_new_confirmation.html
7228
%%MAGENTODIR%%/app/locale/fr_FR/template/email/account_new_confirmed.html
7229
%%MAGENTODIR%%/app/locale/fr_FR/template/email/account_password_reset_confirmation.html
7230
%%MAGENTODIR%%/app/locale/fr_FR/template/email/admin_password_new.html
7231
%%MAGENTODIR%%/app/locale/fr_FR/template/email/admin_password_reset_confirmation.html
7232
%%MAGENTODIR%%/app/locale/fr_FR/template/email/amazonpayments_asp_notification_error.html
7233
%%MAGENTODIR%%/app/locale/fr_FR/template/email/contact_form.html
7234
%%MAGENTODIR%%/app/locale/fr_FR/template/email/currency_update_warning.html
7235
%%MAGENTODIR%%/app/locale/fr_FR/template/email/log_clean_warning.html
7236
%%MAGENTODIR%%/app/locale/fr_FR/template/email/moneybookers_activateemail.html
7237
%%MAGENTODIR%%/app/locale/fr_FR/template/email/newsletter_subscr_confirm.html
7238
%%MAGENTODIR%%/app/locale/fr_FR/template/email/newsletter_subscr_success.html
7239
%%MAGENTODIR%%/app/locale/fr_FR/template/email/newsletter_unsub_success.html
7240
%%MAGENTODIR%%/app/locale/fr_FR/template/email/password_new.html
7241
%%MAGENTODIR%%/app/locale/fr_FR/template/email/payment_failed.html
7242
%%MAGENTODIR%%/app/locale/fr_FR/template/email/product_alert_cron_error.html
7243
%%MAGENTODIR%%/app/locale/fr_FR/template/email/product_price_alert.html
7244
%%MAGENTODIR%%/app/locale/fr_FR/template/email/product_share.html
7245
%%MAGENTODIR%%/app/locale/fr_FR/template/email/product_stock_alert.html
7246
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/creditmemo_new.html
7247
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/creditmemo_new_guest.html
7248
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/creditmemo_update.html
7249
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/creditmemo_update_guest.html
7250
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/invoice_new.html
7251
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/invoice_new_guest.html
7252
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/invoice_update.html
7253
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/invoice_update_guest.html
7254
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/order_new.html
7255
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/order_new_guest.html
7256
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/order_update.html
7257
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/order_update_guest.html
7258
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/shipment_new.html
7259
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/shipment_new_guest.html
7260
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/shipment_update.html
7261
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sales/shipment_update_guest.html
7262
%%MAGENTODIR%%/app/locale/fr_FR/template/email/sitemap_generate_warning.html
7263
%%MAGENTODIR%%/app/locale/fr_FR/template/email/token.html
7264
%%MAGENTODIR%%/app/locale/fr_FR/template/email/wishlist_share.html
7265
%%MAGENTODIR%%/app/locale/nl_NL/Mage_AdminNotification.csv
7266
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Adminhtml.csv
7267
%%MAGENTODIR%%/app/locale/nl_NL/Mage_AmazonPayments.csv
7268
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Api.csv
7269
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Api2.csv
7270
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Authorizenet.csv
7271
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Backup.csv
7272
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Bundle.csv
7273
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Captcha.csv
7274
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Catalog.csv
7275
%%MAGENTODIR%%/app/locale/nl_NL/Mage_CatalogInventory.csv
7276
%%MAGENTODIR%%/app/locale/nl_NL/Mage_CatalogRule.csv
7277
%%MAGENTODIR%%/app/locale/nl_NL/Mage_CatalogSearch.csv
7278
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Centinel.csv
7279
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Checkout.csv
7280
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Cms.csv
7281
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Compiler.csv
7282
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Connect.csv
7283
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Contacts.csv
7284
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Core.csv
7285
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Cron.csv
7286
%%MAGENTODIR%%/app/locale/nl_NL/Mage_CurrencySymbol.csv
7287
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Customer.csv
7288
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Dataflow.csv
7289
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Directory.csv
7290
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Downloadable.csv
7291
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Eav.csv
7292
%%MAGENTODIR%%/app/locale/nl_NL/Mage_GiftMessage.csv
7293
%%MAGENTODIR%%/app/locale/nl_NL/Mage_GoogleAnalytics.csv
7294
%%MAGENTODIR%%/app/locale/nl_NL/Mage_GoogleBase.csv
7295
%%MAGENTODIR%%/app/locale/nl_NL/Mage_GoogleCheckout.csv
7296
%%MAGENTODIR%%/app/locale/nl_NL/Mage_ImportExport.csv
7297
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Index.csv
7298
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Install.csv
7299
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Log.csv
7300
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Media.csv
7301
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Newsletter.csv
7302
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Oauth.csv
7303
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Page.csv
7304
%%MAGENTODIR%%/app/locale/nl_NL/Mage_PageCache.csv
7305
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Paygate.csv
7306
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Payment.csv
7307
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Paypal.csv
7308
%%MAGENTODIR%%/app/locale/nl_NL/Mage_PaypalUk.csv
7309
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Persistent.csv
7310
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Poll.csv
7311
%%MAGENTODIR%%/app/locale/nl_NL/Mage_ProductAlert.csv
7312
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Rating.csv
7313
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Reports.csv
7314
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Review.csv
7315
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Rss.csv
7316
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Rule.csv
7317
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Sales.csv
7318
%%MAGENTODIR%%/app/locale/nl_NL/Mage_SalesRule.csv
7319
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Sendfriend.csv
7320
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Shipping.csv
7321
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Sitemap.csv
7322
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Tag.csv
7323
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Tax.csv
7324
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Usa.csv
7325
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Weee.csv
7326
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Widget.csv
7327
%%MAGENTODIR%%/app/locale/nl_NL/Mage_Wishlist.csv
7328
%%MAGENTODIR%%/app/locale/nl_NL/Mage_XmlConnect.csv
7329
%%MAGENTODIR%%/app/locale/nl_NL/Phoenix_Moneybookers.csv
7330
%%MAGENTODIR%%/app/locale/nl_NL/template/email/account_new.html
7331
%%MAGENTODIR%%/app/locale/nl_NL/template/email/account_new_confirmation.html
7332
%%MAGENTODIR%%/app/locale/nl_NL/template/email/account_new_confirmed.html
7333
%%MAGENTODIR%%/app/locale/nl_NL/template/email/account_password_reset_confirmation.html
7334
%%MAGENTODIR%%/app/locale/nl_NL/template/email/admin_password_new.html
7335
%%MAGENTODIR%%/app/locale/nl_NL/template/email/admin_password_reset_confirmation.html
7336
%%MAGENTODIR%%/app/locale/nl_NL/template/email/amazonpayments_asp_notification_error.html
7337
%%MAGENTODIR%%/app/locale/nl_NL/template/email/contact_form.html
7338
%%MAGENTODIR%%/app/locale/nl_NL/template/email/currency_update_warning.html
7339
%%MAGENTODIR%%/app/locale/nl_NL/template/email/log_clean_warning.html
7340
%%MAGENTODIR%%/app/locale/nl_NL/template/email/moneybookers_activateemail.html
7341
%%MAGENTODIR%%/app/locale/nl_NL/template/email/newsletter_subscr_confirm.html
7342
%%MAGENTODIR%%/app/locale/nl_NL/template/email/newsletter_subscr_success.html
7343
%%MAGENTODIR%%/app/locale/nl_NL/template/email/newsletter_unsub_success.html
7344
%%MAGENTODIR%%/app/locale/nl_NL/template/email/password_new.html
7345
%%MAGENTODIR%%/app/locale/nl_NL/template/email/payment_failed.html
7346
%%MAGENTODIR%%/app/locale/nl_NL/template/email/product_alert_cron_error.html
7347
%%MAGENTODIR%%/app/locale/nl_NL/template/email/product_price_alert.html
7348
%%MAGENTODIR%%/app/locale/nl_NL/template/email/product_share.html
7349
%%MAGENTODIR%%/app/locale/nl_NL/template/email/product_stock_alert.html
7350
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/creditmemo_new.html
7351
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/creditmemo_new_guest.html
7352
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/creditmemo_update.html
7353
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/creditmemo_update_guest.html
7354
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/invoice_new.html
7355
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/invoice_new_guest.html
7356
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/invoice_update.html
7357
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/invoice_update_guest.html
7358
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/order_new.html
7359
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/order_new_guest.html
7360
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/order_update.html
7361
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/order_update_guest.html
7362
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/shipment_new.html
7363
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/shipment_new_guest.html
7364
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/shipment_update.html
7365
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sales/shipment_update_guest.html
7366
%%MAGENTODIR%%/app/locale/nl_NL/template/email/sitemap_generate_warning.html
7367
%%MAGENTODIR%%/app/locale/nl_NL/template/email/token.html
7368
%%MAGENTODIR%%/app/locale/nl_NL/template/email/wishlist_share.html
7369
%%MAGENTODIR%%/app/locale/pt_BR/Mage_AdminNotification.csv
7370
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Adminhtml.csv
7371
%%MAGENTODIR%%/app/locale/pt_BR/Mage_AmazonPayments.csv
7372
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Api.csv
7373
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Api2.csv
7374
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Authorizenet.csv
7375
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Backup.csv
7376
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Bundle.csv
7377
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Captcha.csv
7378
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Catalog.csv
7379
%%MAGENTODIR%%/app/locale/pt_BR/Mage_CatalogInventory.csv
7380
%%MAGENTODIR%%/app/locale/pt_BR/Mage_CatalogRule.csv
7381
%%MAGENTODIR%%/app/locale/pt_BR/Mage_CatalogSearch.csv
7382
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Centinel.csv
7383
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Checkout.csv
7384
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Cms.csv
7385
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Compiler.csv
7386
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Connect.csv
7387
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Contacts.csv
7388
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Core.csv
7389
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Cron.csv
7390
%%MAGENTODIR%%/app/locale/pt_BR/Mage_CurrencySymbol.csv
7391
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Customer.csv
7392
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Dataflow.csv
7393
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Directory.csv
7394
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Downloadable.csv
7395
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Eav.csv
7396
%%MAGENTODIR%%/app/locale/pt_BR/Mage_GiftMessage.csv
7397
%%MAGENTODIR%%/app/locale/pt_BR/Mage_GoogleAnalytics.csv
7398
%%MAGENTODIR%%/app/locale/pt_BR/Mage_GoogleBase.csv
7399
%%MAGENTODIR%%/app/locale/pt_BR/Mage_GoogleCheckout.csv
7400
%%MAGENTODIR%%/app/locale/pt_BR/Mage_ImportExport.csv
7401
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Index.csv
7402
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Install.csv
7403
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Log.csv
7404
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Media.csv
7405
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Newsletter.csv
7406
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Oauth.csv
7407
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Page.csv
7408
%%MAGENTODIR%%/app/locale/pt_BR/Mage_PageCache.csv
7409
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Paygate.csv
7410
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Payment.csv
7411
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Paypal.csv
7412
%%MAGENTODIR%%/app/locale/pt_BR/Mage_PaypalUk.csv
7413
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Persistent.csv
7414
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Poll.csv
7415
%%MAGENTODIR%%/app/locale/pt_BR/Mage_ProductAlert.csv
7416
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Rating.csv
7417
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Reports.csv
7418
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Review.csv
7419
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Rss.csv
7420
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Rule.csv
7421
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Sales.csv
7422
%%MAGENTODIR%%/app/locale/pt_BR/Mage_SalesRule.csv
7423
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Sendfriend.csv
7424
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Shipping.csv
7425
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Sitemap.csv
7426
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Tag.csv
7427
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Tax.csv
7428
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Usa.csv
7429
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Weee.csv
7430
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Widget.csv
7431
%%MAGENTODIR%%/app/locale/pt_BR/Mage_Wishlist.csv
7432
%%MAGENTODIR%%/app/locale/pt_BR/Mage_XmlConnect.csv
7433
%%MAGENTODIR%%/app/locale/pt_BR/Phoenix_Moneybookers.csv
7434
%%MAGENTODIR%%/app/locale/pt_BR/template/email/account_new.html
7435
%%MAGENTODIR%%/app/locale/pt_BR/template/email/account_new_confirmation.html
7436
%%MAGENTODIR%%/app/locale/pt_BR/template/email/account_new_confirmed.html
7437
%%MAGENTODIR%%/app/locale/pt_BR/template/email/account_password_reset_confirmation.html
7438
%%MAGENTODIR%%/app/locale/pt_BR/template/email/admin_password_new.html
7439
%%MAGENTODIR%%/app/locale/pt_BR/template/email/admin_password_reset_confirmation.html
7440
%%MAGENTODIR%%/app/locale/pt_BR/template/email/amazonpayments_asp_notification_error.html
7441
%%MAGENTODIR%%/app/locale/pt_BR/template/email/contact_form.html
7442
%%MAGENTODIR%%/app/locale/pt_BR/template/email/currency_update_warning.html
7443
%%MAGENTODIR%%/app/locale/pt_BR/template/email/log_clean_warning.html
7444
%%MAGENTODIR%%/app/locale/pt_BR/template/email/moneybookers_activateemail.html
7445
%%MAGENTODIR%%/app/locale/pt_BR/template/email/newsletter_subscr_confirm.html
7446
%%MAGENTODIR%%/app/locale/pt_BR/template/email/newsletter_subscr_success.html
7447
%%MAGENTODIR%%/app/locale/pt_BR/template/email/newsletter_unsub_success.html
7448
%%MAGENTODIR%%/app/locale/pt_BR/template/email/password_new.html
7449
%%MAGENTODIR%%/app/locale/pt_BR/template/email/payment_failed.html
7450
%%MAGENTODIR%%/app/locale/pt_BR/template/email/product_alert_cron_error.html
7451
%%MAGENTODIR%%/app/locale/pt_BR/template/email/product_price_alert.html
7452
%%MAGENTODIR%%/app/locale/pt_BR/template/email/product_share.html
7453
%%MAGENTODIR%%/app/locale/pt_BR/template/email/product_stock_alert.html
7454
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/creditmemo_new.html
7455
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/creditmemo_new_guest.html
7456
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/creditmemo_update.html
7457
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/creditmemo_update_guest.html
7458
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/invoice_new.html
7459
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/invoice_new_guest.html
7460
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/invoice_update.html
7461
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/invoice_update_guest.html
7462
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/order_new.html
7463
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/order_new_guest.html
7464
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/order_update.html
7465
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/order_update_guest.html
7466
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/shipment_new.html
7467
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/shipment_new_guest.html
7468
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/shipment_update.html
7469
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sales/shipment_update_guest.html
7470
%%MAGENTODIR%%/app/locale/pt_BR/template/email/sitemap_generate_warning.html
7471
%%MAGENTODIR%%/app/locale/pt_BR/template/email/token.html
7472
%%MAGENTODIR%%/app/locale/pt_BR/template/email/wishlist_share.html
7473
%%MAGENTODIR%%/app/locale/zh_CN/Mage_AdminNotification.csv
7474
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Adminhtml.csv
7475
%%MAGENTODIR%%/app/locale/zh_CN/Mage_AmazonPayments.csv
7476
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Api.csv
7477
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Api2.csv
7478
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Authorizenet.csv
7479
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Backup.csv
7480
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Bundle.csv
7481
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Captcha.csv
7482
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Catalog.csv
7483
%%MAGENTODIR%%/app/locale/zh_CN/Mage_CatalogInventory.csv
7484
%%MAGENTODIR%%/app/locale/zh_CN/Mage_CatalogRule.csv
7485
%%MAGENTODIR%%/app/locale/zh_CN/Mage_CatalogSearch.csv
7486
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Centinel.csv
7487
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Checkout.csv
7488
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Cms.csv
7489
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Compiler.csv
7490
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Connect.csv
7491
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Contacts.csv
7492
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Core.csv
7493
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Cron.csv
7494
%%MAGENTODIR%%/app/locale/zh_CN/Mage_CurrencySymbol.csv
7495
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Customer.csv
7496
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Dataflow.csv
7497
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Directory.csv
7498
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Downloadable.csv
7499
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Eav.csv
7500
%%MAGENTODIR%%/app/locale/zh_CN/Mage_GiftMessage.csv
7501
%%MAGENTODIR%%/app/locale/zh_CN/Mage_GoogleAnalytics.csv
7502
%%MAGENTODIR%%/app/locale/zh_CN/Mage_GoogleBase.csv
7503
%%MAGENTODIR%%/app/locale/zh_CN/Mage_GoogleCheckout.csv
7504
%%MAGENTODIR%%/app/locale/zh_CN/Mage_ImportExport.csv
7505
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Index.csv
7506
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Install.csv
7507
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Log.csv
7508
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Media.csv
7509
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Newsletter.csv
7510
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Oauth.csv
7511
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Page.csv
7512
%%MAGENTODIR%%/app/locale/zh_CN/Mage_PageCache.csv
7513
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Paygate.csv
7514
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Payment.csv
7515
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Paypal.csv
7516
%%MAGENTODIR%%/app/locale/zh_CN/Mage_PaypalUk.csv
7517
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Persistent.csv
7518
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Poll.csv
7519
%%MAGENTODIR%%/app/locale/zh_CN/Mage_ProductAlert.csv
7520
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Rating.csv
7521
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Reports.csv
7522
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Review.csv
7523
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Rss.csv
7524
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Rule.csv
7525
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Sales.csv
7526
%%MAGENTODIR%%/app/locale/zh_CN/Mage_SalesRule.csv
7527
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Sendfriend.csv
7528
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Shipping.csv
7529
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Sitemap.csv
7530
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Tag.csv
7531
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Tax.csv
7532
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Usa.csv
7533
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Weee.csv
7534
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Widget.csv
7535
%%MAGENTODIR%%/app/locale/zh_CN/Mage_Wishlist.csv
7536
%%MAGENTODIR%%/app/locale/zh_CN/Mage_XmlConnect.csv
7537
%%MAGENTODIR%%/app/locale/zh_CN/Phoenix_Moneybookers.csv
7538
%%MAGENTODIR%%/app/locale/zh_CN/template/email/account_new.html
7539
%%MAGENTODIR%%/app/locale/zh_CN/template/email/account_new_confirmation.html
7540
%%MAGENTODIR%%/app/locale/zh_CN/template/email/account_new_confirmed.html
7541
%%MAGENTODIR%%/app/locale/zh_CN/template/email/account_password_reset_confirmation.html
7542
%%MAGENTODIR%%/app/locale/zh_CN/template/email/admin_password_new.html
7543
%%MAGENTODIR%%/app/locale/zh_CN/template/email/admin_password_reset_confirmation.html
7544
%%MAGENTODIR%%/app/locale/zh_CN/template/email/amazonpayments_asp_notification_error.html
7545
%%MAGENTODIR%%/app/locale/zh_CN/template/email/contact_form.html
7546
%%MAGENTODIR%%/app/locale/zh_CN/template/email/currency_update_warning.html
7547
%%MAGENTODIR%%/app/locale/zh_CN/template/email/log_clean_warning.html
7548
%%MAGENTODIR%%/app/locale/zh_CN/template/email/moneybookers_activateemail.html
7549
%%MAGENTODIR%%/app/locale/zh_CN/template/email/newsletter_subscr_confirm.html
7550
%%MAGENTODIR%%/app/locale/zh_CN/template/email/newsletter_subscr_success.html
7551
%%MAGENTODIR%%/app/locale/zh_CN/template/email/newsletter_unsub_success.html
7552
%%MAGENTODIR%%/app/locale/zh_CN/template/email/password_new.html
7553
%%MAGENTODIR%%/app/locale/zh_CN/template/email/payment_failed.html
7554
%%MAGENTODIR%%/app/locale/zh_CN/template/email/product_alert_cron_error.html
7555
%%MAGENTODIR%%/app/locale/zh_CN/template/email/product_price_alert.html
7556
%%MAGENTODIR%%/app/locale/zh_CN/template/email/product_share.html
7557
%%MAGENTODIR%%/app/locale/zh_CN/template/email/product_stock_alert.html
7558
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/creditmemo_new.html
7559
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/creditmemo_new_guest.html
7560
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/creditmemo_update.html
7561
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/creditmemo_update_guest.html
7562
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/invoice_new.html
7563
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/invoice_new_guest.html
7564
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/invoice_update.html
7565
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/invoice_update_guest.html
7566
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/order_new.html
7567
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/order_new_guest.html
7568
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/order_update.html
7569
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/order_update_guest.html
7570
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/shipment_new.html
7571
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/shipment_new_guest.html
7572
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/shipment_update.html
7573
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sales/shipment_update_guest.html
7574
%%MAGENTODIR%%/app/locale/zh_CN/template/email/sitemap_generate_warning.html
7575
%%MAGENTODIR%%/app/locale/zh_CN/template/email/token.html
7576
%%MAGENTODIR%%/app/locale/zh_CN/template/email/wishlist_share.html
6741
%%MAGENTODIR%%/cron.php
7577
%%MAGENTODIR%%/cron.php
6742
@mode 555
7578
@mode 555
6743
%%MAGENTODIR%%/cron.sh
7579
%%MAGENTODIR%%/cron.sh
Lines 6792-6797 Link Here
6792
%%MAGENTODIR%%/downloader/lib/Mage/Backup/Nomedia.php
7628
%%MAGENTODIR%%/downloader/lib/Mage/Backup/Nomedia.php
6793
%%MAGENTODIR%%/downloader/lib/Mage/Backup/Snapshot.php
7629
%%MAGENTODIR%%/downloader/lib/Mage/Backup/Snapshot.php
6794
%%MAGENTODIR%%/downloader/lib/Mage/Backup.php
7630
%%MAGENTODIR%%/downloader/lib/Mage/Backup.php
7631
%%MAGENTODIR%%/downloader/lib/Mage/Connect/Backup.php
6795
%%MAGENTODIR%%/downloader/lib/Mage/Connect/Channel/Generator.php
7632
%%MAGENTODIR%%/downloader/lib/Mage/Connect/Channel/Generator.php
6796
%%MAGENTODIR%%/downloader/lib/Mage/Connect/Channel/Parser.php
7633
%%MAGENTODIR%%/downloader/lib/Mage/Connect/Channel/Parser.php
6797
%%MAGENTODIR%%/downloader/lib/Mage/Connect/Channel/VO.php
7634
%%MAGENTODIR%%/downloader/lib/Mage/Connect/Channel/VO.php
Lines 6919-6933 Link Here
6919
%%MAGENTODIR%%/errors/default/page.phtml
7756
%%MAGENTODIR%%/errors/default/page.phtml
6920
%%MAGENTODIR%%/errors/default/report.phtml
7757
%%MAGENTODIR%%/errors/default/report.phtml
6921
%%MAGENTODIR%%/errors/design.xml
7758
%%MAGENTODIR%%/errors/design.xml
6922
%%MAGENTODIR%%/errors/local.xml.sample
6923
%%MAGENTODIR%%/errors/processor.php
7759
%%MAGENTODIR%%/errors/processor.php
6924
%%MAGENTODIR%%/errors/report.php
7760
%%MAGENTODIR%%/errors/report.php
6925
%%MAGENTODIR%%/favicon.ico
7761
%%MAGENTODIR%%/favicon.ico
6926
%%MAGENTODIR%%/get.php
7762
%%MAGENTODIR%%/get.php
6927
%%MAGENTODIR%%/includes/.htaccess
7763
%%MAGENTODIR%%/includes/.htaccess
6928
%%MAGENTODIR%%/includes/config.php
7764
%%MAGENTODIR%%/includes/config.php
6929
%%MAGENTODIR%%/index.php
6930
%%MAGENTODIR%%/index.php.sample
6931
%%MAGENTODIR%%/install.php
7765
%%MAGENTODIR%%/install.php
6932
%%MAGENTODIR%%/js/blank.html
7766
%%MAGENTODIR%%/js/blank.html
6933
%%MAGENTODIR%%/js/calendar/calendar-blue.css
7767
%%MAGENTODIR%%/js/calendar/calendar-blue.css
Lines 7589-7595 Link Here
7589
%%MAGENTODIR%%/js/tiny_mce/plugins/media/editor_plugin.js
8423
%%MAGENTODIR%%/js/tiny_mce/plugins/media/editor_plugin.js
7590
%%MAGENTODIR%%/js/tiny_mce/plugins/media/editor_plugin_src.js
8424
%%MAGENTODIR%%/js/tiny_mce/plugins/media/editor_plugin_src.js
7591
%%MAGENTODIR%%/js/tiny_mce/plugins/media/img/flash.gif
8425
%%MAGENTODIR%%/js/tiny_mce/plugins/media/img/flash.gif
7592
%%MAGENTODIR%%/js/tiny_mce/plugins/media/img/flv_player.swf
7593
%%MAGENTODIR%%/js/tiny_mce/plugins/media/img/quicktime.gif
8426
%%MAGENTODIR%%/js/tiny_mce/plugins/media/img/quicktime.gif
7594
%%MAGENTODIR%%/js/tiny_mce/plugins/media/img/realmedia.gif
8427
%%MAGENTODIR%%/js/tiny_mce/plugins/media/img/realmedia.gif
7595
%%MAGENTODIR%%/js/tiny_mce/plugins/media/img/shockwave.gif
8428
%%MAGENTODIR%%/js/tiny_mce/plugins/media/img/shockwave.gif
Lines 7874-7879 Link Here
7874
%%MAGENTODIR%%/lib/Mage/System/Ftp.php
8707
%%MAGENTODIR%%/lib/Mage/System/Ftp.php
7875
%%MAGENTODIR%%/lib/Mage/Xml/Generator.php
8708
%%MAGENTODIR%%/lib/Mage/Xml/Generator.php
7876
%%MAGENTODIR%%/lib/Mage/Xml/Parser.php
8709
%%MAGENTODIR%%/lib/Mage/Xml/Parser.php
8710
%%MAGENTODIR%%/lib/Magento/Autoload/ClassMap.php
8711
%%MAGENTODIR%%/lib/Magento/Autoload/IncludePath.php
8712
%%MAGENTODIR%%/lib/Magento/Autoload/Simple.php
7877
%%MAGENTODIR%%/lib/Magento/Crypt.php
8713
%%MAGENTODIR%%/lib/Magento/Crypt.php
7878
%%MAGENTODIR%%/lib/Magento/Db/Adapter/Pdo/Mysql.php
8714
%%MAGENTODIR%%/lib/Magento/Db/Adapter/Pdo/Mysql.php
7879
%%MAGENTODIR%%/lib/Magento/Db/Object/Interface.php
8715
%%MAGENTODIR%%/lib/Magento/Db/Object/Interface.php
Lines 8199-8204 Link Here
8199
%%MAGENTODIR%%/lib/Zend/Cache/Backend/Static.php
9035
%%MAGENTODIR%%/lib/Zend/Cache/Backend/Static.php
8200
%%MAGENTODIR%%/lib/Zend/Cache/Backend/Test.php
9036
%%MAGENTODIR%%/lib/Zend/Cache/Backend/Test.php
8201
%%MAGENTODIR%%/lib/Zend/Cache/Backend/TwoLevels.php
9037
%%MAGENTODIR%%/lib/Zend/Cache/Backend/TwoLevels.php
9038
%%MAGENTODIR%%/lib/Zend/Cache/Backend/WinCache.php
8202
%%MAGENTODIR%%/lib/Zend/Cache/Backend/Xcache.php
9039
%%MAGENTODIR%%/lib/Zend/Cache/Backend/Xcache.php
8203
%%MAGENTODIR%%/lib/Zend/Cache/Backend/ZendPlatform.php
9040
%%MAGENTODIR%%/lib/Zend/Cache/Backend/ZendPlatform.php
8204
%%MAGENTODIR%%/lib/Zend/Cache/Backend/ZendServer/Disk.php
9041
%%MAGENTODIR%%/lib/Zend/Cache/Backend/ZendServer/Disk.php
Lines 8237-8242 Link Here
8237
%%MAGENTODIR%%/lib/Zend/Cloud/DocumentService/Query.php
9074
%%MAGENTODIR%%/lib/Zend/Cloud/DocumentService/Query.php
8238
%%MAGENTODIR%%/lib/Zend/Cloud/DocumentService/QueryAdapter.php
9075
%%MAGENTODIR%%/lib/Zend/Cloud/DocumentService/QueryAdapter.php
8239
%%MAGENTODIR%%/lib/Zend/Cloud/Exception.php
9076
%%MAGENTODIR%%/lib/Zend/Cloud/Exception.php
9077
%%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure/Adapter/AbstractAdapter.php
9078
%%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure/Adapter/Ec2.php
9079
%%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure/Adapter/Rackspace.php
9080
%%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure/Adapter.php
9081
%%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure/Exception.php
9082
%%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure/Factory.php
9083
%%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure/Image.php
9084
%%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure/ImageList.php
9085
%%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure/Instance.php
9086
%%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure/InstanceList.php
8240
%%MAGENTODIR%%/lib/Zend/Cloud/OperationNotAvailableException.php
9087
%%MAGENTODIR%%/lib/Zend/Cloud/OperationNotAvailableException.php
8241
%%MAGENTODIR%%/lib/Zend/Cloud/QueueService/Adapter/AbstractAdapter.php
9088
%%MAGENTODIR%%/lib/Zend/Cloud/QueueService/Adapter/AbstractAdapter.php
8242
%%MAGENTODIR%%/lib/Zend/Cloud/QueueService/Adapter/Sqs.php
9089
%%MAGENTODIR%%/lib/Zend/Cloud/QueueService/Adapter/Sqs.php
Lines 8249-8254 Link Here
8249
%%MAGENTODIR%%/lib/Zend/Cloud/QueueService/MessageSet.php
9096
%%MAGENTODIR%%/lib/Zend/Cloud/QueueService/MessageSet.php
8250
%%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter/FileSystem.php
9097
%%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter/FileSystem.php
8251
%%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter/Nirvanix.php
9098
%%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter/Nirvanix.php
9099
%%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter/Rackspace.php
8252
%%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter/S3.php
9100
%%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter/S3.php
8253
%%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter/WindowsAzure.php
9101
%%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter/WindowsAzure.php
8254
%%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter.php
9102
%%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter.php
Lines 8497-8502 Link Here
8497
%%MAGENTODIR%%/lib/Zend/Dom/Query/Css2Xpath.php
9345
%%MAGENTODIR%%/lib/Zend/Dom/Query/Css2Xpath.php
8498
%%MAGENTODIR%%/lib/Zend/Dom/Query/Result.php
9346
%%MAGENTODIR%%/lib/Zend/Dom/Query/Result.php
8499
%%MAGENTODIR%%/lib/Zend/Dom/Query.php
9347
%%MAGENTODIR%%/lib/Zend/Dom/Query.php
9348
%%MAGENTODIR%%/lib/Zend/EventManager/Event.php
9349
%%MAGENTODIR%%/lib/Zend/EventManager/EventCollection.php
9350
%%MAGENTODIR%%/lib/Zend/EventManager/EventDescription.php
9351
%%MAGENTODIR%%/lib/Zend/EventManager/EventManager.php
9352
%%MAGENTODIR%%/lib/Zend/EventManager/EventManagerAware.php
9353
%%MAGENTODIR%%/lib/Zend/EventManager/Exception/InvalidArgumentException.php
9354
%%MAGENTODIR%%/lib/Zend/EventManager/Exception.php
9355
%%MAGENTODIR%%/lib/Zend/EventManager/Filter/FilterIterator.php
9356
%%MAGENTODIR%%/lib/Zend/EventManager/Filter.php
9357
%%MAGENTODIR%%/lib/Zend/EventManager/FilterChain.php
9358
%%MAGENTODIR%%/lib/Zend/EventManager/GlobalEventManager.php
9359
%%MAGENTODIR%%/lib/Zend/EventManager/ListenerAggregate.php
9360
%%MAGENTODIR%%/lib/Zend/EventManager/ResponseCollection.php
9361
%%MAGENTODIR%%/lib/Zend/EventManager/SharedEventCollection.php
9362
%%MAGENTODIR%%/lib/Zend/EventManager/SharedEventCollectionAware.php
9363
%%MAGENTODIR%%/lib/Zend/EventManager/SharedEventManager.php
9364
%%MAGENTODIR%%/lib/Zend/EventManager/StaticEventManager.php
8500
%%MAGENTODIR%%/lib/Zend/Exception.php
9365
%%MAGENTODIR%%/lib/Zend/Exception.php
8501
%%MAGENTODIR%%/lib/Zend/Feed/Abstract.php
9366
%%MAGENTODIR%%/lib/Zend/Feed/Abstract.php
8502
%%MAGENTODIR%%/lib/Zend/Feed/Atom.php
9367
%%MAGENTODIR%%/lib/Zend/Feed/Atom.php
Lines 8583-8588 Link Here
8583
%%MAGENTODIR%%/lib/Zend/Feed/Writer/Source.php
9448
%%MAGENTODIR%%/lib/Zend/Feed/Writer/Source.php
8584
%%MAGENTODIR%%/lib/Zend/Feed/Writer.php
9449
%%MAGENTODIR%%/lib/Zend/Feed/Writer.php
8585
%%MAGENTODIR%%/lib/Zend/Feed.php
9450
%%MAGENTODIR%%/lib/Zend/Feed.php
9451
%%MAGENTODIR%%/lib/Zend/File/ClassFileLocator.php
8586
%%MAGENTODIR%%/lib/Zend/File/Transfer/Adapter/Abstract.php
9452
%%MAGENTODIR%%/lib/Zend/File/Transfer/Adapter/Abstract.php
8587
%%MAGENTODIR%%/lib/Zend/File/Transfer/Adapter/Http.php
9453
%%MAGENTODIR%%/lib/Zend/File/Transfer/Adapter/Http.php
8588
%%MAGENTODIR%%/lib/Zend/File/Transfer/Exception.php
9454
%%MAGENTODIR%%/lib/Zend/File/Transfer/Exception.php
Lines 8646-8651 Link Here
8646
%%MAGENTODIR%%/lib/Zend/Filter.php
9512
%%MAGENTODIR%%/lib/Zend/Filter.php
8647
%%MAGENTODIR%%/lib/Zend/Form/Decorator/Abstract.php
9513
%%MAGENTODIR%%/lib/Zend/Form/Decorator/Abstract.php
8648
%%MAGENTODIR%%/lib/Zend/Form/Decorator/Callback.php
9514
%%MAGENTODIR%%/lib/Zend/Form/Decorator/Callback.php
9515
%%MAGENTODIR%%/lib/Zend/Form/Decorator/Captcha/ReCaptcha.php
8649
%%MAGENTODIR%%/lib/Zend/Form/Decorator/Captcha/Word.php
9516
%%MAGENTODIR%%/lib/Zend/Form/Decorator/Captcha/Word.php
8650
%%MAGENTODIR%%/lib/Zend/Form/Decorator/Captcha.php
9517
%%MAGENTODIR%%/lib/Zend/Form/Decorator/Captcha.php
8651
%%MAGENTODIR%%/lib/Zend/Form/Decorator/Description.php
9518
%%MAGENTODIR%%/lib/Zend/Form/Decorator/Description.php
Lines 8678-8683 Link Here
8678
%%MAGENTODIR%%/lib/Zend/Form/Element/Multi.php
9545
%%MAGENTODIR%%/lib/Zend/Form/Element/Multi.php
8679
%%MAGENTODIR%%/lib/Zend/Form/Element/MultiCheckbox.php
9546
%%MAGENTODIR%%/lib/Zend/Form/Element/MultiCheckbox.php
8680
%%MAGENTODIR%%/lib/Zend/Form/Element/Multiselect.php
9547
%%MAGENTODIR%%/lib/Zend/Form/Element/Multiselect.php
9548
%%MAGENTODIR%%/lib/Zend/Form/Element/Note.php
8681
%%MAGENTODIR%%/lib/Zend/Form/Element/Password.php
9549
%%MAGENTODIR%%/lib/Zend/Form/Element/Password.php
8682
%%MAGENTODIR%%/lib/Zend/Form/Element/Radio.php
9550
%%MAGENTODIR%%/lib/Zend/Form/Element/Radio.php
8683
%%MAGENTODIR%%/lib/Zend/Form/Element/Reset.php
9551
%%MAGENTODIR%%/lib/Zend/Form/Element/Reset.php
Lines 8690-8695 Link Here
8690
%%MAGENTODIR%%/lib/Zend/Form/Exception.php
9558
%%MAGENTODIR%%/lib/Zend/Form/Exception.php
8691
%%MAGENTODIR%%/lib/Zend/Form/SubForm.php
9559
%%MAGENTODIR%%/lib/Zend/Form/SubForm.php
8692
%%MAGENTODIR%%/lib/Zend/Form.php
9560
%%MAGENTODIR%%/lib/Zend/Form.php
9561
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics/AccountEntry.php
9562
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics/AccountFeed.php
9563
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics/AccountQuery.php
9564
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics/DataEntry.php
9565
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics/DataFeed.php
9566
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics/DataQuery.php
9567
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics/Extension/Dimension.php
9568
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics/Extension/Goal.php
9569
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics/Extension/Metric.php
9570
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics/Extension/Property.php
9571
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics/Extension/TableId.php
9572
%%MAGENTODIR%%/lib/Zend/Gdata/Analytics.php
8693
%%MAGENTODIR%%/lib/Zend/Gdata/App/AuthException.php
9573
%%MAGENTODIR%%/lib/Zend/Gdata/App/AuthException.php
8694
%%MAGENTODIR%%/lib/Zend/Gdata/App/BadMethodCallException.php
9574
%%MAGENTODIR%%/lib/Zend/Gdata/App/BadMethodCallException.php
8695
%%MAGENTODIR%%/lib/Zend/Gdata/App/Base.php
9575
%%MAGENTODIR%%/lib/Zend/Gdata/App/Base.php
Lines 9028-9033 Link Here
9028
%%MAGENTODIR%%/lib/Zend/Http/Cookie.php
9908
%%MAGENTODIR%%/lib/Zend/Http/Cookie.php
9029
%%MAGENTODIR%%/lib/Zend/Http/CookieJar.php
9909
%%MAGENTODIR%%/lib/Zend/Http/CookieJar.php
9030
%%MAGENTODIR%%/lib/Zend/Http/Exception.php
9910
%%MAGENTODIR%%/lib/Zend/Http/Exception.php
9911
%%MAGENTODIR%%/lib/Zend/Http/Header/Exception/InvalidArgumentException.php
9912
%%MAGENTODIR%%/lib/Zend/Http/Header/Exception/RuntimeException.php
9913
%%MAGENTODIR%%/lib/Zend/Http/Header/SetCookie.php
9031
%%MAGENTODIR%%/lib/Zend/Http/Response/Stream.php
9914
%%MAGENTODIR%%/lib/Zend/Http/Response/Stream.php
9032
%%MAGENTODIR%%/lib/Zend/Http/Response.php
9915
%%MAGENTODIR%%/lib/Zend/Http/Response.php
9033
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/AbstractDevice.php
9916
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/AbstractDevice.php
Lines 9038-9046 Link Here
9038
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Device.php
9921
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Device.php
9039
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Email.php
9922
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Email.php
9040
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Exception.php
9923
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Exception.php
9924
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Adapter/Browscap.php
9041
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php
9925
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php
9042
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php
9926
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php
9043
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Adapter/WurflApi.php
9044
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Adapter.php
9927
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Adapter.php
9045
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Exception.php
9928
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Exception.php
9046
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Feed.php
9929
%%MAGENTODIR%%/lib/Zend/Http/UserAgent/Feed.php
Lines 9154-9163 Link Here
9154
%%MAGENTODIR%%/lib/Zend/Loader/Autoloader/Interface.php
10037
%%MAGENTODIR%%/lib/Zend/Loader/Autoloader/Interface.php
9155
%%MAGENTODIR%%/lib/Zend/Loader/Autoloader/Resource.php
10038
%%MAGENTODIR%%/lib/Zend/Loader/Autoloader/Resource.php
9156
%%MAGENTODIR%%/lib/Zend/Loader/Autoloader.php
10039
%%MAGENTODIR%%/lib/Zend/Loader/Autoloader.php
10040
%%MAGENTODIR%%/lib/Zend/Loader/AutoloaderFactory.php
10041
%%MAGENTODIR%%/lib/Zend/Loader/ClassMapAutoloader.php
10042
%%MAGENTODIR%%/lib/Zend/Loader/Exception/InvalidArgumentException.php
9157
%%MAGENTODIR%%/lib/Zend/Loader/Exception.php
10043
%%MAGENTODIR%%/lib/Zend/Loader/Exception.php
9158
%%MAGENTODIR%%/lib/Zend/Loader/PluginLoader/Exception.php
10044
%%MAGENTODIR%%/lib/Zend/Loader/PluginLoader/Exception.php
9159
%%MAGENTODIR%%/lib/Zend/Loader/PluginLoader/Interface.php
10045
%%MAGENTODIR%%/lib/Zend/Loader/PluginLoader/Interface.php
9160
%%MAGENTODIR%%/lib/Zend/Loader/PluginLoader.php
10046
%%MAGENTODIR%%/lib/Zend/Loader/PluginLoader.php
10047
%%MAGENTODIR%%/lib/Zend/Loader/SplAutoloader.php
10048
%%MAGENTODIR%%/lib/Zend/Loader/StandardAutoloader.php
9161
%%MAGENTODIR%%/lib/Zend/Loader.php
10049
%%MAGENTODIR%%/lib/Zend/Loader.php
9162
%%MAGENTODIR%%/lib/Zend/Locale/Data/Translation.php
10050
%%MAGENTODIR%%/lib/Zend/Locale/Data/Translation.php
9163
%%MAGENTODIR%%/lib/Zend/Locale/Data/aa.xml
10051
%%MAGENTODIR%%/lib/Zend/Locale/Data/aa.xml
Lines 9649-9654 Link Here
9649
%%MAGENTODIR%%/lib/Zend/Log/Filter/Message.php
10537
%%MAGENTODIR%%/lib/Zend/Log/Filter/Message.php
9650
%%MAGENTODIR%%/lib/Zend/Log/Filter/Priority.php
10538
%%MAGENTODIR%%/lib/Zend/Log/Filter/Priority.php
9651
%%MAGENTODIR%%/lib/Zend/Log/Filter/Suppress.php
10539
%%MAGENTODIR%%/lib/Zend/Log/Filter/Suppress.php
10540
%%MAGENTODIR%%/lib/Zend/Log/Formatter/Abstract.php
9652
%%MAGENTODIR%%/lib/Zend/Log/Formatter/Firebug.php
10541
%%MAGENTODIR%%/lib/Zend/Log/Formatter/Firebug.php
9653
%%MAGENTODIR%%/lib/Zend/Log/Formatter/Interface.php
10542
%%MAGENTODIR%%/lib/Zend/Log/Formatter/Interface.php
9654
%%MAGENTODIR%%/lib/Zend/Log/Formatter/Simple.php
10543
%%MAGENTODIR%%/lib/Zend/Log/Formatter/Simple.php
Lines 9701-9707 Link Here
9701
%%MAGENTODIR%%/lib/Zend/Markup/Parser/Bbcode.php
10590
%%MAGENTODIR%%/lib/Zend/Markup/Parser/Bbcode.php
9702
%%MAGENTODIR%%/lib/Zend/Markup/Parser/Exception.php
10591
%%MAGENTODIR%%/lib/Zend/Markup/Parser/Exception.php
9703
%%MAGENTODIR%%/lib/Zend/Markup/Parser/ParserInterface.php
10592
%%MAGENTODIR%%/lib/Zend/Markup/Parser/ParserInterface.php
9704
%%MAGENTODIR%%/lib/Zend/Markup/Parser/Textile.php
9705
%%MAGENTODIR%%/lib/Zend/Markup/Renderer/Exception.php
10593
%%MAGENTODIR%%/lib/Zend/Markup/Renderer/Exception.php
9706
%%MAGENTODIR%%/lib/Zend/Markup/Renderer/Html/Code.php
10594
%%MAGENTODIR%%/lib/Zend/Markup/Renderer/Html/Code.php
9707
%%MAGENTODIR%%/lib/Zend/Markup/Renderer/Html/HtmlAbstract.php
10595
%%MAGENTODIR%%/lib/Zend/Markup/Renderer/Html/HtmlAbstract.php
Lines 9759-9764 Link Here
9759
%%MAGENTODIR%%/lib/Zend/Mime/Message.php
10647
%%MAGENTODIR%%/lib/Zend/Mime/Message.php
9760
%%MAGENTODIR%%/lib/Zend/Mime/Part.php
10648
%%MAGENTODIR%%/lib/Zend/Mime/Part.php
9761
%%MAGENTODIR%%/lib/Zend/Mime.php
10649
%%MAGENTODIR%%/lib/Zend/Mime.php
10650
%%MAGENTODIR%%/lib/Zend/Mobile/Exception.php
10651
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Abstract.php
10652
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Apns.php
10653
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Exception/DeviceQuotaExceeded.php
10654
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Exception/InvalidAuthToken.php
10655
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Exception/InvalidPayload.php
10656
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Exception/InvalidRegistration.php
10657
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Exception/InvalidToken.php
10658
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Exception/InvalidTopic.php
10659
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Exception/QuotaExceeded.php
10660
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Exception/ServerUnavailable.php
10661
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Exception.php
10662
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Gcm.php
10663
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Interface.php
10664
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Message/Abstract.php
10665
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Message/Apns.php
10666
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Message/Exception.php
10667
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Message/Gcm.php
10668
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Message/Interface.php
10669
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Message/Mpns/Raw.php
10670
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Message/Mpns/Tile.php
10671
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Message/Mpns/Toast.php
10672
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Message/Mpns.php
10673
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Mpns.php
10674
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Response/Gcm.php
10675
%%MAGENTODIR%%/lib/Zend/Mobile/Push/Test/ApnsProxy.php
9762
%%MAGENTODIR%%/lib/Zend/Navigation/Container.php
10676
%%MAGENTODIR%%/lib/Zend/Navigation/Container.php
9763
%%MAGENTODIR%%/lib/Zend/Navigation/Exception.php
10677
%%MAGENTODIR%%/lib/Zend/Navigation/Exception.php
9764
%%MAGENTODIR%%/lib/Zend/Navigation/Page/Mvc.php
10678
%%MAGENTODIR%%/lib/Zend/Navigation/Page/Mvc.php
Lines 10041-10046 Link Here
10041
%%MAGENTODIR%%/lib/Zend/Search/Lucene/Index/TermsPriorityQueue.php
10955
%%MAGENTODIR%%/lib/Zend/Search/Lucene/Index/TermsPriorityQueue.php
10042
%%MAGENTODIR%%/lib/Zend/Search/Lucene/Index/TermsStream/Interface.php
10956
%%MAGENTODIR%%/lib/Zend/Search/Lucene/Index/TermsStream/Interface.php
10043
%%MAGENTODIR%%/lib/Zend/Search/Lucene/Index/Writer.php
10957
%%MAGENTODIR%%/lib/Zend/Search/Lucene/Index/Writer.php
10958
%%MAGENTODIR%%/lib/Zend/Search/Lucene/Interface/MultiSearcher.php
10044
%%MAGENTODIR%%/lib/Zend/Search/Lucene/Interface.php
10959
%%MAGENTODIR%%/lib/Zend/Search/Lucene/Interface.php
10045
%%MAGENTODIR%%/lib/Zend/Search/Lucene/LockManager.php
10960
%%MAGENTODIR%%/lib/Zend/Search/Lucene/LockManager.php
10046
%%MAGENTODIR%%/lib/Zend/Search/Lucene/MultiSearcher.php
10961
%%MAGENTODIR%%/lib/Zend/Search/Lucene/MultiSearcher.php
Lines 10357-10389 Link Here
10357
%%MAGENTODIR%%/lib/Zend/Service/Nirvanix/Namespace/Imfs.php
11272
%%MAGENTODIR%%/lib/Zend/Service/Nirvanix/Namespace/Imfs.php
10358
%%MAGENTODIR%%/lib/Zend/Service/Nirvanix/Response.php
11273
%%MAGENTODIR%%/lib/Zend/Service/Nirvanix/Response.php
10359
%%MAGENTODIR%%/lib/Zend/Service/Nirvanix.php
11274
%%MAGENTODIR%%/lib/Zend/Service/Nirvanix.php
11275
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Abstract.php
11276
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Exception.php
11277
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Files/Container.php
11278
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Files/ContainerList.php
11279
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Files/Exception.php
11280
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Files/Object.php
11281
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Files/ObjectList.php
11282
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Files.php
11283
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Servers/Exception.php
11284
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Servers/Image.php
11285
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Servers/ImageList.php
11286
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Servers/Server.php
11287
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Servers/ServerList.php
11288
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Servers/SharedIpGroup.php
11289
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Servers/SharedIpGroupList.php
11290
%%MAGENTODIR%%/lib/Zend/Service/Rackspace/Servers.php
10360
%%MAGENTODIR%%/lib/Zend/Service/ReCaptcha/Exception.php
11291
%%MAGENTODIR%%/lib/Zend/Service/ReCaptcha/Exception.php
10361
%%MAGENTODIR%%/lib/Zend/Service/ReCaptcha/MailHide/Exception.php
11292
%%MAGENTODIR%%/lib/Zend/Service/ReCaptcha/MailHide/Exception.php
10362
%%MAGENTODIR%%/lib/Zend/Service/ReCaptcha/MailHide.php
11293
%%MAGENTODIR%%/lib/Zend/Service/ReCaptcha/MailHide.php
10363
%%MAGENTODIR%%/lib/Zend/Service/ReCaptcha/Response.php
11294
%%MAGENTODIR%%/lib/Zend/Service/ReCaptcha/Response.php
10364
%%MAGENTODIR%%/lib/Zend/Service/ReCaptcha.php
11295
%%MAGENTODIR%%/lib/Zend/Service/ReCaptcha.php
10365
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/AbstractShortener.php
11296
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/AbstractShortener.php
11297
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/BitLy.php
10366
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/Exception.php
11298
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/Exception.php
10367
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/IsGd.php
11299
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/IsGd.php
10368
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/JdemCz.php
11300
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/JdemCz.php
10369
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/MetamarkNet.php
11301
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/MetamarkNet.php
10370
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/Shortener.php
11302
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/Shortener.php
10371
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/TinyUrlCom.php
11303
%%MAGENTODIR%%/lib/Zend/Service/ShortUrl/TinyUrlCom.php
10372
%%MAGENTODIR%%/lib/Zend/Service/Simpy/Link.php
10373
%%MAGENTODIR%%/lib/Zend/Service/Simpy/LinkQuery.php
10374
%%MAGENTODIR%%/lib/Zend/Service/Simpy/LinkSet.php
10375
%%MAGENTODIR%%/lib/Zend/Service/Simpy/Note.php
10376
%%MAGENTODIR%%/lib/Zend/Service/Simpy/NoteSet.php
10377
%%MAGENTODIR%%/lib/Zend/Service/Simpy/Tag.php
10378
%%MAGENTODIR%%/lib/Zend/Service/Simpy/TagSet.php
10379
%%MAGENTODIR%%/lib/Zend/Service/Simpy/Watchlist.php
10380
%%MAGENTODIR%%/lib/Zend/Service/Simpy/WatchlistFilter.php
10381
%%MAGENTODIR%%/lib/Zend/Service/Simpy/WatchlistFilterSet.php
10382
%%MAGENTODIR%%/lib/Zend/Service/Simpy/WatchlistSet.php
10383
%%MAGENTODIR%%/lib/Zend/Service/Simpy.php
10384
%%MAGENTODIR%%/lib/Zend/Service/SlideShare/Exception.php
11304
%%MAGENTODIR%%/lib/Zend/Service/SlideShare/Exception.php
10385
%%MAGENTODIR%%/lib/Zend/Service/SlideShare/SlideShow.php
11305
%%MAGENTODIR%%/lib/Zend/Service/SlideShare/SlideShow.php
10386
%%MAGENTODIR%%/lib/Zend/Service/SlideShare.php
11306
%%MAGENTODIR%%/lib/Zend/Service/SlideShare.php
11307
%%MAGENTODIR%%/lib/Zend/Service/SqlAzure/Exception.php
11308
%%MAGENTODIR%%/lib/Zend/Service/SqlAzure/Management/Client.php
11309
%%MAGENTODIR%%/lib/Zend/Service/SqlAzure/Management/Exception.php
11310
%%MAGENTODIR%%/lib/Zend/Service/SqlAzure/Management/FirewallRuleInstance.php
11311
%%MAGENTODIR%%/lib/Zend/Service/SqlAzure/Management/ServerInstance.php
11312
%%MAGENTODIR%%/lib/Zend/Service/SqlAzure/Management/ServiceEntityAbstract.php
10387
%%MAGENTODIR%%/lib/Zend/Service/StrikeIron/Base.php
11313
%%MAGENTODIR%%/lib/Zend/Service/StrikeIron/Base.php
10388
%%MAGENTODIR%%/lib/Zend/Service/StrikeIron/Decorator.php
11314
%%MAGENTODIR%%/lib/Zend/Service/StrikeIron/Decorator.php
10389
%%MAGENTODIR%%/lib/Zend/Service/StrikeIron/Exception.php
11315
%%MAGENTODIR%%/lib/Zend/Service/StrikeIron/Exception.php
Lines 10412-10419 Link Here
10412
%%MAGENTODIR%%/lib/Zend/Service/Technorati/Weblog.php
11338
%%MAGENTODIR%%/lib/Zend/Service/Technorati/Weblog.php
10413
%%MAGENTODIR%%/lib/Zend/Service/Technorati.php
11339
%%MAGENTODIR%%/lib/Zend/Service/Technorati.php
10414
%%MAGENTODIR%%/lib/Zend/Service/Twitter/Exception.php
11340
%%MAGENTODIR%%/lib/Zend/Service/Twitter/Exception.php
10415
%%MAGENTODIR%%/lib/Zend/Service/Twitter/Search.php
11341
%%MAGENTODIR%%/lib/Zend/Service/Twitter/Response.php
10416
%%MAGENTODIR%%/lib/Zend/Service/Twitter.php
11342
%%MAGENTODIR%%/lib/Zend/Service/Twitter.php
11343
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Certificate.php
11344
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Deployment.php
11345
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/GetAsynchronousOperation.php
11346
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Package.php
11347
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/PackageScaffolder/PackageScaffolderAbstract.php
11348
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/build.bat
11349
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/index.php
11350
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/Web.config
11351
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/bin/add-environment-variables.cmd
11352
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/bin/add-environment-variables.ps1
11353
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/bin/install-php.cmd
11354
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/diagnostics.wadcfg
11355
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources/WebPICmdLine/Microsoft.Web.Deployment.dll
11356
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources/WebPICmdLine/Microsoft.Web.PlatformInstaller.UI.dll
11357
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources/WebPICmdLine/Microsoft.Web.PlatformInstaller.dll
11358
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources/WebPICmdLine/WebpiCmdLine.exe
11359
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources/WebPICmdLine/license.rtf
11360
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/ServiceConfiguration.cscfg
11361
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/ServiceDefinition.csdef
11362
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder.phar
11363
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Service.php
11364
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Storage.php
10417
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Credentials/CredentialsAbstract.php
11365
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Credentials/CredentialsAbstract.php
10418
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Credentials/Exception.php
11366
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Credentials/Exception.php
10419
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Credentials/SharedAccessSignature.php
11367
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Credentials/SharedAccessSignature.php
Lines 10433-10438 Link Here
10433
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Diagnostics/Manager.php
11381
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Diagnostics/Manager.php
10434
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Diagnostics/PerformanceCounterSubscription.php
11382
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Diagnostics/PerformanceCounterSubscription.php
10435
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Exception.php
11383
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Exception.php
11384
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Log/Exception.php
11385
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Log/Formatter/WindowsAzure.php
11386
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Log/Writer/WindowsAzure.php
11387
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/AffinityGroupInstance.php
11388
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/CertificateInstance.php
11389
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/Client.php
11390
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/DeploymentInstance.php
11391
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/Exception.php
11392
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/HostedServiceInstance.php
11393
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/LocationInstance.php
11394
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/OperatingSystemFamilyInstance.php
11395
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/OperatingSystemInstance.php
11396
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/OperationStatusInstance.php
11397
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/ServiceEntityAbstract.php
11398
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/StorageServiceInstance.php
11399
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management/SubscriptionOperationInstance.php
10436
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/RetryPolicy/Exception.php
11400
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/RetryPolicy/Exception.php
10437
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/RetryPolicy/NoRetry.php
11401
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/RetryPolicy/NoRetry.php
10438
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/RetryPolicy/RetryN.php
11402
%%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/RetryPolicy/RetryN.php
Lines 10493-10498 Link Here
10493
%%MAGENTODIR%%/lib/Zend/Soap/Client/Local.php
11457
%%MAGENTODIR%%/lib/Zend/Soap/Client/Local.php
10494
%%MAGENTODIR%%/lib/Zend/Soap/Client.php
11458
%%MAGENTODIR%%/lib/Zend/Soap/Client.php
10495
%%MAGENTODIR%%/lib/Zend/Soap/Server/Exception.php
11459
%%MAGENTODIR%%/lib/Zend/Soap/Server/Exception.php
11460
%%MAGENTODIR%%/lib/Zend/Soap/Server/Proxy.php
10496
%%MAGENTODIR%%/lib/Zend/Soap/Server.php
11461
%%MAGENTODIR%%/lib/Zend/Soap/Server.php
10497
%%MAGENTODIR%%/lib/Zend/Soap/Wsdl/Exception.php
11462
%%MAGENTODIR%%/lib/Zend/Soap/Wsdl/Exception.php
10498
%%MAGENTODIR%%/lib/Zend/Soap/Wsdl/Strategy/Abstract.php
11463
%%MAGENTODIR%%/lib/Zend/Soap/Wsdl/Strategy/Abstract.php
Lines 10503-10508 Link Here
10503
%%MAGENTODIR%%/lib/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php
11468
%%MAGENTODIR%%/lib/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php
10504
%%MAGENTODIR%%/lib/Zend/Soap/Wsdl/Strategy/Interface.php
11469
%%MAGENTODIR%%/lib/Zend/Soap/Wsdl/Strategy/Interface.php
10505
%%MAGENTODIR%%/lib/Zend/Soap/Wsdl.php
11470
%%MAGENTODIR%%/lib/Zend/Soap/Wsdl.php
11471
%%MAGENTODIR%%/lib/Zend/Stdlib/CallbackHandler.php
11472
%%MAGENTODIR%%/lib/Zend/Stdlib/Exception/InvalidCallbackException.php
11473
%%MAGENTODIR%%/lib/Zend/Stdlib/Exception.php
11474
%%MAGENTODIR%%/lib/Zend/Stdlib/PriorityQueue.php
11475
%%MAGENTODIR%%/lib/Zend/Stdlib/SplPriorityQueue.php
10506
%%MAGENTODIR%%/lib/Zend/Tag/Cloud/Decorator/Cloud.php
11476
%%MAGENTODIR%%/lib/Zend/Tag/Cloud/Decorator/Cloud.php
10507
%%MAGENTODIR%%/lib/Zend/Tag/Cloud/Decorator/Exception.php
11477
%%MAGENTODIR%%/lib/Zend/Tag/Cloud/Decorator/Exception.php
10508
%%MAGENTODIR%%/lib/Zend/Tag/Cloud/Decorator/HtmlCloud.php
11478
%%MAGENTODIR%%/lib/Zend/Tag/Cloud/Decorator/HtmlCloud.php
Lines 10586-10596 Link Here
10586
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Loader/IncludePathLoader.php
11556
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Loader/IncludePathLoader.php
10587
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Loader/Interface.php
11557
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Loader/Interface.php
10588
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/ActionManifestable.php
11558
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/ActionManifestable.php
11559
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/ActionMetadata.php
10589
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/Exception.php
11560
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/Exception.php
10590
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/Indexable.php
11561
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/Indexable.php
10591
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/Interface.php
11562
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/Interface.php
11563
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/Metadata.php
10592
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/MetadataManifestable.php
11564
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/MetadataManifestable.php
10593
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/ProviderManifestable.php
11565
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/ProviderManifestable.php
11566
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/ProviderMetadata.php
10594
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/Repository.php
11567
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Manifest/Repository.php
10595
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Metadata/Attributable.php
11568
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Metadata/Attributable.php
10596
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Metadata/Basic.php
11569
%%MAGENTODIR%%/lib/Zend/Tool/Framework/Metadata/Basic.php
Lines 10667-10682 Link Here
10667
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/PublicScriptsDirectory.php
11640
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/PublicScriptsDirectory.php
10668
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/PublicStylesheetsDirectory.php
11641
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/PublicStylesheetsDirectory.php
10669
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/SearchIndexesDirectory.php
11642
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/SearchIndexesDirectory.php
11643
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/ServicesDirectory.php
10670
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/SessionsDirectory.php
11644
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/SessionsDirectory.php
10671
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TemporaryDirectory.php
11645
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TemporaryDirectory.php
11646
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestApplicationActionMethod.php
10672
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestApplicationBootstrapFile.php
11647
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestApplicationBootstrapFile.php
10673
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestApplicationControllerDirectory.php
11648
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestApplicationControllerDirectory.php
10674
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestApplicationControllerFile.php
11649
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestApplicationControllerFile.php
10675
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestApplicationDirectory.php
11650
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestApplicationDirectory.php
11651
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestApplicationModuleDirectory.php
11652
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestApplicationModulesDirectory.php
10676
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestLibraryBootstrapFile.php
11653
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestLibraryBootstrapFile.php
10677
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestLibraryDirectory.php
11654
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestLibraryDirectory.php
10678
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestLibraryFile.php
11655
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestLibraryFile.php
10679
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestLibraryNamespaceDirectory.php
11656
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestLibraryNamespaceDirectory.php
11657
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestPHPUnitBootstrapFile.php
10680
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestPHPUnitConfigFile.php
11658
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestPHPUnitConfigFile.php
10681
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestsDirectory.php
11659
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/TestsDirectory.php
10682
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/UploadsDirectory.php
11660
%%MAGENTODIR%%/lib/Zend/Tool/Project/Context/Zf/UploadsDirectory.php
Lines 10807-10812 Link Here
10807
%%MAGENTODIR%%/lib/Zend/Validate/Interface.php
11785
%%MAGENTODIR%%/lib/Zend/Validate/Interface.php
10808
%%MAGENTODIR%%/lib/Zend/Validate/Ip.php
11786
%%MAGENTODIR%%/lib/Zend/Validate/Ip.php
10809
%%MAGENTODIR%%/lib/Zend/Validate/Isbn.php
11787
%%MAGENTODIR%%/lib/Zend/Validate/Isbn.php
11788
%%MAGENTODIR%%/lib/Zend/Validate/Ldap/Dn.php
10810
%%MAGENTODIR%%/lib/Zend/Validate/LessThan.php
11789
%%MAGENTODIR%%/lib/Zend/Validate/LessThan.php
10811
%%MAGENTODIR%%/lib/Zend/Validate/NotEmpty.php
11790
%%MAGENTODIR%%/lib/Zend/Validate/NotEmpty.php
10812
%%MAGENTODIR%%/lib/Zend/Validate/PostCode.php
11791
%%MAGENTODIR%%/lib/Zend/Validate/PostCode.php
Lines 10933-10938 Link Here
10933
%%MAGENTODIR%%/lib/Zend/XmlRpc/Value/String.php
11912
%%MAGENTODIR%%/lib/Zend/XmlRpc/Value/String.php
10934
%%MAGENTODIR%%/lib/Zend/XmlRpc/Value/Struct.php
11913
%%MAGENTODIR%%/lib/Zend/XmlRpc/Value/Struct.php
10935
%%MAGENTODIR%%/lib/Zend/XmlRpc/Value.php
11914
%%MAGENTODIR%%/lib/Zend/XmlRpc/Value.php
11915
%%MAGENTODIR%%/lib/Zend/Xml/Exception.php
11916
%%MAGENTODIR%%/lib/Zend/Xml/Security.php
10936
%%MAGENTODIR%%/lib/Zend/replace_recursive.php
11917
%%MAGENTODIR%%/lib/Zend/replace_recursive.php
10937
%%MAGENTODIR%%/lib/flex/uploader/uploader.mxml
11918
%%MAGENTODIR%%/lib/flex/uploader/uploader.mxml
10938
%%MAGENTODIR%%/lib/flex/uploader/uploaderSingle.mxml
11919
%%MAGENTODIR%%/lib/flex/uploader/uploaderSingle.mxml
Lines 10959-10971 Link Here
10959
@mode
11940
@mode
10960
@owner %%WWWOWN%%
11941
@owner %%WWWOWN%%
10961
@group %%WWWGRP%%
11942
@group %%WWWGRP%%
10962
%%MAGENTODIR%%/media/.htaccess
11943
@mode 644
10963
%%MAGENTODIR%%/media/customer/.htaccess
10964
%%MAGENTODIR%%/media/dhl/logo.jpg
10965
%%MAGENTODIR%%/media/downloadable/.htaccess
10966
%%MAGENTODIR%%/media/xmlconnect/custom/ok.gif
10967
%%MAGENTODIR%%/media/xmlconnect/original/ok.gif
11944
%%MAGENTODIR%%/media/xmlconnect/original/ok.gif
10968
%%MAGENTODIR%%/media/xmlconnect/system/ok.gif
11945
@mode
10969
@owner
11946
@owner
10970
@group
11947
@group
10971
%%MAGENTODIR%%/php.ini.sample
11948
%%MAGENTODIR%%/php.ini.sample
Lines 11153-11158 Link Here
11153
%%MAGENTODIR%%/skin/adminhtml/default/default/images/login_logo.gif
12130
%%MAGENTODIR%%/skin/adminhtml/default/default/images/login_logo.gif
11154
%%MAGENTODIR%%/skin/adminhtml/default/default/images/logo-large.gif
12131
%%MAGENTODIR%%/skin/adminhtml/default/default/images/logo-large.gif
11155
%%MAGENTODIR%%/skin/adminhtml/default/default/images/logo.gif
12132
%%MAGENTODIR%%/skin/adminhtml/default/default/images/logo.gif
12133
%%MAGENTODIR%%/skin/adminhtml/default/default/images/logo_email.gif
12134
%%MAGENTODIR%%/skin/adminhtml/default/default/images/logo_print.gif
11156
%%MAGENTODIR%%/skin/adminhtml/default/default/images/massaction_bg.gif
12135
%%MAGENTODIR%%/skin/adminhtml/default/default/images/massaction_bg.gif
11157
%%MAGENTODIR%%/skin/adminhtml/default/default/images/massaction_button_bg.gif
12136
%%MAGENTODIR%%/skin/adminhtml/default/default/images/massaction_button_bg.gif
11158
%%MAGENTODIR%%/skin/adminhtml/default/default/images/massaction_links_delimiter.gif
12137
%%MAGENTODIR%%/skin/adminhtml/default/default/images/massaction_links_delimiter.gif
Lines 12013-12018 Link Here
12013
%%MAGENTODIR%%/skin/frontend/default/modern/images/spacer.gif
12992
%%MAGENTODIR%%/skin/frontend/default/modern/images/spacer.gif
12014
%%MAGENTODIR%%/skin/frontend/default/modern/images/validation_advice_bg.gif
12993
%%MAGENTODIR%%/skin/frontend/default/modern/images/validation_advice_bg.gif
12015
%%MAGENTODIR%%/skin/frontend/default/modern/images/widgets/i_widget-link.gif
12994
%%MAGENTODIR%%/skin/frontend/default/modern/images/widgets/i_widget-link.gif
12995
%%MAGENTODIR%%/skin/frontend/rwd/default/css/madisonisland-ie8.css
12996
%%MAGENTODIR%%/skin/frontend/rwd/default/css/madisonisland.css
12997
%%MAGENTODIR%%/skin/frontend/rwd/default/css/scaffold-forms.css
12998
%%MAGENTODIR%%/skin/frontend/rwd/default/css/styles-ie8.css
12999
%%MAGENTODIR%%/skin/frontend/rwd/default/css/styles.css
13000
%%MAGENTODIR%%/skin/frontend/rwd/default/images/ajax-loader.gif
13001
%%MAGENTODIR%%/skin/frontend/rwd/default/images/bg_x.png
13002
%%MAGENTODIR%%/skin/frontend/rwd/default/images/demo-logo.png
13003
%%MAGENTODIR%%/skin/frontend/rwd/default/images/demo_logo.png
13004
%%MAGENTODIR%%/skin/frontend/rwd/default/images/icon_sprite.png
13005
%%MAGENTODIR%%/skin/frontend/rwd/default/images/icon_sprite@2x.png
13006
%%MAGENTODIR%%/skin/frontend/rwd/default/images/logo.gif
13007
%%MAGENTODIR%%/skin/frontend/rwd/default/images/logo_email.gif
13008
%%MAGENTODIR%%/skin/frontend/rwd/default/images/logo_print.gif
13009
%%MAGENTODIR%%/skin/frontend/rwd/default/images/media/col_left_callout.jpg
13010
%%MAGENTODIR%%/skin/frontend/rwd/default/images/media/col_right_callout.jpg
13011
%%MAGENTODIR%%/skin/frontend/rwd/default/images/media/homepage_banner_1.jpg
13012
%%MAGENTODIR%%/skin/frontend/rwd/default/images/media/homepage_banner_1@2x.jpg
13013
%%MAGENTODIR%%/skin/frontend/rwd/default/images/media/homepage_banner_2.jpg
13014
%%MAGENTODIR%%/skin/frontend/rwd/default/images/media/homepage_callout_1.jpg
13015
%%MAGENTODIR%%/skin/frontend/rwd/default/images/media/homepage_callout_1@2x.jpg
13016
%%MAGENTODIR%%/skin/frontend/rwd/default/images/media/homepage_callout_2.jpg
13017
%%MAGENTODIR%%/skin/frontend/rwd/default/images/media/homepage_callout_2@2x.jpg
13018
%%MAGENTODIR%%/skin/frontend/rwd/default/images/media/homepage_callout_3.jpg
13019
%%MAGENTODIR%%/skin/frontend/rwd/default/images/media/homepage_callout_3@2x.jpg
13020
%%MAGENTODIR%%/skin/frontend/rwd/default/images/opc-ajax-loader.gif
13021
%%MAGENTODIR%%/skin/frontend/rwd/default/images/social_icons.png
13022
%%MAGENTODIR%%/skin/frontend/rwd/default/images/social_icons@2x.png
13023
%%MAGENTODIR%%/skin/frontend/rwd/default/js/app.js
13024
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/elevatezoom/jquery.elevateZoom-3.0.8.min.js
13025
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/elevatezoom/jquery.elevatezoom.js
13026
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/enquire.js
13027
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/fastclick.js
13028
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/imagesloaded.js
13029
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/jquery-1.10.2.js
13030
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/jquery-1.10.2.min.js
13031
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/jquery-1.10.2.min.map
13032
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/jquery.cycle2.min.js
13033
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/jquery.cycle2.swipe.min.js
13034
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/matchMedia.addListener.js
13035
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/matchMedia.js
13036
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/modernizr.custom.min.js
13037
%%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/selectivizr.js
13038
%%MAGENTODIR%%/skin/frontend/rwd/default/js/minicart.js
13039
%%MAGENTODIR%%/skin/frontend/rwd/default/js/msrp_rwd.js
13040
%%MAGENTODIR%%/skin/frontend/rwd/default/js/opcheckout_rwd.js
13041
%%MAGENTODIR%%/skin/frontend/rwd/default/js/slideshow.js
13042
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/.htaccess
13043
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/_core.scss
13044
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/_framework.scss
13045
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/_var.scss
13046
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/config.rb
13047
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/content/_category.scss
13048
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/content/_home.scss
13049
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/core/_common.scss
13050
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/core/_form.scss
13051
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/core/_reset.scss
13052
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/core/_table.scss
13053
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/function/_black.scss
13054
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/function/_white.scss
13055
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/layout/_footer.scss
13056
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/layout/_global.scss
13057
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/layout/_header-account.scss
13058
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/layout/_header-cart.scss
13059
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/layout/_header-nav.scss
13060
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/layout/_header-search.scss
13061
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/layout/_header.scss
13062
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/madisonisland-ie8.scss
13063
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/madisonisland.scss
13064
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/mixin/_breakpoint.scss
13065
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/mixin/_clearfix.scss
13066
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/mixin/_if-resolution.scss
13067
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/mixin/_image-replacement.scss
13068
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/mixin/_loading-overlay.scss
13069
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/mixin/_menu.scss
13070
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/mixin/_not-selectable.scss
13071
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/mixin/_toggle-content.scss
13072
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/mixin/_triangle.scss
13073
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/mixin/_typography.scss
13074
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_account-reviews.scss
13075
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_catalog-compare.scss
13076
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_catalog-msrp.scss
13077
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_catalog-product.scss
13078
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_checkout-cart-minicart.scss
13079
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_checkout-cart.scss
13080
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_checkout-onepage.scss
13081
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_checkout-success.scss
13082
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_cms.scss
13083
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_configurableswatches.scss
13084
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_contacts.scss
13085
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_cookies.scss
13086
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_customer.scss
13087
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_paypal.scss
13088
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_pricing_conditions.scss
13089
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_product-list.scss
13090
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_review.scss
13091
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_search.scss
13092
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_slideshow.scss
13093
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/module/_wishlist.scss
13094
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/override/_plugin.scss
13095
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/scaffold-forms.scss
13096
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/styles-ie8.scss
13097
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/styles.scss
13098
%%MAGENTODIR%%/skin/frontend/rwd/default/scss/vendor/_normalize.scss
12016
%%MAGENTODIR%%/skin/install/default/default/css/boxes.css
13099
%%MAGENTODIR%%/skin/install/default/default/css/boxes.css
12017
%%MAGENTODIR%%/skin/install/default/default/css/clears.css
13100
%%MAGENTODIR%%/skin/install/default/default/css/clears.css
12018
%%MAGENTODIR%%/skin/install/default/default/css/ie7minus.css
13101
%%MAGENTODIR%%/skin/install/default/default/css/ie7minus.css
Lines 12041-12075 Link Here
12041
@owner %%WWWOWN%%
13124
@owner %%WWWOWN%%
12042
@group %%WWWGRP%%
13125
@group %%WWWGRP%%
12043
%%MAGENTODIR%%/var/.htaccess
13126
%%MAGENTODIR%%/var/.htaccess
13127
@mode 644
12044
%%MAGENTODIR%%/var/package/Cm_RedisSession-1.8.0.0.xml
13128
%%MAGENTODIR%%/var/package/Cm_RedisSession-1.8.0.0.xml
12045
%%MAGENTODIR%%/var/package/Interface_Adminhtml_Default-1.8.1.0.xml
13129
%%MAGENTODIR%%/var/package/Interface_Adminhtml_Default-1.9.0.0.xml
12046
%%MAGENTODIR%%/var/package/Interface_Frontend_Base_Default-1.8.1.0.xml
13130
%%MAGENTODIR%%/var/package/Interface_Frontend_Base_Default-1.9.0.0.xml
12047
%%MAGENTODIR%%/var/package/Interface_Frontend_Default-1.8.1.0.xml
13131
%%MAGENTODIR%%/var/package/Interface_Frontend_Default-1.9.0.0.xml
12048
%%MAGENTODIR%%/var/package/Interface_Install_Default-1.8.0.0.xml
13132
%%MAGENTODIR%%/var/package/Interface_Frontend_Rwd_Default-1.9.0.1.xml
13133
%%MAGENTODIR%%/var/package/Interface_Install_Default-1.9.0.0.xml
12049
%%MAGENTODIR%%/var/package/Lib_Cm-1.8.0.0.xml
13134
%%MAGENTODIR%%/var/package/Lib_Cm-1.8.0.0.xml
12050
%%MAGENTODIR%%/var/package/Lib_Credis-1.8.0.0.xml
13135
%%MAGENTODIR%%/var/package/Lib_Credis-1.8.0.0.xml
12051
%%MAGENTODIR%%/var/package/Lib_Google_Checkout-1.8.1.0.xml
13136
%%MAGENTODIR%%/var/package/Lib_Google_Checkout-1.8.1.0.xml
12052
%%MAGENTODIR%%/var/package/Lib_Js_Calendar-1.51.1.1.xml
13137
%%MAGENTODIR%%/var/package/Lib_Js_Calendar-1.51.1.1.xml
12053
%%MAGENTODIR%%/var/package/Lib_Js_Ext-1.7.0.0.xml
13138
%%MAGENTODIR%%/var/package/Lib_Js_Ext-1.7.0.0.xml
12054
%%MAGENTODIR%%/var/package/Lib_Js_Mage-1.8.1.0.xml
13139
%%MAGENTODIR%%/var/package/Lib_Js_Mage-1.9.0.0.xml
12055
%%MAGENTODIR%%/var/package/Lib_Js_Prototype-1.7.0.0.4.xml
13140
%%MAGENTODIR%%/var/package/Lib_Js_Prototype-1.7.0.0.5.xml
12056
%%MAGENTODIR%%/var/package/Lib_Js_TinyMCE-3.4.7.0.xml
13141
%%MAGENTODIR%%/var/package/Lib_Js_TinyMCE-3.4.7.1.xml
12057
%%MAGENTODIR%%/var/package/Lib_LinLibertineFont-2.8.14.1.xml
13142
%%MAGENTODIR%%/var/package/Lib_LinLibertineFont-2.8.14.1.xml
12058
%%MAGENTODIR%%/var/package/Lib_Mage-1.8.0.0.xml
13143
%%MAGENTODIR%%/var/package/Lib_Mage-1.8.0.0.xml
12059
%%MAGENTODIR%%/var/package/Lib_Magento-1.8.0.0.xml
13144
%%MAGENTODIR%%/var/package/Lib_Magento-1.9.0.0.xml
12060
%%MAGENTODIR%%/var/package/Lib_Phpseclib-1.5.0.0.xml
13145
%%MAGENTODIR%%/var/package/Lib_Phpseclib-1.5.0.0.xml
12061
%%MAGENTODIR%%/var/package/Lib_Varien-1.8.1.0.xml
13146
%%MAGENTODIR%%/var/package/Lib_Varien-1.9.0.0.xml
12062
%%MAGENTODIR%%/var/package/Lib_ZF-1.11.1.0.xml
13147
%%MAGENTODIR%%/var/package/Lib_ZF-1.12.3.0.xml
12063
%%MAGENTODIR%%/var/package/Lib_ZF_Locale-1.11.1.0.xml
13148
%%MAGENTODIR%%/var/package/Lib_ZF_Locale-1.12.3.0.xml
12064
%%MAGENTODIR%%/var/package/Mage_All_Latest-1.8.1.0.xml
13149
%%MAGENTODIR%%/var/package/Mage_All_Latest-1.9.0.1.xml
12065
%%MAGENTODIR%%/var/package/Mage_Centinel-1.8.0.0.xml
13150
%%MAGENTODIR%%/var/package/Mage_Centinel-1.9.0.1.xml
12066
%%MAGENTODIR%%/var/package/Mage_Compiler-1.8.1.0.xml
13151
%%MAGENTODIR%%/var/package/Mage_Compiler-1.9.0.1.xml
12067
%%MAGENTODIR%%/var/package/Mage_Core_Adminhtml-1.8.1.0.xml
13152
%%MAGENTODIR%%/var/package/Mage_Core_Adminhtml-1.9.0.0.xml
12068
%%MAGENTODIR%%/var/package/Mage_Core_Modules-1.8.1.0.xml
13153
%%MAGENTODIR%%/var/package/Mage_Core_Modules-1.9.0.1.xml
12069
%%MAGENTODIR%%/var/package/Mage_Downloader-1.8.1.0.xml
13154
%%MAGENTODIR%%/var/package/Mage_Downloader-1.9.0.1.xml
12070
%%MAGENTODIR%%/var/package/Mage_Locale_en_US-1.8.1.0.xml
13155
%%MAGENTODIR%%/var/package/Mage_Locale_de_DE-1.9.0.0.xml
12071
%%MAGENTODIR%%/var/package/Magento_Mobile-1.8.0.0.23.1.xml
13156
%%MAGENTODIR%%/var/package/Mage_Locale_en_US-1.9.0.0.xml
12072
%%MAGENTODIR%%/var/package/Phoenix_Moneybookers-1.3.2.xml
13157
%%MAGENTODIR%%/var/package/Mage_Locale_es_ES-1.9.0.0.xml
13158
%%MAGENTODIR%%/var/package/Mage_Locale_fr_FR-1.9.0.0.xml
13159
%%MAGENTODIR%%/var/package/Mage_Locale_nl_NL-1.9.0.0.xml
13160
%%MAGENTODIR%%/var/package/Mage_Locale_pt_BR-1.9.0.0.xml
13161
%%MAGENTODIR%%/var/package/Mage_Locale_zh_CN-1.9.0.0.xml
13162
%%MAGENTODIR%%/var/package/Magento_Mobile-1.8.0.0.23.2.xml
13163
%%MAGENTODIR%%/var/package/Phoenix_Moneybookers-1.3.2.1.xml
13164
@mode
12073
@owner
13165
@owner
12074
@group
13166
@group
12075
@dirrm %%MAGENTODIR%%/app/code/community/Cm/RedisSession/Model
13167
@dirrm %%MAGENTODIR%%/app/code/community/Cm/RedisSession/Model
Lines 12590-12595 Link Here
12590
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product/Options
13682
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product/Options
12591
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product
13683
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product
12592
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Reports
13684
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Reports
13685
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Security
12593
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping
13686
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping
12594
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Storage/Media
13687
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Storage/Media
12595
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Storage
13688
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Adminhtml/Model/System/Config/Source/Storage
Lines 12908-12913 Link Here
12908
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Api
14001
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Api
12909
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Api
14002
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Api
12910
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Groupprice
14003
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Groupprice
14004
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Startdate
12911
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend
14005
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend
12912
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Frontend
14006
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Frontend
12913
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Media/Api
14007
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Catalog/Model/Product/Attribute/Media/Api
Lines 13187-13192 Link Here
13187
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Controller
14281
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Controller
13188
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Helper/Wysiwyg
14282
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Helper/Wysiwyg
13189
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Helper
14283
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Helper
14284
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Adminhtml/Template
14285
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Adminhtml
13190
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Mysql4/Block
14286
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Mysql4/Block
13191
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Mysql4/Page
14287
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Mysql4/Page
13192
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Mysql4
14288
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Cms/Model/Mysql4
Lines 13823-13828 Link Here
13823
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Oauth/sql/oauth_setup
14919
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Oauth/sql/oauth_setup
13824
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Oauth/sql
14920
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Oauth/sql
13825
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Oauth
14921
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Oauth
14922
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html/Topmenu
13826
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html
14923
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Page/Block/Html
13827
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Page/Block/Js
14924
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Page/Block/Js
13828
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Page/Block/Template/Links
14925
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Page/Block/Template/Links
Lines 13896-13901 Link Here
13896
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config
14993
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System/Config
13897
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System
14994
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml/System
13898
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml
14995
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Adminhtml
14996
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Bml
13899
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Express/Review
14997
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Express/Review
13900
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Express
14998
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Express
13901
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Hosted/Pro
14999
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/Block/Hosted/Pro
Lines 13942-13947 Link Here
13942
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/sql/paypal_setup
15040
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/sql/paypal_setup
13943
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/sql
15041
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal/sql
13944
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal
15042
@dirrm %%MAGENTODIR%%/app/code/core/Mage/Paypal
15043
@dirrm %%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Block/Bml
13945
@dirrm %%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Block/Express
15044
@dirrm %%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Block/Express
13946
@dirrm %%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Block
15045
@dirrm %%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Block
13947
@dirrm %%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Helper
15046
@dirrm %%MAGENTODIR%%/app/code/core/Mage/PaypalUk/Helper
Lines 14877-14887 Link Here
14877
@dirrm %%MAGENTODIR%%/app/code/core/Mage/XmlConnect
15976
@dirrm %%MAGENTODIR%%/app/code/core/Mage/XmlConnect
14878
@dirrm %%MAGENTODIR%%/app/code/core/Mage
15977
@dirrm %%MAGENTODIR%%/app/code/core/Mage
14879
@dirrm %%MAGENTODIR%%/app/code/core/Zend/Db
15978
@dirrm %%MAGENTODIR%%/app/code/core/Zend/Db
14880
@dirrm %%MAGENTODIR%%/app/code/core/Zend/Pdf
14881
@dirrm %%MAGENTODIR%%/app/code/core/Zend/XmlRpc
15979
@dirrm %%MAGENTODIR%%/app/code/core/Zend/XmlRpc
14882
@dirrm %%MAGENTODIR%%/app/code/core/Zend
15980
@dirrm %%MAGENTODIR%%/app/code/core/Zend
14883
@dirrm %%MAGENTODIR%%/app/code/core
15981
@dirrm %%MAGENTODIR%%/app/code/core
15982
@dirrm %%MAGENTODIR%%/app/code/local
14884
@dirrm %%MAGENTODIR%%/app/code
15983
@dirrm %%MAGENTODIR%%/app/code
15984
@dirrm %%MAGENTODIR%%/app/design/adminhtml/default/default/etc
14885
@dirrm %%MAGENTODIR%%/app/design/adminhtml/default/default/layout
15985
@dirrm %%MAGENTODIR%%/app/design/adminhtml/default/default/layout
14886
@dirrm %%MAGENTODIR%%/app/design/adminhtml/default/default/locale/en_US
15986
@dirrm %%MAGENTODIR%%/app/design/adminhtml/default/default/locale/en_US
14887
@dirrm %%MAGENTODIR%%/app/design/adminhtml/default/default/locale
15987
@dirrm %%MAGENTODIR%%/app/design/adminhtml/default/default/locale
Lines 15380-15387 Link Here
15380
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/payflowlink
16480
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/payflowlink
15381
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/payment
16481
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/paypal/payment
15382
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/paypal
16482
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/paypal
15383
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/paypaluk/express
15384
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/paypaluk
15385
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/checkout/onepage
16483
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/checkout/onepage
15386
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/checkout
16484
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/checkout
15387
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/customer/form
16485
@dirrm %%MAGENTODIR%%/app/design/frontend/base/default/template/persistent/customer/form
Lines 15568-15574 Link Here
15568
@dirrm %%MAGENTODIR%%/app/design/frontend/default/modern/template
16666
@dirrm %%MAGENTODIR%%/app/design/frontend/default/modern/template
15569
@dirrm %%MAGENTODIR%%/app/design/frontend/default/modern
16667
@dirrm %%MAGENTODIR%%/app/design/frontend/default/modern
15570
@dirrm %%MAGENTODIR%%/app/design/frontend/default
16668
@dirrm %%MAGENTODIR%%/app/design/frontend/default
16669
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/etc
16670
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/layout
16671
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/locale/en_US
16672
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/locale
16673
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/authorizenet/directpost
16674
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/authorizenet
16675
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/option
16676
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle
16677
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/catalog/product/view/type
16678
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/catalog/product/view
16679
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/catalog/product
16680
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/catalog
16681
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/sales/order/items
16682
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/sales/order
16683
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle/sales
16684
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/bundle
16685
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/layer
16686
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/msrp
16687
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/navigation
16688
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/compare
16689
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/list
16690
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/type/availability
16691
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/type/options
16692
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view/type
16693
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/view
16694
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/widget/new/column
16695
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/widget/new/content
16696
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/widget/new
16697
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product/widget
16698
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog/product
16699
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalog
16700
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/cataloginventory/stockqty
16701
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/cataloginventory
16702
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalogsearch/advanced
16703
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/catalogsearch
16704
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/centinel/authentication
16705
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/centinel
16706
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/item/configure
16707
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/item
16708
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/minicart
16709
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/render
16710
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart/sidebar
16711
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/cart
16712
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/multishipping/item
16713
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/multishipping
16714
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/onepage/review
16715
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout/onepage
16716
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/checkout
16717
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/contacts
16718
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/account/dashboard
16719
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/account
16720
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/address
16721
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer/form
16722
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/customer
16723
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/directory
16724
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/catalog/product
16725
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/catalog
16726
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/checkout/cart/item
16727
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/checkout/cart
16728
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/checkout/onepage/review
16729
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/checkout/onepage
16730
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/checkout
16731
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/customer/products
16732
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/customer
16733
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/sales/order/items/renderer
16734
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/sales/order/items
16735
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/sales/order
16736
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable/sales
16737
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/downloadable
16738
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/newsletter
16739
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/oauth/authorize/form
16740
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/oauth/authorize
16741
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/oauth
16742
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/html/topmenu
16743
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/html
16744
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/page/template
16745
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/page
16746
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/payment/form
16747
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/payment/info
16748
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/payment
16749
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/express/minicart
16750
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/express/product
16751
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/express/review/shipping
16752
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/express/review
16753
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal/express
16754
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/paypal
16755
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/persistent/checkout/onepage
16756
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/persistent/checkout
16757
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/persistent/customer/form
16758
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/persistent/customer
16759
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/persistent
16760
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/compared/column
16761
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/compared/content
16762
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/compared
16763
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/viewed/column
16764
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/viewed/content
16765
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget/viewed
16766
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports/widget
16767
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/reports
16768
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/review/customer
16769
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/review/product/view
16770
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/review/product
16771
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/review
16772
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/creditmemo/items/renderer
16773
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/creditmemo/items
16774
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/creditmemo
16775
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/items/renderer
16776
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/items
16777
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order/shipment
16778
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/order
16779
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/widget/guest
16780
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales/widget
16781
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/sales
16782
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/sendfriend
16783
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/button
16784
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/item/column
16785
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist/item
16786
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template/wishlist
16787
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default/template
16788
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd/default
16789
@dirrm %%MAGENTODIR%%/app/design/frontend/rwd
15571
@dirrm %%MAGENTODIR%%/app/design/frontend
16790
@dirrm %%MAGENTODIR%%/app/design/frontend
16791
@dirrm %%MAGENTODIR%%/app/design/install/default/default/etc
15572
@dirrm %%MAGENTODIR%%/app/design/install/default/default/layout
16792
@dirrm %%MAGENTODIR%%/app/design/install/default/default/layout
15573
@dirrm %%MAGENTODIR%%/app/design/install/default/default/template/install/db
16793
@dirrm %%MAGENTODIR%%/app/design/install/default/default/template/install/db
15574
@dirrm %%MAGENTODIR%%/app/design/install/default/default/template/install
16794
@dirrm %%MAGENTODIR%%/app/design/install/default/default/template/install
Lines 15579-15588 Link Here
15579
@dirrm %%MAGENTODIR%%/app/design
16799
@dirrm %%MAGENTODIR%%/app/design
15580
@dirrm %%MAGENTODIR%%/app/etc/modules
16800
@dirrm %%MAGENTODIR%%/app/etc/modules
15581
@dirrm %%MAGENTODIR%%/app/etc
16801
@dirrm %%MAGENTODIR%%/app/etc
16802
@dirrm %%MAGENTODIR%%/app/locale/de_DE/template/email/sales
16803
@dirrm %%MAGENTODIR%%/app/locale/de_DE/template/email
16804
@dirrm %%MAGENTODIR%%/app/locale/de_DE/template
16805
@dirrm %%MAGENTODIR%%/app/locale/de_DE
15582
@dirrm %%MAGENTODIR%%/app/locale/en_US/template/email/sales
16806
@dirrm %%MAGENTODIR%%/app/locale/en_US/template/email/sales
15583
@dirrm %%MAGENTODIR%%/app/locale/en_US/template/email
16807
@dirrm %%MAGENTODIR%%/app/locale/en_US/template/email
15584
@dirrm %%MAGENTODIR%%/app/locale/en_US/template
16808
@dirrm %%MAGENTODIR%%/app/locale/en_US/template
15585
@dirrm %%MAGENTODIR%%/app/locale/en_US
16809
@dirrm %%MAGENTODIR%%/app/locale/en_US
16810
@dirrm %%MAGENTODIR%%/app/locale/es_ES/template/email/sales
16811
@dirrm %%MAGENTODIR%%/app/locale/es_ES/template/email
16812
@dirrm %%MAGENTODIR%%/app/locale/es_ES/template
16813
@dirrm %%MAGENTODIR%%/app/locale/es_ES
16814
@dirrm %%MAGENTODIR%%/app/locale/fr_FR/template/email/sales
16815
@dirrm %%MAGENTODIR%%/app/locale/fr_FR/template/email
16816
@dirrm %%MAGENTODIR%%/app/locale/fr_FR/template
16817
@dirrm %%MAGENTODIR%%/app/locale/fr_FR
16818
@dirrm %%MAGENTODIR%%/app/locale/nl_NL/template/email/sales
16819
@dirrm %%MAGENTODIR%%/app/locale/nl_NL/template/email
16820
@dirrm %%MAGENTODIR%%/app/locale/nl_NL/template
16821
@dirrm %%MAGENTODIR%%/app/locale/nl_NL
16822
@dirrm %%MAGENTODIR%%/app/locale/pt_BR/template/email/sales
16823
@dirrm %%MAGENTODIR%%/app/locale/pt_BR/template/email
16824
@dirrm %%MAGENTODIR%%/app/locale/pt_BR/template
16825
@dirrm %%MAGENTODIR%%/app/locale/pt_BR
16826
@dirrm %%MAGENTODIR%%/app/locale/zh_CN/template/email/sales
16827
@dirrm %%MAGENTODIR%%/app/locale/zh_CN/template/email
16828
@dirrm %%MAGENTODIR%%/app/locale/zh_CN/template
16829
@dirrm %%MAGENTODIR%%/app/locale/zh_CN
15586
@dirrm %%MAGENTODIR%%/app/locale
16830
@dirrm %%MAGENTODIR%%/app/locale
15587
@dirrm %%MAGENTODIR%%/app
16831
@dirrm %%MAGENTODIR%%/app
15588
@dirrm %%MAGENTODIR%%/downloader/Maged/Connect
16832
@dirrm %%MAGENTODIR%%/downloader/Maged/Connect
Lines 15848-15853 Link Here
15848
@dirrm %%MAGENTODIR%%/lib/Mage/System
17092
@dirrm %%MAGENTODIR%%/lib/Mage/System
15849
@dirrm %%MAGENTODIR%%/lib/Mage/Xml
17093
@dirrm %%MAGENTODIR%%/lib/Mage/Xml
15850
@dirrm %%MAGENTODIR%%/lib/Mage
17094
@dirrm %%MAGENTODIR%%/lib/Mage
17095
@dirrm %%MAGENTODIR%%/lib/Magento/Autoload
15851
@dirrm %%MAGENTODIR%%/lib/Magento/Db/Adapter/Pdo
17096
@dirrm %%MAGENTODIR%%/lib/Magento/Db/Adapter/Pdo
15852
@dirrm %%MAGENTODIR%%/lib/Magento/Db/Adapter
17097
@dirrm %%MAGENTODIR%%/lib/Magento/Db/Adapter
15853
@dirrm %%MAGENTODIR%%/lib/Magento/Db/Object
17098
@dirrm %%MAGENTODIR%%/lib/Magento/Db/Object
Lines 15960-15965 Link Here
15960
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/DocumentService/Adapter/WindowsAzure
17205
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/DocumentService/Adapter/WindowsAzure
15961
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/DocumentService/Adapter
17206
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/DocumentService/Adapter
15962
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/DocumentService
17207
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/DocumentService
17208
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure/Adapter
17209
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/Infrastructure
15963
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/QueueService/Adapter
17210
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/QueueService/Adapter
15964
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/QueueService
17211
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/QueueService
15965
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter
17212
@dirrm %%MAGENTODIR%%/lib/Zend/Cloud/StorageService/Adapter
Lines 16025-16030 Link Here
16025
@dirrm %%MAGENTODIR%%/lib/Zend/Dojo
17272
@dirrm %%MAGENTODIR%%/lib/Zend/Dojo
16026
@dirrm %%MAGENTODIR%%/lib/Zend/Dom/Query
17273
@dirrm %%MAGENTODIR%%/lib/Zend/Dom/Query
16027
@dirrm %%MAGENTODIR%%/lib/Zend/Dom
17274
@dirrm %%MAGENTODIR%%/lib/Zend/Dom
17275
@dirrm %%MAGENTODIR%%/lib/Zend/EventManager/Exception
17276
@dirrm %%MAGENTODIR%%/lib/Zend/EventManager/Filter
17277
@dirrm %%MAGENTODIR%%/lib/Zend/EventManager
16028
@dirrm %%MAGENTODIR%%/lib/Zend/Feed/Builder/Header
17278
@dirrm %%MAGENTODIR%%/lib/Zend/Feed/Builder/Header
16029
@dirrm %%MAGENTODIR%%/lib/Zend/Feed/Builder
17279
@dirrm %%MAGENTODIR%%/lib/Zend/Feed/Builder
16030
@dirrm %%MAGENTODIR%%/lib/Zend/Feed/Entry
17280
@dirrm %%MAGENTODIR%%/lib/Zend/Feed/Entry
Lines 16085-16090 Link Here
16085
@dirrm %%MAGENTODIR%%/lib/Zend/Form/Decorator
17335
@dirrm %%MAGENTODIR%%/lib/Zend/Form/Decorator
16086
@dirrm %%MAGENTODIR%%/lib/Zend/Form/Element
17336
@dirrm %%MAGENTODIR%%/lib/Zend/Form/Element
16087
@dirrm %%MAGENTODIR%%/lib/Zend/Form
17337
@dirrm %%MAGENTODIR%%/lib/Zend/Form
17338
@dirrm %%MAGENTODIR%%/lib/Zend/Gdata/Analytics/Extension
17339
@dirrm %%MAGENTODIR%%/lib/Zend/Gdata/Analytics
16088
@dirrm %%MAGENTODIR%%/lib/Zend/Gdata/App/Extension
17340
@dirrm %%MAGENTODIR%%/lib/Zend/Gdata/App/Extension
16089
@dirrm %%MAGENTODIR%%/lib/Zend/Gdata/App
17341
@dirrm %%MAGENTODIR%%/lib/Zend/Gdata/App
16090
@dirrm %%MAGENTODIR%%/lib/Zend/Gdata/Books/Extension
17342
@dirrm %%MAGENTODIR%%/lib/Zend/Gdata/Books/Extension
Lines 16117-16122 Link Here
16117
@dirrm %%MAGENTODIR%%/lib/Zend/Gdata
17369
@dirrm %%MAGENTODIR%%/lib/Zend/Gdata
16118
@dirrm %%MAGENTODIR%%/lib/Zend/Http/Client/Adapter
17370
@dirrm %%MAGENTODIR%%/lib/Zend/Http/Client/Adapter
16119
@dirrm %%MAGENTODIR%%/lib/Zend/Http/Client
17371
@dirrm %%MAGENTODIR%%/lib/Zend/Http/Client
17372
@dirrm %%MAGENTODIR%%/lib/Zend/Http/Header/Exception
17373
@dirrm %%MAGENTODIR%%/lib/Zend/Http/Header
16120
@dirrm %%MAGENTODIR%%/lib/Zend/Http/Response
17374
@dirrm %%MAGENTODIR%%/lib/Zend/Http/Response
16121
@dirrm %%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Adapter
17375
@dirrm %%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features/Adapter
16122
@dirrm %%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features
17376
@dirrm %%MAGENTODIR%%/lib/Zend/Http/UserAgent/Features
Lines 16162-16167 Link Here
16162
@dirrm %%MAGENTODIR%%/lib/Zend/Ldap/Node
17416
@dirrm %%MAGENTODIR%%/lib/Zend/Ldap/Node
16163
@dirrm %%MAGENTODIR%%/lib/Zend/Ldap
17417
@dirrm %%MAGENTODIR%%/lib/Zend/Ldap
16164
@dirrm %%MAGENTODIR%%/lib/Zend/Loader/Autoloader
17418
@dirrm %%MAGENTODIR%%/lib/Zend/Loader/Autoloader
17419
@dirrm %%MAGENTODIR%%/lib/Zend/Loader/Exception
16165
@dirrm %%MAGENTODIR%%/lib/Zend/Loader/PluginLoader
17420
@dirrm %%MAGENTODIR%%/lib/Zend/Loader/PluginLoader
16166
@dirrm %%MAGENTODIR%%/lib/Zend/Loader
17421
@dirrm %%MAGENTODIR%%/lib/Zend/Loader
16167
@dirrm %%MAGENTODIR%%/lib/Zend/Locale/Data
17422
@dirrm %%MAGENTODIR%%/lib/Zend/Locale/Data
Lines 16192-16197 Link Here
16192
@dirrm %%MAGENTODIR%%/lib/Zend/Memory/Container
17447
@dirrm %%MAGENTODIR%%/lib/Zend/Memory/Container
16193
@dirrm %%MAGENTODIR%%/lib/Zend/Memory
17448
@dirrm %%MAGENTODIR%%/lib/Zend/Memory
16194
@dirrm %%MAGENTODIR%%/lib/Zend/Mime
17449
@dirrm %%MAGENTODIR%%/lib/Zend/Mime
17450
@dirrm %%MAGENTODIR%%/lib/Zend/Mobile/Push/Exception
17451
@dirrm %%MAGENTODIR%%/lib/Zend/Mobile/Push/Message/Mpns
17452
@dirrm %%MAGENTODIR%%/lib/Zend/Mobile/Push/Message
17453
@dirrm %%MAGENTODIR%%/lib/Zend/Mobile/Push/Response
17454
@dirrm %%MAGENTODIR%%/lib/Zend/Mobile/Push/Test
17455
@dirrm %%MAGENTODIR%%/lib/Zend/Mobile/Push
17456
@dirrm %%MAGENTODIR%%/lib/Zend/Mobile
16195
@dirrm %%MAGENTODIR%%/lib/Zend/Navigation/Page
17457
@dirrm %%MAGENTODIR%%/lib/Zend/Navigation/Page
16196
@dirrm %%MAGENTODIR%%/lib/Zend/Navigation
17458
@dirrm %%MAGENTODIR%%/lib/Zend/Navigation
16197
@dirrm %%MAGENTODIR%%/lib/Zend/Oauth/Config
17459
@dirrm %%MAGENTODIR%%/lib/Zend/Oauth/Config
Lines 16265-16270 Link Here
16265
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Index/SegmentWriter
17527
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Index/SegmentWriter
16266
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Index/TermsStream
17528
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Index/TermsStream
16267
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Index
17529
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Index
17530
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Interface
16268
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Search/Highlighter
17531
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Search/Highlighter
16269
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Search/Query/Preprocessing
17532
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Search/Query/Preprocessing
16270
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Search/Query
17533
@dirrm %%MAGENTODIR%%/lib/Zend/Search/Lucene/Search/Query
Lines 16333-16348 Link Here
16333
@dirrm %%MAGENTODIR%%/lib/Zend/Service/LiveDocx
17596
@dirrm %%MAGENTODIR%%/lib/Zend/Service/LiveDocx
16334
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Nirvanix/Namespace
17597
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Nirvanix/Namespace
16335
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Nirvanix
17598
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Nirvanix
17599
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Rackspace/Files
17600
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Rackspace/Servers
17601
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Rackspace
16336
@dirrm %%MAGENTODIR%%/lib/Zend/Service/ReCaptcha/MailHide
17602
@dirrm %%MAGENTODIR%%/lib/Zend/Service/ReCaptcha/MailHide
16337
@dirrm %%MAGENTODIR%%/lib/Zend/Service/ReCaptcha
17603
@dirrm %%MAGENTODIR%%/lib/Zend/Service/ReCaptcha
16338
@dirrm %%MAGENTODIR%%/lib/Zend/Service/ShortUrl
17604
@dirrm %%MAGENTODIR%%/lib/Zend/Service/ShortUrl
16339
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Simpy
16340
@dirrm %%MAGENTODIR%%/lib/Zend/Service/SlideShare
17605
@dirrm %%MAGENTODIR%%/lib/Zend/Service/SlideShare
17606
@dirrm %%MAGENTODIR%%/lib/Zend/Service/SqlAzure/Management
17607
@dirrm %%MAGENTODIR%%/lib/Zend/Service/SqlAzure
16341
@dirrm %%MAGENTODIR%%/lib/Zend/Service/StrikeIron
17608
@dirrm %%MAGENTODIR%%/lib/Zend/Service/StrikeIron
16342
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Technorati
17609
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Technorati
16343
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Twitter
17610
@dirrm %%MAGENTODIR%%/lib/Zend/Service/Twitter
17611
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/PackageScaffolder
17612
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/bin
17613
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources/WebPICmdLine
17614
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources
17615
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web
17616
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources
17617
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder
17618
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders
17619
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/CommandLine
16344
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Credentials
17620
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Credentials
16345
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Diagnostics
17621
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Diagnostics
17622
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Log/Formatter
17623
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Log/Writer
17624
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Log
17625
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Management
16346
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/RetryPolicy
17626
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/RetryPolicy
16347
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Storage/Blob
17627
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Storage/Blob
16348
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Storage
17628
@dirrm %%MAGENTODIR%%/lib/Zend/Service/WindowsAzure/Storage
Lines 16358-16363 Link Here
16358
@dirrm %%MAGENTODIR%%/lib/Zend/Soap/Wsdl/Strategy
17638
@dirrm %%MAGENTODIR%%/lib/Zend/Soap/Wsdl/Strategy
16359
@dirrm %%MAGENTODIR%%/lib/Zend/Soap/Wsdl
17639
@dirrm %%MAGENTODIR%%/lib/Zend/Soap/Wsdl
16360
@dirrm %%MAGENTODIR%%/lib/Zend/Soap
17640
@dirrm %%MAGENTODIR%%/lib/Zend/Soap
17641
@dirrm %%MAGENTODIR%%/lib/Zend/Stdlib/Exception
17642
@dirrm %%MAGENTODIR%%/lib/Zend/Stdlib
16361
@dirrm %%MAGENTODIR%%/lib/Zend/Tag/Cloud/Decorator
17643
@dirrm %%MAGENTODIR%%/lib/Zend/Tag/Cloud/Decorator
16362
@dirrm %%MAGENTODIR%%/lib/Zend/Tag/Cloud
17644
@dirrm %%MAGENTODIR%%/lib/Zend/Tag/Cloud
16363
@dirrm %%MAGENTODIR%%/lib/Zend/Tag
17645
@dirrm %%MAGENTODIR%%/lib/Zend/Tag
Lines 16411-16416 Link Here
16411
@dirrm %%MAGENTODIR%%/lib/Zend/Validate/Db
17693
@dirrm %%MAGENTODIR%%/lib/Zend/Validate/Db
16412
@dirrm %%MAGENTODIR%%/lib/Zend/Validate/File
17694
@dirrm %%MAGENTODIR%%/lib/Zend/Validate/File
16413
@dirrm %%MAGENTODIR%%/lib/Zend/Validate/Hostname
17695
@dirrm %%MAGENTODIR%%/lib/Zend/Validate/Hostname
17696
@dirrm %%MAGENTODIR%%/lib/Zend/Validate/Ldap
16414
@dirrm %%MAGENTODIR%%/lib/Zend/Validate/Sitemap
17697
@dirrm %%MAGENTODIR%%/lib/Zend/Validate/Sitemap
16415
@dirrm %%MAGENTODIR%%/lib/Zend/Validate
17698
@dirrm %%MAGENTODIR%%/lib/Zend/Validate
16416
@dirrm %%MAGENTODIR%%/lib/Zend/View/Helper/Navigation
17699
@dirrm %%MAGENTODIR%%/lib/Zend/View/Helper/Navigation
Lines 16425-16430 Link Here
16425
@dirrm %%MAGENTODIR%%/lib/Zend/Wildfire/Plugin
17708
@dirrm %%MAGENTODIR%%/lib/Zend/Wildfire/Plugin
16426
@dirrm %%MAGENTODIR%%/lib/Zend/Wildfire/Protocol
17709
@dirrm %%MAGENTODIR%%/lib/Zend/Wildfire/Protocol
16427
@dirrm %%MAGENTODIR%%/lib/Zend/Wildfire
17710
@dirrm %%MAGENTODIR%%/lib/Zend/Wildfire
17711
@dirrm %%MAGENTODIR%%/lib/Zend/Xml
16428
@dirrm %%MAGENTODIR%%/lib/Zend/XmlRpc/Client
17712
@dirrm %%MAGENTODIR%%/lib/Zend/XmlRpc/Client
16429
@dirrm %%MAGENTODIR%%/lib/Zend/XmlRpc/Generator
17713
@dirrm %%MAGENTODIR%%/lib/Zend/XmlRpc/Generator
16430
@dirrm %%MAGENTODIR%%/lib/Zend/XmlRpc/Request
17714
@dirrm %%MAGENTODIR%%/lib/Zend/XmlRpc/Request
Lines 16548-16553 Link Here
16548
@dirrm %%MAGENTODIR%%/skin/frontend/default/modern/images
17832
@dirrm %%MAGENTODIR%%/skin/frontend/default/modern/images
16549
@dirrm %%MAGENTODIR%%/skin/frontend/default/modern
17833
@dirrm %%MAGENTODIR%%/skin/frontend/default/modern
16550
@dirrm %%MAGENTODIR%%/skin/frontend/default
17834
@dirrm %%MAGENTODIR%%/skin/frontend/default
17835
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/css
17836
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/images/media
17837
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/images
17838
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/js/lib/elevatezoom
17839
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/js/lib
17840
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/js
17841
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/scss/content
17842
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/scss/core
17843
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/scss/function
17844
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/scss/layout
17845
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/scss/mixin
17846
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/scss/module
17847
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/scss/override
17848
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/scss/vendor
17849
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default/scss
17850
@dirrm %%MAGENTODIR%%/skin/frontend/rwd/default
17851
@dirrm %%MAGENTODIR%%/skin/frontend/rwd
16551
@dirrm %%MAGENTODIR%%/skin/frontend
17852
@dirrm %%MAGENTODIR%%/skin/frontend
16552
@dirrm %%MAGENTODIR%%/skin/install/default/default/css
17853
@dirrm %%MAGENTODIR%%/skin/install/default/default/css
16553
@dirrm %%MAGENTODIR%%/skin/install/default/default/images
17854
@dirrm %%MAGENTODIR%%/skin/install/default/default/images
Lines 16555-16560 Link Here
16555
@dirrm %%MAGENTODIR%%/skin/install/default
17856
@dirrm %%MAGENTODIR%%/skin/install/default
16556
@dirrm %%MAGENTODIR%%/skin/install
17857
@dirrm %%MAGENTODIR%%/skin/install
16557
@dirrm %%MAGENTODIR%%/skin
17858
@dirrm %%MAGENTODIR%%/skin
17859
@dirrmtry %%MAGENTODIR%%/var/package/tmp
16558
@dirrmtry %%MAGENTODIR%%/var/package
17860
@dirrmtry %%MAGENTODIR%%/var/package
16559
@dirrmtry %%MAGENTODIR%%/var
17861
@dirrmtry %%MAGENTODIR%%/var
16560
@dirrm %%MAGENTODIR%%
17862
@dirrm %%MAGENTODIR%%

Return to bug 193502