Skip to content

Commit

Permalink
hideved
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Sep 6, 2015
1 parent 86c2a81 commit ef3ee91
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 44 deletions.
23 changes: 7 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

63 changes: 63 additions & 0 deletions .hidev/commits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
hiqdev/hipanel-module-hosting commits history
---------------------------------------------

## Under development

- Added account creating
- 86c2a81 2015-09-01 Implemented FTP account creating ([email protected])
- Fixed many for release
- 89363d9 2015-09-01 ServiceCombo - changed search url ([email protected])
- 00f2754 2015-08-28 Added dependencies on related projects ([email protected])
- a319b0b 2015-08-27 Fixed breadcrumbs subtitle ([email protected])
- 6c6002e 2015-08-27 Fixed deprecated method calling syntax ([email protected])
- a247c86 2015-08-26 HdomainGridView - fixed E_WARNING errors ([email protected])
- aef3fb5 2015-08-26 Redisign view box ([email protected])
- 163bcfb 2015-08-25 HdomainGridView - added hdomain_with_aliases column ([email protected])
- 2af1cb0 2015-08-21 Fixed minor bugs ([email protected])
- 8c52cf3 2015-08-20 Account, Db, Hdomain - mass fixes ([email protected])
- d98d156 2015-08-20 Add some actions ([email protected])
- c5c6b39 2015-08-19 Accounts, Db, Hdomains - deep coding, fiting actual standarts ([email protected])
- 4a8ebb8 2015-08-18 Fixed calling of client,seller columns ([email protected])
- 5137122 2015-08-12 Add sorter and per page functionality ([email protected])
- fb6bc96 2015-08-06 renamed SmartDeleteAction to SmartPerformAction ([email protected])
- 94a5459 2015-08-06 Change create separate buttons to one, Dropdown button ([email protected])
- 039fa4c 2015-08-04 Refactor index page. Add new ActionBox and Advanced Search ([email protected])
- 7b0d23a 2015-08-04 Account, DB, Hdomain - index, view pages ([email protected])
- 143db74 2015-08-02 DB, Accounts, Hdomains - controllers, views, models updated to actualy agreed style Minor fixes ([email protected])
- 97c279c 2015-08-02 * Plugin: + aliases ([email protected])
- cf4ac41 2015-07-31 continue ([email protected])
- 2ff79fe 2015-07-31 Sources moved to src ([email protected])
- Added all basics
- d792336 2015-07-30 Accounts GridView done ([email protected])
- 90ce547 2015-07-30 Db, Hdomain deep coding ([email protected])
- 8456939 2015-06-11 Domain deep coding ([email protected])
- 41a1875 2015-06-10 Domains deep coding ([email protected])
- a351075 2015-06-04 Continue hdomains implementation ([email protected])
- 95e5af1 2015-06-02 Account adopted for IpValidator ([email protected])
- 8798333 2015-05-29 Fixed Account model, view ([email protected])
- fdf94e1 2015-05-28 accounts alive ([email protected])
- bf0bd61 2015-05-26 Fixed DB delete ([email protected])
- e1e9f9d 2015-05-22 combo - updated parent namespace ([email protected])
- bd8f2a0 2015-05-20 Actions redone with SwitchAction ([email protected])
- 6d37d84 2015-05-19 DbController - playing with switchAction Models filled in ([email protected])
- c5ba741 2015-05-18 fixed title and breadcrumbs ([email protected])
- 0fa38da 2015-05-18 renamed to grid/DbGridView.php ([email protected])
- 3e89e96 2015-05-15 + Plugin, * Menu ([email protected])
- 7ec2fa7 2015-05-15 Merge commit '89120b8' ([email protected])
- 89120b8 2015-05-14 + Menu.php ([email protected])
- 2b9489c 2015-05-14 {combo2} -> {combo}, DbController - playing with switchAction ([email protected])
- 7b95ac0 2015-05-14 Changed combo2 call options ([email protected])
- 11923c6 2015-05-12 Combo2 call updated, SwithcAction testing in DbController ([email protected])
- 14a7658 2015-05-08 renamed perform -> save ([email protected])
- 16b1be8 2015-05-08 In the middle of nowhere. Playing with SwitchAction ([email protected])
- bcca4d3 2015-05-06 DB parts case fix ([email protected])
- 5c2c6a6 2015-05-06 Git inconsistence fix ([email protected])
- 707f988 2015-05-02 DB minor changes ([email protected])
- b328f45 2015-05-02 Started to fill in the account contriller ([email protected])
- 66d2a2b 2015-05-02 Changes in Combo2 configs to suite new scheme ([email protected])
- 94dd965 2015-04-23 Added combo2 for Acctount, DbService, Service Db Deep coding ([email protected])
- bbcab8d 2015-04-22 After init changes DB deep coding ([email protected])
- 8ec72f5 2015-04-22 inited ([email protected])

## Development started 2015-04-22

12 changes: 12 additions & 0 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
@@ -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: "*"
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

7 changes: 2 additions & 5 deletions LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down
30 changes: 27 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
40 changes: 22 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"email": "[email protected]",
"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": "[email protected]",
"name": "Andrii Vasyliev",
"role": "Project lead",
"email": "[email protected]",
"homepage": "https://hipanel.com/"
},
{
"role": "Lead backend developer",
"name": "Dmitry Naumenko",
"email": "[email protected]",
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "[email protected]",
"homepage": "http://silverfire.me/"
},
{
"role": "Lead frontend developer",
"name": "Andrey Klochok",
"email": "[email protected]",
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "[email protected]",
"homepage": "https://hiqdev.com/"
},
{
"role": "QA Lead",
"name": "Yuriy Myronchuk",
"email": "[email protected]",
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "[email protected]",
"homepage": "https://hiqdev.com/"
}
],
Expand Down

0 comments on commit ef3ee91

Please sign in to comment.