Commit Graph

4842 Commits

Author SHA1 Message Date
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
Carsten Brandt
5617f29563 removed app.php 2014-10-06 20:48:02 +02:00
Vasileios Lourdas
84efa4b733 Updated Greek translation. 2014-10-06 21:41:11 +03:00
armab
ef127f6855 Fixes #5316: Added startsWith() and endsWith() to yii\helpers\StringHelper. Methods are binary-safe, multibyte-safe and optionally case-insensitive 2014-10-05 13:58:56 +04:00
Serge Postrash
5acf17e658 Fixed phpdoc for yii\db\Query [skip ci] 2014-10-05 11:24:40 +04:00
Nikola Trifunovic
2c02765229 Fixing wrong docs in RBAC PHPManager and wrong paths in security-authorization.md
close #5348
2014-10-04 12:22:34 +02:00
Carsten Brandt
15c54de666 added yii version to the console help output 2014-10-04 12:06:51 +02:00
Carsten Brandt
79815252db fixed console help code block color
fixes #5342
2014-10-03 22:36:55 +02:00
Carsten Brandt
dfc4de877f ensure integer is formatted without fraction digits
fixes #5179
2014-10-03 19:39:04 +02:00
Carsten Brandt
fc8f6c469c reverted color change of de87f43d70 2014-10-03 16:32:08 +02:00
Qiang Xue
139ffad192 Fixes #5336: yii\bootstrap\DropDown should register bootstrap plugin asset 2014-10-03 09:39:50 -04:00
Qiang Xue
263684f362 Fixes #5323: Nested dropdown does not work for yii\bootstrap\DropDown 2014-10-03 09:35:36 -04:00
Qiang Xue
b9fdf60acb Merge branch 'master' of git://github.com/yiisoft/yii2 2014-10-03 09:30:41 -04:00
Qiang Xue
d6b797e236 Fixes #5252: Null values are not properly handled by RangeValidator 2014-10-03 09:30:26 -04:00
Carsten Brandt
0df9a82a7f updated documentation and tests
fixes #5331
2014-10-03 15:25:55 +02:00
Qiang Xue
de87f43d70 Fixes #4292: The error messages for console commands will not be translated 2014-10-02 23:46:11 -04:00
Qiang Xue
eec716d88f Fixes #4040: Added $viewFile and $params to the EVENT_BEFORE_RENDER and EVENT_AFTER_RENDER events for View. 2014-10-02 23:36:02 -04:00
kirill
0cf1093b1e fix docs typo on \yii/filters/Cors 2014-10-03 00:04:27 +04:00
Qiang Xue
710e70b8fd Fixes #2037: Dropped the support for using yii\base\Module as concrete module classes 2014-10-02 13:31:31 -04:00
Qiang Xue
42609dbed5 Fixes #5314: Fixed typo in the implementation of yii\web\Session::getHasSessionId() 2014-10-02 12:53:04 -04:00
Alexander Makarov
2cc17a778e Fixes #5306 2014-10-02 18:53:03 +04:00
kane
ee62b46da3 Fix typo in Polish translation 2014-10-02 10:29:45 +02:00
Michael Härtl
bf97adbf64 Expand abnormally used ternary operator to if 2014-10-01 12:25:08 +02:00
Qiang Xue
858ceb5039 Added yii\base\Application::loadedModules 2014-09-30 21:36:29 -04:00
Serge Bezborodov
76ade0f6b0 Changed order of attributes setting in Formatter
close #5261
2014-10-01 00:58:15 +02:00
Carsten Brandt
0818c9bbfc do not override config when intl is not installed
fixes #5260
2014-10-01 00:46:28 +02:00