|
2a05754ede
|
Fix link in documentation (#11861) [skip ci]
|
2016-07-02 01:42:08 +03:00 |
|
|
7e96db253d
|
Add missing documentation for getSort (#11862) [skip ci]
|
2016-07-01 18:25:31 +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 |
|
|
731769241b
|
release version 2.0.8
|
2016-04-28 16:50:20 +02:00 |
|
|
8001f2b259
|
Update BaseDataProvider.php (#11342)
|
2016-04-13 13:02:22 +03:00 |
|
|
f6094ee519
|
Update Pagination.php (#11343)
|
2016-04-13 13:01:46 +03:00 |
|
|
cd87d67f34
|
Global DOCS update: ~~~ replaced with ```
|
2015-12-02 23:15:28 +02:00 |
|
|
b53bbb34e9
|
Fixed typo
|
2015-09-16 17:38:02 +03:00 |
|
|
0c5e4b7105
|
PSR-2 foreach statement
|
2015-06-08 23:21:21 +03:00 |
|
|
bb4bed4833
|
Fixed yii\data\ArrayDataProvider::getKeys() return wrong when yii\data\ArrayDataProvider::$allModels contain integer key
|
2015-04-14 17:07:16 +03:00 |
|
|
0a6715bd0b
|
enhanced default value for ListView Sort attribute labels
fixes #7530
close #7561
|
2015-03-20 14:18:52 +01:00 |
|
|
985119350b
|
2.0.3 release.
|
2015-03-01 01:22:44 -05:00 |
|
|
6481d13494
|
Optimized checks order in conditions
|
2015-02-08 17:56:36 +03:00 |
|
|
54e35baa1b
|
Fixes #7074: yii\data\ArrayDataProvider did not correctly handle the case Pagination::pageSize = 0
|
2015-01-29 13:27:47 -05:00 |
|
|
d341bf02b4
|
Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as DbCache
|
2015-01-04 19:28:05 -05:00 |
|
|
b5f921ee81
|
Update ArrayDataProvider.php
ensure syntax highlighting
|
2014-10-13 21:45:23 +02:00 |
|
|
65edc03b49
|
Fixes #5127.
|
2014-09-22 08:27:04 -04:00 |
|
|
6230aa7523
|
minor fix. [skip ci]
|
2014-09-17 11:19:28 -04:00 |
|
|
a3cfafc761
|
Fixes #5058: Added $pageSize parameter to Pagination::createUrl() to allow creating URLs with arbitrary page sizes
|
2014-09-17 11:14:05 -04:00 |
|
|
212c5ee3ef
|
Fixes #4254: SqlDataProvider does not work with Oracle and SQL Server
|
2014-09-03 14:42:09 -04:00 |
|
|
3a1e0f3a5c
|
property codestyle framework
|
2014-07-30 00:21:31 +02:00 |
|
|
474e664c5f
|
phpdoc code
|
2014-07-08 16:02:49 +02:00 |
|
|
0c14f47f9a
|
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
|
2014-06-20 17:40:00 +04:00 |
|
|
f6f0e66598
|
ensure gridview query is reusable
apply pagination and sorting to a clone of it.
|
2014-04-22 15:50:32 +02:00 |
|
|
ab799d8ea9
|
Fixes #2911: Removed tbl_ default for table prefix
|
2014-03-30 19:33:46 +04:00 |
|
|
27659d1776
|
fixed FileHelper private method static call
|
2014-03-26 17:51:52 +01:00 |
|
|
bf3c75147d
|
reverted breaking PHPdoc codestyle changes
issue #2852
|
2014-03-23 20:51:09 +01:00 |
|
|
8e11ad0360
|
refactored code to use Instance::ensure()
|
2014-03-18 12:31:27 -04:00 |
|
|
8c2e39235f
|
Turn module and application into DI containers.
|
2014-03-17 23:57:01 -04:00 |
|
|
b5f8a4dc22
|
Reformat code te be PSR-2 compatible
|
2014-03-16 10:46:21 +06:00 |
|
|
40cb98bb02
|
updated @property annotations
|
2014-03-11 16:21:25 +01:00 |
|
|
fad635440b
|
Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions.
|
2014-03-07 19:08:27 -05:00 |
|
|
4d538d6bba
|
removed ModelSerializer as it is replaced by new REST implementation.
|
2014-03-06 19:17:23 -05:00 |
|
|
3f42d5826a
|
REST wip.
|
2014-03-05 13:29:24 -05:00 |
|
|
a8c7d36c02
|
Finished HATEOAS support.
|
2014-03-03 14:58:37 -05:00 |
|
|
8e8bbf4ed1
|
Improved page size and page number validation.
|
2014-02-27 20:55:48 -05:00 |
|
|
5d0ec52a52
|
Added support for reading page size from query parameters by Pagination
|
2014-02-27 20:01:09 -05:00 |
|
|
f2a3dafb21
|
Added Pagination::getLinks()
|
2014-02-27 15:38:31 -05:00 |
|
|
43c17d99cc
|
Fixes #2426: Changed URL creation method signatures to be consistent
|
2014-02-20 20:10:33 +04:00 |
|
|
26cb7b2a3c
|
Renamed fooVar to fooParam for various classes.
|
2014-02-15 18:18:27 -05:00 |
|
|
c0bac44f10
|
Fixes #1186: Changed Sort to use comma to separate multiple sort fields and use negative sign to indicate descending sort
|
2014-02-15 17:54:33 -05:00 |
|
|
262189533a
|
huge amount of documentation link fixes
|
2014-01-28 17:54:40 +01:00 |
|
|
0d669f5e6b
|
refactored params methods in Request
issue #2043
|
2014-01-21 15:04:43 +01:00 |
|
|
ed14eaaae5
|
added docs about # link to sort and paginiation
fixes #2072
|
2014-01-20 14:33:04 +01:00 |
|
|
86933cd745
|
Fixed hash doc for pagination
|
2014-01-20 17:15:40 +04:00 |
|
|
26514419cc
|
Added note about hash to Pagination::$params phpdoc
|
2014-01-20 16:39:25 +04:00 |
|
|
a766a00027
|
Sort updated
|
2014-01-19 13:51:01 +04:00 |
|
|
04b356eb79
|
ModelSerializer WIP
|
2014-01-12 23:50:45 -05:00 |
|
|
5d23a066ca
|
Removed unused imports
|
2014-01-12 23:42:55 +04:00 |
|