TBT_Enhancedgrid - Version 1.03

Version Notes

- Fixed bug that prevented grid default values from working.

Download this release

Release Info

Developer Magento Core Team
Extension TBT_Enhancedgrid
Version 1.03
Comparing to
See all releases


Code changes from version 1.022 to 1.03

app/code/community/TBT/Enhancedgrid/Block/Catalog/Product/Grid.php CHANGED
@@ -56,10 +56,11 @@ class TBT_Enhancedgrid_Block_Catalog_Product_Grid extends Mage_Adminhtml_Block_W
56
  }
57
 
58
  private function prepareDefaults() {
59
- $this->setDefaultLimit(Mage::getStoreConfig('enhancedgrid/griddefaults/limit'));
60
- $this->setDefaultPage(Mage::getStoreConfig('enhancedgrid/griddefaults/page'));
61
- $this->setDefaultSort(Mage::getStoreConfig('enhancedgrid/griddefaults/sort'));
62
- $this->setDefaultDir(Mage::getStoreConfig('enhancedgrid/griddefaults/dir'));
 
63
 
64
  }
65
 
56
  }
57
 
58
  private function prepareDefaults() {
59
+ echo Mage::getStoreConfig('enhancedgrid/defaults/limit');
60
+ $this->setDefaultLimit(Mage::getStoreConfig('enhancedgrid/defaults/limit'));
61
+ $this->setDefaultPage(Mage::getStoreConfig('enhancedgrid/defaults/page'));
62
+ $this->setDefaultSort(Mage::getStoreConfig('enhancedgrid/defaults/sort'));
63
+ $this->setDefaultDir(Mage::getStoreConfig('enhancedgrid/defaults/dir'));
64
 
65
  }
66
 
app/code/community/TBT/Enhancedgrid/etc/config.xml CHANGED
@@ -83,12 +83,12 @@
83
  <width>75</width>
84
  <height>75</height>
85
  </images>
86
- <griddefaults>
87
  <limit>20</limit>
88
  <page>1</page>
89
  <sort>id</sort>
90
  <dir>desc</dir>
91
- </griddefaults>
92
  </enhancedgrid>
93
  </default>
94
 
83
  <width>75</width>
84
  <height>75</height>
85
  </images>
86
+ <defaults>
87
  <limit>20</limit>
88
  <page>1</page>
89
  <sort>id</sort>
90
  <dir>desc</dir>
91
+ </defaults>
92
  </enhancedgrid>
93
  </default>
94
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>TBT_Enhancedgrid</name>
4
- <version>1.022</version>
5
  <stability>beta</stability>
6
  <license>OSL 3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Enhances the product grid to add a bunch of convenient features.</summary>
10
  <description>Enhances the product grid to add a bunch of convenient features.</description>
11
- <notes>- Fixed bug that breaks all other grid searching.</notes>
12
  <authors><author><name>Jay</name><user>auto-converted</user><email>najibkaake@gmail.com</email></author></authors>
13
- <date>2009-01-06</date>
14
- <time>23:12:41</time>
15
- <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="tbt_enhancedgrid.xml" hash="ef12b7e54560a59ee8a92f7cae2688c4"/></dir><dir name="template"><dir name="tbt"><dir name="enhancedgrid"><dir name="catalog"><dir name="product"><file name="grid.phtml" hash="8e39bb3abd59ef4ba12fdf4d725dda90"/></dir><file name="product.phtml" hash="5fceede9ce2aaee2f33f97f106db4eaa"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="tbt"><dir name="enhancedgrid"><dir name="customfunctions"><file name="catalog_products.js" hash="729afeb31499be3f3d8793d8a534040b"/></dir><dir name="resources"><dir name="css"><file name="enhancedgrid.css" hash="a219b0e656329f2407835dbe346f81d3"/></dir></dir><file name="egsupplemental.js" hash="93289d37aad390e8faead0e7c1dcaab8"/><file name="enhancedgrid.js" hash="9ea80af8fbd1a592c550bc93e6f37e57"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TBT_Enhancedgrid.xml" hash="85a6ca652ec3777aa244a78c1c4fdac4"/></dir></target><target name="magecommunity"><dir name="TBT"><dir name="Enhancedgrid"><dir name="Block"><dir name="Catalog"><dir name="Product"><file name="Grid.php" hash="fe1dbdb3c467f5691a590a9681616a73"/></dir><file name="Product.php" hash="ec3358b2254c1b6448cf6f89ae632a46"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Image.php" hash="b1e25d3e8d03a0869e1c2edf5fcdd761"/></dir><dir name="Renderer"><file name="Action.php" hash="32c3917ad4c07942e9f0d003c6854b2b"/><file name="Image.php" hash="9639860b3ad18b08b835e145c2ec95ea"/></dir></dir><file name="Column.php" hash="51e74c94d0d6599cadd948a054d475af"/></dir></dir></dir><dir name="controllers"><dir name="Catalog"><file name="ProductController.php" hash="70de17f8f9231776508f3b1b7b9fb8e5"/></dir></dir><dir name="etc"><file name="config.xml" hash="48cdf822f6735f65fd1cec8d4bbf4c79"/><file name="system.xml" hash="c586c2f771c2cde39eddc6767524297e"/></dir><dir name="Helper"><file name="Data.php" hash="5ef9a7ad806e6b25bd34453851a7977e"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Columns"><file name="Show.php" hash="18a3eafdda1d53c942788ccbdfb77746"/></dir><dir name="Sort"><file name="Direction.php" hash="23cb37d1af2dd75c3c9537adf90c1bc8"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>TBT_Enhancedgrid</name>
4
+ <version>1.03</version>
5
  <stability>beta</stability>
