Version Notes
1.0.3
Download this release
Release Info
Developer | Magento Core Team |
Extension | Find_Feed |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.3
- app/code/community/Find/Feed/Block/Adminhtml/Edit/Codes.php +1 -1
- app/code/community/Find/Feed/Block/Adminhtml/List/Codes.php +2 -2
- app/code/community/Find/Feed/Block/Adminhtml/List/Items.php +1 -1
- app/code/community/Find/Feed/etc/adminhtml.xml +3 -3
- app/design/adminhtml/default/find/template/head/window.phtml +0 -26
- app/locale/en_US/Find_Feed.csv +0 -44
- package.xml +8 -8
app/code/community/Find/Feed/Block/Adminhtml/Edit/Codes.php
CHANGED
@@ -59,6 +59,6 @@ class Find_Feed_Block_Adminhtml_Edit_Codes extends Mage_Adminhtml_Block_Widget_F
|
|
59 |
*/
|
60 |
public function getHeaderText()
|
61 |
{
|
62 |
-
return Mage::helper('find_feed')->__('Import
|
63 |
}
|
64 |
}
|
59 |
*/
|
60 |
public function getHeaderText()
|
61 |
{
|
62 |
+
return Mage::helper('find_feed')->__('Import attribute map');
|
63 |
}
|
64 |
}
|
app/code/community/Find/Feed/Block/Adminhtml/List/Codes.php
CHANGED
@@ -42,8 +42,8 @@ class Find_Feed_Block_Adminhtml_List_Codes extends Mage_Adminhtml_Block_Widget_G
|
|
42 |
{
|
43 |
$this->_blockGroup = 'find_feed';
|
44 |
$this->_controller = 'adminhtml_list_codes';
|
45 |
-
$this->_headerText = Mage::helper('find_feed')->__('Attributes
|
46 |
-
$this->_addButtonLabel = Mage::helper('find_feed')->__('Add
|
47 |
|
48 |
parent::__construct();
|
49 |
|
42 |
{
|
43 |
$this->_blockGroup = 'find_feed';
|
44 |
$this->_controller = 'adminhtml_list_codes';
|
45 |
+
$this->_headerText = Mage::helper('find_feed')->__('Attributes map');
|
46 |
+
$this->_addButtonLabel = Mage::helper('find_feed')->__('Add new');
|
47 |
|
48 |
parent::__construct();
|
49 |
|
app/code/community/Find/Feed/Block/Adminhtml/List/Items.php
CHANGED
@@ -42,7 +42,7 @@ class Find_Feed_Block_Adminhtml_List_Items extends Mage_Adminhtml_Block_Widget_G
|
|
42 |
{
|
43 |
$this->_blockGroup = 'find_feed';
|
44 |
$this->_controller = 'adminhtml_list_items';
|
45 |
-
$this->_headerText = Mage::helper('find_feed')->__('Product
|
46 |
|
47 |
parent::__construct();
|
48 |
|
42 |
{
|
43 |
$this->_blockGroup = 'find_feed';
|
44 |
$this->_controller = 'adminhtml_list_items';
|
45 |
+
$this->_headerText = Mage::helper('find_feed')->__('Product import');
|
46 |
|
47 |
parent::__construct();
|
48 |
|
app/code/community/Find/Feed/etc/adminhtml.xml
CHANGED
@@ -30,16 +30,16 @@
|
|
30 |
<catalog translate="title" module="find_feed">
|
31 |
<children>
|
32 |
<feed translate="title" module="find_feed">
|
33 |
-
<title>TheFind
|
34 |
<sort_order>5</sort_order>
|
35 |
<children>
|
36 |
<import_products translate="title" module="find_feed">
|
37 |
-
<title>Manage
|
38 |
<action>adminhtml/codes_grid/index</action>
|
39 |
<sort_order>5</sort_order>
|
40 |
</import_products>
|
41 |
<import_items translate="title" module="find_feed">
|
42 |
-
<title>Manage
|
43 |
<action>adminhtml/items_grid/index</action>
|
44 |
<sort_order>10</sort_order>
|
45 |
</import_items>
|
30 |
<catalog translate="title" module="find_feed">
|
31 |
<children>
|
32 |
<feed translate="title" module="find_feed">
|
33 |
+
<title>TheFind feed</title>
|
34 |
<sort_order>5</sort_order>
|
35 |
<children>
|
36 |
<import_products translate="title" module="find_feed">
|
37 |
+
<title>Manage attributes</title>
|
38 |
<action>adminhtml/codes_grid/index</action>
|
39 |
<sort_order>5</sort_order>
|
40 |
</import_products>
|
41 |
<import_items translate="title" module="find_feed">
|
42 |
+
<title>Manage items</title>
|
43 |
<action>adminhtml/items_grid/index</action>
|
44 |
<sort_order>10</sort_order>
|
45 |
</import_items>
|
app/design/adminhtml/default/find/template/head/window.phtml
CHANGED
@@ -1,29 +1,3 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package default_find
|
23 |
-
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
<script type="text/javascript">
|
28 |
function openNewImportWindow(url) {
|
29 |
dialog_import_window = Dialog.info('', {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<script type="text/javascript">
|
2 |
function openNewImportWindow(url) {
|
3 |
dialog_import_window = Dialog.info('', {
|
app/locale/en_US/Find_Feed.csv
DELETED
@@ -1,44 +0,0 @@
|
|
1 |
-
"%s codes deleted","%s codes deleted"
|
2 |
-
"%s codes imported","%s codes imported"
|
3 |
-
"%s codes not imported","%s codes not imported"
|
4 |
-
"%s product in feed.","%s product in feed."
|
5 |
-
"%s product not in feed.","%s product not in feed."
|
6 |
-
"Add New","Add New"
|
7 |
-
"Attrib. Set Name","Attrib. Set Name"
|
8 |
-
"Attributes Map","Attributes Map"
|
9 |
-
"Cron Frequency","Cron Frequency"
|
10 |
-
"Cron Hour","Cron Hour"
|
11 |
-
"Delete","Delete"
|
12 |
-
"Eav code","Eav code"
|
13 |
-
"FTP Password","FTP Password"
|
14 |
-
"FTP Path","FTP Path"
|
15 |
-
"FTP Server","FTP Server"
|
16 |
-
"FTP Settings","FTP Settings"
|
17 |
-
"FTP User","FTP User"
|
18 |
-
"FTP: Can't delete files","FTP: Can't delete files"
|
19 |
-
"Feed","Feed"
|
20 |
-
"Feed code","Feed code"
|
21 |
-
"ID","ID"
|
22 |
-
"Import","Import"
|
23 |
-
"Import Attribute Map","Import Attribute Map"
|
24 |
-
"Import code","Import code"
|
25 |
-
"In feed","In feed"
|
26 |
-
"In order to access your FTP account information, you must first register and verify your store in TheFind Merchant Center. Click <a href=""https://merchant.thefind.com/mc/claim.fhtml"">here</a> to get started.","In order to access your FTP account information, you must first register and verify your store in TheFind Merchant Center. Click <a href=""https://merchant.thefind.com/mc/claim.fhtml"">here</a> to get started."
|
27 |
-
"Is imported","Is imported"
|
28 |
-
"Item params","Item params"
|
29 |
-
"Manage Attributes","Manage Attributes"
|
30 |
-
"Manage Items","Manage Items"
|
31 |
-
"Not import","Not import"
|
32 |
-
"Not publish","Not publish"
|
33 |
-
"Price","Price"
|
34 |
-
"Product Import","Product Import"
|
35 |
-
"Product Name","Product Name"
|
36 |
-
"Publish","Publish"
|
37 |
-
"SKU","SKU"
|
38 |
-
"Settings","Settings"
|
39 |
-
"The Find","The Find"
|
40 |
-
"TheFind Feed Filename","TheFind Feed Filename"
|
41 |
-
"TheFind Feed","TheFind Feed"
|
42 |
-
"Type","Type"
|
43 |
-
"Unable to process an import. ","Unable to process an import. "
|
44 |
-
"Update TheFind Item when Product is Updated","Update TheFind Item when Product is Updated"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Find_Feed</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Integration with TheFind shopping engine</summary>
|
10 |
<description>Current integration includes managing product feeds from Magento store to TheFind, mapping of Magento Attributes to TheFind structure.</description>
|
11 |
-
<notes>1.0.
|
12 |
-
<authors><author><name>Magento Core Team</name><user>
|
13 |
-
<date>2010-
|
14 |
-
<time>
|
15 |
-
<contents><target name="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.4.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Find_Feed</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Integration with TheFind shopping engine</summary>
|
10 |
<description>Current integration includes managing product feeds from Magento store to TheFind, mapping of Magento Attributes to TheFind structure.</description>
|
11 |
+
<notes>1.0.3</notes>
|
12 |
+
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
+
<date>2010-11-29</date>
|
14 |
+
<time>2010-11-29</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Find"><dir name="Feed"><dir name="Block"><dir name="Adminhtml"><dir name="Edit"><dir name="Codes"><dir name="Edit"><file name="Form.php" hash="4aa1336d9648c10692cc5d4d37b88cb4"/></dir></dir><file name="Codes.php" hash="eaafd729ceda1273b4e65c475de394ed"/></dir><dir name="List"><dir name="Codes"><file name="Grid.php" hash="5a196798c6672b4b1245b4216bd0a3d6"/></dir><file name="Codes.php" hash="f794a6a9f2a2569fb341e2e9c9ad2605"/><dir name="Items"><file name="Grid.php" hash="2d8389a3972a7b6774e842e4fb941c58"/></dir><file name="Items.php" hash="414fda87d6a0a800bdae5388b21e1215"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="2dc788cdff15161c0d32ae12e1b53369"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Source"><dir name="Cron"><file name="Frequency.php" hash="d828f96f82321538d21eb150f50509e7"/><file name="Hours.php" hash="27fe6c65c7f8610363bfc009d3b0475f"/></dir></dir></dir></dir><file name="Codes.php" hash="fccdc26d340b2c2402442e35a1a616b7"/><file name="Import.php" hash="319a17cc4b688f0688bb4bee7551a98f"/><dir name="Mysql4"><dir name="Codes"><file name="Collection.php" hash="d7b8bcd8b9d8603517d61b22b1877434"/></dir><file name="Codes.php" hash="219ca82f1a636c0d1d5e7a330654762b"/><file name="Setup.php" hash="9ceadb63c6cad10a1261b8ef00ae18b6"/></dir><file name="Observer.php" hash="7f1652ed621c677dbaf2e373508de3e3"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Codes"><file name="GridController.php" hash="8f30b8c3a43745ce6bd9b1f8a8bf5759"/></dir><dir name="Items"><file name="GridController.php" hash="336eb0939e35e1206c6ffadb03f7a987"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="ef23ae90295aa2f49aa245341e520394"/><file name="config.xml" hash="5a7005d6ebbb8686581c99df486b9db2"/><file name="system.xml" hash="2ba2baba6137fca4886eb8c6a64fdc9c"/></dir><dir name="sql"><dir name="find_feed_setup"><file name="mysql4-install-0.0.1.php" hash="17a1710a9a60f5a3bc3d417ff9760751"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="ddf3c9d15a73a7f51a5fb3714a8b29f7"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Find_Feed.xml" hash="a75332e3ae92f4b253aca19e60f8c15c"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="find"><dir name="template"><dir><dir name="head"><file name="window.phtml" hash="9d13baa5f42c4415110af2e0461d53d5"/></dir></dir></dir><dir name="layout"><file name="feed.xml" hash="74469083c4d9485dcbafd7409d828542"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Find_Feed.csv" hash=""/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.4.2.0</min><max>1.4.3</max></package></required></dependencies>
|
18 |
</package>
|