Skip to content

Commit

Permalink
New copyright text + convert collation to utf8_bin
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Apr 30, 2024
1 parent 918fb44 commit f21a8e8
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 110 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
<?php

/**
* FBalliano
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this Module to
* newer versions in the future.
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) 2021 Fabrizio Balliano (http://fabrizioballiano.it)
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
class Fballiano_ImageCleaner_Block_Adminhtml_Fbimagecleaner_Grid extends Mage_Adminhtml_Block_Widget_Grid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
<?php

/**
* FBalliano
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this Module to
* newer versions in the future.
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) 2021 Fabrizio Balliano (http://fabrizioballiano.it)
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
class Fballiano_ImageCleaner_Block_Adminhtml_Fbimagecleaner_Renderer_Actions extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
<?php

/**
* FBalliano
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this Module to
* newer versions in the future.
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) 2021 Fabrizio Balliano (http://fabrizioballiano.it)
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
class Fballiano_ImageCleaner_Block_Adminhtml_Fbimagecleaner_Renderer_Image extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
<?php

/**
* FBalliano
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this Module to
* newer versions in the future.
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) 2021 Fabrizio Balliano (http://fabrizioballiano.it)
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
class Fballiano_ImageCleaner_Block_Adminhtml_Image extends Mage_Adminhtml_Block_Widget_Grid_Container
Expand Down
12 changes: 1 addition & 11 deletions app/code/community/Fballiano/ImageCleaner/Model/Image.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
<?php

/**
* FBalliano
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this Module to
* newer versions in the future.
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) 2021 Fabrizio Balliano (http://fabrizioballiano.it)
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
class Fballiano_ImageCleaner_Model_Image extends Mage_Core_Model_Abstract
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
<?php

/**
* FBalliano
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this Module to
* newer versions in the future.
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) 2021 Fabrizio Balliano (http://fabrizioballiano.it)
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
class Fballiano_ImageCleaner_Model_Resource_Image extends Mage_Core_Model_Resource_Db_Abstract
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
<?php

/**
* FBalliano
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this Module to
* newer versions in the future.
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) 2021 Fabrizio Balliano (http://fabrizioballiano.it)
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
class Fballiano_ImageCleaner_Model_Resource_Image_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
class Fballiano_ImageCleaner_Model_System_Config_Source_Howtoopenimage
{
public function toOptionArray()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
<?php

/**
* FBalliano
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this Module to
* newer versions in the future.
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) 2021 Fabrizio Balliano (http://fabrizioballiano.it)
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
class Fballiano_ImageCleaner_Adminhtml_FbimagecleanerController extends Mage_Adminhtml_Controller_Action
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Fballiano/ImageCleaner/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Fballiano_ImageCleaner>
<version>1.1.0</version>
<version>1.2.0</version>
</Fballiano_ImageCleaner>
</modules>
<global>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
<?php
/**
* FBalliano
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this Module to
* newer versions in the future.
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) 2021 Fabrizio Balliano (http://fabrizioballiano.it)
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
<?php
/**
* FBalliano
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this Module to
* newer versions in the future.
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) 2021 Fabrizio Balliano (http://fabrizioballiano.it)
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php
/**
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* @category FBalliano
* @package FBalliano_ImageCleaner
* @copyright Copyright (c) Fabrizio Balliano (http://fabrizioballiano.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/* @var $installer Mage_Core_Model_Resource_Setup */
$installer = $this;
$installer->startSetup();
$installer->run("
ALTER TABLE `{$this->getTable( 'fb_imagecleaner_image' )}` CONVERT TO CHARACTER SET utf8 COLLATE utf8_bin;");
$installer->endSetup();

0 comments on commit f21a8e8

Please sign in to comment.