mirror of
https://github.com/humhub/humhub.git
synced 2025-04-13 11:42:04 +02:00
Removed unused use statements
This commit is contained in:
parent
55c45bc8dc
commit
0fe99bdb03
@ -11,7 +11,7 @@ namespace humhub\commands;
|
||||
use Yii;
|
||||
use yii\console\Controller;
|
||||
use yii\helpers\Console;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
* Cronjobs
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
namespace humhub\commands;
|
||||
|
||||
use Yii;
|
||||
|
||||
use yii\console\Controller;
|
||||
use yii\helpers\Console;
|
||||
|
||||
|
@ -9,12 +9,11 @@
|
||||
namespace humhub\commands;
|
||||
|
||||
use Yii;
|
||||
use yii\console\Controller;
|
||||
use yii\console\Exception;
|
||||
|
||||
|
||||
use yii\helpers\Console;
|
||||
use yii\helpers\FileHelper;
|
||||
use yii\helpers\VarDumper;
|
||||
use yii\i18n\GettextPoFile;
|
||||
|
||||
|
||||
/**
|
||||
* Extracts messages to be translated from source files.
|
||||
|
@ -9,8 +9,7 @@
|
||||
namespace humhub\commands;
|
||||
|
||||
use Yii;
|
||||
use yii\console\Controller;
|
||||
use yii\helpers\Console;
|
||||
|
||||
|
||||
/**
|
||||
* Manages application migrations.
|
||||
|
@ -8,9 +8,6 @@
|
||||
|
||||
namespace humhub\compat;
|
||||
|
||||
use \humhub\compat\CHtml;
|
||||
use yii\helpers\Html;
|
||||
|
||||
/**
|
||||
* CActiveForm is a Yii 1 compatible active form
|
||||
*
|
||||
|
@ -8,8 +8,6 @@
|
||||
|
||||
namespace humhub\components;
|
||||
|
||||
use Yii;
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
@ -7,9 +7,9 @@
|
||||
*/
|
||||
namespace humhub\components;
|
||||
|
||||
use Yii;
|
||||
|
||||
use yii\helpers\Url;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
* Description of Controller
|
||||
|
@ -9,8 +9,8 @@
|
||||
namespace humhub\components;
|
||||
|
||||
use Yii;
|
||||
use humhub\models\ModuleEnabled;
|
||||
use yii\base\Exception;
|
||||
|
||||
|
||||
use yii\helpers\Json;
|
||||
|
||||
/**
|
||||
|
@ -11,7 +11,7 @@ namespace humhub\components;
|
||||
use Yii;
|
||||
use yii\helpers\FileHelper;
|
||||
use humhub\libs\ThemeHelper;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
|
@ -11,7 +11,6 @@ namespace humhub\components\behaviors;
|
||||
use Yii;
|
||||
use yii\helpers\ArrayHelper;
|
||||
use yii\web\ForbiddenHttpException;
|
||||
use humhub\models\Setting;
|
||||
|
||||
/**
|
||||
* AccessControl provides a very basic controller access protection
|
||||
|
@ -9,7 +9,7 @@
|
||||
namespace humhub\components\behaviors;
|
||||
|
||||
use Yii;
|
||||
use yii\db\ActiveRecord;
|
||||
|
||||
use yii\base\Behavior;
|
||||
|
||||
/**
|
||||
|
@ -9,7 +9,6 @@
|
||||
namespace humhub\components\console;
|
||||
|
||||
use Yii;
|
||||
use humhub\models\Setting;
|
||||
|
||||
/**
|
||||
* Description of Application
|
||||
|
@ -9,7 +9,7 @@
|
||||
namespace humhub\components\i18n;
|
||||
|
||||
use Yii;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
|
@ -10,7 +10,7 @@ namespace humhub\controllers;
|
||||
|
||||
use Yii;
|
||||
use humhub\components\Controller;
|
||||
use humhub\models\Setting;
|
||||
|
||||
use yii\web\HttpException;
|
||||
use yii\base\UserException;
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
namespace humhub\libs;
|
||||
|
||||
use Yii;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
* CURLHelper
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
namespace humhub\libs;
|
||||
|
||||
use Yii;
|
||||
|
||||
use yii\grid\DataColumn;
|
||||
use yii\helpers\Html;
|
||||
|
||||
|
@ -10,8 +10,7 @@ namespace humhub\libs;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\ArrayHelper;
|
||||
use humhub\libs\ThemeHelper;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
* DynamicConfig provides access to the dynamic configuration file.
|
||||
|
@ -10,7 +10,7 @@ namespace humhub\libs;
|
||||
|
||||
use DateTime;
|
||||
use DateTimeZone;
|
||||
use Yii;
|
||||
|
||||
|
||||
/**
|
||||
* TimezoneHelpers
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m131023_165755_initial extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m131203_110444_oembed extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m140226_111945_ldap extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m140321_000917_content extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m140830_145504_following extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m141015_173305_follow_notifications extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m141020_162639_fix_default extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m141021_162639_oembed_setting extends Migration
|
||||
|
@ -3,7 +3,6 @@
|
||||
namespace humhub\models;
|
||||
|
||||
use Yii;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
namespace humhub\models\forms;
|
||||
|
||||
use Yii;
|
||||
|
||||
use yii\base\Model;
|
||||
|
||||
/**
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m131023_170339_initial extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m140930_205511_fix_default extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m150703_012735_typelength extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m150703_024635_activityTypes extends Migration
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use humhub\components\Migration;
|
||||
use humhub\modules\activity\models\Activity;
|
||||
use humhub\modules\space\models\Space;
|
||||
use humhub\modules\like\models\Like;
|
||||
|
||||
|
||||
class m150703_130157_migrate extends Migration
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m150714_093525_activity extends Migration
|
||||
|
@ -9,7 +9,7 @@
|
||||
namespace humhub\modules\admin;
|
||||
|
||||
use Yii;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
* @package humhub.modules_core.admin
|
||||
|
@ -9,7 +9,7 @@
|
||||
namespace humhub\modules\admin\controllers;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Url;
|
||||
|
||||
use humhub\modules\admin\components\Controller;
|
||||
|
||||
/**
|
||||
|
@ -9,7 +9,7 @@
|
||||
namespace humhub\modules\admin\controllers;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Url;
|
||||
|
||||
use yii\web\HttpException;
|
||||
use humhub\modules\admin\components\Controller;
|
||||
use humhub\modules\admin\libs\OnlineModuleManager;
|
||||
|
@ -15,7 +15,7 @@ use humhub\compat\HForm;
|
||||
use humhub\modules\user\models\forms\Registration;
|
||||
use humhub\modules\admin\components\Controller;
|
||||
use humhub\modules\user\models\User;
|
||||
use humhub\modules\user\models\Group;
|
||||
|
||||
use humhub\modules\admin\models\forms\UserEditForm;
|
||||
|
||||
/**
|
||||
|
@ -9,7 +9,7 @@
|
||||
namespace humhub\modules\admin\controllers;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Url;
|
||||
|
||||
use yii\web\HttpException;
|
||||
use humhub\compat\HForm;
|
||||
use humhub\modules\admin\components\Controller;
|
||||
|
@ -11,7 +11,7 @@ namespace humhub\modules\admin\libs;
|
||||
use Yii;
|
||||
use yii\helpers\Json;
|
||||
use humhub\libs\CURLHelper;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
* HumHubAPI provides access to humhub.com for fetching available modules or latest version.
|
||||
|
@ -12,9 +12,9 @@ use ZipArchive;
|
||||
use Yii;
|
||||
use yii\web\HttpException;
|
||||
use yii\base\Exception;
|
||||
use humhub\models\Setting;
|
||||
|
||||
use humhub\libs\CURLHelper;
|
||||
use humhub\modules\admin\libs\HumHubAPI;
|
||||
|
||||
|
||||
/**
|
||||
* Handles remote module installation, updates and module listing
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m140513_180317_createlogging extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m140704_080659_installationid extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use humhub\components\Migration;
|
||||
|
||||
class m150924_133344_update_notification_fix extends Migration
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
namespace humhub\modules\admin\models;
|
||||
|
||||
use Yii;
|
||||
|
||||
use yii\base\Model;
|
||||
use yii\data\ActiveDataProvider;
|
||||
use humhub\modules\user\models\Group;
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace humhub\modules\admin\models;
|
||||
|
||||
use Yii;
|
||||
|
||||
|
||||
/**
|
||||
* This is the model class for table "log".
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
namespace humhub\modules\admin\models;
|
||||
|
||||
use Yii;
|
||||
|
||||
use yii\base\Model;
|
||||
use yii\data\ActiveDataProvider;
|
||||
use humhub\modules\space\models\Space;
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
namespace humhub\modules\admin\models;
|
||||
|
||||
use Yii;
|
||||
|
||||
use yii\base\Model;
|
||||
use yii\data\ActiveDataProvider;
|
||||
use humhub\modules\user\models\User;
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace humhub\modules\admin\models\forms;
|
||||
|
||||
use Yii;
|
||||
|
||||
|
||||
/**
|
||||
* GroupForm is used to modify group settings
|
||||
|
@ -1,9 +1,3 @@
|
||||
<?php
|
||||
|
||||
use yii\helpers\Html;
|
||||
use humhub\models\Setting;
|
||||
?>
|
||||
|
||||
<p>
|
||||
<strong>Status:</strong><br/>
|
||||
<?php
|
||||
|
@ -1,9 +1,3 @@
|
||||
<?php
|
||||
|
||||
use yii\helpers\Html;
|
||||
use yii\helpers\Url;
|
||||
?>
|
||||
|
||||
<p>Database migration results:</p>
|
||||
|
||||
<div class="well">
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
use humhub\compat\CHtml;
|
||||
use yii\helpers\Html;
|
||||
use humhub\models\Setting;
|
||||
|
||||
?>
|
||||
<div>
|
||||
<?php echo Yii::t('AdminModule.views_logging_index', 'Total {count} entries found.', array("{count}" => $pagination->totalCount)); ?>
|
||||
|
@ -3,7 +3,7 @@
|
||||
use humhub\compat\CActiveForm;
|
||||
use humhub\compat\CHtml;
|
||||
use humhub\models\Setting;
|
||||
use yii\helpers\Url;
|
||||
|
||||
?>
|
||||
<?php $this->beginContent('@admin/views/setting/_advancedLayout.php') ?>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
use humhub\compat\CActiveForm;
|
||||
use humhub\compat\CHtml;
|
||||
use humhub\models\Setting;
|
||||
use yii\helpers\Url;
|
||||
|
||||
?>
|
||||
<?php $this->beginContent('@admin/views/setting/_emailLayout.php') ?>
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
use humhub\compat\CActiveForm;
|
||||
use humhub\compat\CHtml;
|
||||
use humhub\models\Setting;
|
||||
use yii\helpers\Url;
|
||||
|
||||
|
||||
?>
|
||||
<?php $this->beginContent('@admin/views/setting/_advancedLayout.php') ?>
|
||||
|
||||
|
@ -10,7 +10,6 @@ namespace humhub\modules\admin\widgets;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Url;
|
||||
use humhub\models\Setting;
|
||||
|
||||
/**
|
||||
* Description of AdminMenu
|
||||
|
@ -10,7 +10,7 @@ namespace humhub\modules\admin\widgets;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Url;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
* Group Administration Menu
|
||||
|
@ -10,7 +10,7 @@ namespace humhub\modules\admin\widgets;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Url;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
* Space Administration Menu
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m131023_170253_initial extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m141020_193920_rm_alsocreated extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use humhub\components\Migration;
|
||||
use humhub\modules\comment\models\Comment;
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
use yii\helpers\Html;
|
||||
use yii\helpers\Url;
|
||||
use humhub\widgets\AjaxButton;
|
||||
?>
|
||||
|
@ -11,11 +11,7 @@ namespace humhub\modules\content;
|
||||
use Yii;
|
||||
use humhub\modules\content\models\Content;
|
||||
use humhub\modules\content\components\MailUpdateSender;
|
||||
use humhub\modules\user\models\User;
|
||||
use humhub\commands\CronController;
|
||||
use humhub\models\Setting;
|
||||
use yii\helpers\Console;
|
||||
use yii\base\Exception;
|
||||
|
||||
|
||||
/**
|
||||
* Events provides callbacks to handle events.
|
||||
|
@ -11,8 +11,6 @@ namespace humhub\modules\content\components;
|
||||
use Yii;
|
||||
use yii\base\Exception;
|
||||
use humhub\components\ActiveRecord;
|
||||
use humhub\modules\content\components\ContentActiveRecord;
|
||||
use humhub\modules\content\components\ContentAddonActiveRecord;
|
||||
|
||||
/**
|
||||
* HActiveRecordContentAddon is the base active record for content addons.
|
||||
|
@ -10,8 +10,7 @@ namespace humhub\modules\content\components;
|
||||
|
||||
use Yii;
|
||||
use yii\web\HttpException;
|
||||
use humhub\modules\content\components\ContentActiveRecord;
|
||||
use humhub\modules\content\components\ContentAddonActiveRecord;
|
||||
|
||||
|
||||
/**
|
||||
* ContentAddonController is a base controller for ContentAddons.
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
namespace humhub\modules\content\components;
|
||||
|
||||
use Yii;
|
||||
|
||||
use humhub\components\Module;
|
||||
|
||||
/**
|
||||
|
@ -10,7 +10,7 @@ namespace humhub\modules\content\components;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Console;
|
||||
use humhub\models\Setting;
|
||||
|
||||
use humhub\modules\user\models\User;
|
||||
use humhub\modules\notification\components\BaseNotification;
|
||||
use humhub\modules\activity\components\BaseActivity;
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m131023_165625_initial extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m150322_194403_remove_type_field extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
use humhub\modules\content\permissions\CreatePublicContent;
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
namespace humhub\modules\content\models;
|
||||
|
||||
use Yii;
|
||||
|
||||
use humhub\components\behaviors\PolymorphicRelation;
|
||||
use humhub\modules\content\components\ContentContainerActiveRecord;
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace humhub\modules\content\models;
|
||||
|
||||
use Yii;
|
||||
|
||||
|
||||
/**
|
||||
* This is the model class for table "contentcontainer_permission".
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace humhub\modules\content\models;
|
||||
|
||||
use Yii;
|
||||
|
||||
|
||||
/**
|
||||
* This is the model class for table "wall".
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace humhub\modules\content\models;
|
||||
|
||||
use Yii;
|
||||
|
||||
use humhub\components\ActiveRecord;
|
||||
|
||||
/**
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\helpers\Url;
|
||||
|
||||
use yii\web\JsExpression;
|
||||
|
||||
/* @var $this humhub\components\View */
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
use yii\helpers\Url;
|
||||
|
||||
/* @var $this humhub\components\View */
|
||||
?>
|
||||
|
@ -10,7 +10,7 @@ namespace humhub\modules\dashboard;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Url;
|
||||
use humhub\models\Setting;
|
||||
|
||||
use humhub\modules\dashboard\widgets\ShareWidget;
|
||||
|
||||
/**
|
||||
|
@ -9,7 +9,7 @@
|
||||
namespace humhub\modules\directory\controllers;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Url;
|
||||
|
||||
use humhub\modules\directory\widgets\Sidebar;
|
||||
|
||||
/**
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
use yii\helpers\Url;
|
||||
use yii\helpers\Html;
|
||||
use humhub\modules\user\models\User;
|
||||
|
||||
?>
|
||||
<div class="panel panel-default groups">
|
||||
|
||||
|
@ -10,7 +10,7 @@ namespace humhub\modules\directory\widgets;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Url;
|
||||
use humhub\modules\user\models\Group;
|
||||
|
||||
use humhub\modules\directory\models\User;
|
||||
|
||||
/**
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
use yii\helpers\Html;
|
||||
use humhub\models\Setting;
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use humhub\models\Setting;
|
||||
|
||||
?>
|
||||
<div class="panel panel-default" id="user-statistics-panel">
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
use yii\helpers\Html;
|
||||
use humhub\models\Setting;
|
||||
|
||||
?>
|
||||
|
||||
<div class="panel panel-default" id="spaces-statistics-panel">
|
||||
|
@ -12,7 +12,7 @@ use Yii;
|
||||
use yii\web\HttpException;
|
||||
use yii\web\UploadedFile;
|
||||
use yii\helpers\FileHelper;
|
||||
use humhub\models\Setting;
|
||||
|
||||
use humhub\modules\file\models\File;
|
||||
use humhub\modules\content\components\ContentActiveRecord;
|
||||
use humhub\modules\content\components\ContentAddonActiveRecord;
|
||||
|
@ -10,7 +10,7 @@ namespace humhub\modules\file\libs;
|
||||
|
||||
use Yii;
|
||||
use yii\base\Exception;
|
||||
use humhub\components\SettingsManager;
|
||||
|
||||
|
||||
/**
|
||||
* ImageConverter provides a simple interface for converting or resizing images.
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m131023_170159_initial extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m140901_080432_indices extends Migration
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m140930_210142_fix_default extends Migration
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
class m150322_195619_allowedExt2Text extends Migration
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m160125_053702_stored_filename extends Migration
|
||||
|
@ -12,7 +12,7 @@ use Yii;
|
||||
use yii\web\UploadedFile;
|
||||
use yii\helpers\Url;
|
||||
use yii\base\Exception;
|
||||
use humhub\models\Setting;
|
||||
|
||||
use humhub\modules\file\libs\ImageConverter;
|
||||
use humhub\modules\content\components\ContentActiveRecord;
|
||||
use humhub\modules\content\components\ContentAddonActiveRecord;
|
||||
|
@ -8,13 +8,13 @@
|
||||
|
||||
namespace humhub\modules\friendship\controllers;
|
||||
|
||||
use Yii;
|
||||
|
||||
use yii\data\ActiveDataProvider;
|
||||
use humhub\modules\user\models\User;
|
||||
|
||||
use humhub\modules\user\components\BaseAccountController;
|
||||
use humhub\modules\friendship\models\Friendship;
|
||||
use humhub\modules\friendship\models\SettingsForm;
|
||||
use humhub\models\Setting;
|
||||
|
||||
|
||||
/**
|
||||
* Membership Manage Controller
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
class m160216_160119_initial extends Migration
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
namespace humhub\modules\friendship\models;
|
||||
|
||||
use Yii;
|
||||
|
||||
use humhub\modules\user\models\User;
|
||||
|
||||
/**
|
||||
|
@ -11,10 +11,10 @@ namespace humhub\modules\installer\commands;
|
||||
use Yii;
|
||||
use yii\console\Controller;
|
||||
use yii\helpers\Console;
|
||||
use humhub\models\Setting;
|
||||
|
||||
use humhub\modules\user\models\User;
|
||||
use humhub\modules\user\models\Password;
|
||||
use humhub\modules\space\models\Space;
|
||||
|
||||
use humhub\modules\user\models\Group;
|
||||
|
||||
/**
|
||||
|
@ -14,8 +14,6 @@ use humhub\modules\space\models\Space;
|
||||
use humhub\modules\user\models\User;
|
||||
use humhub\modules\user\models\Password;
|
||||
use humhub\modules\user\models\Group;
|
||||
use yii\helpers\Url;
|
||||
use humhub\models\Setting;
|
||||
|
||||
/**
|
||||
* ConfigController allows inital configuration of humhub.
|
||||
|
@ -8,11 +8,9 @@
|
||||
|
||||
namespace humhub\modules\installer\controllers;
|
||||
|
||||
use Yii;
|
||||
|
||||
use humhub\components\Controller;
|
||||
use humhub\modules\user\models\Group;
|
||||
use humhub\modules\user\models\User;
|
||||
use yii\helpers\Url;
|
||||
|
||||
|
||||
/**
|
||||
* Index Controller shows a simple welcome page.
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
use humhub\compat\CActiveForm;
|
||||
use humhub\compat\CHtml;
|
||||
use humhub\models\Setting;
|
||||
use yii\helpers\Url;
|
||||
use humhub\modules\user\models\User;
|
||||
?>
|
||||
<div id="name-form" class="panel panel-default animated fadeIn">
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
use yii\widgets\ActiveForm;
|
||||
|
||||
use yii\bootstrap\Html;
|
||||
use yii\helpers\Url;
|
||||
|
||||
|
||||
?>
|
||||
<div id="name-form" class="panel panel-default animated fadeIn">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use humhub\modules\installer\controllers\ConfigController;
|
||||
|
||||
use yii\widgets\ActiveForm;
|
||||
use yii\bootstrap\Html;
|
||||
?>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user