Commit Graph

6117 Commits

Author SHA1 Message Date
ahmadrusli
a911984ae0 Update yii.php 2014-11-01 01:25:29 +07:00
Qiang Xue
10cc19d0b6 Fixes #5833: The message command fails with a FK constraint error when trying to update messages 2014-10-31 10:01:20 -04:00
Qiang Xue
2910322bc3 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-10-31 09:53:00 -04:00
Qiang Xue
a92e214b9e Fixes #5770: Added more PHP error names for ErrorException 2014-10-31 09:52:45 -04:00
Alexander Makarov
1be82dc0f5 Added phpdoc for Block 2014-10-31 16:52:26 +03:00
Alexander Mohorev
b2341edfcf add more default names of exceptions 2014-10-31 09:47:32 -04:00
Alexander Makarov
497e1fedc5 Added phpdoc for ContentDecorator 2014-10-31 16:40:15 +03:00
Alexander Makarov
c95124c815 Merge pull request #5825 from mirjalal/master
[skip ci] improved Azerbaijani translations
2014-10-30 23:50:05 +03:00
Mircəlal
dcfcc68e64 improved translations 2014-10-31 00:47:15 +04:00
Victor Demin
e923a13ccd Readme on "uncheck" parameter in activeCheckbox
Just a readme update.
"If you do not want any hidden input, you should explicitly set this option as null."

close #5823
2014-10-30 15:54:35 +01:00
Qiang Xue
f9fba181d6 Fixes #5806: Allow Html::encode() to be used when the application is not started 2014-10-29 10:50:00 -04:00
Qiang Xue
5bdf36d9c8 Fixes #5780: QueryBuilder::batchInsert() may cause "undefined index" error 2014-10-26 21:03:03 -04:00
Qiang Xue
1ad7e5f77a Fixes #5508: Dropped the support for the --append option for the fixture command 2014-10-26 20:47:12 -04:00
Qiang Xue
186c843abc Merge pull request #5766 from mongosoft/feature
Code style fixes
2014-10-25 12:46:01 -04:00
Alexander Mohorev
899b778994 Correct type declarations 2014-10-25 16:35:50 +03:00
Alexander Mohorev
64b4d6dca1 Correct order of property declaration 2014-10-25 16:28:36 +03:00
Alexander Mohorev
bb8550886e PHP type casting 2014-10-25 15:30:03 +03:00
Alexander Mohorev
f1edafffaf PHPDoc comment doesn't contain all necessary @throws tag
close #5762
2014-10-25 12:47:08 +02:00
Thiago Talma
8a1bcd2775 one more example 2014-10-24 21:43:16 -02:00
Qiang Xue
a153750efe Fixes #5745: Gii and debug modules may cause 404 exception when the route contains dashes 2014-10-24 08:01:35 -04:00
Qiang Xue
2544e86d2c Fixes #5735: Added yii\bootstrap\Tabs::renderTabContent to support manually rendering tab contents 2014-10-24 07:54:48 -04:00
Mircəlal
9f6b998244 Azerbaijani translations 2014-10-24 01:01:53 -07:00
Alexander Makarov
50fd1f586c Bug: yii\web\UrlRule was unable to create URLs for rules containing unicode characters 2014-10-24 05:06:37 +04:00
Alexander Makarov
99a818c0b8 Fixes #3630: yii\db\Command::queryInternal() is now protected 2014-10-24 03:47:20 +04:00
Alexander Makarov
e445258164 Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names"
This reverts commit 0c8faedd33.
2014-10-23 20:24:10 +04:00
valbar
48e6dbaa64 Update yii.php 2014-10-23 15:53:18 +02:00
Qiang Xue
cb90f31cbe Fixes #5702: Parenthesis should be automatically added to Validator::whenClient to avoid js error 2014-10-23 09:18:53 -04:00
Carsten Brandt
ab9afd74df phpdoc improvements 2014-10-23 00:25:41 +02:00
Carsten Brandt
49961c4896 change Console::confirm() output to use stdout 2014-10-22 23:21:39 +02:00
Carsten Brandt
95afdceb55 fixed exception page to show error info that is longer than screen 2014-10-22 23:19:20 +02:00
Alexander Makarov
0c8faedd33 Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names 2014-10-22 23:07:08 +04:00
Dima Vasilyev
935146901b Fixes #5682: The asset command would incorrectly combine CSS files when UrlManager::linkAssets is true 2014-10-22 11:58:06 -04:00
Qiang Xue
36ea0f321a Fixes #5570: yii\bootstrap\Tabs would throw an exception if content is not set for one of its items
Fixes #5572.
2014-10-22 11:48:08 -04:00
Niek Oost
5684eaf0ed Replaced single quotes with double 2014-10-22 12:40:13 +02:00
Qiang Xue
78d37e4d0e Fixes #5657: yii\caching\ApcCache::mset() and madd() may cause warning in some APC setup 2014-10-21 11:26:29 -04:00
Qiang Xue
998076d0c8 Fixes #5665: The currentPage meta data in the RESTful result should be 1-based, similar to that in HTTP headers 2014-10-20 09:46:44 -04:00
Alexander Makarov
95732db93a Fixed changelog 2014-10-20 10:45:18 +04:00
Alexander Makarov
e5fa813809 #4471: yii\caching\ApcCache now returns array in case of APC is installed but not enabled in CLI mode 2014-10-20 10:44:26 +04:00
Alexander Makarov
b560c9bc90 Fixes #4457: Added support for using noscript for css files registered through asset bundles and Html helper 2014-10-19 19:30:38 +04:00
Qiang Xue
5829020eff Fixes #5223: Query builder now supports selecting sub-queries as columns 2014-10-19 10:58:49 -04:00
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() 2014-10-19 18:50:46 +04:00
Alexander Makarov
6a794f6b1b Simpler fix for #5402 2014-10-19 18:42:58 +04:00
Alexander Makarov
084d355448 Fixes #5402: Debugger was not loading when there were closures, resources or PDO instances in the logged data 2014-10-19 17:00:52 +04:00
Ilya Antipenko
9061874bdb Fixes #5646: Call yii\base\ErrorHandler::unregister() instead of restore_*_handlers directly 2014-10-19 14:48:11 +04:00
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 2014-10-19 01:23:46 +04:00
Alexander Makarov
49760b64dd Fixes #5595: Better phpdoc value types for Formatter methods 2014-10-19 00:23:47 +04:00
Carsten Brandt
292a9ff55b Add support for yii\db\Expression to QueryBuiler simple conditions
fixes #5601
2014-10-17 13:32:54 +02:00
Alexander Makarov
196748a71c Merge pull request #5609 from db6178/patch-1
[skip ci] Update Object.php
2014-10-17 10:08:40 +04:00
Qiang Xue
8c50ee9ef3 Fixes #5613: Added --overwrite option to Gii console command to support overwriting all files
Fixed the bug that Gii console command help information does not contain global options
2014-10-16 20:38:08 -04:00
db6178
2bebfee5aa Update Object.php 2014-10-17 01:31:02 +03:00