Qiang Xue
a93f1ccea6
Merge pull request #773 from yiidevelop/patch-3
...
Fix function argument
11 years ago
yiidevelop
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
11 years ago
Qiang Xue
3450a6c5b7
Merge pull request #772 from callmez/master
...
GroupDependency::generateDependencyData typo fix
11 years ago
callmez
a9b6dbdd5d
GroupDependency::generateDependencyData typo fix
11 years ago
Qiang Xue
ef01a8cb79
gii WIP
11 years ago
Qiang Xue
9928163391
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
1896dd1707
gii WIP
11 years ago
Alexander Makarov
f11ecb94bd
more docs on views, cross-references, intros for error handling and debugger
11 years ago
Alexander Makarov
805706b26e
more view docs
11 years ago
Qiang Xue
15c9cc23b4
Merge pull request #771 from arisk/patch-2
...
Fix typo
11 years ago
Aris Karageorgos
89e93e6c5e
Fix typo
11 years ago
Alexander Makarov
9c0c743fae
better meta tags explaination
11 years ago
Qiang Xue
94e4c076eb
gii WIP
11 years ago
Alexander Makarov
a0a900fd44
more docs on views
11 years ago
Qiang Xue
65352e500f
refactored ActiveField.
11 years ago
Qiang Xue
3adffc9caf
Exit error handling to avoid handling exceptions multiple times.
11 years ago
Qiang Xue
2d55efdcdb
Merge pull request #768 from lancecoder/patch-1
...
charset
11 years ago
Qiang Xue
53d25e9275
Fixes #763 .
11 years ago
lancecoder
28317c454c
Update main.php
11 years ago
lancecoder
c884aca466
Update main.php
11 years ago
lancecoder
4d69b56eb3
Update main.php
11 years ago
Qiang Xue
6e32fae378
Fixes #763 : handling empty string for date formatting.
11 years ago
Alexander Makarov
01ace04bf0
Merge pull request #762 from lancecoder/patch-6
...
Update caching.md
11 years ago
lancecoder
207a4cd9b8
Update caching.md
11 years ago
Alexander Makarov
669dc5b39c
Merge pull request #761 from lancecoder/patch-5
...
Update installation.md
11 years ago
lancecoder
7c21e385f0
Update installation.md
11 years ago
Alexander Makarov
ee73a4bc54
Merge pull request #759 from lancecoder/patch-3
...
Update apps-basic.md
11 years ago
Alexander Makarov
96f5b7d894
Merge pull request #760 from lancecoder/patch-4
...
Update apps-advanced.md
11 years ago
lancecoder
b276af967b
Update apps-advanced.md
...
document roots and composer folder params
11 years ago
lancecoder
ed7229c77c
Update apps-basic.md
...
update path document root
11 years ago
Qiang Xue
6f42e87ebf
Added Html::error().
11 years ago
Carsten Brandt
cd84653ff3
fixed extension documentation
11 years ago
Alexander Makarov
f6c4c1ef3f
explained why AR is used in an example for scenarios doc
11 years ago
Qiang Xue
b51c7e3b16
Fixes #756 : added doc to Dropdown.
11 years ago
Alexander Makarov
b6e3dd29ab
started bootstrap docs
11 years ago
Alexander Makarov
075bd7ee98
Added Installation part to app template docs
11 years ago
Alexander Makarov
a61d9dcc80
started view docs
11 years ago
Qiang Xue
90ddea11d7
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
1ca215dff4
Added default value of Validator::attributes.
11 years ago
Alexander Makarov
286ee4e26b
docs on configuring Yii
11 years ago
Qiang Xue
f68bc3461b
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
369f82b48e
css fixes.
11 years ago
Alexander Makarov
1367f95725
more on advanced app docs
11 years ago
Alexander Makarov
55b0b41009
started advanced application guide
11 years ago
Alexander Makarov
88339b0cf6
basic application usage guide
11 years ago
Alexander Makarov
dd908985b2
Reorganized application template docs structure
11 years ago
Qiang Xue
d4c8f47c17
Fixes #753 : fixed sorting issue of ActiveDataProvider
11 years ago
Alexander Makarov
5f4b59d024
Added more guide sections
11 years ago
Qiang Xue
b07ac2810e
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
922f185b6f
bug fix.
11 years ago