Skip to content

Commit b7877d8

Browse files
committed
improved package description
1 parent ad376f5 commit b7877d8

File tree

7 files changed

+48
-22
lines changed

7 files changed

+48
-22
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ nbproject
1818
.settings
1919
Thumbs.db
2020
.DS_Store
21+
22+
# Codeception generated files
23+
tests/_support/_generated
24+
25+
# php-cs-fixer cache
26+
.php_cs.cache

.hidev/commits.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ hiqdev/hipanel-core commits history
33

44
## Under development
55

6+
- ad376f5 2015-11-12 cart component and AddToCartAction moved to yii2-cart ([email protected])
7+
- 15c50d1 2015-11-11 Changed sigrature of Label::renderLabel() privat -> protected ([email protected])
8+
- 547d980 2015-11-11 ArraySpoiler fixed PHPDoc ([email protected])
9+
- 74b53c8 2015-11-11 Translations updated ([email protected])
10+
- 3a34c30 2015-11-11 Label widget refactoring ([email protected])
11+
- ae07977 2015-11-10 Add validation before Add To Cart ([email protected])
12+
- 6ed3ac0 2015-11-10 Add Collection to CartAction ([email protected])
13+
- 9a26cf6 2015-11-09 Fixed SearchModelTrait not to skip value `0` as an attribute ([email protected])
14+
- 9c8373b 2015-11-09 GridView::detailView - added ResizableColumns option resizeFromBody for detail views ([email protected])
15+
- b1c8508 2015-11-09 Added PNotifyAsset to AppAsset ([email protected])
16+
- 7147d9e 2015-11-08 Added GridView overriding of default resizableColumns options ([email protected])
17+
- 39f0205 2015-11-08 ActionColumn now uses FeaturedCoulmnTrait ([email protected])
18+
- 1bd57bd 2015-11-07 Added ResizableColumnsAsset to AppAsset ([email protected])
19+
- 4c76ab6 2015-11-06 fixed composer.json syntax error ([email protected])
20+
- 878dc35 2015-11-06 composer.json updated - added 2amigos/yii2-grid-view-library ([email protected])
21+
- 940acfc 2015-11-06 composer.json updated - added 2amigos/yii2-grid-view-library ([email protected])
22+
- 2f63d5c 2015-11-05 Fixed CSS in AppAsset ([email protected])
23+
- 358102d 2015-11-05 PjaxAsset - changed sourcePath to @bower/hiqdev-pjax ([email protected])
24+
- 6306a3a 2015-11-05 hipanel\base\Cache::getTimeCached - Added PHPDoc ([email protected])
25+
- 842a8e8 2015-11-05 hiqdev/jquery-pjax required version changed ([email protected])
26+
- 5d6b51d 2015-11-05 hiqdev/jquery-pjax imported using bower ([email protected])
27+
- 589aaf5 2015-11-05 Added hiqdev/jquery-pjax fork usage instead of original yiisoft fork ([email protected])
28+
- 86bb3ed 2015-11-04 x ArraySpoiler - fixed getButtonLabel to translate button lanel correctly ([email protected])
29+
- 9f0039a 2015-11-02 + ActionColumn::visibleButtonsCount - added option to set visible buttons count ([email protected])
30+
- 87c4426 2015-10-30 Change text in flash massages ([email protected])
631
- Added HiArt 'auth' configuration
732
- a423ca5 2015-11-03 + HiArt 'auth' configuration ([email protected])
833
- Added Cart functionality

.hidev/config.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
package:
22
name: hipanel-core
33
namespace: hipanel
4-
label: HiPanel
5-
title: Next Generation Control Panel
4+
headline: HiPanel Core
5+
title: HiPanel core package
66
type: yii2-extension
77
homepage: https://hipanel.com/
88
keywords: hipanel, control panel, hosting, domains
99
year: 2014
1010
description: |
1111
[![Logo](https://raw.githubusercontent.com/hiqdev/hipanel-core/master/docs/logo.png)](https://hipanel.com/)
1212
13-
Goals:
14-
- Integration
15-
- Extensibility
16-
- Friendliness
17-
- Reliability
18-
- Security
13+
[HiPanel](http://hipanel.com) is next generation control panel for hosting, domains and more.
14+
This package is the core of the system.
1915
2016
require:
2117
hiqdev/hidev-config: "*"

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ are met:
1111
notice, this list of conditions and the following disclaimer in
1212
the documentation and/or other materials provided with the
1313
distribution.
14-
* Neither the name of HiQDev nor HiPanel nor the names of its
14+
* Neither the name of HiQDev nor HiPanel Core nor the names of its
1515
contributors may be used to endorse or promote products derived
1616
from this software without specific prior written permission.
1717

README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
Next Generation Control Panel
2-
=============================
1+
HiPanel Core
2+
============
33

4-
[![Logo](https://raw.githubusercontent.com/hiqdev/hipanel-core/master/docs/logo.png)](https://hipanel.com/)
5-
6-
Goals:
7-
- Integration
8-
- Extensibility
9-
- Friendliness
10-
- Reliability
11-
- Security
4+
**HiPanel core package**
125

136
[![Latest Stable Version](https://poser.pugx.org/hiqdev/hipanel-core/v/stable)](//packagist.org/packages/hiqdev/hipanel-core)
147
[![Total Downloads](https://poser.pugx.org/hiqdev/hipanel-core/downloads)](//packagist.org/packages/hiqdev/hipanel-core)
158
[![Dependency Status](https://www.versioneye.com/php/hiqdev:hipanel-core/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:hipanel-core/dev-master)
169

10+
[![Logo](https://raw.githubusercontent.com/hiqdev/hipanel-core/master/docs/logo.png)](https://hipanel.com/)
11+
12+
[HiPanel](http://hipanel.com) is next generation control panel for hosting, domains and more.
13+
This package is the core of the system.
14+
1715
## Installation
1816

1917
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
@@ -34,7 +32,7 @@ to the require section of your composer.json.
3432

3533
## License
3634

37-
This project is released under the terms of the BSD-3-Clause [license](https://github.com/hiqdev/hipanel-core/blob/master/LICENSE).
35+
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
3836
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
3937

4038
Copyright © 2014-2015, HiQDev (http://hiqdev.com/)

ROADMAP.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ hiqdev/hipanel roadmap
1616

1717
- Integration
1818
- Extensibility
19+
- Modularity
1920
- Friendliness
2021
- Reliability
2122
- Security
@@ -24,5 +25,5 @@ hiqdev/hipanel roadmap
2425

2526
- All the logic in API
2627
- Best available interface features
27-
- Automated testing with codeception
28+
- Automated testing
2829

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hiqdev/hipanel-core",
33
"type": "yii2-extension",
4-
"description": "Next Generation Control Panel",
4+
"description": "HiPanel core package",
55
"keywords": [
66
"hipanel",
77
"control panel",

0 commit comments

Comments
 (0)