5017 Commits (e41d670ab088538c10f180b58808846e08a0f533)

Author SHA1 Message Date
Mircəlal dcfcc68e64 improved translations 10 years ago
Victor Demin e923a13ccd Readme on "uncheck" parameter in activeCheckbox 10 years ago
Qiang Xue f9fba181d6 Fixes #5806: Allow `Html::encode()` to be used when the application is not started 10 years ago
Qiang Xue 5bdf36d9c8 Fixes #5780: `QueryBuilder::batchInsert()` may cause "undefined index" error 10 years ago
Qiang Xue 1ad7e5f77a Fixes #5508: Dropped the support for the `--append` option for the `fixture` command 10 years ago
Alexander Mohorev 899b778994 Correct type declarations 10 years ago
Alexander Mohorev 64b4d6dca1 Correct order of property declaration 10 years ago
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Alexander Mohorev f1edafffaf PHPDoc comment doesn't contain all necessary @throws tag 10 years ago
Thiago Talma 8a1bcd2775 one more example 10 years ago
Qiang Xue a153750efe Fixes #5745: Gii and debug modules may cause 404 exception when the route contains dashes 10 years ago
Qiang Xue 2544e86d2c Fixes #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents 10 years ago
Mircəlal 9f6b998244 Azerbaijani translations 10 years ago
Alexander Makarov 50fd1f586c Bug: `yii\web\UrlRule` was unable to create URLs for rules containing unicode characters 10 years ago
Alexander Makarov 99a818c0b8 Fixes #3630: `yii\db\Command::queryInternal()` is now protected 10 years ago
Alexander Makarov e445258164 Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names" 10 years ago
valbar 48e6dbaa64 Update yii.php 10 years ago
Qiang Xue cb90f31cbe Fixes #5702: Parenthesis should be automatically added to `Validator::whenClient` to avoid js error 10 years ago
Carsten Brandt ab9afd74df phpdoc improvements 10 years ago
Carsten Brandt 49961c4896 change Console::confirm() output to use stdout 10 years ago
Carsten Brandt 95afdceb55 fixed exception page to show error info that is longer than screen 10 years ago
Alexander Makarov 0c8faedd33 Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names 10 years ago
Dima Vasilyev 935146901b Fixes #5682: The `asset` command would incorrectly combine CSS files when `UrlManager::linkAssets` is true 10 years ago
Qiang Xue 36ea0f321a Fixes #5570: `yii\bootstrap\Tabs` would throw an exception if `content` is not set for one of its `items` 10 years ago
Niek Oost 5684eaf0ed Replaced single quotes with double 10 years ago
Qiang Xue 78d37e4d0e Fixes #5657: `yii\caching\ApcCache::mset()` and `madd()` may cause warning in some APC setup 10 years ago
Qiang Xue 998076d0c8 Fixes #5665: The `currentPage` meta data in the RESTful result should be 1-based, similar to that in HTTP headers 10 years ago
Alexander Makarov 95732db93a Fixed changelog 10 years ago
Alexander Makarov e5fa813809 #4471: `yii\caching\ApcCache` now returns array in case of APC is installed but not enabled in CLI mode 10 years ago
Alexander Makarov b560c9bc90 Fixes #4457: Added support for using noscript for css files registered through asset bundles and Html helper 10 years ago
Qiang Xue 5829020eff Fixes #5223: Query builder now supports selecting sub-queries as columns 10 years ago
Alexander Makarov 48ec791e4a Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
Alexander Makarov 6a794f6b1b Simpler fix for #5402 10 years ago
Alexander Makarov 084d355448 Fixes #5402: Debugger was not loading when there were closures, resources or PDO instances in the logged data 10 years ago
Ilya Antipenko 9061874bdb Fixes #5646: Call `yii\base\ErrorHandler::unregister()` instead of `restore_*_handlers` directly 10 years ago
Alexander Makarov 9302786944 Fixes #5598: added ImageMagick with PNG and GD with FreeType checks to requirements of basic and advanced applications, used better Captcha exception message 10 years ago
Alexander Makarov 49760b64dd Fixes #5595: Better phpdoc value types for Formatter methods 10 years ago
Carsten Brandt 292a9ff55b Add support for yii\db\Expression to QueryBuiler simple conditions 10 years ago
Qiang Xue 8c50ee9ef3 Fixes #5613: Added `--overwrite` option to Gii console command to support overwriting all files 10 years ago
db6178 2bebfee5aa Update Object.php 10 years ago
Qiang Xue 0909e0252a Fixes #5600: Allow configuring debug panels in `yii\debug\Module::panels` as panel class name strings 10 years ago
Qiang Xue 999e8b84d4 Fixes #5584: `yii\rbac\DbRbacManager` should not delete items when deleting a rule on a database not supporting cascade update 10 years ago
mdmunir 3dd61bdc93 changelog 10 years ago
mdmunir dc8b8edb5f changelog 10 years ago
mdmunir f524e57076 use 'ON DELETE SET NULL' instead of 'ON DELETE CASCADE' 10 years ago
Tom Lindelius ccd9fd1641 Added Swedish translations for Yii messages. 10 years ago
Carsten Brandt 2bfec326d5 Proper error message when fixture controller is called without input 10 years ago
Alexander Makarov 40f0efe2c9 Used import instead of FQN 10 years ago
Alexander Makarov 02622b6fe4 phpdoc fixes and additions 10 years ago
Carsten Brandt b5f921ee81 Update ArrayDataProvider.php 10 years ago