1329 Commits (fcaddb0c62c6f1397fa6f868f45c15bd42af6923)

Author SHA1 Message Date
Qiang Xue fcaddb0c62 Fixes #4609. Fixes #4610. 10 years ago
Alexander Makarov 2a8ca600c5 Simplified parameter check for buildSimpleCondition() 10 years ago
Alexander Makarov b656137541 Added support for arbitrary operators to Query::filterWhere, added support for arbitrary operators to Sphinx extension 10 years ago
Alexander Makarov 76b529927b Better alias handling for Twig extension 10 years ago
Alexander Makarov 59a52d8876 Fixes #4556: Gii was incorrectly generating labels 10 years ago
Alexander Makarov d9a23975a5 Relaxed access level for `yii\gii\generators\model\Generator` 10 years ago
Alexander Makarov e2b2326e33 Added string check to Twig renderer alias auto adding 10 years ago
Alexander Makarov b44a900779 Fixes Twig to ignore non-path aliases instead of erroring 10 years ago
Alexander Makarov e1bdc9cdc9 Fixes #3674: Various Twig enhancements: 10 years ago
Alexander Makarov a38ba3ccbf Fixes #4526: fixed error caused by substr_compare length parameter doesn't accept null in PHP 5.4 10 years ago
Klimov Paul 11f8a2d190 Using of `MongoCollection::createIndex()` provided 10 years ago
Carsten Brandt 7736853837 property code style extensions 10 years ago
Alexander Makarov 100ba6c3ab Replaced substr_compare with strncmp where possible 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Carsten Brandt 1f31f27787 phpdoc 10 years ago
Carsten Brandt a9aebfab7c minor message improvements 10 years ago
Klimov Paul fedf8eccd9 `yii\authclient\widgets\AuthChoice` now preserves initial settings while opening popup 10 years ago
tom-- 2c5c2c101b Fixes #4131: Security adjustments 10 years ago
Kai Mindermann ca752a6408 Fixes #4410: Fixed Gii to preserve database column order in generated _form.php 10 years ago
Alexander Makarov 65d08423c7 Safer checks for apidoc renderer 10 years ago
Alexander Makarov 07f01bcf2b Used substr_compare instead of substr when we don't care about result 10 years ago
Alexander Makarov 92c64994cd Improved strtr calls 10 years ago
Kartik Visweswaran 2eb9cf802d Better fix for Dropdown container options 10 years ago
Klimov Paul 98a86ce73b Sphinx distributed indexes support provided 10 years ago
Qiang Xue 6e6005b148 Refactored code. 10 years ago
Qiang Xue e8c6bb516f Fixes #4048: Added `init` event to `ActiveQuery` classes 10 years ago
Serge Postrash dcc8d04727 Fixes #4362: Made carousel indicators optional 10 years ago
Qiang Xue 4e4e76e883 Request::cookieValidationKey must be explicitly specified now. 10 years ago
Qiang Xue 8633d0f91c `yii\web\Request::cookieValidationKey` is now automatically generated by the installation script for the basic and advanced application templates 10 years ago
Alexander Makarov e6be9fd947 Even better fix for #3443 10 years ago
Alexander Makarov 66751760e5 Better fix for #3443 10 years ago
Alexander Makarov f2b0d8c209 Passed "encodeLabels" to Dropdown recursive call 10 years ago
artur 0c6516a87c Fixes #3443: Fixed `yii\bootstrap\Nav` and `yii\bootstrap\Dropdown` were generating wrong ids for submenus 10 years ago
Carsten Brandt 96c313d71f gii: fixed wrong composer.json template 10 years ago
Klimov Paul e54fc6f4c2 `yii\mongodb\log\MongoDbTarget` log target added 10 years ago
Klimov Paul c9dff5305e Redundant `yii\authclient\OpenId::sendStreamRequest()` removed. 10 years ago
Klimov Paul 78daea1bfb OAuth extension adjusted to support any custom request type. 10 years ago
Carsten Brandt 9c0bb74829 Update README.md 10 years ago
Sebastian Thierer a4b8fd4db2 Fix typo 10 years ago
Qiang Xue fe2611186e Fixes #4051: Renamed `yii\caching\GroupDependency` to `TagDependency` and added support for associating multiple tags to a single cached data item 10 years ago
Carsten Brandt 773d67e513 elasticsearch 1.x breaking changes 10 years ago
Qiang Xue 478380fb10 Fixed test brak. 10 years ago
Qiang Xue 43333d9cad Implemented master balancing. 10 years ago
Qiang Xue d2cb245dc3 Finished sphinx support 10 years ago
Klimov Paul 0c7010873d Issue #2337 added to CHANGELOG 10 years ago
Klimov Paul 7a937903c2 `yii\mongodb\Collection::buildLikeCondition()` fixed to escape regular expression. 10 years ago
Klimov Paul 9757029191 `yii\authclient\InvalidResponseException` added 10 years ago
Klimov Paul a1a9d9a3bc Method `yii\authclient\BaseOAuth::mergeCurlOptions()` advanced to merge array values 10 years ago
Klimov Paul fbce722d85 Request HTTP headers argument added to `yii\authclient\BaseOAuth::api()` method 10 years ago
Klimov Paul fe46caf74c User attributes fetching at `VKontakte` adjusted 10 years ago