Qiang Xue
30d3e874d5
Merge pull request #782 from lucianobaraglia/master
...
Typo in doc [skip ci]
11 years ago
Luciano Baraglia
1503d2e71e
More typos [skip ci]
11 years ago
Luciano Baraglia
f445decca2
More typos [skip ci]
11 years ago
Luciano Baraglia
3330909497
Another typo [skip ci]
11 years ago
Luciano Baraglia
e455b5d386
Typo in doc [skip ci]
11 years ago
Qiang Xue
b9553eb57a
Replaced diff vendor.
11 years ago
Qiang Xue
c7c7683f8f
Added StringHelper::diff().
11 years ago
Qiang Xue
829c10f4fa
Fixed yii autoload precedence.
11 years ago
Alexander Makarov
dc8966ebcb
fixed composer.json
11 years ago
Qiang Xue
710d4767e9
composer config update.
11 years ago
Alexander Makarov
5f6ff37ee7
Gii: use composer instead of including diff library directly
11 years ago
Alexander Makarov
514f121cf7
Gii: compressed logo image
11 years ago
Alexander Makarov
ee75653404
Gii: fixed logo position in mobile mode, cleanup
11 years ago
Alexander Makarov
9bed03384b
Gii: minor JS fixes
11 years ago
Alexander Makarov
b70fceb605
NavBar updated to reflect bootstrap v3 changes. Logo is now visible when viewed via mobile.
11 years ago
Qiang Xue
10f2b9259c
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
3852e0b7cb
finished module code generator.
11 years ago
Carsten Brandt
2c5098860f
sort classmap alphabetically
...
to avoid producing different results on different file systems
-> better diffs
11 years ago
Carsten Brandt
3d5a762bc5
exclude gii from classmap
11 years ago
Carsten Brandt
bb2274eae2
re-added Exception about wrong class name to autoloader
...
helps reducing weird error messages.
11 years ago
Carsten Brandt
5e759790e4
fixed output of classMap controller
11 years ago
Alexander Makarov
9922cc3725
Merge pull request #777 from lucianobaraglia/master
...
Changed label for gii generated form [skip ci]
11 years ago
Luciano Baraglia
52654a9d63
Changed label for gii generated form [skip ci]
11 years ago
Qiang Xue
4a02e0b539
finished form generator.
11 years ago
Carsten Brandt
6222e70c9b
Merge pull request #776 from lucianobaraglia/master
...
Code style ultra-minimum-fix [skip ci]
11 years ago
Luciano Baraglia
369a5b7b94
Code style ultra-minimum-fix [skip ci]
11 years ago
Qiang Xue
ff08a5de94
gii wip
11 years ago
Qiang Xue
18da3eaa53
typo fix.
11 years ago
Qiang Xue
775604ae03
doc fix.
11 years ago
Qiang Xue
054b6f5818
Finished controller code generator.
11 years ago
Carsten Brandt
2b711ffde8
fixed doc typo
...
fixes #775
11 years ago
Qiang Xue
c611b8de0d
exception page styling.
11 years ago
Qiang Xue
ff7187e5d8
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
208a274364
gii WIP
11 years ago
Carsten Brandt
0679d8ca74
added missing php reserved keywords to gii generator
11 years ago
Carsten Brandt
3d8b147fe6
doc fix in view.md guide registerJS instead of registerScript
...
fixes #774
11 years ago
Qiang Xue
9a9a9c0b56
code style fix.
11 years ago
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