Philipp Frenzel
17538187c4
Missing SemiKolon in module generator module template
...
missing semikolon after namespace in module template
11 years ago
Qiang Xue
2a152cb555
model generator WIP
11 years ago
callmez
e1b5ac6e2a
typo path fix
11 years ago
Alexander Makarov
4b008ae096
Updated bootstrap to release version including wrappers and views
11 years ago
Qiang Xue
8ea5858d0d
refactored gii.
11 years ago
Qiang Xue
dccb10d109
model generator WIP
11 years ago
Qiang Xue
5c4ad45f01
Fixes #783 .
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
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
bb2274eae2
re-added Exception about wrong class name to autoloader
...
helps reducing weird error messages.
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
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
Qiang Xue
c611b8de0d
exception page styling.
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
Qiang Xue
9a9a9c0b56
code style fix.
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
callmez
a9b6dbdd5d
GroupDependency::generateDependencyData typo fix
11 years ago
Qiang Xue
ef01a8cb79
gii WIP
11 years ago
Qiang Xue
1896dd1707
gii WIP
11 years ago
Alexander Makarov
805706b26e
more view docs
11 years ago
Qiang Xue
94e4c076eb
gii WIP
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
53d25e9275
Fixes #763 .
11 years ago
Qiang Xue
6e32fae378
Fixes #763 : handling empty string for date formatting.
11 years ago
Qiang Xue
6f42e87ebf
Added Html::error().
11 years ago
Qiang Xue
b51c7e3b16
Fixes #756 : added doc to Dropdown.
11 years ago
Qiang Xue
1ca215dff4
Added default value of Validator::attributes.
11 years ago
Qiang Xue
369f82b48e
css fixes.
11 years ago
Qiang Xue
d4c8f47c17
Fixes #753 : fixed sorting issue of ActiveDataProvider
11 years ago
Qiang Xue
922f185b6f
bug fix.
11 years ago
Alexander Makarov
5490e2a775
removed unused import
11 years ago
Alexander Makarov
0596fa82fd
code style fixes
11 years ago
Qiang Xue
29077460db
css fix.
11 years ago