Qiang Xue
10553b6afc
adjusted the advanced app to use the new yii composer extension installer.
11 years ago
Alexander Makarov
907d24fb9e
Advanced application: fixed console return codes
11 years ago
Alexander Makarov
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".
11 years ago
Qiang Xue
829c10f4fa
Fixed yii autoload precedence.
11 years ago
Qiang Xue
2d8da01c98
import namespaces.
12 years ago
Qiang Xue
d29ea5a110
import namespaces.
12 years ago
Qiang Xue
420637443c
Refactored the way of sending response in controller actions.
12 years ago
Alexander Makarov
0411f09a43
Added install tool, moved all local configs and entry points to environments
12 years ago
Qiang Xue
0e7808595b
typo fix
12 years ago
Qiang Xue
a16d3cd370
Do explicit check of local config file.
12 years ago
Alexander Makarov
0fb30f8d25
Advanced application template
12 years ago
Qiang Xue
759c303a65
Renamed apps/bootstrap to apps/basic.
12 years ago
Qiang Xue
f72105166c
reorganized the main repo to satisfy PSR-0.
12 years ago
Carsten Brandt
9e6a1a5847
Changed Yii.php case in some files where it was wrong
12 years ago
Qiang Xue
f3d23ec0e9
Fixed framework path.
12 years ago
Qiang Xue
7dc624d1da
Reorganized the bootstrap app to prepare it as a separate composer package.
12 years ago
Qiang Xue
c10fe193d2
Renamed yiic to yii.
...
Added console command support to the bootstrap app.
12 years ago
resurtm
5575f53657
CS fixes.
12 years ago
Carsten Brandt
b005b087b4
better have timezone fix in application
...
app is resposible for setting time zone, so it should also do the
fixing.
+ documentation about the behavior.
issue #210 and #209
12 years ago
Benjamin Wöster
612eb3fdb7
undo commit 1ccce67f34
12 years ago
Alexander Makarov
1ccce67f34
fixes #209 : do not produce error if not timezone set in case of running yiic from framework dir
12 years ago
Qiang Xue
0d814fa523
Moved "framework" to "iii".
12 years ago
Carsten Brandt
2387e59c4e
Renamed yii.php -> Yii.php for class, filename consitency
...
See https://github.com/yiisoft/yii2/issues/123#issuecomment-17657374
Issue #123
12 years ago
Qiang Xue
304122ebe4
Fixed bug in yiic.php.
...
Refactoring AssetConverter.
12 years ago
Qiang Xue
4fdaab3560
updated file header.
12 years ago
Qiang Xue
e09a791c92
MVC cleanup
12 years ago
Qiang Xue
8e05e6e62d
changed copyright line.
12 years ago
Alexander Makarov
7fedc3096f
yiic create is now able to generate default application
12 years ago
Qiang Xue
b074ecebe0
renamed console controller folder name.
12 years ago
Qiang Xue
b1047e7ff6
refactored object creation.
...
added more exception classes.
working on request and response classes.
13 years ago
Qiang Xue
5a72523a14
console commands.
13 years ago
Qiang Xue
5f3e24d81f
working on console app.
13 years ago
Qiang Xue
a9439e9038
...
13 years ago
Alexander Makarov
4a8259ff8c
yiic, helpers
13 years ago