20 Commits

Author SHA1 Message Date
dfcd887e8d Replaced tabs with spaces 2014-09-15 01:32:31 +04:00
f362f5b25b Additional fixes 2014-09-12 15:16:25 +04:00
5190fbfe37 aliases.php renamed to bootstrap.php (introduced to specific applications too) 2014-09-12 11:29:48 +04:00
386979d6a3 Revert "Used ternary operator instead of "or" for constant definition"
This reverts commit 2bb6f13505e212d68841a7e6609806fb30d04002.
2014-03-06 01:56:51 +04:00
2bb6f13505 Used ternary operator instead of "or" for constant definition 2014-03-04 22:17:11 +04:00
17c1bcb3f8 Fixes for #2236 2014-01-31 20:36:16 +04:00
6b0b424027 fixed yii cmd with aliases. 2014-01-29 20:18:52 -05:00
d88fbac4ee Merge pull request #2107 from creocoder/yii2-advanced-app-env-improvement
Cleaner environments for yii2-advanced-app
2014-01-28 14:41:54 -08:00
4f17c45f00 Fix typos in constant 2014-01-25 01:33:28 +04:00
a4c8617f42 Cleaner environments for yii2-advanced-app 2014-01-22 12:24:15 +04:00
4b7c879c6d Defined STDOUT in entry scripts in case console application is running via CGI 2014-01-21 17:32:27 +04:00
ab47d58c69 path fixes. 2014-01-10 21:58:50 -05:00
10553b6afc adjusted the advanced app to use the new yii composer extension installer. 2013-10-22 21:29:42 -04:00
907d24fb9e Advanced application: fixed console return codes 2013-09-28 01:01:49 +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
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
0411f09a43 Added install tool, moved all local configs and entry points to environments 2013-05-24 23:05:41 +04:00