slavcodev
b0b1c27c85
Fix phpDoc var tag format
11 years ago
Taras Gudz
9b95a81b0c
Fixed the rest phpDocs [skip ci]
11 years ago
Qiang Xue
183a0bfaef
hide summary when empty.
11 years ago
Qiang Xue
743d31a8e6
Fixes #1075 : separated empty switch and empty display for ListView and GridView.
11 years ago
Qiang Xue
1bee84746c
Fixes #1060 : added code comment
11 years ago
Carsten Brandt
6559b06ead
made intl messages more compatible with various ICU versions
...
issue #1072
11 years ago
Carsten Brandt
66fd16e8a6
fixed gridview message pattern
11 years ago
Carsten Brandt
ec490dcaa6
made gridview plural rule compatible with ICU version < 4.8
...
issue #1072
11 years ago
Carsten Brandt
3b05e71561
ensure parameter types in baselistview message
...
fixes #1072
11 years ago
Qiang Xue
2a71c72d7c
fixes #1066 : Added ActiveForm::validate() and validateMultiple()
11 years ago
Alexander Makarov
2ce09559a2
fixes #1055
11 years ago
Alexander Makarov
ee2af2661c
Removed unneeded use statements
11 years ago
Carsten Brandt
58e6a72987
fixes #991 for gridview summary, use ITU message format
11 years ago
Alexander Makarov
32e3634838
Fixed ActiveForm
11 years ago
Alexander Makarov
1f6a823073
Short array syntax
11 years ago
resurtm
b3b5e36d42
Remove use ($this). Related to 9e1b498fb5
.
11 years ago
resurtm
9e1b498fb5
PHP 5.4 supports $this with closures.
11 years ago
Carsten Brandt
677893eb79
changed plural format for BaseListView
11 years ago
Carsten Brandt
6544db48dc
consistent summary display for ListView and GridView
...
Total 0 items. when list is empty.
and showing x out of x for n>0 and paging on.
11 years ago
Alexander Makarov
6488fe47ec
Better phpdoc for chained method calls
11 years ago
Qiang Xue
0035f23781
refactored data providers.
11 years ago
Qiang Xue
d03d681583
Fixes #928 : client validation should be applied to active attributes only.
11 years ago
Alexander Makarov
fc75ab87be
Renamed ListViewBase → BaseListView
11 years ago
Alexander Makarov
e19d0dacf9
Fixes #823 : consistent interface naming
11 years ago
Qiang Xue
db212f0586
Added $label parameter to ActiveField::label().
11 years ago
Qiang Xue
791905e8bb
Reverted previous change as it breaks layout.
11 years ago
Qiang Xue
ea561ed3e0
Fixes #861 .
11 years ago
Qiang Xue
4edd842558
Added LinkSorter::attributes.
11 years ago
Qiang Xue
02e3b451be
Removed sorter from the default display of ListView.
11 years ago
Carsten Brandt
ca69ef09d4
update of @property annotations
11 years ago
Carsten Brandt
bdb77f33ba
updated @property annotations of many classes
11 years ago
Qiang Xue
a9e71d5565
better handling with exceptions in __toString()
11 years ago
Qiang Xue
528f8c82f3
Fixes #795 : do not generate form-control css class for file input as it would display an unneeded border.
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
65352e500f
refactored ActiveField.
11 years ago
Qiang Xue
6f42e87ebf
Added Html::error().
11 years ago
Qiang Xue
07a04c526e
Fixed Menu active item check.
11 years ago
Qiang Xue
880b6f9d65
#735 : removed hiddenInput to avoid confusion.
11 years ago
Qiang Xue
e3801fbf6b
Upgraded bootstrap to 3.0RC1.
11 years ago
Ryadnov
2409624894
fix typos - `Yii::app()`
11 years ago
Qiang Xue
b3b1151469
Finished draft implementation of GridView.
11 years ago
Qiang Xue
ca35bb05a8
replaced attr with prop.
11 years ago
Qiang Xue
7e5630b558
GridView WIP
11 years ago
Qiang Xue
471e24f279
Added SerialColumn.
11 years ago
Qiang Xue
ac3b2b8a8e
Fixed PHP 5.3 compatibility issue.
11 years ago
Qiang Xue
b31b02a55d
renamed IDataProvider::getItems() to getModels()
11 years ago
Qiang Xue
3d5388ff2b
Reorganized captcha code.
11 years ago
Luciano Baraglia
f829b9478b
Minor doc and messages fixes [skip ci]
11 years ago
Qiang Xue
1398de3f4a
Renamed DataColumn::type to format.
...
Added GridView::dataColumnClass.
11 years ago
Qiang Xue
4b9e965454
GridView WIP
11 years ago