Commit Graph

4788 Commits

Author SHA1 Message Date
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
artur
f5fa101018 Ukrainian message translation 2014-09-25 10:48:11 +03:00
Nghia Nguyen
2eda2725d0 Fixes #5164: Added Inlfector::$transliterator that can be used to customize intl transliteration 2014-09-24 23:55:55 +04:00
Alexander Makarov
df99195106 Fixed changelog formatting 2014-09-24 23:49:18 +04:00
Carsten Brandt
f109e2d02c Merge pull request #5163 from mrarthur/patch-8
Fix PHPDoc [skip ci]
2014-09-24 19:13:53 +02:00
Alexander Makarov
b665b08eb6 Merge pull request #5165 from Skysplit/pl-docs
[skip ci] Updated polish docs(README.md) and framework messages
2014-09-24 21:11:39 +04:00
Skysplit
7a0e004dce Update polish messages [ci skip] 2014-09-24 19:07:13 +02:00
Arthur Khachaturov
5cba8b2e68 Fix PHPDoc [skip ci] 2014-09-24 21:04:19 +04:00
Jani Mikkonen
1ba09e2149 Update finnish translation 2014-09-24 18:18:23 +03:00
Carsten Brandt
f76e767edd added docs for #5147 2014-09-24 15:35:04 +02:00
Qiang Xue
566ed3c594 Fixes #5147: null is not handled correctly for arbitrary operator in SQL. 2014-09-24 08:48:44 -04:00
Carsten Brandt
4772be9cc4 doc typo
fixes #5147
[ci skip]
2014-09-24 14:16:34 +02:00
Carsten Brandt
9df21d46f3 reverted addition of $where property 2014-09-24 13:39:03 +02:00
Carsten Brandt
222f9ddfad added missing documentation about the NOT operator in Query
fixes #5147
2014-09-24 12:53:33 +02:00
Steve Guns
86c8b5958b [NL] Updated translations 2014-09-24 09:05:32 +02:00
Qiang Xue
613d3071a7 Fixes #5106: Refactored query caching to not load cache component when query caching is not used at all. 2014-09-23 20:59:51 -04:00
Qiang Xue
aa8c013ebf Fixes #3197: Using ActiveQuery::indexBy() may cause relational AR queries to generate incorrect relational results 2014-09-23 10:29:11 -04:00
Carsten Brandt
3b0f561480 format timestamps with invalid date input
fixes #4989
2014-09-23 12:13:00 +02:00
Kartik Visweswaran
18b57af5ac Better date parsing and formatting including 32 bit support
Enhances `normalizeDateTimeValue` to return a DateTime object instead of a converted double value, that fails. The DateTime object input is supported by 32 bit, 64 bit, as well as the `IntlDateFormatter` to format all years. (including fixing of the Y2K38 bug). Fixes issue in #4989.

close #5000
2014-09-23 11:59:19 +02:00
Qiang Xue
851d15380f Fixes #5131: Added $autoRenew parameter to yii\web\User::getIdentity() 2014-09-22 17:58:58 -04:00
Qiang Xue
d9f897ca56 Merge branch 'unlink-tests' 2014-09-22 16:37:34 -04:00
Qiang Xue
aeaf0511d2 Fixes #3725: Fixed the bug that the filtering condition used in relation definition was ignored when calling ActiveRecord::unlinkAll() 2014-09-22 16:36:55 -04:00
Qiang Xue
82037bc70e Fixes #5124: Added support to prevent duplicated form submission when using ActiveForm 2014-09-22 12:19:11 -04:00
Qiang Xue
ac7e3bdbed Fixes #5126: Fixed text body and charset not being set for multipart mail 2014-09-22 11:42:34 -04:00
Qiang Xue
3697682a8e Merge branch 'master' of git://github.com/yiisoft/yii2 2014-09-22 11:38:46 -04:00
Qiang Xue
34a2c590e4 Fixes #5117: Added beforeFilter and afterFilter JS events to GridView 2014-09-22 11:38:26 -04:00
Kartik Visweswaran
db99b5fda5 Code cleanup - beforeFilter and afterFilter events 2014-09-22 11:35:00 -04:00
Kartik Visweswaran
2c64ee0f1d Updated comments for beforeFilter event 2014-09-22 11:34:59 -04:00
Kartik Visweswaran
9496c46646 Updated formatting - Created beforeFilter and afterFilter grid events 2014-09-22 11:34:59 -04:00
Kartik Visweswaran
4c9556a9f3 Simplified afterFilter event trigger code 2014-09-22 11:34:58 -04:00
Kartik Visweswaran
f8dc796d23 Simplified beforeFilter and afterFilter events
Removed `form` as a parameter to the events since it can be retrieved using `$grid.find('form.gridview-filter-form')`.
2014-09-22 11:34:58 -04:00