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
ca35bb05a8
replaced attr with prop.
2013-08-06 16:02:14 -04:00
7e5630b558
GridView WIP
2013-08-06 16:01:46 -04:00
471e24f279
Added SerialColumn.
2013-08-05 13:51:57 -04:00
ac3b2b8a8e
Fixed PHP 5.3 compatibility issue.
2013-08-05 10:03:27 -04:00
58eb23d3e8
Merge pull request #708 from lucianobaraglia/master
...
Minor doc and messages fixes [skip ci]
2013-08-03 09:59:48 -07:00
b31b02a55d
renamed IDataProvider::getItems() to getModels()
2013-08-03 08:20:30 -04:00
3d5388ff2b
Reorganized captcha code.
2013-08-03 07:20:39 -04:00
f829b9478b
Minor doc and messages fixes [skip ci]
2013-08-03 02:05:49 -03:00
1398de3f4a
Renamed DataColumn::type to format.
...
Added GridView::dataColumnClass.
2013-08-02 15:17:37 -04:00
4b9e965454
GridView WIP
2013-08-01 08:26:54 -04:00
ef0d709f62
Merge branch 'master' of github.com:yiisoft/yii2
2013-07-28 17:28:57 -04:00
539be8ebaa
Refactored ListView.
2013-07-28 17:28:12 -04:00
dc893ec669
Added DataProvider::id
2013-07-28 08:59:44 -04:00
3c642f0b9c
Example usage consistent with other widgets [skip ci]
2013-07-28 01:46:36 -03:00
0b1fad2089
Fixes #668
2013-07-27 12:54:53 -04:00
ae287f12d6
Fixes #660 .
2013-07-24 16:23:02 -04:00
64fe535e0a
Finished ListView.
2013-07-24 11:44:40 -04:00
5c02038377
ListView WIP
2013-07-24 09:04:40 -04:00
7eb33d65c6
Refactored Sort.
2013-07-21 13:20:47 -04:00
78e61c9d94
Removed ListPager and refactored LinkPager and LinkSorter.
2013-07-21 08:43:22 -04:00
9aa7b26184
Added LinkSorter.
2013-07-20 07:28:22 -04:00
368a4cfe66
Asset feature refactoring (WIP)
2013-07-15 22:49:22 -04:00
36eff14185
Added DetailView.
2013-07-03 21:07:32 -04:00
c0746f0689
Fixes issue #588 : Added afterValidate to ActiveForm.
2013-06-29 17:48:11 -04:00
aa8fbd9651
PHPDoc Markdown newlines before code blocks added.
2013-06-20 20:26:47 +06:00
477fd5fbc5
Add spaceless widget.
2013-06-20 19:59:46 +06:00
6fd1c16609
Revert "Added ActiveForm::mfield()."
...
This reverts commit 9a5ca9951318447d050e5d53b05c0c281667b1a5.
2013-06-19 19:14:41 -04:00
9a5ca99513
Added ActiveForm::mfield().
2013-06-19 08:37:11 -04:00
60abeb0d8f
Renamed view to getView().
2013-06-16 10:07:21 -04:00
7a7d2a9c06
CS fixes.
2013-06-07 22:41:11 +06:00
51c1e31308
moved Pagination and Sort to data.
2013-06-05 17:36:21 -04:00