Version Notes
v1.3.3 - This version is to support the v1.2.0 community package.
Download this release
Release Info
Developer | Michael Oxley |
Extension | AdvertiseColors |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.3
app/code/community/Advertise/Importer/Block/Adminhtml/Importermanager.php
CHANGED
@@ -43,13 +43,7 @@ class Advertise_Importer_Block_Adminhtml_Importermanager extends Mage_Adminhtml_
|
|
43 |
* @return string
|
44 |
*/
|
45 |
protected function _getAdsIframeUrl() {
|
46 |
-
|
47 |
-
$url = 'http://advertise.local/frameads?email=';
|
48 |
-
//Mage::log('Locally testing feeds.');
|
49 |
-
} else {
|
50 |
-
$url = 'http://i.adverti.se/frameads?email=';
|
51 |
-
}
|
52 |
-
$url = $url .
|
53 |
$this->getAdvertiseEmail() .
|
54 |
'&site=' . $this->getBaseUrl();
|
55 |
|
43 |
* @return string
|
44 |
*/
|
45 |
protected function _getAdsIframeUrl() {
|
46 |
+
$url = 'http://i.adverti.se/frameads?email=' .
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
$this->getAdvertiseEmail() .
|
48 |
'&site=' . $this->getBaseUrl();
|
49 |
|
app/code/community/Advertise/Importer/Model/Config.php
CHANGED
@@ -41,13 +41,7 @@ class Advertise_Importer_Model_Config extends Varien_Object
|
|
41 |
public function getAdvertiseFeed()
|
42 |
{
|
43 |
$restore = Mage::getSingleton('core/app') -> getRequest() -> getParam('restore', null);
|
44 |
-
|
45 |
-
$url = 'http://advertise.local/feeds/magento/email:';
|
46 |
-
//Mage::log('Locally testing feeds.');
|
47 |
-
} else {
|
48 |
-
$url = 'http://i.adverti.se/feeds/magento/email:';
|
49 |
-
}
|
50 |
-
$url = $url .
|
51 |
$this->getAdvertiseEmail() .
|
52 |
'/site:' . $this->getBaseUrl() . 'restore:' . $restore; // No slash before restore as BaseUrl has a trailing slash already
|
53 |
Mage::log("Importing feed from URL: ".$url);
|
41 |
public function getAdvertiseFeed()
|
42 |
{
|
43 |
$restore = Mage::getSingleton('core/app') -> getRequest() -> getParam('restore', null);
|
44 |
+
$url = 'http://i.adverti.se/feeds/magento/email:' .
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
$this->getAdvertiseEmail() .
|
46 |
'/site:' . $this->getBaseUrl() . 'restore:' . $restore; // No slash before restore as BaseUrl has a trailing slash already
|
47 |
Mage::log("Importing feed from URL: ".$url);
|
package.xml
CHANGED
@@ -1,20 +1,19 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>AdvertiseColors</name>
|
4 |
-
<version>1.3.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Automated colour attribute setting using image recognition technology. Say goodbye to hours of manual tedium!</summary>
|
10 |
<description>With Colors by Adverti.se you won't have to waste another minute in the tedious task of setting color values on your products. With this extension your product images will be scanned, and the color of the product extracted and set as an attribute.</description>
|
11 |
-
<notes
|
12 |
-
|
13 |
-
v1.3.2 - move to stable.</notes>
|
14 |
<authors><author><name>Michael Oxley</name><user>advertise</user><email>mike@adverti.se</email></author></authors>
|
15 |
-
<date>2012-
|
16 |
-
<time>
|
17 |
-
<contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Advertise_Importer.xml" hash="9f6a4e4e58bb83102555918502505e7f"/></dir></dir><dir name="code"><dir name="community"><dir name="Advertise"><dir name="Importer"><dir name="Block"><dir name="Adminhtml"><dir name="Importer"><file name="Grid.php" hash="a68e394bd6635b7c062b6ca37a9913f2"/></dir><file name="Importermanager.php" hash="
|
18 |
<compatible/>
|
19 |
-
<dependencies><required><php><min>5.
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>AdvertiseColors</name>
|
4 |
+
<version>1.3.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Automated colour attribute setting using image recognition technology. Say goodbye to hours of manual tedium!</summary>
|
10 |
<description>With Colors by Adverti.se you won't have to waste another minute in the tedious task of setting color values on your products. With this extension your product images will be scanned, and the color of the product extracted and set as an attribute.</description>
|
11 |
+
<notes>
|
12 |
+
v1.3.3 - This version is to support the v1.2.0 community package.</notes>
|
|
|
13 |
<authors><author><name>Michael Oxley</name><user>advertise</user><email>mike@adverti.se</email></author></authors>
|
14 |
+
<date>2012-10-07</date>
|
15 |
+
<time>13:17:23</time>
|
16 |
+
<contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Advertise_Importer.xml" hash="9f6a4e4e58bb83102555918502505e7f"/></dir></dir><dir name="code"><dir name="community"><dir name="Advertise"><dir name="Importer"><dir name="Block"><dir name="Adminhtml"><dir name="Importer"><file name="Grid.php" hash="a68e394bd6635b7c062b6ca37a9913f2"/></dir><file name="Importermanager.php" hash="405da61ccb8677faf7c0a45c75667d9b"/><dir name="Job"><file name="Grid.php" hash="dd97b1687524b94c298b44cf5f20cac2"/></dir><file name="Job.php" hash="591c8639dc38ecac1e6befe0f1c8dc3e"/><file name="Queue.php" hash="0e3637fef81851e1366b24b1d723152e"/></dir><file name="Index.php" hash="a83b5e7dcef58fd936d9fee675db25e8"/></dir><dir name="Helper"><file name="Data.php" hash="9a0f7f9c257408301c622796dd192119"/></dir><dir name="Model"><file name="Adapter.php" hash="4e96aa1c3dc9ab776372402a403e1786"/><file name="Config.php" hash="b08acd56cb90c922ad9c956fd864adca"/><file name="Feed.php" hash="4c5075cb32782933e1ee762c7f9615dc"/><file name="Import.php" hash="5f3d0b0a371bfba589a03c68ad6e354d"/><file name="Importer.php" hash="14f412d67c9c98d83a2e90a096ee19e8"/><file name="Job.php" hash="6a1d0f5f94212f437d26033c0ebd0a55"/><dir name="Mysql4"><dir name="Import"><file name="Collection.php" hash="44a0cbfec2ef7c26853fff9d14032401"/></dir><file name="Import.php" hash="d79959ab2a67602b7b8d2e81f7020285"/><dir name="Job"><file name="Collection.php" hash="574bcbc3a72eb06a5a63319658484dd5"/></dir><file name="Job.php" hash="935203cd519d8822266ac178bbf74ce1"/></dir><file name="Scheduler.php" hash="a9ce4a121c81a7861ebd0f9a4d8b5c56"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ImportermanagerController.php" hash="bd2ee8a8e47d4eb6c64560bfa264ba11"/><file name="JobController.php" hash="6c04ba54f03c3f01328a37eb55010032"/><file name="QueueController.php" hash="6e441e2f64d7369784d73952da228de7"/></dir><file name="IndexController.php" hash="27249891af9527898e5319f48cab7b80"/></dir><dir name="etc"><file name="adminhtml.xml" hash="27de6cabdddece88a7e038d292142d08"/><file name="config.xml" hash="e798aa5a987a288bc3c748a61aafb882"/><file name="system.xml" hash="5a822c56bba93c44ba84028da8f23f55"/></dir><dir name="sql"><dir name="importer_setup"><file name="mysql4-install-0.1.0.php" hash="c24a2ac39aea1e7cc0bf0112e1cf75c4"/><file name="mysql4-install-0.1.1.php" hash="a6bbb0a0a58a0199f1591722984b0519"/><file name="mysql4-install-2.0.0.php" hash="a6bbb0a0a58a0199f1591722984b0519"/><file name="upgrade-0.1.0-0.1.1.php" hash="daf24b0aa31f4431a28f3c7f13354089"/></dir></dir></dir></dir></dir></dir><dir name="locale"><dir name="fr_FR"><file name="Advertise_Importer.csv" hash="4d6250249f1dda84d2a1625d1ff6c783"/></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="settings.xml" hash="38c3341d4c4fb32dc50c33ff9d97e7d5"/><file name="importer.xml" hash="43692d3c7ba4585455a240ad0f32ac67"/></dir><dir name="template"><dir name="importer"><file name="importermanager.phtml" hash="c34f94aa2f98f6a04c853cecf4feb6f4"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="cms.xml" hash=""/></dir><dir name="template"><dir name="advertise"><file name="adminbar.phtml" hash=""/></dir></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="importer.xml" hash="d96384f4bae7571daca452e1947e4021"/></dir><dir name="template"><dir name="importer"><file name="index.phtml" hash="978e8c3a1315f29bdca94c0f2cd7e1c4"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
+
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php><package><name>AdvertiseCommunity</name><channel>community</channel><min>1.2.0</min><max>1.2.9</max></package></required></dependencies>
|
19 |
</package>
|