24 Commits

Author SHA1 Message Date
25eafa560e Merge branch '11627-document-and-test-empty-listview' of git://github.com/mytskine/yii2 into mytskine-11627-document-and-test-empty-listview
Conflicts:
	framework/widgets/BaseListView.php
	tests/framework/widgets/ListViewTest.php
2016-12-05 22:19:02 +02:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 2016-11-04 18:55:14 +03:00
7669d60df6 Document and test ListView.showOnEmpty
This addresses #11627 by completing the documentation without changing
the behavior. Some basic unit tests are added on ListView to ensure this
won't change unintentionnally.

That means a ListView widget with an empty provider and
`showOnEmpty=true` will still display an empty element (by default, an
empty "div.list-view").
2016-10-14 15:40:23 +02:00
14fe0c3f80 Fixes #9382 2015-08-12 08:30:18 +03:00
4496e2c405 preserve configuration of gridview even when called multiple times
fixes #8231
2015-04-30 10:54:45 +02:00
cd0093f7bd rework grid/list/detail view guide and docs 2015-03-06 07:43:00 +01:00
6481d13494 Optimized checks order in conditions 2015-02-08 17:56:36 +03:00
945961092d Added phpdoc description for BaseListView and ListView classes 2014-12-28 15:56:43 +03:00
b16ac9a05a Fixes #6391 2014-12-08 22:36:32 -05:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
085f2c0142 gridview and listview use widget ID in base tag 2014-06-27 20:26:26 +02:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
91cd62be27 Fixes #3715: Fixed the bug that using a custom pager/sorter with GridView may generate two different pagers/sorters if the layout configures two pagers/sorters 2014-06-06 00:34:56 -04:00
9c5429740d Fixes #3212: removed unnecessary prepare() call. 2014-04-22 11:51:28 -04:00
e250b96a8f Added summaryOptions and emptyTextOptions to BaseListView 2014-03-26 23:00:42 +01:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
6fff5662df better use @see for See in phpdoc 2014-03-11 05:38:35 +01:00
c94a40e90d added a large amount of missing documentation 2014-03-11 05:38:35 +01:00
7660827dd3 Fixes #2460: custom listview/gridview summary was broken 2014-02-20 17:37:30 +04:00
40b3c2e89c Fixes #2209: When I18N message translation is missing source language is now used for formatting 2014-02-09 02:49:02 +04:00
bf59a521cb subwidgets should be rendered in the same view 2014-01-23 13:06:18 +01:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00