26 Commits (57857c8a36648c99dcefb4924df54303f4081403)

Author SHA1 Message Date
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Alexey Rogachev 80d6f7323a
Do not render empty row in GridView when data is empty and emptyText set to false 7 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
François Gannaz 7669d60df6 Document and test ListView.showOnEmpty 8 years ago
Taras Gudz 14fe0c3f80 Fixes #9382 9 years ago
Carsten Brandt 4496e2c405 preserve configuration of gridview even when called multiple times 10 years ago
Carsten Brandt cd0093f7bd rework grid/list/detail view guide and docs 10 years ago
Alexander Makarov 6481d13494 Optimized checks order in conditions 10 years ago
Alexander Makarov 945961092d Added phpdoc description for BaseListView and ListView classes 10 years ago
Qiang Xue b16ac9a05a Fixes #6391 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Carsten Brandt 085f2c0142 gridview and listview use widget ID in base tag 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Qiang Xue 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 10 years ago
Qiang Xue 9c5429740d Fixes #3212: removed unnecessary prepare() call. 11 years ago
Ivan Kolmycheck cd1152acb5 GridView/DataColumn - moved error list display into GridView 11 years ago
Ivan Kolmycheck 7eaf83ba9e BaseListView - errors rendering added 11 years ago
Nikola Trifunovic e250b96a8f Added summaryOptions and emptyTextOptions to BaseListView 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt 6fff5662df better use @see for See in phpdoc 11 years ago
Carsten Brandt c94a40e90d added a large amount of missing documentation 11 years ago
Alexander Makarov 7660827dd3 Fixes #2460: custom listview/gridview summary was broken 11 years ago
Alexander Makarov 40b3c2e89c Fixes #2209: When I18N message translation is missing source language is now used for formatting 11 years ago
Carsten Brandt bf59a521cb subwidgets should be rendered in the same view 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 183a0bfaef hide summary when empty. 11 years ago
Qiang Xue 743d31a8e6 Fixes #1075: separated empty switch and empty display for ListView and GridView. 11 years ago
Carsten Brandt 6559b06ead made intl messages more compatible with various ICU versions 11 years ago
Carsten Brandt 66fd16e8a6 fixed gridview message pattern 11 years ago
Carsten Brandt ec490dcaa6 made gridview plural rule compatible with ICU version < 4.8 11 years ago
Carsten Brandt 3b05e71561 ensure parameter types in baselistview message 11 years ago
Carsten Brandt 58e6a72987 fixes #991 for gridview summary, use ITU message format 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
resurtm b3b5e36d42 Remove use ($this). Related to 9e1b498fb5. 11 years ago
resurtm 9e1b498fb5 PHP 5.4 supports $this with closures. 11 years ago
Carsten Brandt 677893eb79 changed plural format for BaseListView 11 years ago
Carsten Brandt 6544db48dc consistent summary display for ListView and GridView 11 years ago
Qiang Xue 0035f23781 refactored data providers. 11 years ago
Alexander Makarov fc75ab87be Renamed ListViewBase → BaseListView 11 years ago
Alexander Makarov e19d0dacf9 Fixes #823: consistent interface naming 11 years ago
Qiang Xue 02e3b451be Removed sorter from the default display of ListView. 11 years ago
Qiang Xue 7e5630b558 GridView WIP 11 years ago
Qiang Xue ac3b2b8a8e Fixed PHP 5.3 compatibility issue. 11 years ago
Qiang Xue b31b02a55d renamed IDataProvider::getItems() to getModels() 11 years ago
Qiang Xue 539be8ebaa Refactored ListView. 11 years ago
Qiang Xue ae287f12d6 Fixes #660. 11 years ago
Qiang Xue 64fe535e0a Finished ListView. 11 years ago