Skip to content

Commit 863cd03

Browse files
committed
#14 All $VERSION$ replaced with current version
1 parent bbfa524 commit 863cd03

30 files changed

+219
-45
lines changed

app/code/community/LeMike/DevMode/Block/Catalog/Products.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
<?php
2+
/**
3+
* Class LeMike_DevMode_Block_Catalog_Products.
4+
*
5+
* @category ${PROJECT_NAME}
6+
* @author Mike Pretzlaw <[email protected]>
7+
* @copyright ${YEAR} Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10+
* @since 0.1.0
11+
*/
212

13+
/**
14+
* Class LeMike_DevMode_Block_Catalog_Products.
15+
*
16+
* @category ${PROJECT_NAME}
17+
* @author Mike Pretzlaw <[email protected]>
18+
* @copyright ${YEAR} Mike Pretzlaw
19+
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
20+
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
21+
* @since 0.1.0
22+
*/
323
class LeMike_DevMode_Block_Catalog_Products extends Mage_Adminhtml_Block_Template
424
{
525
public function __construct()

app/code/community/LeMike/DevMode/Block/Catalog/Tabs.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<?php
2+
/**
3+
* Contains class LeMike_DevMode_Block_Catalog_Tabs.
4+
*
5+
* @category ${PROJECT_NAME}
6+
* @author Mike Pretzlaw <[email protected]>
7+
* @copyright ${YEAR} Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10+
* @since 0.1.0
11+
*/
212

313
/**
414
* LeMike_DevMode Catalog page left menu
@@ -10,6 +20,9 @@
1020
class LeMike_DevMode_Block_Catalog_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
1121
{
1222

23+
/**
24+
* New catalog Tab.
25+
*/
1326
public function __construct()
1427
{
1528
parent::__construct();
@@ -19,6 +32,11 @@ public function __construct()
1932
}
2033

2134

35+
/**
36+
* Add tab before transformed to HTML.
37+
*
38+
* @return Mage_Core_Block_Abstract
39+
*/
2240
protected function _beforeToHtml()
2341
{
2442
$this->addTab(

app/code/community/LeMike/DevMode/Block/Core/Tabs.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<?php
2+
/**
3+
* Contains class LeMike_DevMode_Block_Core_Tabs.
4+
*
5+
* @category ${PROJECT_NAME}
6+
* @author Mike Pretzlaw <[email protected]>
7+
* @copyright ${YEAR} Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10+
* @since 0.1.0
11+
*/
212

313
/**
414
* LeMike_DevMode Catalog page left menu
@@ -10,6 +20,9 @@
1020
class LeMike_DevMode_Block_Core_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
1121
{
1222

23+
/**
24+
* Create new Tab.
25+
*/
1326
public function __construct()
1427
{
1528
parent::__construct();
@@ -19,6 +32,11 @@ public function __construct()
1932
}
2033

2134

35+
/**
36+
* Changes before HTML is made.
37+
*
38+
* @return Mage_Core_Block_Abstract
39+
*/
2240
protected function _beforeToHtml()
2341
{
2442
/** @var Mage_Adminhtml_Block_Template $emailBlock */

app/code/community/LeMike/DevMode/Block/Customer/Tabs.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<?php
2+
/**
3+
* Class LeMike_DevMode_Block_Customer_Tabs.
4+
*
5+
* @category ${PROJECT_NAME}
6+
* @author Mike Pretzlaw <[email protected]>
7+
* @copyright ${YEAR} Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10+
* @since 0.1.0
11+
*/
212

313
/**
414
* LeMike_DevMode Catalog page left menu
@@ -10,6 +20,9 @@
1020
class LeMike_DevMode_Block_Customer_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
1121
{
1222

23+
/**
24+
* Create new Tab.
25+
*/
1326
public function __construct()
1427
{
1528
parent::__construct();
@@ -19,6 +32,11 @@ public function __construct()
1932
}
2033

2134

35+
/**
36+
* Add tab before transformed to html.
37+
*
38+
* @return Mage_Core_Block_Abstract
39+
*/
2240
protected function _beforeToHtml()
2341
{
2442
/** @var Mage_Adminhtml_Block_Template $customerBlock */

app/code/community/LeMike/DevMode/Block/Sales/Tabs.php

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<?php
2+
/**
3+
* Class LeMike_DevMode_Block_Sales_Tabs.
4+
*
5+
* @category ${PROJECT_NAME}
6+
* @author Mike Pretzlaw <[email protected]>
7+
* @copyright ${YEAR} Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10+
* @since 0.1.0
11+
*/
212

313
/**
414
* LeMike_DevMode Catalog page left menu
@@ -10,6 +20,9 @@
1020
class LeMike_DevMode_Block_Sales_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
1121
{
1222

23+
/**
24+
* Add new Sales Tab.
25+
*/
1326
public function __construct()
1427
{
1528
parent::__construct();
@@ -19,6 +32,11 @@ public function __construct()
1932
}
2033

2134

35+
/**
36+
* Changes before to HTML.
37+
*
38+
* @return Mage_Core_Block_Abstract
39+
*/
2240
protected function _beforeToHtml()
2341
{
2442
/** @var Mage_Adminhtml_Block_Template $ordersBlock */
@@ -28,8 +46,8 @@ protected function _beforeToHtml()
2846
$this->addTab(
2947
'main_section',
3048
array(
31-
'label' => Mage::helper('lemike_devmode')->__('Orders'),
32-
'title' => Mage::helper('lemike_devmode')->__('Orders'),
49+
'label' => Mage::helper('lemike_devmode')->__('Orders'),
50+
'title' => Mage::helper('lemike_devmode')->__('Orders'),
3351
'content' => $ordersBlock->toHtml(),
3452
'active' => true
3553
)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
<?php
2+
/**
3+
* Class LeMike_DevMode_Block_Template.
4+
*
5+
* @category ${PROJECT_NAME}
6+
* @author Mike Pretzlaw <[email protected]>
7+
* @copyright ${YEAR} Mike Pretzlaw
8+
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9+
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10+
* @since 0.1.0
11+
*/
212

13+
/**
14+
* Class LeMike_DevMode_Block_Template.
15+
*
16+
* @category ${PROJECT_NAME}
17+
* @author Mike Pretzlaw <[email protected]>
18+
* @copyright ${YEAR} Mike Pretzlaw
19+
* @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
20+
* @link http://github.com/sourcerer-mike/${PROJECT_NAME}
21+
* @since 0.1.0
22+
*/
323
class LeMike_DevMode_Block_Template extends Mage_Adminhtml_Block_Template
424
{
525
}

app/code/community/LeMike/DevMode/Helper/Abstract.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @copyright 2013 Mike Pretzlaw
1414
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
1515
* @link http://github.com/sourcerer-mike/mage_devMail
16-
* @since $VERSION$
16+
* @since 0.1.0
1717
*/
1818

1919
/**
@@ -24,7 +24,7 @@
2424
* @copyright 2013 Mike Pretzlaw
2525
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
2626
* @link http://github.com/sourcerer-mike/mage_devMail
27-
* @since $VERSION$
27+
* @since 0.1.0
2828
*/
2929
abstract class LeMike_DevMode_Helper_Abstract extends Mage_Core_Helper_Abstract
3030
{

app/code/community/LeMike/DevMode/Helper/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @copyright 2013 Mike Pretzlaw
1414
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
1515
* @link http://github.com/sourcerer-mike/mage_devMail
16-
* @since $VERSION$
16+
* @since 0.1.0
1717
*/
1818

1919
/**
@@ -24,7 +24,7 @@
2424
* @copyright 2013 Mike Pretzlaw
2525
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
2626
* @link http://github.com/sourcerer-mike/mage_devMail
27-
* @since $VERSION$
27+
* @since 0.1.0
2828
*/
2929
class LeMike_DevMode_Helper_Config extends LeMike_DevMode_Helper_Abstract
3030
{

app/code/community/LeMike/DevMode/Helper/Data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @copyright 2013 Mike Pretzlaw
1414
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
1515
* @link http://github.com/sourcerer-mike/mage_devMail
16-
* @since $VERSION$
16+
* @since 0.1.0
1717
*/
1818

1919
/**
@@ -24,7 +24,7 @@
2424
* @copyright 2013 Mike Pretzlaw
2525
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
2626
* @link http://github.com/sourcerer-mike/mage_devMail
27-
* @since $VERSION$
27+
* @since 0.1.0
2828
*/
2929
class LeMike_DevMode_Helper_Data extends LeMike_DevMode_Helper_Abstract
3030
{

app/code/community/LeMike/DevMode/Model/Core/Email.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @copyright 2013 Mike Pretzlaw
1414
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
1515
* @link http://github.com/sourcerer-mike/mage_devMode
16-
* @since $VERSION$
16+
* @since 0.2.0
1717
*/
1818

1919
/**
@@ -24,7 +24,7 @@
2424
* @copyright 2013 Mike Pretzlaw
2525
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
2626
* @link http://github.com/sourcerer-mike/mage_devMode
27-
* @since $VERSION$
27+
* @since 0.2.0
2828
*
2929
* @method string getToMail()
3030
* @method $this setToMail(string $mail)

app/code/community/LeMike/DevMode/Model/Core/Email/Template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @copyright 2013 Mike Pretzlaw
1414
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
1515
* @link http://github.com/sourcerer-mike/mage_devMail
16-
* @since $VERSION$
16+
* @since 0.2.0
1717
*/
1818

1919
/**
@@ -24,7 +24,7 @@
2424
* @copyright 2013 Mike Pretzlaw
2525
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
2626
* @link http://github.com/sourcerer-mike/mage_devMail
27-
* @since $VERSION$
27+
* @since 0.2.0
2828
*/
2929
class LeMike_DevMode_Model_Core_Email_Template extends Mage_Core_Model_Email_Template
3030
{

app/code/community/LeMike/DevMode/Model/Core/Email/Transport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @copyright 2013 Mike Pretzlaw
1414
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
1515
* @link http://github.com/sourcerer-mike/mage_devMail
16-
* @since $VERSION$
16+
* @since 0.2.0
1717
*/
1818

1919
/**
@@ -24,7 +24,7 @@
2424
* @copyright 2013 Mike Pretzlaw
2525
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
2626
* @link http://github.com/sourcerer-mike/mage_devMail
27-
* @since $VERSION$
27+
* @since 0.2.0
2828
*/
2929
class LeMike_DevMode_Model_Core_Email_Transport extends Mage_Core_Model_Email_Transport
3030
{

app/code/community/LeMike/DevMode/Model/Dummy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @copyright 2013 Mike Pretzlaw
1414
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
1515
* @link http://github.com/sourcerer-mike/mage_devMode
16-
* @since $VERSION$
16+
* @since 0.1.0
1717
*/
1818

1919
/**
@@ -24,7 +24,7 @@
2424
* @copyright 2013 Mike Pretzlaw
2525
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
2626
* @link http://github.com/sourcerer-mike/mage_devMode
27-
* @since $VERSION$
27+
* @since 0.1.0
2828
*/
2929
class LeMike_DevMode_Model_Dummy
3030
{

app/code/community/LeMike/DevMode/Model/Observer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @copyright 2013 Mike Pretzlaw
1414
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
1515
* @link http://github.com/sourcerer-mike/mage_devMail
16-
* @since $VERSION$
16+
* @since 0.2.0
1717
*/
1818

1919
/**
@@ -24,7 +24,7 @@
2424
* @copyright 2013 Mike Pretzlaw
2525
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
2626
* @link http://github.com/sourcerer-mike/mage_devMail
27-
* @since $VERSION$
27+
* @since 0.2.0
2828
*/
2929
class LeMike_DevMode_Model_Observer extends Mage_Core_Model_Abstract
3030
{

app/code/community/LeMike/DevMode/Test/ConfigTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @copyright 2013 Mike Pretzlaw
1414
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
1515
* @link http://github.com/sourcerer-mike/mage_devMode
16-
* @since $VERSION$
16+
* @since 0.2.0
1717
*/
1818

1919
/**
@@ -24,7 +24,7 @@
2424
* @copyright 2013 Mike Pretzlaw
2525
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
2626
* @link http://github.com/sourcerer-mike/mage_devMode
27-
* @since $VERSION$
27+
* @since 0.2.0
2828
*/
2929
class LeMike_DevMode_Test_ConfigTest extends LeMike_DevMode_Test_AbstractCase
3030
{

app/code/community/LeMike/DevMode/Test/Helper/ConfigTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @copyright 2013 Mike Pretzlaw
1414
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
1515
* @link http://github.com/sourcerer-mike/mage_devMail
16-
* @since $VERSION$
16+
* @since 0.2.0
1717
*/
1818

1919
/**
@@ -24,7 +24,7 @@
2424
* @copyright 2013 Mike Pretzlaw
2525
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
2626
* @link http://github.com/sourcerer-mike/mage_devMail
27-
* @since $VERSION$
27+
* @since 0.2.0
2828
*/
2929
class LeMike_DevMail_Test_Helper_ConfigTest extends LeMike_DevMode_Test_AbstractCase
3030
{

0 commit comments

Comments
 (0)