From ef3ee91f0c9e0ce8bec8a2adf9ee63395a0d0f1a Mon Sep 17 00:00:00 2001 From: Andrii Vasyliev Date: Sun, 6 Sep 2015 12:22:32 +0000 Subject: [PATCH] hideved --- .gitignore | 23 +++++----------- .hidev/commits.md | 63 +++++++++++++++++++++++++++++++++++++++++++ .hidev/config.yml | 12 +++++++++ CHANGELOG.md | 8 ++++-- LICENSE.md => LICENSE | 7 ++--- README.md | 30 ++++++++++++++++++--- composer.json | 40 ++++++++++++++------------- 7 files changed, 139 insertions(+), 44 deletions(-) create mode 100644 .hidev/commits.md create mode 100644 .hidev/config.yml rename LICENSE.md => LICENSE (85%) diff --git a/.gitignore b/.gitignore index a427d3ae..2b7b7ef1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,18 @@ -# yii console command -/yii +# vendor dirs +vendor -# composer vendor dir -/vendor - -# composer itself and lock file -composer.phar +# composer lock files composer.lock -# phpunit itself and local config -phpunit.phar -/phpunit.xml +# hidev composer.json +.hidev/composer.json -# IDE project files +# IDE & OS files +.*.swp .idea nbproject .buildpath .project .settings - -# windows thumbnail cache Thumbs.db - -# Mac DS_Store Files .DS_Store - diff --git a/.hidev/commits.md b/.hidev/commits.md new file mode 100644 index 00000000..7c9ff962 --- /dev/null +++ b/.hidev/commits.md @@ -0,0 +1,63 @@ +hiqdev/hipanel-module-hosting commits history +--------------------------------------------- + +## Under development + +- Added account creating + - 86c2a81 2015-09-01 Implemented FTP account creating (d.naumenko.a@gmail.com) +- Fixed many for release + - 89363d9 2015-09-01 ServiceCombo - changed search url (d.naumenko.a@gmail.com) + - 00f2754 2015-08-28 Added dependencies on related projects (d.naumenko.a@gmail.com) + - a319b0b 2015-08-27 Fixed breadcrumbs subtitle (d.naumenko.a@gmail.com) + - 6c6002e 2015-08-27 Fixed deprecated method calling syntax (d.naumenko.a@gmail.com) + - a247c86 2015-08-26 HdomainGridView - fixed E_WARNING errors (d.naumenko.a@gmail.com) + - aef3fb5 2015-08-26 Redisign view box (andreyklochok@gmail.com) + - 163bcfb 2015-08-25 HdomainGridView - added hdomain_with_aliases column (d.naumenko.a@gmail.com) + - 2af1cb0 2015-08-21 Fixed minor bugs (d.naumenko.a@gmail.com) + - 8c52cf3 2015-08-20 Account, Db, Hdomain - mass fixes (d.naumenko.a@gmail.com) + - d98d156 2015-08-20 Add some actions (andreyklochok@gmail.com) + - c5c6b39 2015-08-19 Accounts, Db, Hdomains - deep coding, fiting actual standarts (d.naumenko.a@gmail.com) + - 4a8ebb8 2015-08-18 Fixed calling of client,seller columns (d.naumenko.a@gmail.com) + - 5137122 2015-08-12 Add sorter and per page functionality (andreyklochok@gmail.com) + - fb6bc96 2015-08-06 renamed SmartDeleteAction to SmartPerformAction (sol@hiqdev.com) + - 94a5459 2015-08-06 Change create separate buttons to one, Dropdown button (andreyklochok@gmail.com) + - 039fa4c 2015-08-04 Refactor index page. Add new ActionBox and Advanced Search (andreyklochok@gmail.com) + - 7b0d23a 2015-08-04 Account, DB, Hdomain - index, view pages (d.naumenko.a@gmail.com) + - 143db74 2015-08-02 DB, Accounts, Hdomains - controllers, views, models updated to actualy agreed style Minor fixes (d.naumenko.a@gmail.com) + - 97c279c 2015-08-02 * Plugin: + aliases (sol@hiqdev.com) + - cf4ac41 2015-07-31 continue (d.naumenko.a@gmail.com) + - 2ff79fe 2015-07-31 Sources moved to src (d.naumenko.a@gmail.com) +- Added all basics + - d792336 2015-07-30 Accounts GridView done (d.naumenko.a@gmail.com) + - 90ce547 2015-07-30 Db, Hdomain deep coding (d.naumenko.a@gmail.com) + - 8456939 2015-06-11 Domain deep coding (d.naumenko.a@gmail.com) + - 41a1875 2015-06-10 Domains deep coding (d.naumenko.a@gmail.com) + - a351075 2015-06-04 Continue hdomains implementation (d.naumenko.a@gmail.com) + - 95e5af1 2015-06-02 Account adopted for IpValidator (d.naumenko.a@gmail.com) + - 8798333 2015-05-29 Fixed Account model, view (d.naumenko.a@gmail.com) + - fdf94e1 2015-05-28 accounts alive (d.naumenko.a@gmail.com) + - bf0bd61 2015-05-26 Fixed DB delete (d.naumenko.a@gmail.com) + - e1e9f9d 2015-05-22 combo - updated parent namespace (d.naumenko.a@gmail.com) + - bd8f2a0 2015-05-20 Actions redone with SwitchAction (d.naumenko.a@gmail.com) + - 6d37d84 2015-05-19 DbController - playing with switchAction Models filled in (d.naumenko.a@gmail.com) + - c5ba741 2015-05-18 fixed title and breadcrumbs (sol@hiqdev.com) + - 0fa38da 2015-05-18 renamed to grid/DbGridView.php (sol@hiqdev.com) + - 3e89e96 2015-05-15 + Plugin, * Menu (sol@hiqdev.com) + - 7ec2fa7 2015-05-15 Merge commit '89120b8' (sol@hiqdev.com) + - 89120b8 2015-05-14 + Menu.php (sol@hiqdev.com) + - 2b9489c 2015-05-14 {combo2} -> {combo}, DbController - playing with switchAction (d.naumenko.a@gmail.com) + - 7b95ac0 2015-05-14 Changed combo2 call options (d.naumenko.a@gmail.com) + - 11923c6 2015-05-12 Combo2 call updated, SwithcAction testing in DbController (d.naumenko.a@gmail.com) + - 14a7658 2015-05-08 renamed perform -> save (sol@hiqdev.com) + - 16b1be8 2015-05-08 In the middle of nowhere. Playing with SwitchAction (d.naumenko.a@gmail.com) + - bcca4d3 2015-05-06 DB parts case fix (d.naumenko.a@gmail.com) + - 5c2c6a6 2015-05-06 Git inconsistence fix (d.naumenko.a@gmail.com) + - 707f988 2015-05-02 DB minor changes (d.naumenko.a@gmail.com) + - b328f45 2015-05-02 Started to fill in the account contriller (d.naumenko.a@gmail.com) + - 66d2a2b 2015-05-02 Changes in Combo2 configs to suite new scheme (d.naumenko.a@gmail.com) + - 94dd965 2015-04-23 Added combo2 for Acctount, DbService, Service Db Deep coding (d.naumenko.a@gmail.com) + - bbcab8d 2015-04-22 After init changes DB deep coding (d.naumenko.a@gmail.com) + - 8ec72f5 2015-04-22 inited (sol@hiqdev.com) + +## Development started 2015-04-22 + diff --git a/.hidev/config.yml b/.hidev/config.yml new file mode 100644 index 00000000..49c836c4 --- /dev/null +++ b/.hidev/config.yml @@ -0,0 +1,12 @@ +package: + name: hipanel-module-hosting + namespace: hipanel\modules\hosting + label: HiPanel HostingModule + title: Hosting Plugin for HiPanel + type: yii2-extension + keywords: hosting, hipanel, plugin + year: 2014 + +require: + hiqdev/hidev-config: "*" + hiqdev/hidev-config-php: "*" diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3895c5..2920e293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ hiqdev/hipanel-module-hosting changelog --------------------------------------- -### 0.1.0 under development +## Under development -- inited +- Added account creating +- Fixed many for release +- Added all basics + +## Development started 2015-04-22 diff --git a/LICENSE.md b/LICENSE similarity index 85% rename from LICENSE.md rename to LICENSE index 9834ee89..eccb84fc 100644 --- a/LICENSE.md +++ b/LICENSE @@ -1,7 +1,4 @@ -The hipanel-module-hosting extension is free software. -It is released under the terms of the following BSD 3-clause License. - -Copyright © 2014-2015 by HiQDev (http://hiqdev.com) +Copyright © 2014-2015, HiQDev (https://hiqdev.com/) All rights reserved. Redistribution and use in source and binary forms, with or without @@ -14,7 +11,7 @@ are met: notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of HiQDev nor HiPanel nor the names of its + * Neither the name of HiQDev nor HiPanel HostingModule nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/README.md b/README.md index 255f2c3b..795355dd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,31 @@ Hosting Plugin for HiPanel -------------------------- -Hosting: account, backup, cron, DB, domain, IP, mail, request & service +Hosting Plugin for HiPanel + +[![Latest Stable Version](https://poser.pugx.org/hiqdev/hipanel-module-hosting/v/stable.png)](https://packagist.org/packages/hiqdev/hipanel-module-hosting) +[![Total Downloads](https://poser.pugx.org/hiqdev/hipanel-module-hosting/downloads.png)](https://packagist.org/packages/hiqdev/hipanel-module-hosting) + +## Installation + +The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/). + +Either run + +``` +php composer.phar require "hiqdev/hipanel-module-hosting" +``` + +or add + +```json +"hiqdev/hipanel-module-hosting": "*" +``` + +to the require section of your composer.json. + +## Licence + +[BSD-3-Clause](http://choosealicense.com/licenses/bsd-3-clause) -For more info see wiki: -https://github.com/hiqdev/hipanel-module-hosting/wiki +Copyright © 2014-2015, HiQDev (https://hiqdev.com/) diff --git a/composer.json b/composer.json index 394b3941..3aaea6c5 100644 --- a/composer.json +++ b/composer.json @@ -2,39 +2,43 @@ "name": "hiqdev/hipanel-module-hosting", "type": "yii2-extension", "description": "Hosting Plugin for HiPanel", - "keywords": ["hosting","hipanel","plugin"], - "homepage": "https://hiqdev.com/hipanel-module-hosting", - "license": "BSD-3-clause", + "keywords": [ + "hosting", + "hipanel", + "plugin" + ], + "homepage": "https://github.com/hiqdev/hipanel-module-hosting", + "license": "BSD-3-Clause", "support": { - "email": "support@hiqdev.com", + "email": "support@hiqdev.com", "source": "https://github.com/hiqdev/hipanel-module-hosting", "issues": "https://github.com/hiqdev/hipanel-module-hosting/issues", - "wiki": "https://github.com/hiqdev/hipanel-module-hosting/wiki", - "forum": "https://forum.hiqdev.com/yii2" + "wiki": "https://github.com/hiqdev/hipanel-module-hosting/wiki", + "forum": "https://forum.hiqdev.com/yii2" }, "authors": [ { - "role": "Project lead", - "name": "Andrii Vasyliev", - "email": "sol@hiqdev.com", + "name": "Andrii Vasyliev", + "role": "Project lead", + "email": "sol@hiqdev.com", "homepage": "https://hipanel.com/" }, { - "role": "Lead backend developer", - "name": "Dmitry Naumenko", - "email": "silverfire@hiqdev.com", + "name": "Dmitry Naumenko", + "role": "Lead backend developer", + "email": "silverfire@hiqdev.com", "homepage": "http://silverfire.me/" }, { - "role": "Lead frontend developer", - "name": "Andrey Klochok", - "email": "tafid@hiqdev.com", + "name": "Andrey Klochok", + "role": "Lead frontend developer", + "email": "tafid@hiqdev.com", "homepage": "https://hiqdev.com/" }, { - "role": "QA Lead", - "name": "Yuriy Myronchuk", - "email": "bladeroot@hiqdev.com", + "name": "Yuriy Myronchuk", + "role": "QA Lead", + "email": "bladeroot@hiqdev.com", "homepage": "https://hiqdev.com/" } ],