|
|
5c79ab202c
|
Added key param to ActionColumn button Closure
fixes #4602, close #4624
|
2014-08-06 22:30:35 +02:00 |
|
|
|
3a1e0f3a5c
|
property codestyle framework
|
2014-07-30 00:21:31 +02:00 |
|
|
|
07f01bcf2b
|
Used substr_compare instead of substr when we don't care about result
|
2014-07-23 16:37:49 +04:00 |
|
|
|
085f2c0142
|
gridview and listview use widget ID in base tag
|
2014-06-27 20:26:26 +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 |
|
|
|
3372785976
|
Merge pull request #3544 from MDMunir/patch-1
Add $key to function parameter
|
2014-05-24 09:08:16 -04:00 |
|
|
|
020960380b
|
added example to ActionColumn
|
2014-05-23 13:10:06 +02: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 |
|
|
|
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 |
|
|
|
bb4e8eb736
|
DataColumn - error detection moved into renderFilterCellContent()
|
2014-04-22 18:47:11 +03: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 |
|
|
|
0a3f4e85f1
|
made grid\DataColumn::getDataCellValue() public
allow using it from the gridview directly
|
2014-04-22 13:51:54 +02: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 |
|
|
|
104a38a714
|
Issue #3154 - DataColumn checkForFilterErrors() now use Html::addCssClass
|
2014-04-19 12:22:40 +03:00 |
|
|
|
3705f17700
|
Issue #3154 - GridView - list of filter model validation errors added to summary
|
2014-04-18 12:57:47 +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 |
|
|
|
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 |
|
|
|
cd8e626018
|
Fixes #2737
|
2014-03-13 19:43:06 +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 |
|
|
|
50d720ce34
|
use toRoute instead of createUrl in ActionColumn
use toRoute() instead of createUrl() in ActionColumn
|
2014-03-11 10:32:23 +08: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 |
|
|
|
9484423172
|
Merge pull request #2672 from lucianobaraglia/code-style-fixes
Code style fixes
|
2014-03-08 20:30:12 -05:00 |
|
|
|
269d1303a9
|
Code style fixes
|
2014-03-08 20:47:04 -03:00 |
|
|
|
150d5152b2
|
more grid docs
|
2014-03-09 03:21:42 +04:00 |
|
|
|
e2aacad8aa
|
Added links to PHP.net to apidoc
|
2014-03-07 19:41:43 +01:00 |
|
|
|
3daa177ea2
|
Add an option to ignore pjax request on some links.
|
2014-03-04 10:21:11 +01: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 |
|
|
|
d8d44b6127
|
Merge pull request #2501 from yiisoft/unify-urls
Fixes #2426: Changed URL creation method signatures to be consistent
|
2014-02-21 23:53:15 +03:00 |
|
|
|
e3e26540a2
|
Fixes #2508
|
2014-02-21 15:03:10 +04:00 |
|
|
|
43c17d99cc
|
Fixes #2426: Changed URL creation method signatures to be consistent
|
2014-02-20 20:10:33 +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 |
|