Year_Make_Model_Filter_Box - Version 3.3

Version Notes

List all products if you click the Go button from main page feature was added.

Download this release

Release Info

Developer Magento Core Team
Extension Year_Make_Model_Filter_Box
Version 3.3
Comparing to
See all releases


Code changes from version 3.2 to 3.3

app/code/local/Pektsekye/Ymm/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Pektsekye_Ymm>
5
- <version>0.2.0</version>
6
  </Pektsekye_Ymm>
7
  </modules>
8
  <frontend>
2
  <config>
3
  <modules>
4
  <Pektsekye_Ymm>
5
+ <version>0.3.0</version>
6
  </Pektsekye_Ymm>
7
  </modules>
8
  <frontend>
app/code/local/Pektsekye/Ymm/sql/ymm_setup/mysql4-install-0.1.0.php ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ //core_resource table
3
+ $installer = $this;
4
+
5
+ $installer->startSetup();
6
+
7
+ $installer->run("
8
+ DROP TABLE IF EXISTS {$this->getTable('ymm')};
9
+ CREATE TABLE {$this->getTable('ymm')} (
10
+ `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
11
+ `products_id` INT NOT NULL ,
12
+ `products_car_make` VARCHAR( 100 ) NOT NULL ,
13
+ `products_car_model` VARCHAR( 100 ) NOT NULL ,
14
+ `products_car_year_bof` INT NOT NULL ,
15
+ `products_car_year_eof` INT NOT NULL
16
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
17
+
18
+ ");
19
+
20
+ $installer->endSetup();
app/code/local/Pektsekye/Ymm/sql/ymm_setup/mysql4-install-0.3.0.php DELETED
@@ -1,20 +0,0 @@
1
- <?php
2
- //core_resource table
3
- $installer = $this;
4
-
5
- $installer->startSetup();
6
-
7
- $installer->run("
8
- DROP TABLE IF EXISTS {$this->getTable('ymm')};
9
- CREATE TABLE {$this->getTable('ymm')} (
10
- `ymm_id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
11
- `entity_id` INT NOT NULL ,
12
- `make` VARCHAR( 100 ) NOT NULL ,
13
- `model` VARCHAR( 100 ) NOT NULL ,
14
- `year_bof` INT NOT NULL ,
15
- `year_eof` INT NOT NULL
16
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
17
-
18
- ");
19
-
20
- $installer->endSetup();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/local/Pektsekye/Ymm/sql/ymm_setup/mysql4-upgrade-0.1.0-0.3.0.php ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ //core_resource table
3
+ $installer = $this;
4
+
5
+ $installer->startSetup();
6
+
7
+ $installer->run("
8
+ ALTER TABLE `ymm` CHANGE `id` `ymm_id` INT( 11 ) NOT NULL AUTO_INCREMENT ,
9
+ CHANGE `products_id` `entity_id` INT( 11 ) NOT NULL ,
10
+ CHANGE `products_car_make` `make` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,
11
+ CHANGE `products_car_model` `model` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,
12
+ CHANGE `products_car_year_bof` `year_bof` INT( 11 ) NOT NULL ,
13
+ CHANGE `products_car_year_eof` `year_eof` INT( 11 ) NOT NULL ;
14
+ ");
15
+
16
+ $installer->endSetup();
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Year_Make_Model_Filter_Box</name>
4
- <version>3.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -25,8 +25,8 @@ The number 119 is the product id in the url.</description>
25
  <notes>List all products if you click the Go button from main page feature was added.</notes>
26
  <authors><author><name>Stanislav</name><user>auto-converted</user><email>pektsekye@gmail.com</email></author></authors>
27
  <date>2009-07-27</date>
28
- <time>00:29:36</time>
29
- <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="ymm.xml" hash="07bb5759f6ff145da493c94452f029af"/></dir><dir name="template"><dir name="ymm"><file name="importExport.phtml" hash="962cd5005434dfb5878b59af757f796e"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="ymm.xml" hash="4c4dcedb9e05745a45c4208388e207dc"/></dir><dir name="template"><dir name="ymm"><file name="ymm.phtml" hash="e9252af0c926446a662fd5180c15a59a"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Pektsekye_Catalog.xml" hash="89e3ec6056b4ba53d06df1370b347d42"/><file name="Pektsekye_Ymm.xml" hash="990f4f561816481bd0c517f4fa131436"/></dir></target><target name="magelocal"><dir name="Pektsekye"><dir name="Catalog"><dir name="Model"><file name="Category.php" hash="b34d5e7961c62332569fdb6eb3945e3f"/></dir></dir><dir name="Ymm"><dir name="Block"><dir name="Adminhtml"><dir name="Ymm"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="df436e6aad93d09f7d3082e08373ae22"/></dir><file name="Form.php" hash="c673af9d5e772ee2230a838971a633e1"/><file name="Tabs.php" hash="9048cfd443135e36e2b9cb5de38fcb47"/></dir><file name="Edit.php" hash="fb03b2d7cc9d282221af18c6ce9f6f9f"/><file name="Grid.php" hash="ada75e652f9d9920c08a229242181a05"/><file name="ImportExport.php" hash="e1b161394a704c51c454ead1ca04e6cd"/></dir><file name="Ymm.php" hash="2c2d280c93d8839cd67515cd2d6c7ddd"/></dir><dir name="Product"><file name="Result.php" hash="6e2516eba80668dc7229825d578596d2"/></dir><file name="Ymm.php" hash="d3fe55f0fb108ec9407d90857f0415b5"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="YmmController.php" hash="917dbf072d01849a01aa3d35945ef14a"/></dir><file name="IndexController.php" hash="241a989b18c6309977568c050215730a"/><file name="ProductController.php" hash="269f3e7dbf8ba28581e46e2800392ac7"/></dir><dir name="etc"><file name="config.xml" hash="8290182a510c6e471fe0396a61419283"/></dir><dir name="Helper"><file name="Data.php" hash="0cd0de912f0412670f9657b395861d90"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Ymm"><file name="Collection.php" hash="1c6a50ea1416ce936892156806d20e15"/></dir><file name="Ymm.php" hash="1608c162d190561029817336de386205"/></dir><file name="Status.php" hash="a10da0eebafef60fcceb6a8c396ad201"/><file name="Ymm.php" hash="fdf6dbac2b9595f7183ca1f951538b97"/></dir><dir name="sql"><dir name="ymm_setup"><file name="mysql4-install-0.3.0.php" hash="0784df5226fc011e3a79e65a1d29e4fa"/></dir></dir></dir></dir></target></contents>
30
  <compatible/>
31
  <dependencies/>
32
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Year_Make_Model_Filter_Box</name>
4
+ <version>3.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>
25
  <notes>List all products if you click the Go button from main page feature was added.</notes>
26
  <authors><author><name>Stanislav</name><user>auto-converted</user><email>pektsekye@gmail.com</email></author></authors>
27
  <date>2009-07-27</date>
28
+ <time>00:51:27</time>
29
+ <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="ymm.xml" hash="07bb5759f6ff145da493c94452f029af"/></dir><dir name="template"><dir name="ymm"><file name="importExport.phtml" hash="962cd5005434dfb5878b59af757f796e"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="ymm.xml" hash="4c4dcedb9e05745a45c4208388e207dc"/></dir><dir name="template"><dir name="ymm"><file name="ymm.phtml" hash="e9252af0c926446a662fd5180c15a59a"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Pektsekye_Catalog.xml" hash="89e3ec6056b4ba53d06df1370b347d42"/><file name="Pektsekye_Ymm.xml" hash="990f4f561816481bd0c517f4fa131436"/></dir></target><target name="magelocal"><dir name="Pektsekye"><dir name="Catalog"><dir name="Model"><file name="Category.php" hash="b34d5e7961c62332569fdb6eb3945e3f"/></dir></dir><dir name="Ymm"><dir name="Block"><dir name="Adminhtml"><dir name="Ymm"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="df436e6aad93d09f7d3082e08373ae22"/></dir><file name="Form.php" hash="c673af9d5e772ee2230a838971a633e1"/><file name="Tabs.php" hash="9048cfd443135e36e2b9cb5de38fcb47"/></dir><file name="Edit.php" hash="fb03b2d7cc9d282221af18c6ce9f6f9f"/><file name="Grid.php" hash="ada75e652f9d9920c08a229242181a05"/><file name="ImportExport.php" hash="e1b161394a704c51c454ead1ca04e6cd"/></dir><file name="Ymm.php" hash="2c2d280c93d8839cd67515cd2d6c7ddd"/></dir><dir name="Product"><file name="Result.php" hash="6e2516eba80668dc7229825d578596d2"/></dir><file name="Ymm.php" hash="d3fe55f0fb108ec9407d90857f0415b5"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="YmmController.php" hash="917dbf072d01849a01aa3d35945ef14a"/></dir><file name="IndexController.php" hash="241a989b18c6309977568c050215730a"/><file name="ProductController.php" hash="269f3e7dbf8ba28581e46e2800392ac7"/></dir><dir name="etc"><file name="config.xml" hash="a1ce0bf50fe98f779809792e7918cd55"/></dir><dir name="Helper"><file name="Data.php" hash="0cd0de912f0412670f9657b395861d90"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Ymm"><file name="Collection.php" hash="1c6a50ea1416ce936892156806d20e15"/></dir><file name="Ymm.php" hash="1608c162d190561029817336de386205"/></dir><file name="Status.php" hash="a10da0eebafef60fcceb6a8c396ad201"/><file name="Ymm.php" hash="fdf6dbac2b9595f7183ca1f951538b97"/></dir><dir name="sql"><dir name="ymm_setup"><file name="mysql4-install-0.1.0.php" hash="9e4d9d55d8996105775b26c667eff6d1"/><file name="mysql4-upgrade-0.1.0-0.3.0.php" hash="b3c26ec790ce60161c9317b01f111ea5"/></dir></dir></dir></dir></target></contents>
30
  <compatible/>
31
  <dependencies/>
32
  </package>