Skip to content

Commit

Permalink
Add plugin for modern Zend\Db, bump version and update license link
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkedk committed Oct 7, 2019
1 parent edc0747 commit 3aa413c
Show file tree
Hide file tree
Showing 15 changed files with 248 additions and 27 deletions.
6 changes: 3 additions & 3 deletions library/ZFDebug/Controller/Plugin/Debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id$
*/

Expand All @@ -30,7 +30,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug extends Zend_Controller_Plugin_Abstract
{
Expand Down Expand Up @@ -73,7 +73,7 @@ class ZFDebug_Controller_Plugin_Debug extends Zend_Controller_Plugin_Abstract
*
* @var string
*/
protected $version = '1.6.5';
protected $version = '1.7.0';

/**
* Creates a new instance of the Debug Bar
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id: $
*/

Expand All @@ -15,7 +15,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug_Plugin
{
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id: $
*/

Expand All @@ -15,7 +15,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug_Plugin_Auth implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
{
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id$
*/

Expand All @@ -15,7 +15,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug_Plugin_Cache extends ZFDebug_Controller_Plugin_Debug_Plugin implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
{
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id$
*/

Expand All @@ -20,7 +20,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug_Plugin_Database extends ZFDebug_Controller_Plugin_Debug_Plugin implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
{
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id$
*/

Expand All @@ -15,7 +15,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug_Plugin_Exception extends Zend_Controller_Plugin_Abstract implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
{
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id$
*/

Expand All @@ -15,7 +15,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug_Plugin_File extends ZFDebug_Controller_Plugin_Debug_Plugin implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
{
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin/Html.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id$
*/

Expand All @@ -15,7 +15,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug_Plugin_Html extends ZFDebug_Controller_Plugin_Debug_Plugin implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
{
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin/Interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id$
*/

Expand All @@ -15,7 +15,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
interface ZFDebug_Controller_Plugin_Debug_Plugin_Interface
{
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id$
*/

Expand All @@ -15,7 +15,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug_Plugin_Log extends Zend_Controller_Plugin_Abstract implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
{
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin/Log/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id$
*/

Expand All @@ -15,7 +15,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug_Plugin_Log_Writer extends Zend_Log_Writer_Abstract
{
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id$
*/

Expand All @@ -15,7 +15,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug_Plugin_Text implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
{
Expand Down
4 changes: 2 additions & 2 deletions library/ZFDebug/Controller/Plugin/Debug/Plugin/Variables.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
* @version $Id$
*/

Expand All @@ -15,7 +15,7 @@
* @package ZFDebug_Controller
* @subpackage Plugins
* @copyright Copyright (c) 2008-2009 ZF Debug Bar Team (http://code.google.com/p/zfdebug)
* @license http://code.google.com/p/zfdebug/wiki/License New BSD License
* @license https://github.com/jokkedk/ZFDebug/blob/master/license New BSD License
*/
class ZFDebug_Controller_Plugin_Debug_Plugin_Variables extends ZFDebug_Controller_Plugin_Debug_Plugin implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
{
Expand Down
Loading

0 comments on commit 3aa413c

Please sign in to comment.