Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Releases: justcoded/yii2-starter

Fix Codeception tests execution in PHPStorm

20 Mar 12:26
2f74915
Compare
Choose a tag to compare
Merge pull request #30 from justcoded/develop

Fix Codeception tests errors when run through PHPStorm

Controllers structure refactoring, User register and password reset

20 Mar 11:46
4ff1b73
Compare
Choose a tag to compare
  • Refactored folder structure for controllers. Controllers moved to usual controllers directory, Console controllers moved to console 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

13 Feb 16:27
e272f97
Compare
Choose a tag to compare

Removed composer.lock from .gitignore to be able to have save stable project version packages info

Fix codeception config, fix tests

06 Feb 20:23
8231647
Compare
Choose a tag to compare

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

06 Feb 18:14
dc2d79d
Compare
Choose a tag to compare
  • 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

11 Jan 16:01
Compare
Choose a tag to compare
  • Added prefer-stable directive to composer.json
  • Added optimize autoloader directive to composer.json

Renamed root "web" folder to "public"

08 Nov 10:02
Compare
Choose a tag to compare

User model validation rules fixes

25 Oct 12:08
Compare
Choose a tag to compare
Merge pull request #12 from justcoded/develop

User model validation rules

Update composer dependencies

11 Oct 10:13
Compare
Choose a tag to compare
Merge pull request #10 from justcoded/develop

Update versions dependency for Yii to 2.0.12

RBAC GUI

10 Oct 18:58
Compare
Choose a tag to compare
  • RBAC moved to separate component
  • GUI added to separate component and added to admin module