Alexander Makarov
f8ddb3d7be
Advanced application: added applying migrations to readme
2013-09-28 01:27:23 +04:00
Alexander Makarov
c4354d6be6
Advanced application: init is now automatically called when installing via Composer
2013-09-28 01:14:19 +04:00
Alexander Makarov
4ab2e986c6
Advanced application: init script can now be executed in non-interactive input mode
...
Usage:
init --env=Development
init --env=Production
2013-09-28 01:10:38 +04:00
Alexander Makarov
907d24fb9e
Advanced application: fixed console return codes
2013-09-28 01:01:49 +04:00
Alexander Makarov
e19d0dacf9
Fixes #823 : consistent interface naming
2013-09-24 15:45:09 +04:00
Alexander Makarov
e1061f19ac
Advanced application template: Delete flash message after it was displayed
2013-09-24 12:07:41 +04:00
Alexander Makarov
4d901acd8e
Advanced application template: removed unused scenario from User model
2013-09-23 18:01:13 +04:00
Qiang Xue
0fc423c74a
Added support for data-method and data-confirm.
2013-09-18 23:11:55 -04:00
Alexander Makarov
bb6d0f1b47
Merge pull request #888 from sergon/patch-5
...
Update passwordResetToken.php
2013-09-18 11:27:52 -07:00
gsd
41e2c41002
Update SiteController.php
2013-09-18 22:18:12 +06:00
gsd
29394758ba
Update passwordResetToken.php
2013-09-18 22:12:47 +06:00
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".
2013-09-16 02:46:29 +04:00
Alexander Makarov
325f83f66b
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
347e79a467
Fixes #863 : adjusted horizontal form layout
2013-09-09 21:27:58 -04:00
Qiang Xue
851dfe6333
Use horizontal form for login page.
2013-09-08 09:58:28 -04:00
Alexander Makarov
df85be3622
Added debug to preload in advanced app template
2013-09-04 16:18:15 +04:00
Alexander Makarov
f877de144b
Removed DebugTarget reference from advanced app template configs
2013-09-04 15:55:32 +04:00
Alexander Makarov
8c7d0aebe1
Added note about the fact that PHP SSL extension is required to install all Composer dependencies
2013-09-04 15:44:31 +04:00
Roman Revin
fae8084524
Update alert widget
2013-08-21 11:48:01 +04:00
Alexander Makarov
4b008ae096
Updated bootstrap to release version including wrappers and views
2013-08-21 03:00:13 +04:00
Qiang Xue
b9553eb57a
Replaced diff vendor.
2013-08-19 14:21:40 -04:00
Qiang Xue
829c10f4fa
Fixed yii autoload precedence.
2013-08-18 20:33:11 -04:00
Qiang Xue
710d4767e9
composer config update.
2013-08-18 18:46:49 -04:00
Qiang Xue
1896dd1707
gii WIP
2013-08-16 07:38:18 -04:00
Qiang Xue
65352e500f
refactored ActiveField.
2013-08-14 21:17:13 -04:00
lancecoder
28317c454c
Update main.php
2013-08-14 21:08:06 +00:00
lancecoder
c884aca466
Update main.php
2013-08-14 21:07:47 +00:00
lancecoder
4d69b56eb3
Update main.php
2013-08-14 21:06:17 +00:00
Qiang Xue
b07ac2810e
Merge branch 'master' of github.com:yiisoft/yii2
2013-08-12 20:06:00 -04:00
Alexander Makarov
6040841687
fixed User class namespace in phpdoc
2013-08-13 02:50:16 +04:00
Alexander Makarov
0596fa82fd
code style fixes
2013-08-13 02:43:47 +04:00
Alexander Makarov
edb77393b2
fixes #736
2013-08-13 01:16:53 +04:00
Qiang Xue
29077460db
css fix.
2013-08-12 16:20:44 -04:00
Qiang Xue
451ff62e3d
Added login hint.
2013-08-12 13:29:37 -04:00
Qiang Xue
27ad7e1fc7
Added Controller::goHome().
2013-08-12 13:19:37 -04:00
Qiang Xue
534aa4f93c
Support auto-activation of Nav.
2013-08-12 07:17:43 -04:00
Qiang Xue
ce4f37a183
doc fix.
2013-08-11 16:14:59 -04:00
Qiang Xue
9193e4777c
Removed yii\debug\Module::enabled.
2013-08-10 07:56:40 -04:00
Qiang Xue
bc21de98bd
Refactored the basic app.
2013-08-10 07:33:24 -04:00
Qiang Xue
aeb568bee2
refactored NavBar and basic app navbar.
2013-08-09 10:55:16 -04:00
Qiang Xue
6d66a98acb
test break fix.
2013-08-09 09:32:28 -04:00
Qiang Xue
a602ee0e8c
Fixed the basic app template.
2013-08-08 21:56:58 -04:00
Qiang Xue
0e013c4f46
Fixed debugger with the new bootstrap.
2013-08-08 21:06:40 -04:00
Qiang Xue
e3801fbf6b
Upgraded bootstrap to 3.0RC1.
2013-08-08 20:00:48 -04:00
Alexander Makarov
322dc10d22
fixes #687
2013-08-05 12:10:08 +04:00
Qiang Xue
3d5388ff2b
Reorganized captcha code.
2013-08-03 07:20:39 -04:00
Alexander Makarov
71fae803bc
fixes #684
2013-08-02 17:22:30 +04:00
Qiang Xue
eda171e1be
Added more YII_ENV constants.
2013-07-31 07:18:59 -04:00
Alexander Makarov
1e0decf44d
fixes #650
2013-07-29 20:29:55 +04:00
Maikel Brouwer
3af5c9bf38
Resolves #674 - Remove old config files
2013-07-29 11:14:17 +02:00