Skip to content

Commit

Permalink
20.5.0 MNB-657 Remove logging per extension switches
Browse files Browse the repository at this point in the history
  • Loading branch information
wsajosh committed Sep 17, 2020
1 parent 89a028c commit c8bcee6
Show file tree
Hide file tree
Showing 44 changed files with 736 additions and 873 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-PUBLIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
SHQ18-331 remove module-common dependency


## 20.5.0 (2020-09-17)
MNB-657 Remove logging per extension switches


4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
SHQ18-331 remove module-common dependency


## 20.5.0 (2020-09-17)
MNB-657 Remove logging per extension switches


2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shipperhq/module-logger",
"description": "ShipperHQ Logger",
"type": "magento2-module",
"version": "20.4.0",
"version": "20.5.0",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
35 changes: 15 additions & 20 deletions src/Block/Adminhtml/Logger.php
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
<?php
/**
*
* ShipperHQ
* ShipperHQ
*
* NOTICE OF LICENSE
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* Shipper HQ Shipping
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @category ShipperHQ
* @package ShipperHQ_Logger
* @copyright Copyright (c) 2015 Zowta LLC (http://www.ShipperHQ.com)
* @copyright Copyright (c) 2019 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author ShipperHQ Team sales@shipperhq.com
*/
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/

namespace ShipperHQ\Logger\Block\Adminhtml;

use Magento\Backend\Block\Widget\Grid\Container;
Expand Down
35 changes: 15 additions & 20 deletions src/Block/Adminhtml/Logger/Grid.php
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
<?php
/**
*
* ShipperHQ
* ShipperHQ
*
* NOTICE OF LICENSE
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* Shipper HQ Shipping
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @category ShipperHQ
* @package ShipperHQ_Logger
* @copyright Copyright (c) 2015 Zowta LLC (http://www.ShipperHQ.com)
* @copyright Copyright (c) 2019 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author ShipperHQ Team sales@shipperhq.com
*/
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/

namespace ShipperHQ\Logger\Block\Adminhtml\Logger;

use Magento\Backend\Block\Widget\Grid as WidgetGrid;
Expand Down
35 changes: 15 additions & 20 deletions src/Block/Adminhtml/Logger/Grid/Renderer/Actions.php
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
<?php
/**
*
* ShipperHQ
* ShipperHQ
*
* NOTICE OF LICENSE
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* Shipper HQ Shipping
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @category ShipperHQ
* @package ShipperHQ_Logger
* @copyright Copyright (c) 2015 Zowta LLC (http://www.ShipperHQ.com)
* @copyright Copyright (c) 2019 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author ShipperHQ Team sales@shipperhq.com
*/
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/

namespace ShipperHQ\Logger\Block\Adminhtml\Logger\Grid\Renderer;

class Actions extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
Expand Down
35 changes: 15 additions & 20 deletions src/Block/Adminhtml/Logger/Grid/Renderer/Message.php
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
<?php
/**
*
* ShipperHQ
* ShipperHQ
*
* NOTICE OF LICENSE
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* Shipper HQ Shipping
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @category ShipperHQ
* @package ShipperHQ_Logger
* @copyright Copyright (c) 2015 Zowta LLC (http://www.ShipperHQ.com)
* @copyright Copyright (c) 2019 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author ShipperHQ Team sales@shipperhq.com
*/
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/

namespace ShipperHQ\Logger\Block\Adminhtml\Logger\Grid\Renderer;

class Message extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
Expand Down
35 changes: 15 additions & 20 deletions src/Block/Adminhtml/Logger/View.php
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
<?php
/**
*
* ShipperHQ
* ShipperHQ
*
* NOTICE OF LICENSE
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* Shipper HQ Shipping
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @category ShipperHQ
* @package ShipperHQ_Logger
* @copyright Copyright (c) 2015 Zowta LLC (http://www.ShipperHQ.com)
* @copyright Copyright (c) 2019 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author ShipperHQ Team sales@shipperhq.com
*/
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/

namespace ShipperHQ\Logger\Block\Adminhtml\Logger;

class View extends \Magento\Backend\Block\Widget\Form\Generic//\Magento\Backend\Block\Widget\Form\Container
Expand Down
16 changes: 9 additions & 7 deletions src/Block/Config/Form/Fieldset/Modules/DisableLogging.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,22 @@
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* Shipper HQ Shipping
*
* @category ShipperHQ
* @package ShipperHQ_Logger
* @copyright Copyright (c) 2015 Zowta LLC (http://www.ShipperHQ.com)
* @copyright Copyright (c) 2019 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author ShipperHQ Team sales@shipperhq.com
*/
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/

namespace ShipperHQ\Logger\Block\Config\Form\Fieldset\Modules;

/*
* Class for dynamically rendering Logging Enabled/Disabled switches per extension under Advanced/ShipperHQ Logger
*
* @deprecated 20.4.0. Admin section to enable/disable logging per extension removed. Logger will log everything if active
*
* @see Magento\Config\Block\System\Config\Form\Fieldset\Modules\DisableOutput
*/
class DisableLogging extends \Magento\Config\Block\System\Config\Form\Fieldset
{
/**
Expand Down
35 changes: 15 additions & 20 deletions src/Controller/Adminhtml/Logger.php
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
<?php
/**
*
* ShipperHQ
* ShipperHQ
*
* NOTICE OF LICENSE
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
* 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* Shipper HQ Shipping
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @category ShipperHQ
* @package ShipperHQ_Logger
* @copyright Copyright (c) 2015 Zowta LLC (http://www.ShipperHQ.com)
* @copyright Copyright (c) 2019 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author ShipperHQ Team sales@shipperhq.com
*/
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/

namespace ShipperHQ\Logger\Controller\Adminhtml;

use Magento\Backend\App\Action;
Expand Down
Loading

0 comments on commit c8bcee6

Please sign in to comment.