Commit Graph

4818 Commits

Author SHA1 Message Date
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
Alexander Makarov
9a42ad6766 Merge pull request #5256 from nkovacs/patch-1
[skip ci] Update documentation to mention addFlash
2014-09-30 12:32:21 +04:00
Nikola Kovacs
b672b818ae Bootstrap Collapse items property uses label element and encodes by default, like Tabs
Fixes #5232 and #5231
2014-09-30 12:15:28 +04:00
nkovacs
f41abf9105 Update documentation to mention addFlash 2014-09-30 09:51:17 +02:00
Qiang Xue
29a5cd20c4 more guide. 2014-09-30 00:15:28 -04:00
Carsten Brandt
6267b9ee1a Fixed issue with timezone conversion in formatter
related to #5128
2014-09-30 02:15:45 +02:00
Alexander Makarov
76f4f1edc0 Added upgrade note about #4275 2014-09-30 02:31:00 +04:00
Alexander Makarov
220b60f3b2 Fixes #4275: Added removeChildren() to yii\rbac\ManagerInterface and implementations 2014-09-30 02:07:54 +04:00
Alexander Makarov
77ef425af6 Merge pull request #5237 from Haran/latvian-translation
[skip ci] Latvian translation and Russian i18n guide
2014-09-29 16:08:55 +04:00
Alexander Makarov
4c47938fd1 Adjusted framework readme 2014-09-29 16:06:47 +04:00
Shader
e424015b10 Latvian translation fixes 2014-09-29 14:28:06 +03:00
Shader
8aeff00c80 Latvian translation RC-update 2014-09-29 14:02:27 +03:00
Evgeniy Tkachenko
c6529b6691 Update README.md
Updated instructions for the current reality.
2014-09-29 12:15:09 +03:00
lubos.dzurik
c31da68d99 Fixed irregular numeric declination for slovak locales
close #5214
2014-09-28 23:12:46 +02:00
Qiang Xue
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
Qiang Xue
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
Carsten Brandt
c93bbee1d0 adjusted composer.json to follow more stable versioning policy for assets
as discussed before, better do this change before RC to avoid breaking BC in GA.
2014-09-28 00:43:19 +02:00
Carsten Brandt
f6ef6c978f fixed crash of Formatter when intl is not installed
related to #5214
2014-09-28 00:34:29 +02:00
Qiang Xue
6f9d2c661c use 1.0.0-beta2 version for composer asset plugin. 2014-09-27 12:57:43 -04:00
Qiang Xue
e7de579ee6 Fixes #5202: View::registerJsFiles should not strip leading backlashes for protocol relative URL 2014-09-26 16:35:15 -04:00
Qiang Xue
97e37f7864 Fixed some issues in asset command. 2014-09-26 16:32:19 -04:00
lubosdz
d69a70f308 [SK] Updated locale strings 2014-09-26 13:25:21 +02:00
Vojtech Horak
adb8ead26b Added Czech translation 2014-09-26 00:59:58 +02:00
Qiang Xue
205400f118 Fixes #5176: ActiveFixture will reset table in its load() method instead of unload() 2014-09-25 12:27:09 -04:00
Carsten Brandt
014aab1b9a Update UPGRADE.md 2014-09-25 11:51:14 +02:00