6
  <license>OSL 3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Enhances the product grid to add a bunch of convenient features.</summary>
10
  <description>Enhances the product grid to add a bunch of convenient features.</description>
11
+ <notes>- Fixed bug that prevented grid default values from working.</notes>
12
  <authors><author><name>Jay</name><user>auto-converted</user><email>najibkaake@gmail.com</email></author></authors>
13
+ <date>2009-01-07</date>
14
+ <time>00:49:05</time>
15
+ <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="tbt_enhancedgrid.xml" hash="ef12b7e54560a59ee8a92f7cae2688c4"/></dir><dir name="template"><dir name="tbt"><dir name="enhancedgrid"><dir name="catalog"><dir name="product"><file name="grid.phtml" hash="8e39bb3abd59ef4ba12fdf4d725dda90"/></dir><file name="product.phtml" hash="5fceede9ce2aaee2f33f97f106db4eaa"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="tbt"><dir name="enhancedgrid"><dir name="customfunctions"><file name="catalog_products.js" hash="729afeb31499be3f3d8793d8a534040b"/></dir><dir name="resources"><dir name="css"><file name="enhancedgrid.css" hash="a219b0e656329f2407835dbe346f81d3"/></dir></dir><file name="egsupplemental.js" hash="93289d37aad390e8faead0e7c1dcaab8"/><file name="enhancedgrid.js" hash="9ea80af8fbd1a592c550bc93e6f37e57"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TBT_Enhancedgrid.xml" hash="85a6ca652ec3777aa244a78c1c4fdac4"/></dir></target><target name="magecommunity"><dir name="TBT"><dir name="Enhancedgrid"><dir name="Block"><dir name="Catalog"><dir name="Product"><file name="Grid.php" hash="8e510c3b134551f703c4516c9148d894"/></dir><file name="Product.php" hash="ec3358b2254c1b6448cf6f89ae632a46"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Image.php" hash="b1e25d3e8d03a0869e1c2edf5fcdd761"/></dir><dir name="Renderer"><file name="Action.php" hash="32c3917ad4c07942e9f0d003c6854b2b"/><file name="Image.php" hash="9639860b3ad18b08b835e145c2ec95ea"/></dir></dir><file name="Column.php" hash="51e74c94d0d6599cadd948a054d475af"/></dir></dir></dir><dir name="controllers"><dir name="Catalog"><file name="ProductController.php" hash="70de17f8f9231776508f3b1b7b9fb8e5"/></dir></dir><dir name="etc"><file name="config.xml" hash="f53a8e798213aca49beb10aa8296e962"/><file name="system.xml" hash="c586c2f771c2cde39eddc6767524297e"/></dir><dir name="Helper"><file name="Data.php" hash="5ef9a7ad806e6b25bd34453851a7977e"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Columns"><file name="Show.php" hash="18a3eafdda1d53c942788ccbdfb77746"/></dir><dir name="Sort"><file name="Direction.php" hash="23cb37d1af2dd75c3c9537adf90c1bc8"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>