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
368a4cfe66
Asset feature refactoring (WIP)
11 years ago
Qiang Xue
12c48d1ae4
Refactored logging.
12 years ago
Alexander Makarov
88b05cdfeb
renamed backstage → backend
12 years ago
Qiang Xue
2553e9a043
Fixes issue #439
12 years ago
Carsten Brandt
a6c251d2ab
Adjusted vendor dirs of example applications
...
- update composer json to chosse right path
- set vendorPath in application config if not default
12 years ago
Alexander Makarov
8325f7a890
Added db component. Added configuration section to readme.
12 years ago
Alexander Makarov
75917e2cb1
User and LoginForm are now common models, User is AR and Identity
12 years ago
Alexander Makarov
e8d59fb6cb
specified proper namespaces
12 years ago
Alexander Makarov
4a9f0eed0c
Moved commented sections into -local configs, added prod environment
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
7dc624d1da
Reorganized the bootstrap app to prepare it as a separate composer package.
12 years ago
Qiang Xue
8d23d4c7e5
Added namespace to the controllers of the bootstrap app.
12 years ago
Qiang Xue
c10fe193d2
Renamed yiic to yii.
...
Added console command support to the bootstrap app.
12 years ago
Qiang Xue
e96fd0ea59
debug tool bar WIP
12 years ago
Qiang Xue
c7e40f5c7a
Debug toolbar WIP.
12 years ago
Qiang Xue
2dd51d5b46
Fixes issue #177 .
12 years ago
Qiang Xue
14699b5ec3
reorganized app code.
...
removed app template from framework folder.
12 years ago
Zander Baldwin
4be9e195c2
Add Newlines
...
Appended newlines to every PHP document that did not have a newline as the last character in the file.
12 years ago
Qiang Xue
147b3155c8
Added contact page. Fixed various form bugs.
12 years ago
Qiang Xue
0d182ace40
basic app WIP
12 years ago
Qiang Xue
122376a868
Added a basic app.
12 years ago