4893 Commits

Author SHA1 Message Date
e445258164 Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names"
This reverts commit 0c8faedd3310ace47943c7358032c3a6431eafb2.
2014-10-23 20:24:10 +04:00
48e6dbaa64 Update yii.php 2014-10-23 15:53:18 +02:00
cb90f31cbe Fixes #5702: Parenthesis should be automatically added to Validator::whenClient to avoid js error 2014-10-23 09:18:53 -04:00
ab9afd74df phpdoc improvements 2014-10-23 00:25:41 +02:00
49961c4896 change Console::confirm() output to use stdout 2014-10-22 23:21:39 +02:00
95afdceb55 fixed exception page to show error info that is longer than screen 2014-10-22 23:19:20 +02:00
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
935146901b Fixes #5682: The asset command would incorrectly combine CSS files when UrlManager::linkAssets is true 2014-10-22 11:58:06 -04:00
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
5684eaf0ed Replaced single quotes with double 2014-10-22 12:40:13 +02:00
78d37e4d0e Fixes #5657: yii\caching\ApcCache::mset() and madd() may cause warning in some APC setup 2014-10-21 11:26:29 -04:00
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
95732db93a Fixed changelog 2014-10-20 10:45:18 +04:00
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
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
5829020eff Fixes #5223: Query builder now supports selecting sub-queries as columns 2014-10-19 10:58:49 -04:00
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
6a794f6b1b Simpler fix for #5402 2014-10-19 18:42:58 +04:00
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
9061874bdb Fixes #5646: Call yii\base\ErrorHandler::unregister() instead of restore_*_handlers directly 2014-10-19 14:48:11 +04:00
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
49760b64dd Fixes #5595: Better phpdoc value types for Formatter methods 2014-10-19 00:23:47 +04:00
292a9ff55b Add support for yii\db\Expression to QueryBuiler simple conditions
fixes #5601
2014-10-17 13:32:54 +02:00
196748a71c Merge pull request #5609 from db6178/patch-1
[skip ci] Update Object.php
2014-10-17 10:08:40 +04:00
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
2bebfee5aa Update Object.php 2014-10-17 01:31:02 +03:00
0909e0252a Fixes #5600: Allow configuring debug panels in yii\debug\Module::panels as panel class name strings 2014-10-16 09:30:12 -04:00
999e8b84d4 Fixes #5584: yii\rbac\DbRbacManager should not delete items when deleting a rule on a database not supporting cascade update 2014-10-16 08:13:31 -04:00
3dd61bdc93 changelog 2014-10-16 08:11:07 -04:00
dc8b8edb5f changelog 2014-10-16 08:11:07 -04:00
f524e57076 use 'ON DELETE SET NULL' instead of 'ON DELETE CASCADE' 2014-10-16 08:11:07 -04:00
ccd9fd1641 Added Swedish translations for Yii messages. 2014-10-15 15:41:40 +02:00
2bfec326d5 Proper error message when fixture controller is called without input
before: failed with undefined index PHP error
now: fail with proper error complaining about missing argument.
2014-10-14 15:36:43 +02:00
40f0efe2c9 Used import instead of FQN 2014-10-14 01:42:15 +04:00
02622b6fe4 phpdoc fixes and additions 2014-10-14 01:35:21 +04:00
b5f921ee81 Update ArrayDataProvider.php
ensure syntax highlighting
2014-10-13 21:45:23 +02:00
d4fac33f4b Fixes #5509. 2014-10-12 18:13:22 -04:00
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
de853a2552 UPGRADE note for #852 2014-10-12 04:15:59 +02:00
a375a62070 bump minimum required cubrid version
there is no reliable way to determine the cubrid PDO extension version used
and also no reliable way to detect which combination of server and client produces wrong behavior.

By requiering 9.3 or higher in both client and server we can be sure it works.

fixes #852
2014-10-12 04:06:13 +02:00
be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 2014-10-11 09:35:55 -04:00
7ba770ebd0 Fixes #5408: Gii console command incorrectly reports errors when there is actually no error 2014-10-10 22:33:11 -04:00
3e3948d8ea fix breaking changes in markdown for console and API
API is not finished.

issue #5082
2014-10-10 19:40:53 +02:00
b66c4cf42d Fixes #5435: Added extra checks to yii\rbac\DbManager to prevent database exceptions when $userId is empty 2014-10-10 19:24:59 +04:00
1c428ec5dc Fixes #5475: bumped up yii2-pjax to 2.0.1 2014-10-10 09:47:51 -04:00
0fa3694088 Created template content at yii\console\controllers\AssetController adjusted 2014-10-10 16:23:03 +03:00
f5c5c2fd8b Fixed yii\console\controllers\AssetController breaks CSS URLs in case target file localed at yii\web\AssetManager::basePath root 2014-10-10 16:17:31 +03:00
2cdb467479 Merge branch 'master' of github.com:yiisoft/yii2 2014-10-10 15:25:32 +03:00
37e0295c01 Error prone realpath() call removed 2014-10-10 15:25:12 +03:00