45 Commits

Author SHA1 Message Date
8e34f9f45d Update DataColumn.php (#11724) [skip ci] 2016-06-08 18:25:41 +02:00
9d327baa8b coding style fixes 2016-05-26 11:19:32 +02:00
53e1018648 Updated yii\grid\DataColumn::getHeaderCellLabel() to extract attribute label from the filterModel of Grid
Closes #9950
2016-05-03 15:01:33 +03:00
030913e7f0 Fixed code style and indentations 2016-05-03 14:51:25 +03:00
7f3511a908 Update ArrayDataProvider.php
Update DataColumn.php

Update CHANGELOG.md
2016-05-03 14:51:22 +03:00
84827597dc Added @since tags for #10631 2016-04-23 01:27:36 +03:00
9f45a94661 #10631: added changelog, simpified code a bit more 2016-04-22 17:07:22 +03:00
b5b55ad302 Fixes #10631: Splitted gettng label and rendering cell in yii\grid\DataColumn::renderHeaderCellContent() to make code simpler 2016-04-22 17:07:07 +03:00
5c4e2d4372 Removed unnecessary parentheses 2016-02-16 14:08:43 +03:00
dec4a4f239 Fixes #7008: Removed extra white space in GridView filter cell 2015-01-31 00:31:14 +03:00
eeb4e29d55 improve gridview phpdoc 2014-12-17 09:18:00 +01:00
de8966079f Fixes #5367: Added yii\grid\DataColumn::encodeLabel 2014-11-13 21:28:47 -05:00
c6cb205653 Added encodeLabel param to \yii\grid\DataColumn
Use case:

```
    echo GridView::widget([
        ...
        'columns' => [
            ...
            [
                'attribute' => 'created_at',
                'label' => '<span data-toggle="tooltip" class="glyphicon glyphicon-time" title="'.Yii::t('app', 'Created At').'"></span>',
                'encodeLabel' => false,
                ...
            ],
```
2014-11-13 21:26:39 -05:00
b5af2f6ab3 fixed size format plural rule to not format number itself
This fix ensures the format configured in the formatter class is used in the message instead
of the default ICU format.

fixes #4960
2014-09-10 21:53:29 +02:00
d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 2014-09-10 17:56:25 +02:00
1c1dcc2c15 fixed gridview documentation
fixes #4045
2014-06-25 18:33:50 +02:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
53e193049f Add $key to function parameter
I think it's better to enclose `$key` as function parameter.
2014-05-22 17:57:30 +07:00
c15aceb094 Refactored filter error display for GridView. 2014-04-22 20:46:23 -04:00
61841345eb Merge pull request #3164 from ivan-kolmychek/3154-gridview-filter-error-indication
GridView filter error indication added (#3154)
2014-04-23 00:25:11 +02:00
bb4e8eb736 DataColumn - error detection moved into renderFilterCellContent() 2014-04-22 18:47:11 +03:00
0a3f4e85f1 made grid\DataColumn::getDataCellValue() public
allow using it from the gridview directly
2014-04-22 13:51:54 +02:00
104a38a714 Issue #3154 - DataColumn checkForFilterErrors() now use Html::addCssClass 2014-04-19 12:22:40 +03:00
c57e1fcb78 Issue #3154 - DataColumn filter model validation error indication added 2014-04-18 12:57:19 +03:00
c1445871f4 Correction of many errors code inspection.
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03:00
e87e120040 refactored GridView to have clear separation between value and content 2014-03-27 01:44:06 +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
150d5152b2 more grid docs 2014-03-09 03:21:42 +04:00
eaaa5b1bb5 fix code style 2014-03-04 06:12:30 +02:00
eaa1ba029f minor cs fixes. 2014-02-25 16:43:31 -05:00
3ad7d6d356 Merge pull request #2284 from kartik-v/patch-12
Raw content return for Grid DataColumn & Column
2014-02-25 16:37:39 -05:00
e3e26540a2 Fixes #2508 2014-02-21 15:03:10 +04:00
cd1f7b10ea Removed unnecessary blank space 2014-02-03 11:32:42 +00:00
5f5570e73f Raw content return for Grid DataColumn & Column 2014-02-02 21:57:41 +00:00
342ba95d4a Raw content return for Grid DataColumn & Column
Need to have a method  `getDataCellContent` to return raw parsed data cell content. This is useful when extending these Columns, for processing any other data before formatting via `renderDataCellContent`.
2014-02-02 21:50:58 +00:00
8c49dabb1b Change condition 2014-01-30 17:04:16 -02:00
5a2323346d Test if value is instance of \Closure 2014-01-30 17:01:26 -02:00
f906b3a10b Adjust doc 2014-01-30 16:02:24 -02:00
a35fcbbf92 Adjust tab as space 2014-01-30 15:56:44 -02:00
632a537ab8 Allow to set an attribute as the value of the cell, unlike the column attribute. 2014-01-30 15:51:09 -02:00
f5e1fbc532 Fixes #2212: yii\gridview\DataColumn generates incorrect labels when used with nosql DB and there is no data 2014-01-29 18:09:58 -05:00
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00