@@ -8,8 +8,8 @@ |
||
| 8 | 8 | |
| 9 | 9 | use Yii; |
| 10 | 10 | use bedezign\yii2\audit\components\panels\DataStoragePanel; |
| 11 | -use yii\grid\GridViewAsset; |
|
| 12 | 11 | use yii\data\ArrayDataProvider; |
| 12 | +use yii\grid\GridViewAsset; |
|
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | 15 | * Class CurlPanel |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Allows the user to log the performed cURL requests for later viewing. |
|
| 4 | - * Since these cannot be tracked automatically, the panel provides 2 utility functions: `curlStart()` and `curlEnd()` |
|
| 5 | - */ |
|
| 3 | + * Allows the user to log the performed cURL requests for later viewing. |
|
| 4 | + * Since these cannot be tracked automatically, the panel provides 2 utility functions: `curlStart()` and `curlEnd()` |
|
| 5 | + */ |
|
| 6 | 6 | |
| 7 | 7 | namespace bedezign\yii2\audit\panels; |
| 8 | 8 | |
@@ -2,14 +2,14 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace bedezign\yii2\audit\panels; |
| 4 | 4 | |
| 5 | -use bedezign\yii2\audit\Audit; |
|
| 6 | -use bedezign\yii2\audit\components\panels\Panel; |
|
| 7 | -use bedezign\yii2\audit\models\AuditMail; |
|
| 8 | -use bedezign\yii2\audit\models\AuditMailSearch; |
|
| 9 | 5 | use Swift_Message; |
| 10 | 6 | use Swift_Mime_Attachment; |
| 11 | 7 | use Swift_Mime_MimePart; |
| 12 | 8 | use Yii; |
| 9 | +use bedezign\yii2\audit\Audit; |
|
| 10 | +use bedezign\yii2\audit\components\panels\Panel; |
|
| 11 | +use bedezign\yii2\audit\models\AuditMail; |
|
| 12 | +use bedezign\yii2\audit\models\AuditMailSearch; |
|
| 13 | 13 | use yii\base\Event; |
| 14 | 14 | use yii\grid\GridViewAsset; |
| 15 | 15 | use yii\mail\BaseMailer; |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace bedezign\yii2\audit\panels; |
| 4 | 4 | |
| 5 | -use bedezign\yii2\audit\components\panels\DataStoragePanelTrait; |
|
| 6 | 5 | use Yii; |
| 6 | +use bedezign\yii2\audit\components\panels\DataStoragePanelTrait; |
|
| 7 | 7 | use yii\debug\models\search\Profile; |
| 8 | 8 | use yii\grid\GridViewAsset; |
| 9 | 9 | |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | namespace bedezign\yii2\audit\panels; |
| 3 | 3 | |
| 4 | 4 | use Yii; |
| 5 | -use bedezign\yii2\audit\models\AuditError; |
|
| 6 | 5 | use bedezign\yii2\audit\components\panels\DataStoragePanel; |
| 7 | 6 | use yii\data\ArrayDataProvider; |
| 8 | 7 | |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace bedezign\yii2\audit\panels; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use bedezign\yii2\audit\components\panels\Panel; |
| 6 | 7 | use bedezign\yii2\audit\models\AuditTrail; |
| 7 | 8 | use bedezign\yii2\audit\models\AuditTrailSearch; |
| 8 | -use Yii; |
|
| 9 | 9 | use yii\grid\GridViewAsset; |
| 10 | 10 | |
| 11 | 11 | /** |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /* @var $panel bedezign\yii2\audit\panels\SoapPanel */ |
| 3 | 3 | |
| 4 | -use yii\bootstrap\Tabs; |
|
| 5 | -use yii\helpers\Html; |
|
| 6 | 4 | use bedezign\yii2\audit\components\Helper; |
| 5 | +use yii\bootstrap\Tabs; |
|
| 7 | 6 | use yii\helpers\ArrayHelper; |
| 7 | +use yii\helpers\Html; |
|
| 8 | 8 | use yii\helpers\VarDumper; |
| 9 | 9 | |
| 10 | 10 | $preformatted = ['class' => 'well', 'style' => 'overflow: auto; white-space: pre']; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | use yii\helpers\Html; |
| 4 | 4 | use yii\helpers\VarDumper; |
| 5 | -use yii\helpers\Url; |
|
| 6 | 5 | |
| 7 | 6 | |
| 8 | 7 | |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.yiiframework.com/ |
|
| 4 | - * @copyright Copyright (c) 2008 Yii Software LLC |
|
| 5 | - * @license http://www.yiiframework.com/license/ |
|
| 6 | - */ |
|
| 3 | + * @link http://www.yiiframework.com/ |
|
| 4 | + * @copyright Copyright (c) 2008 Yii Software LLC |
|
| 5 | + * @license http://www.yiiframework.com/license/ |
|
| 6 | + */ |
|
| 7 | 7 | |
| 8 | 8 | namespace bedezign\yii2\audit; |
| 9 | 9 | |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Console compatible error handler |
|
| 4 | - */ |
|
| 3 | + * Console compatible error handler |
|
| 4 | + */ |
|
| 5 | 5 | |
| 6 | 6 | namespace bedezign\yii2\audit\components\console; |
| 7 | 7 | |