Qiang Xue
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
Qiang Xue
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
mdmunir
3dd61bdc93
changelog
2014-10-16 08:11:07 -04:00
mdmunir
dc8b8edb5f
changelog
2014-10-16 08:11:07 -04:00
mdmunir
f524e57076
use 'ON DELETE SET NULL' instead of 'ON DELETE CASCADE'
2014-10-16 08:11:07 -04:00
Tom Lindelius
ccd9fd1641
Added Swedish translations for Yii messages.
2014-10-15 15:41:40 +02:00
Carsten Brandt
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
Alexander Makarov
40f0efe2c9
Used import instead of FQN
2014-10-14 01:42:15 +04:00
Alexander Makarov
02622b6fe4
phpdoc fixes and additions
2014-10-14 01:35:21 +04:00
Carsten Brandt
b5f921ee81
Update ArrayDataProvider.php
...
ensure syntax highlighting
2014-10-13 21:45:23 +02:00
Qiang Xue
d4fac33f4b
Fixes #5509 .
2014-10-12 18:13:22 -04:00
Qiang Xue
47f2272652
prepare for next release.
2014-10-12 16:44:45 -04:00
Qiang Xue
ae8d978270
2.0.0 release.
2014-10-12 13:09:06 -04:00
Carsten Brandt
de853a2552
UPGRADE note for #852
2014-10-12 04:15:59 +02:00
Carsten Brandt
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
Qiang Xue
be2828d593
Fixes #5484 : Fixed potential string suffix detection failure on 5.5.11
2014-10-11 09:35:55 -04:00
Qiang Xue
7ba770ebd0
Fixes #5408 : Gii console command incorrectly reports errors when there is actually no error
2014-10-10 22:33:11 -04:00
Carsten Brandt
3e3948d8ea
fix breaking changes in markdown for console and API
...
API is not finished.
issue #5082
2014-10-10 19:40:53 +02:00
Alexander Makarov
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
Qiang Xue
1c428ec5dc
Fixes #5475 : bumped up yii2-pjax to 2.0.1
2014-10-10 09:47:51 -04:00
Klimov Paul
0fa3694088
Created template content at yii\console\controllers\AssetController adjusted
2014-10-10 16:23:03 +03:00
Klimov Paul
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
Klimov Paul
2cdb467479
Merge branch 'master' of github.com:yiisoft/yii2
2014-10-10 15:25:32 +03:00
Klimov Paul
37e0295c01
Error prone realpath() call removed
2014-10-10 15:25:12 +03:00
Carsten Brandt
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
Jani Mikkonen
cf62bf67fe
Update Finnish translation
2014-10-10 14:05:36 +03:00
Klimov Paul
13bc95ae52
Fixed yii\console\controllers\AssetController breaks CSS URLs on Windows
2014-10-10 13:55:29 +03:00
Alexander Makarov
327dde72f4
Fixes #5467 : Added ability to pass HTML tag options to asEmail(), asImage() and asUrl() methods of yii\i18n\Formatter
2014-10-10 12:00:44 +04:00
Alexey Kolmakov
ce4bf84452
#5467 Allow pass options to Html:a in Formatter:asUrl
2014-10-10 11:47:12 +04:00
Qiang Xue
232bcd1dd5
Fixes #5171 : Fixed the bug that ActiveForm + Pjax submit event is only triggered once.
2014-10-10 00:57:09 -04:00
Carsten Brandt
8e9354cf38
Merge pull request #5463 from softark/ja-message-update
...
messages/ja/yii.php updated
2014-10-10 03:20:18 +02:00
Nobuo Kihara
a1e3d2108c
messages/ja/yii.php updated
2014-10-10 07:48:11 +09:00
Sergey
783d1ccaed
typo fix
...
close #5454
2014-10-09 18:01:24 +02:00
Sergey
366852647b
typo fix
...
close #5455
2014-10-09 18:00:37 +02:00
Klimov Paul
e1f7763a16
Merge branch 'master' of github.com:yiisoft/yii2
2014-10-09 14:55:53 +03:00
Klimov Paul
15c8935db1
Fixed yii\mongodb\ActiveRecord unable to fetch 'hasMany' referred by array of \MongoId
2014-10-09 14:55:43 +03:00
Carsten Brandt
1b052f3e94
updated formatter docs and allow using DateTimeImmutable
...
see http://derickrethans.nl/immutable-datetime.html
by @derickr
2014-10-09 13:18:16 +02:00
Alexander Makarov
c489f8228d
Removed unnecessary token generation. We already have it.
2014-10-09 14:53:59 +04:00
Qiang Xue
2e105d2a93
Merge branch 'master' of git://github.com/yiisoft/yii2
...
Conflicts:
framework/CHANGELOG.md
2014-10-08 23:34:00 -04:00
Qiang Xue
046b56ce8f
Fixes #5423 : yii\behaviors\Cors causes "undefined index" error when its cors is configured
2014-10-08 23:31:40 -04:00
Kartik Visweswaran
03b88dd618
Fixes #5424 : Html::addCssStyle() wasn't correctly setting style passed in array
2014-10-08 14:39:13 +04:00
Qiang Xue
22dac1af62
wording fix [skip ci]
2014-10-07 10:50:39 -04:00
Sergey
3611b51bd3
typo fix
2014-10-07 18:31:25 +04:00
Carsten Brandt
f3a6b1985d
do not call afterAction() if beforeAction returned false
...
fixes #5379
2014-10-07 15:21:21 +02:00
Alexander Makarov
df82aabe7b
Fixes #5395 : added note about session table id column length
2014-10-07 12:18:02 +04:00
Jared Feng
798a22be4d
add missing semicolon, fixes #5393
2014-10-07 15:18:08 +08:00
Alexander Makarov
cba52e3c5e
Fixes #5382 : renamed "pivot table" to "junction table" since it's correct term to use
2014-10-07 01:13:17 +04:00
Carsten Brandt
4054b2196f
fixed broken links
2014-10-06 22:04:59 +02:00
Carsten Brandt
3bdf04a6af
exclude BaseYii from message command
2014-10-06 20:52:45 +02:00
Carsten Brandt
dfd68954a5
finished guide on formatting
2014-10-06 20:48:44 +02:00