747 Commits

Author SHA1 Message Date
18da3eaa53 typo fix. 2013-08-17 13:43:48 -04:00
775604ae03 doc fix. 2013-08-17 13:35:52 -04:00
054b6f5818 Finished controller code generator. 2013-08-17 13:32:54 -04:00
c611b8de0d exception page styling. 2013-08-17 07:04:19 -04:00
ff7187e5d8 Merge branch 'master' of github.com:yiisoft/yii2 2013-08-17 07:04:01 -04:00
208a274364 gii WIP 2013-08-17 07:03:45 -04:00
0679d8ca74 added missing php reserved keywords to gii generator 2013-08-17 12:39:58 +02:00
9a9a9c0b56 code style fix. 2013-08-16 16:48:53 -04:00
23dfd13e3a Fix function argument
```php
normalizeItems($items, &$active)
```
Qiang use 
```php
$items[$i]['items'] = $this->normalizeItems($item['items'], $route, $hasActiveChild);
```
So $hasActiveChild not assign value and parent item not set activated

Plz, review and approval

Thanks
2013-08-17 01:18:32 +07:00
a9b6dbdd5d GroupDependency::generateDependencyData typo fix 2013-08-17 00:13:07 +08:00
ef01a8cb79 gii WIP 2013-08-16 08:45:53 -04:00
9928163391 Merge branch 'master' of github.com:yiisoft/yii2 2013-08-16 07:38:23 -04:00
1896dd1707 gii WIP 2013-08-16 07:38:18 -04:00
805706b26e more view docs 2013-08-16 02:03:41 +04:00
94e4c076eb gii WIP 2013-08-15 08:39:20 -04:00
65352e500f refactored ActiveField. 2013-08-14 21:17:13 -04:00
3adffc9caf Exit error handling to avoid handling exceptions multiple times. 2013-08-14 17:23:16 -04:00
53d25e9275 Fixes #763. 2013-08-14 17:12:05 -04:00
6e32fae378 Fixes #763: handling empty string for date formatting. 2013-08-14 13:50:00 -04:00
6f42e87ebf Added Html::error(). 2013-08-14 08:24:19 -04:00
b51c7e3b16 Fixes #756: added doc to Dropdown. 2013-08-13 22:21:21 -04:00
1ca215dff4 Added default value of Validator::attributes. 2013-08-13 11:59:21 -04:00
369f82b48e css fixes. 2013-08-13 10:56:51 -04:00
d4c8f47c17 Fixes #753: fixed sorting issue of ActiveDataProvider 2013-08-13 07:46:04 -04:00
b07ac2810e Merge branch 'master' of github.com:yiisoft/yii2 2013-08-12 20:06:00 -04:00
922f185b6f bug fix. 2013-08-12 20:05:54 -04:00
5490e2a775 removed unused import 2013-08-13 02:54:20 +04:00
0596fa82fd code style fixes 2013-08-13 02:43:47 +04:00
29077460db css fix. 2013-08-12 16:20:44 -04:00
10e436eeb9 Fixed bootstrap Modal upgrade. 2013-08-12 14:18:08 -04:00
07a04c526e Fixed Menu active item check. 2013-08-12 14:11:46 -04:00
27ad7e1fc7 Added Controller::goHome(). 2013-08-12 13:19:37 -04:00
89fa7ed3cb Reverted the change to User::loginUrl. 2013-08-12 12:02:59 -04:00
5c5b20906e Merge branch 'master' of github.com:yiisoft/yii2 2013-08-12 12:02:08 -04:00
21eab82413 Refactored redirect() methods. 2013-08-12 12:01:59 -04:00
3f8e9b7a84 Login url fix when called from a module 2013-08-12 12:21:28 -03:00
2885d0988f doc fix. 2013-08-12 07:18:21 -04:00
534aa4f93c Support auto-activation of Nav. 2013-08-12 07:17:43 -04:00
293b1737e1 cleanup YiiBase::autoload() 2013-08-12 02:36:47 +02:00
b96fd24ef5 Finished documentation of Console Helper and Controller
fixes #33
2013-08-12 02:27:23 +02:00
f576add9e9 Fixes #744: simplified Yii autoloader. 2013-08-11 20:03:01 -04:00
ce4f37a183 doc fix. 2013-08-11 16:14:59 -04:00
71b8dfdb2e Fixed doc. 2013-08-11 10:18:27 -04:00
c4587de53e Fixed autoloader behavior according to leading \
As of PHP 5.3.2 PHP does not send class names with leading \ to
autoload functions.

Removed ltrim for '/' from autoload because it is

1. not needed: https://bugs.php.net/bug.php?id=50731 and
2. possibly wrong behavior: https://bugs.php.net/bug.php?id=51087
2013-08-11 15:17:28 +02:00
b64299da7d Fix in RequestPanel 2013-08-11 13:08:34 +03:00
d1c41fe144 changed to trace from info. 2013-08-10 12:22:32 -04:00
9193e4777c Removed yii\debug\Module::enabled. 2013-08-10 07:56:40 -04:00
1f63bf0040 minor enhancement of debugger. 2013-08-10 07:33:55 -04:00
bc21de98bd Refactored the basic app. 2013-08-10 07:33:24 -04:00
8ee92fdb80 Added ErrorAction. 2013-08-10 07:32:19 -04:00