|  Alexander Makarov | 4609a94dbf | Removed error-block HTML class and related styles and used Bootstrap3 standard practice about errors instead | 12 years ago | 
				
					
						|  Carsten Brandt | 3d59b19a21 | added classes to grid, list and detail view to allow specific styling
also fixed an issue with gridview sort indicator css.
fixes #1000 | 12 years ago | 
				
					
						|  Carsten Brandt | 7a1949fe2d | improved traceability of errors thrown in toString() methods | 12 years ago | 
				
					
						|  Qiang Xue | 27658e56ae | Fixes #1647: Changed the default CSS class of error block to be `error-block` | 12 years ago | 
				
					
						|  Qiang Xue | 70c23ca43b | Typo fix. | 12 years ago | 
				
					
						|  Qiang Xue | 85c774e01d | Fixes #1681: Added support for automatically adjusting the "for" attribute of label generated by `ActiveField::label()` | 12 years ago | 
				
					
						|  futbolim | 2eee7b3f1b | Update ActiveField.php doc fixes | 12 years ago | 
				
					
						|  Qiang Xue | 0ff8518c21 | Fixes #1550: fixed the issue that JUI input widgets did not property input IDs. | 12 years ago | 
				
					
						|  Jacob Morrison | 226c9f22d0 | Fixed issue with tabular input in ActiveField::radio and checkbox | 12 years ago | 
				
					
						|  Carsten Brandt | ed7b7db8b9 | LinkSorter did not use Html options fixes #1556 | 12 years ago | 
				
					
						|  Alexander Makarov | 7488caacc3 | fixes #1515 | 12 years ago | 
				
					
						|  Qiang Xue | 858c031d0c | Fixes #1437: Added ListView::viewParams. | 12 years ago | 
				
					
						|  Qiang Xue | fb3ebe7000 | doc cleanup. | 12 years ago | 
				
					
						|  Qiang Xue | c9e4773ebb | Moved key serialization from data provider to data viewers. | 12 years ago | 
				
					
						|  Qiang Xue | 56f2530151 | Fixed typo. | 12 years ago | 
				
					
						|  Qiang Xue | 19bffa38c8 | Fixes #1326: DetailView: visibility of the attribute | 12 years ago | 
				
					
						|  Andrea Panattoni | 4941db1eee | Checkboxlist documentation fix "Item" parameter keys are the values of the checkbox list,
while the values are the checkbox labels. | 12 years ago | 
				
					
						|  Carsten Brandt | c7ef701d8a | Renamed DetailView attribute type to format for consistency with GridViews DataColumn where the same property is
also named format | 12 years ago | 
				
					
						|  Alexander Makarov | c5e8aabe05 | Fixes #1245: LinkPager now renders disabled links as spans preventing these to be clickable | 12 years ago | 
				
					
						|  slavcodev | b0b1c27c85 | Fix phpDoc var tag format | 12 years ago | 
				
					
						|  Taras Gudz | 9b95a81b0c | Fixed the rest phpDocs [skip ci] | 12 years ago | 
				
					
						|  Qiang Xue | 183a0bfaef | hide summary when empty. | 12 years ago | 
				
					
						|  Qiang Xue | 743d31a8e6 | Fixes #1075: separated empty switch and empty display for ListView and GridView. | 12 years ago | 
				
					
						|  Qiang Xue | 1bee84746c | Fixes #1060: added code comment | 12 years ago | 
				
					
						|  Carsten Brandt | 6559b06ead | made intl messages more compatible with various ICU versions issue #1072 | 12 years ago | 
				
					
						|  Carsten Brandt | 66fd16e8a6 | fixed gridview message pattern | 12 years ago | 
				
					
						|  Carsten Brandt | ec490dcaa6 | made gridview plural rule compatible with ICU version < 4.8 issue #1072 | 12 years ago | 
				
					
						|  Carsten Brandt | 3b05e71561 | ensure parameter types in baselistview message fixes #1072 | 12 years ago | 
				
					
						|  Qiang Xue | 2a71c72d7c | fixes #1066: Added ActiveForm::validate() and validateMultiple() | 12 years ago | 
				
					
						|  Alexander Makarov | 2ce09559a2 | fixes #1055 | 12 years ago | 
				
					
						|  Alexander Makarov | ee2af2661c | Removed unneeded use statements | 12 years ago | 
				
					
						|  Carsten Brandt | 58e6a72987 | fixes #991 for gridview summary, use ITU message format | 12 years ago | 
				
					
						|  Alexander Makarov | 32e3634838 | Fixed ActiveForm | 12 years ago | 
				
					
						|  Alexander Makarov | 1f6a823073 | Short array syntax | 12 years ago | 
				
					
						|  resurtm | b3b5e36d42 | Remove use ($this). Related to 9e1b498fb5. | 12 years ago | 
				
					
						|  resurtm | 9e1b498fb5 | PHP 5.4 supports $this with closures. | 12 years ago | 
				
					
						|  Carsten Brandt | 677893eb79 | changed plural format for BaseListView | 12 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. | 12 years ago | 
				
					
						|  Alexander Makarov | 6488fe47ec | Better phpdoc for chained method calls | 12 years ago | 
				
					
						|  Qiang Xue | 0035f23781 | refactored data providers. | 12 years ago | 
				
					
						|  Qiang Xue | d03d681583 | Fixes #928: client validation should be applied to active attributes only. | 12 years ago | 
				
					
						|  Alexander Makarov | fc75ab87be | Renamed ListViewBase → BaseListView | 12 years ago | 
				
					
						|  Alexander Makarov | e19d0dacf9 | Fixes #823: consistent interface naming | 12 years ago | 
				
					
						|  Qiang Xue | db212f0586 | Added $label parameter to ActiveField::label(). | 12 years ago | 
				
					
						|  Qiang Xue | 791905e8bb | Reverted previous change as it breaks layout. | 12 years ago | 
				
					
						|  Qiang Xue | ea561ed3e0 | Fixes #861. | 12 years ago | 
				
					
						|  Qiang Xue | 4edd842558 | Added LinkSorter::attributes. | 12 years ago | 
				
					
						|  Qiang Xue | 02e3b451be | Removed sorter from the default display of ListView. | 12 years ago | 
				
					
						|  Carsten Brandt | ca69ef09d4 | update of @property annotations | 12 years ago | 
				
					
						|  Carsten Brandt | bdb77f33ba | updated @property annotations of many classes | 12 years ago |