1531 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
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
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
a90242adf4 apidoc: make the guide PDF renderer work again 2014-10-21 01:27:35 +02: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
acba9e5bd3 fix crash when setter w/o arguments is defined
fixes #5623
2014-10-17 15:33:07 +02:00
292a9ff55b Add support for yii\db\Expression to QueryBuiler simple conditions
fixes #5601
2014-10-17 13:32:54 +02:00
179be14ce1 revert incorrect change in #5617 2014-10-17 13:12:47 +02:00
8c8b7a77cf refactoring code 2014-10-17 06:42:26 +02: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
2d31f9f6fd Fixes #5610: Removed unused property "generate" 2014-10-16 20:10:56 -04:00
2dce741f07 note about empty values for datepicker and validator
fixes #5580
2014-10-16 23:37:12 +02: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
0eb9ceb8f8 Revert "implementing mongodb panel bootstrap behavior #3855" 2014-10-15 18:02:45 +04:00
ef0a384708 implementing mongodb panel bootstrap behavior #3855 2014-10-15 13:51:51 +03:00
62c623a709 Adjusted changelog 2014-10-15 12:18:42 +04:00
1e40bc75d3 Merge branch 'mongodb-debug-short' of github.com:klimov-paul/yii2 into klimov-paul-mongodb-debug-short 2014-10-15 12:16:41 +04:00
bef4685795 Update OAuth1.php 2014-10-15 01:12:52 +02:00
5d3982e440 Fixes #5528: added auto_reload to default twig config in both extension readme and template engines chapter in docs 2014-10-15 01:19:19 +04:00
74a7d307da Added missing phpdoc 2014-10-14 02:01:06 +04:00
d8df7d5a22 Removed unused code 2014-10-14 01:58:38 +04:00
5a99797f86 Removed unused aliases 2014-10-14 01:56:52 +04:00
812ec39e71 more phpdoc 2014-10-14 01:52:05 +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
fb505220b8 typo fix. [skip ci] 2014-10-11 10:36:48 -04: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
9c359d146f Fixed table name regression caused by changed introduced in #4971 2014-10-11 01:18:10 +04:00
5ac1d67a69 fix guide navigation
issue #5082
2014-10-10 22:37:58 +02: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
d0bf6e3a98 'sphinx' docs adjusted 2014-10-10 16:50:20 +03:00
6ba7b52322 'authclient' docs adjusted 2014-10-10 16:37:21 +03:00
664fe08874 updated cebe/markdown to 1.0.0
this commit breaks the apidoc extension. will adjust it afterwards.
2014-10-10 13:21:49 +02:00
15c8935db1 Fixed yii\mongodb\ActiveRecord unable to fetch 'hasMany' referred by array of \MongoId 2014-10-09 14:55:43 +03:00
165e9ede6d Added ability to operate nested and complex attributes via yii\authclient\BaseClient::normalizeUserAttributeMap 2014-10-08 17:14:52 +03:00
10761a929b Fixes #5360: Added back BootstrapThemeAsset. 2014-10-07 15:08:39 -04:00
3abefac692 Fixed yii\mongodb\Collection unable to fetch default database name from DSN with parameters 2014-10-07 17:43:05 +03:00
b952059664 Issue #5211 added to CHANGELOG 2014-10-07 13:35:07 +03:00
eb1b557827 yii\sphinx\Query updated to be more consistent with yii\db\Query 2014-10-07 13:32:26 +03:00
cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 2014-10-07 01:13:17 +04:00
4054b2196f fixed broken links 2014-10-06 22:04:59 +02:00
0859d0f47f Fixes #5308: object function calls in templates were passing arguments in a wrong way 2014-10-05 21:46:10 +04:00
7e1c20bb63 Change incorrect documentation for size
close #5355
2014-10-04 23:51:34 +02:00
238f393f62 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-10-04 17:24:34 -04:00
231111da48 guide WIP 2014-10-04 17:23:53 -04:00
c303ffd64a added ActiveRecord::arrayAttributes to elasticsearch
fixes #3381
2014-10-04 00:16:52 +02:00