fb3ebe7000
doc cleanup.
2013-11-29 12:47:10 -05:00
c9e4773ebb
Moved key serialization from data provider to data viewers.
2013-11-29 12:42:26 -05:00
56f2530151
Fixed typo.
2013-11-26 09:57:53 -05:00
19bffa38c8
Fixes #1326 : DetailView: visibility of the attribute
2013-11-26 08:44:57 -05:00
4941db1eee
Checkboxlist documentation fix
...
"Item" parameter keys are the values of the checkbox list,
while the values are the checkbox labels.
2013-11-21 22:37:03 +01:00
c7ef701d8a
Renamed DetailView attribute type to format
...
for consistency with GridViews DataColumn where the same property is
also named format
2013-11-21 15:18:06 +01:00
c5e8aabe05
Fixes #1245 : LinkPager now renders disabled links as spans preventing these to be clickable
2013-11-21 00:38:48 +04:00
b0b1c27c85
Fix phpDoc var tag format
2013-11-12 06:21:04 +02:00
9b95a81b0c
Fixed the rest phpDocs [skip ci]
2013-11-12 03:13:37 +00:00
183a0bfaef
hide summary when empty.
2013-11-10 21:20:15 -05:00
743d31a8e6
Fixes #1075 : separated empty switch and empty display for ListView and GridView.
2013-11-10 21:07:13 -05:00
1bee84746c
Fixes #1060 : added code comment
2013-11-01 10:21:54 -04:00
6559b06ead
made intl messages more compatible with various ICU versions
...
issue #1072
2013-10-30 11:20:03 +01:00
66fd16e8a6
fixed gridview message pattern
2013-10-30 10:17:26 +01:00
ec490dcaa6
made gridview plural rule compatible with ICU version < 4.8
...
issue #1072
2013-10-29 17:14:34 +01:00
3b05e71561
ensure parameter types in baselistview message
...
fixes #1072
2013-10-28 11:01:38 +01:00
2a71c72d7c
fixes #1066 : Added ActiveForm::validate() and validateMultiple()
2013-10-24 21:24:30 -04:00
2ce09559a2
fixes #1055
2013-10-24 14:50:51 +04:00
9f7ca5d222
Merge pull request #1051 from cebe/validator-message-format
...
Validator message format
2013-10-23 16:49:08 -07:00
ee2af2661c
Removed unneeded use statements
2013-10-24 03:12:25 +04:00
58e6a72987
fixes #991 for gridview summary, use ITU message format
2013-10-23 20:35:28 +02:00
32e3634838
Fixed ActiveForm
2013-10-19 01:04:24 +04:00
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
b3b5e36d42
Remove use ($this). Related to 9e1b498fb513b3c51c6f943180a317ffef6f05e2.
2013-10-18 09:46:52 +06:00
9e1b498fb5
PHP 5.4 supports $this with closures.
2013-10-18 09:31:37 +06:00
677893eb79
changed plural format for BaseListView
2013-10-16 22:13:28 +02:00
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
6488fe47ec
Better phpdoc for chained method calls
2013-10-10 13:34:16 +04:00
0035f23781
refactored data providers.
2013-10-01 21:35:35 -04:00
d03d681583
Fixes #928 : client validation should be applied to active attributes only.
2013-09-30 10:14:08 -04:00
fc75ab87be
Renamed ListViewBase → BaseListView
2013-09-28 22:42:42 +04:00
e19d0dacf9
Fixes #823 : consistent interface naming
2013-09-24 15:45:09 +04:00
db212f0586
Added $label parameter to ActiveField::label().
2013-09-09 22:49:01 -04:00
791905e8bb
Reverted previous change as it breaks layout.
2013-09-09 08:44:40 -04:00
ea561ed3e0
Fixes #861 .
2013-09-09 07:05:35 -04:00
4edd842558
Added LinkSorter::attributes.
2013-09-07 23:43:47 -04:00
02e3b451be
Removed sorter from the default display of ListView.
2013-09-07 23:43:26 -04:00
ca69ef09d4
update of @property annotations
2013-08-28 14:59:52 +02:00
bdb77f33ba
updated @property annotations of many classes
2013-08-28 14:16:13 +02:00
a9e71d5565
better handling with exceptions in __toString()
2013-08-23 07:05:33 -04:00
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
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
65352e500f
refactored ActiveField.
2013-08-14 21:17:13 -04:00
6f42e87ebf
Added Html::error().
2013-08-14 08:24:19 -04:00
07a04c526e
Fixed Menu active item check.
2013-08-12 14:11:46 -04:00
880b6f9d65
#735 : removed hiddenInput to avoid confusion.
2013-08-09 08:21:23 -04:00
afa0a2b11a
Merge branch 'master' of github.com:yiisoft/yii2
2013-08-08 20:01:01 -04:00
e3801fbf6b
Upgraded bootstrap to 3.0RC1.
2013-08-08 20:00:48 -04:00
2409624894
fix typos - Yii::app()
2013-08-08 21:15:46 +04:00
b3b1151469
Finished draft implementation of GridView.
2013-08-06 17:00:32 -04:00