Qiang Xue
2a71c72d7c
fixes #1066 : Added ActiveForm::validate() and validateMultiple()
2013-10-24 21:24:30 -04:00
Alexander Makarov
2ce09559a2
fixes #1055
2013-10-24 14:50:51 +04:00
Qiang Xue
9f7ca5d222
Merge pull request #1051 from cebe/validator-message-format
...
Validator message format
2013-10-23 16:49:08 -07:00
Alexander Makarov
ee2af2661c
Removed unneeded use statements
2013-10-24 03:12:25 +04:00
Carsten Brandt
58e6a72987
fixes #991 for gridview summary, use ITU message format
2013-10-23 20:35:28 +02:00
Alexander Makarov
32e3634838
Fixed ActiveForm
2013-10-19 01:04:24 +04:00
Alexander Makarov
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
resurtm
b3b5e36d42
Remove use ($this). Related to 9e1b498fb5.
2013-10-18 09:46:52 +06:00
resurtm
9e1b498fb5
PHP 5.4 supports $this with closures.
2013-10-18 09:31:37 +06:00
Carsten Brandt
677893eb79
changed plural format for BaseListView
2013-10-16 22:13:28 +02:00
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.
2013-10-13 21:43:51 +02:00
Alexander Makarov
6488fe47ec
Better phpdoc for chained method calls
2013-10-10 13:34:16 +04:00
Qiang Xue
0035f23781
refactored data providers.
2013-10-01 21:35:35 -04:00
Qiang Xue
d03d681583
Fixes #928 : client validation should be applied to active attributes only.
2013-09-30 10:14:08 -04:00
Alexander Makarov
fc75ab87be
Renamed ListViewBase → BaseListView
2013-09-28 22:42:42 +04:00
Alexander Makarov
e19d0dacf9
Fixes #823 : consistent interface naming
2013-09-24 15:45:09 +04:00
Qiang Xue
db212f0586
Added $label parameter to ActiveField::label().
2013-09-09 22:49:01 -04:00
Qiang Xue
791905e8bb
Reverted previous change as it breaks layout.
2013-09-09 08:44:40 -04:00
Qiang Xue
ea561ed3e0
Fixes #861 .
2013-09-09 07:05:35 -04:00
Qiang Xue
4edd842558
Added LinkSorter::attributes.
2013-09-07 23:43:47 -04:00
Qiang Xue
02e3b451be
Removed sorter from the default display of ListView.
2013-09-07 23:43:26 -04:00
Carsten Brandt
ca69ef09d4
update of @property annotations
2013-08-28 14:59:52 +02:00
Carsten Brandt
bdb77f33ba
updated @property annotations of many classes
2013-08-28 14:16:13 +02:00
Qiang Xue
a9e71d5565
better handling with exceptions in __toString()
2013-08-23 07:05:33 -04:00
Qiang Xue
528f8c82f3
Fixes #795 : do not generate form-control css class for file input as it would display an unneeded border.
2013-08-22 15:55:34 -04:00
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
2013-08-17 01:18:32 +07:00
Qiang Xue
65352e500f
refactored ActiveField.
2013-08-14 21:17:13 -04:00
Qiang Xue
6f42e87ebf
Added Html::error().
2013-08-14 08:24:19 -04:00
Qiang Xue
07a04c526e
Fixed Menu active item check.
2013-08-12 14:11:46 -04:00
Qiang Xue
880b6f9d65
#735 : removed hiddenInput to avoid confusion.
2013-08-09 08:21:23 -04:00
Qiang Xue
afa0a2b11a
Merge branch 'master' of github.com:yiisoft/yii2
2013-08-08 20:01:01 -04:00
Qiang Xue
e3801fbf6b
Upgraded bootstrap to 3.0RC1.
2013-08-08 20:00:48 -04:00
Ryadnov
2409624894
fix typos - Yii::app()
2013-08-08 21:15:46 +04:00
Qiang Xue
b3b1151469
Finished draft implementation of GridView.
2013-08-06 17:00:32 -04:00
Qiang Xue
ca35bb05a8
replaced attr with prop.
2013-08-06 16:02:14 -04:00
Qiang Xue
7e5630b558
GridView WIP
2013-08-06 16:01:46 -04:00
Qiang Xue
471e24f279
Added SerialColumn.
2013-08-05 13:51:57 -04:00
Qiang Xue
ac3b2b8a8e
Fixed PHP 5.3 compatibility issue.
2013-08-05 10:03:27 -04:00
Alexander Makarov
58eb23d3e8
Merge pull request #708 from lucianobaraglia/master
...
Minor doc and messages fixes [skip ci]
2013-08-03 09:59:48 -07:00
Qiang Xue
b31b02a55d
renamed IDataProvider::getItems() to getModels()
2013-08-03 08:20:30 -04:00
Qiang Xue
3d5388ff2b
Reorganized captcha code.
2013-08-03 07:20:39 -04:00
Luciano Baraglia
f829b9478b
Minor doc and messages fixes [skip ci]
2013-08-03 02:05:49 -03:00
Qiang Xue
1398de3f4a
Renamed DataColumn::type to format.
...
Added GridView::dataColumnClass.
2013-08-02 15:17:37 -04:00
Qiang Xue
4b9e965454
GridView WIP
2013-08-01 08:26:54 -04:00
Qiang Xue
ef0d709f62
Merge branch 'master' of github.com:yiisoft/yii2
2013-07-28 17:28:57 -04:00
Qiang Xue
539be8ebaa
Refactored ListView.
2013-07-28 17:28:12 -04:00
Qiang Xue
dc893ec669
Added DataProvider::id
2013-07-28 08:59:44 -04:00
Luciano Baraglia
3c642f0b9c
Example usage consistent with other widgets [skip ci]
2013-07-28 01:46:36 -03:00
Qiang Xue
0b1fad2089
Fixes #668
2013-07-27 12:54:53 -04:00
Qiang Xue
ae287f12d6
Fixes #660 .
2013-07-24 16:23:02 -04:00