This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Releases: justcoded/yii2-starter
Releases · justcoded/yii2-starter
Fix Codeception tests execution in PHPStorm
Merge pull request #30 from justcoded/develop Fix Codeception tests errors when run through PHPStorm
Controllers structure refactoring, User register and password reset
- Refactored folder structure for controllers. Controllers moved to usual
controllers
directory, Console controllers moved toconsole
directory. - Console addon for Migrations (formatting with tabs by default, generic Migration class) moved to separate module
base
- Added user Registraion
- Added Password Reset feature
- Added ability to edit user roles in Admin Panel.
Removed composer.lock from git ignore
Removed composer.lock from .gitignore to be able to have save stable project version packages info
Fix codeception config, fix tests
Fixed codeception config, so test now pass fine if you run from console
(for some reason tests, which rely on Session fail in PHPStorm. Found codeception issue here: https://github.com/Codeception/Codeception/issues/4476)
Fixed adminlte dependency, new IDE helper file, updated README
- Issue #19: Updated README section how to access the site
- Issue #20: Adminlte dependency was old, so js scripts didn't work in admin panel
- Issue #21: Replaced custom Yii/Application classes with simple IDE helper file with definitions (according to Yii cookbook)
- Issue #22: Added fix for "Clickjacking" attack vulnerability.
composer.json fixes
- Added prefer-stable directive to composer.json
- Added optimize autoloader directive to composer.json
Renamed root "web" folder to "public"
User model validation rules fixes
Merge pull request #12 from justcoded/develop User model validation rules
Update composer dependencies
Merge pull request #10 from justcoded/develop Update versions dependency for Yii to 2.0.12
RBAC GUI
- RBAC moved to separate component
- GUI added to separate component and added to admin module