Alexander Makarov
|
1f26db9fb7
|
Applied code style fixes
|
2017-07-21 15:42:06 +03:00 |
|
Carsten Brandt
|
69673c0c94
|
Rename Object -> BaseObject for PHP 7.2 compatibility
issue #7936
|
2017-07-19 10:51:46 +02:00 |
|
Robert Korulczyk
|
fe8a0a6a2e
|
Enable no_useless_else rule in php-cs-fixer (#14420)
|
2017-07-10 11:26:21 +03:00 |
|
Robert Korulczyk
|
ba0ab403b5
|
Added php-cs-fixer coding standards validation to Travis CI (#14100)
* php-cs-fixer: PSR2 rule.
* php-cs-fixer: PSR2 rule - fix views.
* Travis setup refactoring.
* Add php-cs-fixer to travis cs tests.
* Fix tests on hhvm-3.12
* improve travis config
* composer update
* revert composer update
* improve travis config
* Fix CS.
* Extract config to separate classes.
* Extract config to separate classes.
* Add file header.
* Force short array syntax.
* binary_operator_spaces fixer
* Fix broken tests
* cast_spaces fixer
* concat_space fixer
* dir_constant fixer
* ereg_to_preg fixer
* function_typehint_space fixer
* hash_to_slash_comment fixer
* is_null fixer
* linebreak_after_opening_tag fixer
* lowercase_cast fixer
* magic_constant_casing fixer
* modernize_types_casting fixer
* native_function_casing fixer
* new_with_braces fixer
* no_alias_functions fixer
* no_blank_lines_after_class_opening fixer
* no_blank_lines_after_phpdoc fixer
* no_empty_comment fixer
* no_empty_phpdoc fixer
* no_empty_statement fixer
* no_extra_consecutive_blank_lines fixer
* no_leading_import_slash fixer
* no_leading_namespace_whitespace fixer
* no_mixed_echo_print fixer
* no_multiline_whitespace_around_double_arrow fixer
* no_multiline_whitespace_before_semicolons fixer
* no_php4_constructor fixer
* no_short_bool_cast fixer
* no_singleline_whitespace_before_semicolons fixer
* no_spaces_around_offset fixer
* no_trailing_comma_in_list_call fixer
* no_trailing_comma_in_singleline_array fixer
* no_unneeded_control_parentheses fixer
* no_unused_imports fixer
* no_useless_return fixer
* no_whitespace_before_comma_in_array fixer
* no_whitespace_in_blank_line fixer
* not_operator_with_successor_space fixer
* object_operator_without_whitespace fixer
* ordered_imports fixer
* php_unit_construct fixer
* php_unit_dedicate_assert fixer
* php_unit_fqcn_annotation fixer
* phpdoc_indent fixer
* phpdoc_no_access fixer
* phpdoc_no_empty_return fixer
* phpdoc_no_package fixer
* phpdoc_no_useless_inheritdoc fixer
* Fix broken tests
* phpdoc_return_self_reference fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_to_comment fixer
* phpdoc_trim fixer
* phpdoc_var_without_name fixer
* psr4 fixer
* self_accessor fixer
* short_scalar_cast fixer
* single_blank_line_before_namespace fixer
* single_quote fixer
* standardize_not_equals fixer
* ternary_operator_spaces fixer
* trailing_comma_in_multiline_array fixer
* trim_array_spaces fixer
* protected_to_private fixer
* unary_operator_spaces fixer
* whitespace_after_comma_in_array fixer
* `parent::setRules()` -> `$this->setRules()`
* blank_line_after_opening_tag fixer
* Update finder config.
* Revert changes for YiiRequirementChecker.
* Fix array formatting.
* Add missing import.
* Fix CS for new code merged from master.
* Fix some indentation issues.
|
2017-06-12 12:25:45 +03:00 |
|
Carsten Brandt
|
be658f82bf
|
release version 2.0.12
|
2017-06-05 16:33:41 +02:00 |
|
Klimov Paul
|
473598ac8c
|
Added support for sorting by expression to \yii\data\Sort
|
2017-05-09 17:26:49 +03:00 |
|
Alex
|
533da6240e
|
Update phpdoc, \yii\db\ActiveRecord => \yii\db\ActiveRecordInterface [skip ci] (#14076)
|
2017-04-30 21:14:58 +02:00 |
|
Nikolay Oleynikov
|
da6eada8c8
|
Fix an invalid phpDocumentor annotation
Fixed an invalid phpDocumentor annotation of `yii\data\DataProviderInterface::getPagination()`.
|
2017-04-27 17:46:46 +03:00 |
|
Leandro Guindani Gehlen
|
385eb88048
|
Added yii\data\Sort::parseSortParams
allowing customize other params request formats in descendant class.
close #13170
|
2017-04-26 01:42:45 +02:00 |
|
Sam Mousa
|
98871123c9
|
Fixed ignored params when using count in SqlDataProvider
|
2017-04-25 10:54:18 +02:00 |
|
Sam Mousa
|
ae7378974e
|
Fixes #13376: Data provider now automatically sets an ID so there is no need to set it manually in case multiple data providers are used with pagination
|
2017-04-01 18:27:27 +03:00 |
|
Alexander Makarov
|
78a0035703
|
Removed unnecessary else
|
2017-04-01 16:37:48 +03:00 |
|
Sam Mousa
|
79f16b1492
|
Fixes #13883: \yii\data\SqlDataProvider now provides automatic fallback for the case when totalCount is not specified
|
2017-04-01 16:37:25 +03:00 |
|
Nikolay Oleynikov
|
7d82bbcd37
|
Fixes #13467: yii\data\ActiveDataProvider no longer queries models if models count is zero
|
2017-02-20 12:00:00 +03:00 |
|
Carsten Brandt
|
c19b2f7dc8
|
release version 2.0.11
|
2017-02-01 17:46:29 +01:00 |
|
Evgeniy Tkachenko
|
69de8f8460
|
Update ActiveDataProvider.php
|
2016-12-20 10:07:04 +03:00 |
|
Robert Korulczyk
|
4aa935e69e
|
Fixes #12055: Changed boolean to bool and integer to int in phpdoc
|
2016-11-07 02:51:39 +03:00 |
|
Boudewijn Vahrmeijer
|
32f4dc8997
|
Fixes #5385: links created from classes to corresponding guide articles (#12920)
|
2016-11-04 18:55:14 +03:00 |
|
Lanrik
|
333c4b6b4f
|
Remove unnecessary comparsion (#12833)
* Remove unnecessary comparsion
* Clarify condition
|
2016-10-27 10:06:39 +02:00 |
|
Carsten Brandt
|
11fe407ad0
|
release version 2.0.10
|
2016-10-20 14:02:50 +02:00 |
|
Roman Grinyov
|
6bffb78391
|
Added public keyword to example (#12789) [skip ci]
|
2016-10-20 00:39:57 +03:00 |
|
Roman Grinyov
|
088f15ee67
|
Cosmetic changes in DocBlocks (#12788) [skip ci]
|
2016-10-20 00:31:25 +03:00 |
|
Klimov Paul
|
90b9ed87bd
|
Added yii\data\Sort::setAttributeOrders()
|
2016-08-31 14:03:34 +03:00 |
|
Evgeniy Tkachenko
|
976acc6146
|
Update BaseDataProvider.php (#12168) [skip ci]
|
2016-08-16 10:14:56 +03:00 |
|
Carsten Brandt
|
217d50e4ff
|
improved PHPdoc and @since annotations
|
2016-07-11 12:58:43 +02:00 |
|
Nikola Kovacs
|
2a05754ede
|
Fix link in documentation (#11861) [skip ci]
|
2016-07-02 01:42:08 +03:00 |
|
Nikola Kovacs
|
7e96db253d
|
Add missing documentation for getSort (#11862) [skip ci]
|
2016-07-01 18:25:31 +03:00 |
|
SilverFire - Dmitry Naumenko
|
030913e7f0
|
Fixed code style and indentations
|
2016-05-03 14:51:25 +03:00 |
|
PowerGamer1
|
7f3511a908
|
Update ArrayDataProvider.php
Update DataColumn.php
Update CHANGELOG.md
|
2016-05-03 14:51:22 +03:00 |
|
Carsten Brandt
|
731769241b
|
release version 2.0.8
|
2016-04-28 16:50:20 +02:00 |
|
Evgeniy Tkachenko
|
8001f2b259
|
Update BaseDataProvider.php (#11342)
|
2016-04-13 13:02:22 +03:00 |
|
Evgeniy Tkachenko
|
f6094ee519
|
Update Pagination.php (#11343)
|
2016-04-13 13:01:46 +03:00 |
|
SilverFire - Dmitry Naumenko
|
cd87d67f34
|
Global DOCS update: ~~~ replaced with ```
|
2015-12-02 23:15:28 +02:00 |
|
Alexander Makarov
|
b53bbb34e9
|
Fixed typo
|
2015-09-16 17:38:02 +03:00 |
|
Alexander Mohorev
|
0c5e4b7105
|
PSR-2 foreach statement
|
2015-06-08 23:21:21 +03:00 |
|
Klimov Paul
|
bb4bed4833
|
Fixed yii\data\ArrayDataProvider::getKeys() return wrong when yii\data\ArrayDataProvider::$allModels contain integer key
|
2015-04-14 17:07:16 +03:00 |
|
Carsten Brandt
|
0a6715bd0b
|
enhanced default value for ListView Sort attribute labels
fixes #7530
close #7561
|
2015-03-20 14:18:52 +01:00 |
|
Qiang Xue
|
985119350b
|
2.0.3 release.
|
2015-03-01 01:22:44 -05:00 |
|
Alexander Makarov
|
6481d13494
|
Optimized checks order in conditions
|
2015-02-08 17:56:36 +03:00 |
|
Qiang Xue
|
54e35baa1b
|
Fixes #7074: yii\data\ArrayDataProvider did not correctly handle the case Pagination::pageSize = 0
|
2015-01-29 13:27:47 -05:00 |
|
Qiang Xue
|
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 |
|
Carsten Brandt
|
b5f921ee81
|
Update ArrayDataProvider.php
ensure syntax highlighting
|
2014-10-13 21:45:23 +02:00 |
|
Qiang Xue
|
65edc03b49
|
Fixes #5127.
|
2014-09-22 08:27:04 -04:00 |
|
Qiang Xue
|
6230aa7523
|
minor fix. [skip ci]
|
2014-09-17 11:19:28 -04:00 |
|
Qiang Xue
|
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 |
|
Qiang Xue
|
212c5ee3ef
|
Fixes #4254: SqlDataProvider does not work with Oracle and SQL Server
|
2014-09-03 14:42:09 -04:00 |
|
Carsten Brandt
|
3a1e0f3a5c
|
property codestyle framework
|
2014-07-30 00:21:31 +02:00 |
|
Carsten Brandt
|
474e664c5f
|
phpdoc code
|
2014-07-08 16:02:49 +02:00 |
|
Alexander Makarov
|
0c14f47f9a
|
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
|
2014-06-20 17:40:00 +04:00 |
|
Carsten Brandt
|
f6f0e66598
|
ensure gridview query is reusable
apply pagination and sorting to a clone of it.
|
2014-04-22 15:50:32 +02:00 |
|