6 Commits

Author SHA1 Message Date
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
829c10f4fa Fixed yii autoload precedence. 2013-08-18 20:33:11 -04:00
2d8da01c98 import namespaces. 2013-07-12 07:36:00 -04:00
d29ea5a110 import namespaces. 2013-07-12 07:31:54 -04:00
420637443c Refactored the way of sending response in controller actions. 2013-06-13 23:39:18 -04:00
4a9f0eed0c Moved commented sections into -local configs, added prod environment 2013-05-24 23:34:34 +04:00