Version Notes
Nope.
12-10-2010
==========
- Added fix for selecting individual export files index.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Downloadexports |
Version | 0.2.0 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.2.0
app/code/local/Mage/Downloadexports/controllers/Adminhtml/ExportviewController.php
CHANGED
@@ -29,7 +29,7 @@ class Mage_Downloadexports_Adminhtml_ExportviewController extends Mage_Adminhtml
|
|
29 |
header("Content-Disposition: attachment; filename=\"export_".date('m-d-Y').".zip\";\n\n");
|
30 |
die(passthru("zip -j - $zip_str | cat"));
|
31 |
} else {
|
32 |
-
$v = $post['downloadform']['export']
|
33 |
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT\n");
|
34 |
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
|
35 |
header("Content-type: text/csv;\n");
|
29 |
header("Content-Disposition: attachment; filename=\"export_".date('m-d-Y').".zip\";\n\n");
|
30 |
die(passthru("zip -j - $zip_str | cat"));
|
31 |
} else {
|
32 |
+
$v = array_shift($post['downloadform']['export']);
|
33 |
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT\n");
|
34 |
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
|
35 |
header("Content-type: text/csv;\n");
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Downloadexports</name>
|
4 |
-
<version>0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -18,11 +18,15 @@ Once installed it is visible under the menu System > Import/Export > Downl
|
|
18 |
Installation
|
19 |
|
20 |
It is very important to chmod recursively the var directory in magento's document root to 0777. It's alright, the .htaccess on this directory will still prevent any unwanted eyes from downloading the files over the web.</description>
|
21 |
-
<notes>Nope
|
|
|
|
|
|
|
|
|
22 |
<authors><author><name>Brad Zasada</name><user>auto-converted</user><email>zasadab03@gmail.com</email></author></authors>
|
23 |
-
<date>2010-
|
24 |
-
<time>
|
25 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="downloadexports.xml" hash="40af93bd0c91d7b258c2da9ccf3a49dc"/></dir><dir name="template"><dir name="downloadexports"><file name="exportview.phtml" hash="fd853dc26cd4e0f75decaa1aebb553dc"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Mage"><dir name="Downloadexports"><dir name="Block"><file name="Exportview.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExportviewController.php" hash="
|
26 |
<compatible/>
|
27 |
<dependencies/>
|
28 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Downloadexports</name>
|
4 |
+
<version>0.2.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
18 |
Installation
|
19 |
|
20 |
It is very important to chmod recursively the var directory in magento's document root to 0777. It's alright, the .htaccess on this directory will still prevent any unwanted eyes from downloading the files over the web.</description>
|
21 |
+
<notes>Nope.
|
22 |
+
|
23 |
+
12-10-2010
|
24 |
+
==========
|
25 |
+
- Added fix for selecting individual export files index.</notes>
|
26 |
<authors><author><name>Brad Zasada</name><user>auto-converted</user><email>zasadab03@gmail.com</email></author></authors>
|
27 |
+
<date>2010-12-10</date>
|
28 |
+
<time>18:47:37</time>
|
29 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="downloadexports.xml" hash="40af93bd0c91d7b258c2da9ccf3a49dc"/></dir><dir name="template"><dir name="downloadexports"><file name="exportview.phtml" hash="fd853dc26cd4e0f75decaa1aebb553dc"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Mage"><dir name="Downloadexports"><dir name="Block"><file name="Exportview.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExportviewController.php" hash="4bcec2dca2728bf7f870121488fd35d9"/></dir></dir><dir name="etc"><file name="config.xml" hash="27c4206c0d0af124cb6e940a5098c582"/></dir><dir name="Helper"><file name="Data.php" hash="83c91780a78eb431619445de0a3c5284"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Downloadexports.xml" hash="9cde0ce7caa45608e0de3052044d20ad"/></dir></target></contents>
|
30 |
<compatible/>
|
31 |
<dependencies/>
|
32 |
</package>
|