1658 Commits (b918e8ea12579945cac4b2251449f7d030c63988)

Author SHA1 Message Date
Sam b918e8ea12 Fixed widgets using echo in their run. #7417 10 years ago
Alexander Makarov 51f25cac62 Fixes #7417: Used return in Tabs widgets instead of echo 10 years ago
nkovacs 8f54c5dc81 Fixes #7412: Removed unnecessary unsets in Dropdown and Nav 10 years ago
tom-- 4512833fac Fixes #7215: Uses OpenSSL crypto lib instead of Mcrypt. Added testing of encrypted data compatibility, both backward and forward 10 years ago
Carsten Brandt da26cfe8ac improved extensions readme 10 years ago
Qiang Xue 56dbd4cefa Fixes #7357: Refactored `yii\db\ColumnSchema` by adding `typecast()` method to decouple `phpTypecast()` from `dbTypecast()` 10 years ago
Valery Viktorovsky f9bff329b7 Fixes #7339: Added example to Dropdown phpdoc 10 years ago
Jose Lorente 98759201ac Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached. 10 years ago
Alexander Makarov f03850fa46 Better fix for rlt support in debug toolbar 10 years ago
Alexander Makarov 10ba054f61 Fixes #7222: Debug toolbar wasn't displayed properly in rtl pages 10 years ago
Klimov Paul 275d87d0fb Default value of `yii\authclient\clients\Twitter::$authUrl` changed to 'authenticate' 10 years ago
Klimov Paul 0f247fe99c `yii\sphinx\Query` no longer attempts to call snippets for the empty query result set 10 years ago
Carsten Brandt 40c232df92 enhanced widget documentation 10 years ago
Jitendra Joshi dc00d95aa4 Updated DatePicker.php 10 years ago
Alexander Makarov af7ae33d5b Use (array) cast instead of !is_array check for both readability and performance 10 years ago
Carsten Brandt 780c39446a remove requirement of `name` field on Jui InputWidget 10 years ago
Klimov Paul 6e50783ea4 `yii\mongodb\Query::select` now allows excluding fields 10 years ago
Carsten Brandt fca8143440 Improved guide and api doc header and titles 10 years ago
Carsten Brandt 3d510fb016 enhanced apidoc title 10 years ago
Carsten Brandt 36bebbfefb use id instead of name for anchor references in the guide 10 years ago
Mihai Petrescu 814ace1c0f Fixing the application config widget registration after the #6991 fix 10 years ago
Alexander Makarov 65519ffb46 Enh #6857: Added `yii\gii\Module::$ignoreTables` that allows you to ignore tables during model generation using `*` (reverted from commit e562f8e43a) 10 years ago
Ivan Lemeshev 5ab58ac15b Fixes #6991: Fixed exception when using `{use class='yii\bootstrap\Nav' type='function'}` 10 years ago
Thiago Talma e562f8e43a Enh #6857: Added `yii\gii\Module::$ignoreTables` that allows you to ignore tables during model generation using `*` 10 years ago
Ivo Kund a6dd9d37d5 Fixed #6978: Dependency Injection Container not reset when destroying application in functional tests 10 years ago
Alexander Makarov 9f5696094f Fixes #6845: Fixed incorrect implementation of `{registerCssFile` and `{registerJsFile` 10 years ago
pana1990 b3850a4e73 Fixes #6890: Added ability to filter by query type 10 years ago
Dmitry Naumenko 8c87a47119 Fixed typo in ActiveField PHPDoc 10 years ago
Carsten Brandt a558216897 debug toolbar: fixed display issue with phpinfo tables 10 years ago
Alexander Makarov f7cf3b50fa Guide on auth clients 10 years ago
Qiang Xue b750cf662d prepare for the next release. 10 years ago
Qiang Xue d7462656f7 2.0.2 release 10 years ago
Carsten Brandt cd2ba59982 use string helper to truncate string 10 years ago
Carsten Brandt 5fedb8da59 fixed invalid UTF8 problem in guide indexer 10 years ago
Qiang Xue 5cb2ce49dd Fixes #3665: Better default behavior for ModelSearch generated by the crud generator 10 years ago
Carsten Brandt 92f2216573 add support for _parent to elasticsearch active fixture 10 years ago
Carsten Brandt a0038ab15a elasticsearch activefixture, ensure data is flushed 10 years ago
Carsten Brandt d97f5edf61 improved error reporting of elasticsearch ActiveFixture 10 years ago
Carsten Brandt 6e6353e2cd fixed indentation 10 years ago
Carsten Brandt fea4c8da52 Add fixture support for elasticsearch 10 years ago
Carsten Brandt 548e19eff0 datepicker should show empty field when value is empty string 10 years ago
Carsten Brandt 7af1f11b92 complete docs about Nav to include the style 10 years ago
Alexander Makarov b4ba430ac4 Reverted #3665 (reverted from commit 2aa3949963) 10 years ago
Klimov Paul 9faf50443e Fixed `\yii\authclient\OAuth2::refreshAccessToken()` does not save fetched token 10 years ago
Klimov Paul e0b206a305 `\yii\authclient\AuthAction::defaultCancelUrl()` changed to use `yii\web\User::loginUrl` 10 years ago
Klimov Paul 902a9972e0 MongoDB PHP extension min version raised up to 1.5.0 10 years ago
Qiang Xue d341bf02b4 Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
Qiang Xue 5ccdca1703 Fixes #6672: `yii\bootstrap\Dropdown` should register client event handlers 10 years ago
╃巡洋艦㊣ 30ba88e94b Changed typeLink() method to createTypeLink() 10 years ago
Alexander Makarov 90c7a9c2a2 Fixes #6464: `path` and `url` weren't resolving aliases 10 years ago