Commit Graph

15 Commits

Author SHA1 Message Date
Alexander Makarov
f7a28f3df0 Basic application enhancements.
- Turned on CSRF validation by default.
- Application params are now readed before config is defined to be able to use values from params when configuring.
- Added access control for login and logout.
2013-09-16 02:41:19 +04:00
Qiang Xue
3d073a1f11 Removed yii\debug\Module::enabled. 2013-08-10 07:56:40 -04:00
Qiang Xue
5072e526be Refactored the basic app. 2013-08-10 07:33:24 -04:00
Qiang Xue
f6c54739ff Upgraded bootstrap to 3.0RC1. 2013-08-08 20:00:48 -04:00
Qiang Xue
7f05967cf5 Added more YII_ENV constants. 2013-07-31 07:18:59 -04:00
Qiang Xue
949c567387 Fixes #624: renamed www to web. 2013-07-25 07:57:49 -04:00
Alexander Makarov
636a85a6f5 fixed basic app code style 2013-07-21 19:13:00 +04:00
Qiang Xue
b6232130c1 Asset feature refactoring (WIP) 2013-07-15 22:49:22 -04:00
Qiang Xue
a6ef380c9b Added default trace level setting. 2013-07-10 12:57:36 -04:00
Qiang Xue
06f0b41c38 initial implementation of Yii debugger. 2013-07-07 20:29:19 -04:00
Qiang Xue
9664884e02 Refactored logging. 2013-07-02 22:09:25 -04:00
Qiang Xue
955f351e6d Added acceptance tests for the basic app. 2013-06-22 20:26:22 -04:00
Qiang Xue
5f1b37cc9e Implemented default controller namespace. 2013-06-02 22:31:17 -04:00
Alexander Makarov
c94008932b Moved $params in basic application configs to the variable at the top so it can be reused for common component definitions if needed 2013-05-24 21:50:03 +04:00
Qiang Xue
cb76b82e09 Renamed apps/bootstrap to apps/basic. 2013-05-24 10:14:49 -04:00