-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
287 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,41 @@ | ||
hiqdev/yii2-theme-adminlte | ||
-------------------------- | ||
|
||
## [Under development] | ||
## [0.0.1] - 2017-01-10 | ||
|
||
- Fixed translations | ||
- Fixed login and password reset pages | ||
- Changed: redone with composer-config-plugin | ||
- Fixed build with asset-packagist | ||
- Fixed bugs | ||
- Added passwordResetPage and signupPage parameters to change 'I forgot my password' and 'Register' links | ||
- Added balance recharge button | ||
- Changed (redesigned) user menu, error page, searching | ||
- Added TopCart widget | ||
- Changed deposit link to @pay/deposit <- @bill/deposit | ||
- Added use of yii2-asset-pictonic | ||
- Added more login related pages | ||
- Fixed getting menu items | ||
- Added css style for Pace widget | ||
- Fixed PHP warnings | ||
- Changed: renamed to AdminLteTheme | ||
- Added views and layouts to make this theme generally usable | ||
- Changed: moved to src | ||
- Added basics | ||
- Fixed according to changes in `yii2-thememanager` ([@hiqsol], [@SilverFire], [@tafid]) | ||
- Fixed translations ([@hiqsol], [@SilverFire]) | ||
- Fixed login and password reset pages ([@SilverFire], [@hiqsol], [@tafid]) | ||
- Changed: redone with composer-config-plugin ([@hiqsol]) | ||
- Fixed build with asset-packagist ([@hiqsol]) | ||
- Fixed bugs ([@tafid], [@SilverFire], [@hiqsol]) | ||
- Added passwordResetPage and signupPage parameters to change 'I forgot my password' and 'Register' links ([@hiqsol]) | ||
- Added balance recharge button ([@tafid]) | ||
- Changed (redesigned) user menu, error page, searching ([@hiqsol], [@tafid]) | ||
- Added TopCart widget ([@tafid], [@hiqsol]) | ||
- Changed deposit link to @pay/deposit <- @bill/deposit ([@hiqsol]) | ||
- Added use of yii2-asset-pictonic ([@hiqsol]) | ||
- Added more login related pages ([@hiqsol], [@BladeRoot]) | ||
- Fixed getting menu items ([@hiqsol]) | ||
- Added css style for Pace widget ([@tafid]) | ||
- Fixed PHP warnings ([@SilverFire], [@hiqsol]) | ||
- Changed: renamed to AdminLteTheme ([@hiqsol]) | ||
- Added views and layouts to make this theme generally usable ([@hiqsol]) | ||
- Changed: moved to src ([@hiqsol]) | ||
- Added basics ([@hiqsol]) | ||
|
||
## [Development started] - 2015-05-27 | ||
|
||
[@hiqsol]: https://github.com/hiqsol | ||
[sol@hiqdev.com]: https://github.com/hiqsol | ||
[@SilverFire]: https://github.com/SilverFire | ||
[silverfire@hiqdev.com]: https://github.com/SilverFire | ||
[d.naumenko.a@gmail.com]: https://github.com/SilverFire | ||
[@tafid]: https://github.com/tafid | ||
[tafid@hiqdev.com]: https://github.com/tafid | ||
[andreyklochok@gmail.com]: https://github.com/tafid | ||
[@BladeRoot]: https://github.com/BladeRoot | ||
[bladeroot@hiqdev.com]: https://github.com/BladeRoot | ||
[bladeroot@gmail.com]: https://github.com/BladeRoot | ||
[Under development]: https://github.com/hiqdev/yii2-theme-adminlte/releases | ||
[0.0.1]: https://github.com/hiqdev/yii2-theme-adminlte/releases/tag/0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
{ | ||
"name": "hiqdev/yii2-theme-adminlte" | ||
"name": "hiqdev/yii2-theme-adminlte", | ||
"authors": { | ||
"hiqsol": { | ||
"name": "Andrii Vasyliev", | ||
"role": "Project lead", | ||
"email": "sol@hiqdev.com", | ||
"github": "https://github.com/hiqsol", | ||
"homepage": "http://hipanel.com/" | ||
}, | ||
"SilverFire": { | ||
"name": "Dmitry Naumenko", | ||
"role": "Lead backend developer", | ||
"email": "silverfire@hiqdev.com", | ||
"github": "https://github.com/SilverFire", | ||
"homepage": "http://silverfire.me/" | ||
}, | ||
"tafid": { | ||
"name": "Andrey Klochok", | ||
"role": "Lead frontend developer", | ||
"email": "tafid@hiqdev.com", | ||
"github": "https://github.com/tafid", | ||
"homepage": "http://hiqdev.com/" | ||
}, | ||
"BladeRoot": { | ||
"name": "Yuriy Myronchuk", | ||
"role": "QA Lead", | ||
"email": "bladeroot@hiqdev.com", | ||
"github": "https://github.com/BladeRoot", | ||
"homepage": "http://hiqdev.com/" | ||
} | ||
} | ||
} |
Oops, something went wrong.