5190fbfe37
aliases.php
renamed to bootstrap.php
(introduced to specific applications too)
2014-09-12 11:29:48 +04:00
066989f0b0
Fixes #4425 : generate cookie validation keys in local config files.
2014-08-01 15:00:15 -04:00
4e4e76e883
Request::cookieValidationKey must be explicitly specified now.
2014-07-19 15:39:03 -04:00
8633d0f91c
yii\web\Request::cookieValidationKey
is now automatically generated by the installation script for the basic and advanced application templates
2014-07-19 14:56:31 -04:00
ea75177abc
Refactored app bootstrap logic.
2014-04-10 15:05:01 -04:00
586f5b87b0
Removed Application::preload
in favor of Application::bootstrap
2014-04-09 10:47:10 -04:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
4e77105277
Rollback $params variable
2014-01-28 22:18:37 +04:00
a4c8617f42
Cleaner environments for yii2-advanced-app
2014-01-22 12:24:15 +04:00
a7cf6a984c
Fixes #1597 : Added enableAutoLogin
to basic and advanced application templates so "remember me" now works properly
2013-12-22 20:16:06 +01:00
c6318050d9
removed unneeded setting.
2013-11-24 21:29:11 -05:00
4c4f7bd708
Move AppAsset from config to assets directory
2013-11-13 18:17:05 +02:00
03d70b6e7e
Update main.php
2013-11-12 05:21:06 +02:00
998cf7e675
updated apps to use the mail component.
2013-11-07 23:01:13 -05:00
3caf59b1bf
fixed extension list file location.
2013-11-02 16:04:38 -04:00
10553b6afc
adjusted the advanced app to use the new yii composer extension installer.
2013-10-22 21:29:42 -04:00
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
f5778b6bf0
Advanced application enhancements.
...
- Turned on CSRF validation by default.
- Added access control for login, signup and logout for frontend application.
- Added access control for login, logout and index for backend application.
- YII_ENV is now defined for all applications.
- No trace is writted to logs if debug is turned off.
- Added default error view for frontend and backend.
- In frontend application captcha will always ask for "testme" if YII_ENV is defined as "test".
2013-09-16 02:46:29 +04:00
0596fa82fd
code style fixes
2013-08-13 02:43:47 +04:00
edb77393b2
fixes #736
2013-08-13 01:16:53 +04:00
e3801fbf6b
Upgraded bootstrap to 3.0RC1.
2013-08-08 20:00:48 -04:00
3bef7365f1
Fixes #624 : renamed www to web.
2013-07-25 07:57:49 -04:00
368a4cfe66
Asset feature refactoring (WIP)
2013-07-15 22:49:22 -04:00
12c48d1ae4
Refactored logging.
2013-07-02 22:09:25 -04:00
88b05cdfeb
renamed backstage → backend
2013-06-09 20:15:55 +04:00