Version Notes
Enhance your site content by displaying most saled products
Download this release
Release Info
Developer | Magento Core Team |
Extension | Ayaline_BestSales |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
- app/code/community/Ayaline/BestSales/Block/List.php +1 -1
- app/code/community/Ayaline/BestSales/Block/Sidebar.php +1 -1
- app/code/community/Ayaline/BestSales/Block/Widget/BestSales.php +1 -1
- app/code/community/Ayaline/BestSales/Helper/Data.php +1 -1
- app/code/community/Ayaline/BestSales/Model/Adminhtml/System/Config/Source/ListMode.php +1 -1
- app/code/community/Ayaline/BestSales/Model/BestSales.php +1 -1
- app/code/community/Ayaline/BestSales/Model/BestSalesIndex.php +1 -1
- app/code/community/Ayaline/BestSales/Model/Mysql4/BestSales.php +1 -1
- app/code/community/Ayaline/BestSales/Model/Mysql4/BestSales/Collection.php +1 -1
- app/code/community/Ayaline/BestSales/Model/Mysql4/BestSalesIndex.php +1 -1
- app/code/community/Ayaline/BestSales/Model/Observer.php +1 -1
- app/code/community/Ayaline/BestSales/controllers/Catalog/BestsalesController.php +1 -1
- app/code/community/Ayaline/BestSales/etc/adminhtml.xml +1 -1
- app/code/community/Ayaline/BestSales/etc/config.xml +2 -2
- app/code/community/Ayaline/BestSales/etc/system.xml +1 -1
- app/code/community/Ayaline/BestSales/etc/widget.xml +1 -1
- app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-install-0.1.0.php +1 -1
- app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
- app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.1-0.1.2.php +1 -1
- app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.2-0.1.3.php +1 -1
- app/etc/modules/Ayaline_BestSales.xml +1 -1
- package.xml +5 -5
app/code/community/Ayaline/BestSales/Block/List.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/Block/Sidebar.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/Block/Widget/BestSales.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/Helper/Data.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/Model/Adminhtml/System/Config/Source/ListMode.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/Model/BestSales.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/Model/BestSalesIndex.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/Model/Mysql4/BestSales.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/Model/Mysql4/BestSales/Collection.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/Model/Mysql4/BestSalesIndex.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/Model/Observer.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/controllers/Catalog/BestsalesController.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/etc/adminhtml.xml
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Ayaline_BestSales
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
7 |
* @package Ayaline_BestSales
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
app/code/community/Ayaline/BestSales/etc/config.xml
CHANGED
@@ -7,13 +7,13 @@
|
|
7 |
* @package Ayaline_BestSales
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
14 |
<modules>
|
15 |
<Ayaline_BestSales>
|
16 |
-
<version>1.1</version>
|
17 |
</Ayaline_BestSales>
|
18 |
</modules>
|
19 |
<global>
|
7 |
* @package Ayaline_BestSales
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
14 |
<modules>
|
15 |
<Ayaline_BestSales>
|
16 |
+
<version>1.1.1</version>
|
17 |
</Ayaline_BestSales>
|
18 |
</modules>
|
19 |
<global>
|
app/code/community/Ayaline/BestSales/etc/system.xml
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Ayaline_BestSales
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
7 |
* @package Ayaline_BestSales
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
app/code/community/Ayaline/BestSales/etc/widget.xml
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Ayaline_BestSales
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<widgets>
|
7 |
* @package Ayaline_BestSales
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
11 |
*/
|
12 |
-->
|
13 |
<widgets>
|
app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-install-0.1.0.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.1-0.1.2.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.2-0.1.3.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_BestSales
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/etc/modules/Ayaline_BestSales.xml
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Ayaline_BestSales
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
7 |
* @package Ayaline_BestSales
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
package.xml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ayaline_BestSales</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="http://
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Enhance your site content by displaying most saled products</summary>
|
@@ -15,9 +15,9 @@ Outside the scope of a category, best sales all category together are displayed.
|
|
15 |
Ayaline BestSales also offers a dedicated list page showing all the sites most saled products. This page can be enable or not.</description>
|
16 |
<notes>Enhance your site content by displaying most saled products</notes>
|
17 |
<authors><author><name>aYaline Team</name><user>auto-converted</user><email>magento@ayaline.com</email></author></authors>
|
18 |
-
<date>2012-
|
19 |
-
<time>
|
20 |
-
<contents><target name="magecommunity"><dir name="Ayaline"><dir name="BestSales"><dir name="Block"><dir name="Widget"><file name="BestSales.php" hash="
|
21 |
<compatible/>
|
22 |
<dependencies><required><package><name>Ayaline_Core</name><channel>community</channel><min></min><max></max></package></required></dependencies>
|
23 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ayaline_BestSales</name>
|
4 |
+
<version>1.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html">aYaline Custom License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Enhance your site content by displaying most saled products</summary>
|
15 |
Ayaline BestSales also offers a dedicated list page showing all the sites most saled products. This page can be enable or not.</description>
|
16 |
<notes>Enhance your site content by displaying most saled products</notes>
|
17 |
<authors><author><name>aYaline Team</name><user>auto-converted</user><email>magento@ayaline.com</email></author></authors>
|
18 |
+
<date>2012-04-11</date>
|
19 |
+
<time>08:30:47</time>
|
20 |
+
<contents><target name="magecommunity"><dir name="Ayaline"><dir name="BestSales"><dir name="Block"><dir name="Widget"><file name="BestSales.php" hash="23b5e74534f2055babc5276ffe20b4df"/></dir><file name="List.php" hash="bd0a975b8039aa863abc692931c410b7"/><file name="Sidebar.php" hash="fc8a1a5d2798552bb2b4b59aea9d0cad"/></dir><dir name="Helper"><file name="Data.php" hash="463b0af2db9bfe4eaaab7cd88262b519"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="ListMode.php" hash="b35d6e5710cef01809f985c653a5bafd"/></dir></dir></dir></dir><dir name="Mysql4"><dir name="BestSales"><file name="Collection.php" hash="71b3dde5f6910323f413bcbae9f56390"/></dir><file name="BestSales.php" hash="218277d5717615abc2a7612e27e342b5"/><file name="BestSalesIndex.php" hash="a35e68448a91c34c84d3986f63f5fbd1"/></dir><file name="BestSales.php" hash="eb2d8ad10c2d16efec2a2b131d1a3a02"/><file name="BestSalesIndex.php" hash="806f4aea2c1377c9ae1052ae0120e4b5"/><file name="Observer.php" hash="e05f1b9e0e415f2890d5187769c6c90d"/></dir><dir name="controllers"><dir name="Catalog"><file name="BestsalesController.php" hash="d97f3ae3622c269b176431e8a7e7bc85"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="7e3d4d572acb71fe9a7f774c57eb1a89"/><file name="config.xml" hash="bb78fa0b4773f4e8b1704baff1ccf0a0"/><file name="system.xml" hash="410d7f63cd135deb55eee9918d68a2f7"/><file name="widget.xml" hash="d796093af0850e7870ddf681126ab004"/></dir><dir name="sql"><dir name="ayalinebestsales_setup"><file name="mysql4-install-0.1.0.php" hash="f902c6e14d861d90785e040e6dfa16c0"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="349091ebdb02e7b453e01db20064b6b3"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="0b8232e7e22e63bd0bbe48ea262c8631"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="76f163bad49059af081a340d08bae696"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="ayaline"><file name="best_sales.xml" hash=""/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ayaline_BestSales.xml" hash="f45c90e9da1620f4c823f68d458193e4"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Ayaline_BestSales.csv" hash="38950d9a5133872843417e13549702f6"/></dir><dir name="fr_FR"><file name="Ayaline_BestSales.csv" hash="6ab618f202f128fa519e256e5a6a1a54"/></dir></target></contents>
|
21 |
<compatible/>
|
22 |
<dependencies><required><package><name>Ayaline_Core</name><channel>community</channel><min></min><max></max></package></required></dependencies>
|
23 |
</package>
|