39 Commits

Author SHA1 Message Date
191f2a4943 fixed phpdoc type names 2016-02-25 20:24:32 +01:00
eda1e7b027 Fixed yii\grid\GridView::guessColumns() to work with numeric column names
Closes #10580
2016-01-15 13:35:08 +02:00
1b3770fd21 Use === instead of == where possible 2015-10-10 01:04:35 +03:00
5ab4f0f090 Better quotes usage in strings
- Use single quote where interpolation isn't necessary
- Use interpolation when it's better than concatenation
2015-10-10 00:23:52 +03:00
1ea1cacc11 improved GridView docs about empty cell
fixes #9159
2015-07-22 08:35:41 +02:00
78d3a856d3 Added Json::htmlEncode() to support safer JSON data encoding in HTML code 2015-05-09 23:38:17 -04:00
cd0093f7bd rework grid/list/detail view guide and docs 2015-03-06 07:43:00 +01:00
ebdd56f0db Changed #4277 behavior 2014-11-27 20:42:31 +03:00
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 2014-11-27 13:47:40 +03:00
bb8550886e PHP type casting 2014-10-25 15:30:03 +03:00
d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 2014-09-10 17:56:25 +02: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
b1bf636983 Fix #3531, allow more characters in \yii\grid\GridView's short array syntax for columns. 2014-05-21 19:39:38 +02:00
c15aceb094 Refactored filter error display for GridView. 2014-04-22 20:46:23 -04:00
4f6e1d305f Refactored the code for #3154 2014-04-22 18:56:05 -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
cd1152acb5 GridView/DataColumn - moved error list display into GridView 2014-04-22 18:04:43 +03:00
031fddd48c GridView - error rendering scheme changed 2014-04-22 14:56:56 +03:00
a615ef944a Fixed GridView cells calling order 2014-04-19 14:41:58 +04:00
1886877196 Render gridview table footer after table body 2014-04-19 14:41:58 +04:00
3705f17700 Issue #3154 - GridView - list of filter model validation errors added to summary 2014-04-18 12:57:47 +03:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
a7046f27d0 fix 2014-03-17 01:45:39 +02:00
23a669a394 upd for psr2 2014-03-17 00:21:45 +02:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
7c520248bf message fix. [skip ci] 2014-03-14 21:47:48 -04:00
ca3b2cd057 Fix some references to removed Html::url in phpdoc 2014-03-11 11:15:21 +01: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
5d6c314d4e Adjusted URL helper, fixed usage 2014-03-10 15:25:15 +04:00
92b381795b Adjusted Url helper methods 2014-03-10 01:34:05 +04:00
3400eb5215 #2630: yii\heplers\Html::url moved to new yii\helpers\Url::create 2014-03-09 16:41:55 +04:00
25b466d278 Fixes #2083: make sure keys of object type work with ActionColumn, GridView, etc. 2014-02-13 12:04:37 -05:00
4583c17923 gridview header/footer fix 2014-02-09 21:14:33 +04:00
3bc5dbed82 added doc example to gridview column classes
fixes #2276
2014-02-02 18:29:21 +01:00
cd8a948e1f GridView typo fixed 2014-01-23 23:59:02 +04:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00