6526d7f91b
reverted a prior change.
2014-09-16 16:28:49 -04:00
6a9b3c7774
Finished console Gii.
2014-09-14 14:15:16 -04:00
46a8e5585b
cleaned up the key so that it can be filled up with a random key automatically when installed.
2014-09-03 10:02:31 -04:00
67c5894b2b
Fixed copyright year in batch files
2014-08-17 18:55:24 +04:00
4e4e76e883
Request::cookieValidationKey must be explicitly specified now.
2014-07-19 15:39:03 -04:00
8633d0f91c
yii\web\Request::cookieValidationKey is now automatically generated by the installation script for the basic and advanced application templates
2014-07-19 14:56:31 -04:00
2457e24795
Fixes #4071 : mail component renamed to mailer, yii\log\EmailTarget::$mail renamed to yii\log\EmailTarget::$mailer
2014-06-26 18:28:28 +04:00
df65a0f9de
added explicit comment about file transport to mail config
...
fixes #3694
2014-06-04 17:43:09 +02:00
07f30cb04c
Fixes #3542 : Removed requirement to specify extensions in application config
2014-05-24 18:11:59 +04:00
25ba0e0d80
finished quick start about database [skip ci]
2014-05-10 14:07:34 -04:00
520011fff6
Fixes #3088 : The debug and gii modules will manage their own URL rules now
2014-04-17 20:42:50 -04:00
ea75177abc
Refactored app bootstrap logic.
2014-04-10 15:05:01 -04:00
586f5b87b0
Removed Application::preload in favor of Application::bootstrap
2014-04-09 10:47:10 -04:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
bbea1ab19c
Fixes #2629 : Module::controllerPath is now read only, and all controller classes must be namespaced under Module::controllerNamespace
2014-03-07 10:35:15 -05:00
2d1c695feb
improved config
2014-02-10 17:11:08 +04:00
b496a04f49
refactored fixture feature.
2014-01-19 23:17:53 -05:00
13d6c1fd75
Basic app: DB configuration in separated file
2014-01-03 19:28:33 -03:00
00ab5ef2d0
alias fixed
2014-01-04 02:18:02 +04:00
ccfb7638d0
Added to the basic app, fixed config, added to core commands.
2014-01-04 01:16:05 +04:00
0766ddca12
Fixes #1701 .
2013-12-30 09:22:18 -05:00
3f4ee3e48c
Fixes #1604 : fixed URL and cookie problems.
...
Refactored tests.
2013-12-28 15:04:08 -05:00
a82281a8f9
fixed functional test when enablePrettyUrl is false.
2013-12-27 00:49:26 -05:00
a7cf6a984c
Fixes #1597 : Added enableAutoLogin to basic and advanced application templates so "remember me" now works properly
2013-12-22 20:16:06 +01:00
3d9340032e
test refactoring.
2013-12-18 00:40:52 -05:00
8621949f52
cleanup and re-aranged codeception tests for basic app
...
follow up to PR #1393
2013-12-17 00:27:33 +01:00
fdd24fe341
configs fixed and improved
2013-12-03 11:06:44 +04:00
3cc55c2cfa
codeception configs, web config modifed for db-settings
2013-12-02 15:23:32 +04:00
c6318050d9
removed unneeded setting.
2013-11-24 21:29:11 -05:00
4c4f7bd708
Move AppAsset from config to assets directory
2013-11-13 18:17:05 +02:00
f09c78aad9
save security keys as a serialized string instead of exported variable.
2013-11-08 21:35:51 -05:00
998cf7e675
updated apps to use the mail component.
2013-11-07 23:01:13 -05:00
3caf59b1bf
fixed extension list file location.
2013-11-02 16:04:38 -04:00
de59556d2d
adjusted basic app to use the new yii extension installer.
2013-10-22 21:18:41 -04:00
dfb6e1f404
Convert to short syntax [2].
2013-10-18 12:03:36 +00:00
249493985d
Convert to short syntax
2013-10-18 07:30:41 +02:00
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
9193e4777c
Removed yii\debug\Module::enabled.
2013-08-10 07:56:40 -04:00
bc21de98bd
Refactored the basic app.
2013-08-10 07:33:24 -04:00
e3801fbf6b
Upgraded bootstrap to 3.0RC1.
2013-08-08 20:00:48 -04:00
eda171e1be
Added more YII_ENV constants.
2013-07-31 07:18:59 -04:00
3bef7365f1
Fixes #624 : renamed www to web.
2013-07-25 07:57:49 -04:00
e2813d5ce6
fixed basic app code style
2013-07-21 19:13:00 +04:00
368a4cfe66
Asset feature refactoring (WIP)
2013-07-15 22:49:22 -04:00
1fc85114c4
Added default trace level setting.
2013-07-10 12:57:36 -04:00
7fa240be65
initial implementation of Yii debugger.
2013-07-07 20:29:19 -04:00
12c48d1ae4
Refactored logging.
2013-07-02 22:09:25 -04:00
a5a2481b4f
Added acceptance tests for the basic app.
2013-06-22 20:26:22 -04:00
21160338d7
Implemented default controller namespace.
2013-06-02 22:31:17 -04:00
54eafd8294
Moved $params in basic application configs to the variable at the top so it can be reused for common component definitions if needed
2013-05-24 21:50:03 +04:00