86 Commits (ace389496526c491fac0fe2908af6453624f8c04)

Author SHA1 Message Date
Ivan Yakovlev dec4a4f239 Fixes #7008: Removed extra white space in GridView filter cell 10 years ago
caboosesw f83ad4a05e Update ActionColumn.php 10 years ago
Alexander Kochetov 9ee3627891 \yii\grid\ActionColumn better phpDoc. 10 years ago
Alexander Kochetov 98d4650f12 \yii\grid\ActionColumn better phpDoc. 10 years ago
Alexander Kochetov 267da3cc3f \yii\grid\ActionColumn incomplete anonymous functions signature fix. 10 years ago
Carsten Brandt eeb4e29d55 improve gridview phpdoc 10 years ago
Alexander Makarov ebdd56f0db Changed #4277 behavior 10 years ago
Alexander Makarov af50f5a290 Fixes #4277: `yii\grid\GridView` is no longer throwing an exception in non-debug mode when results are empty and `columns` aren't defined 10 years ago
Qiang Xue de8966079f Fixes #5367: Added `yii\grid\DataColumn::encodeLabel` 10 years ago
Serge Postrash c6cb205653 Added encodeLabel param to \yii\grid\DataColumn 10 years ago
Alexander Mohorev 899b778994 Correct type declarations 10 years ago
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Alexander Makarov 48ec791e4a Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
Michael Härtl e28edb3ed1 Improve docs for CheckboxColumn::$checkboxOptions 10 years ago
Carsten Brandt b5af2f6ab3 fixed size format plural rule to not format number itself 10 years ago
Carsten Brandt d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 10 years ago
Qiang Xue 60e07e0d2a new asset WIP: renabled asset publishing 10 years ago
Qiang Xue 1a62551691 new asset WIP 10 years ago
disem 5c79ab202c Added key param to ActionColumn button Closure 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 07f01bcf2b Used substr_compare instead of substr when we don't care about result 10 years ago
Carsten Brandt 085f2c0142 gridview and listview use widget ID in base tag 10 years ago
Carsten Brandt 1c1dcc2c15 fixed gridview documentation 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Carsten Brandt 020960380b added example to ActionColumn 10 years ago
MDMunir 53e193049f Add $key to function parameter 10 years ago
Leo R. Lundgren b1bf636983 Fix #3531, allow more characters in \yii\grid\GridView's short array syntax for columns. 10 years ago
Qiang Xue c15aceb094 Refactored filter error display for GridView. 11 years ago
Qiang Xue 4f6e1d305f Refactored the code for #3154 11 years ago
Ivan Kolmycheck bb4e8eb736 DataColumn - error detection moved into renderFilterCellContent() 11 years ago
Ivan Kolmycheck cd1152acb5 GridView/DataColumn - moved error list display into GridView 11 years ago
Ivan Kolmycheck 031fddd48c GridView - error rendering scheme changed 11 years ago
Carsten Brandt 0a3f4e85f1 made grid\DataColumn::getDataCellValue() public 11 years ago
ElisDN a615ef944a Fixed GridView cells calling order 11 years ago
ElisDN 1886877196 Render gridview table footer after table body 11 years ago
Ivan Kolmycheck 104a38a714 Issue #3154 - DataColumn checkForFilterErrors() now use Html::addCssClass 11 years ago
Ivan Kolmycheck 3705f17700 Issue #3154 - GridView - list of filter model validation errors added to summary 11 years ago
Ivan Kolmycheck c57e1fcb78 Issue #3154 - DataColumn filter model validation error indication added 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Carsten Brandt e87e120040 refactored GridView to have clear separation between value and content 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
AlexGx a7046f27d0 fix 11 years ago
AlexGx 23a669a394 upd for psr2 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 7c520248bf message fix. [skip ci] 11 years ago
Alexander Makarov cd8e626018 Fixes #2737 11 years ago
Christophe BOULAIN ca3b2cd057 Fix some references to removed Html::url in phpdoc 11 years ago
Carsten Brandt 6fff5662df better use @see for See in phpdoc 11 years ago