Qiang Xue
38c04b3d89
Fixes #6189
2014-11-23 20:56:33 -05:00
Carsten Brandt
a81482b967
more on bootstrap upgrade
2014-11-04 00:35:57 +01:00
Carsten Brandt
40368ee2a0
Update UPGRADE.md
...
Added note about bootstrap version.
2014-11-04 00:32:49 +01:00
Anton Andersen
17960584c0
Fix typo [skip ci]
2014-11-03 20:21:53 +04:00
Anton Andersen
4ee638c4bd
Fix typo [skip ci]
2014-11-03 20:16:44 +04:00
Anton Andersen
14f9d1490d
Fix typo [skip ci]
2014-11-03 19:53:54 +04:00
Anton Andersen
be84215be6
Fix upgrade doc [skip ci]
2014-11-03 19:48:25 +04:00
Qiang Xue
d4fac33f4b
Fixes #5509 .
2014-10-12 18:13:22 -04:00
Carsten Brandt
de853a2552
UPGRADE note for #852
2014-10-12 04:15:59 +02: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
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
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
Alexander Makarov
2cc17a778e
Fixes #5306
2014-10-02 18:53:03 +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
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
Qiang Xue
6f9d2c661c
use 1.0.0-beta2 version for composer asset plugin.
2014-09-27 12:57:43 -04:00
Carsten Brandt
014aab1b9a
Update UPGRADE.md
2014-09-25 11:51:14 +02:00
Carsten Brandt
6c51866e36
Update UPGRADE.md
2014-09-22 12:20:05 +02:00
Qiang Xue
ff17d9608a
Switch to 1.0.0-beta1 for the composer asset plugin.
2014-09-19 08:32:47 -04:00
Carsten Brandt
ef2f6a0887
Merge pull request #5027 from yiisoft/date-format-convert
...
[WIP] extracted date format converting to a helper class
2014-09-17 18:42:35 +02:00
Qiang Xue
b1bb796ee0
Fixed wrong instruction.
2014-09-16 20:58:57 -04:00
Qiang Xue
f253817b92
Fixes #4454 : Improved asset bundle managed and used composer-asset-plugin to manage the dependencies on 3rd-party JS libraries
2014-09-16 20:09:35 -04:00
Carsten Brandt
3ff548a442
Refactored DateValidator to support ICU format
2014-09-16 22:53:12 +02:00
Qiang Xue
11132cee1a
Fixes #5006 .
2014-09-15 23:03:10 -04:00
Qiang Xue
de63a46d82
Fixes #4984 .
2014-09-10 21:57:02 -04:00
Qiang Xue
b604bc56ff
updated UPGRADE [skip ci]
2014-09-10 21:43:33 -04:00
Carsten Brandt
2b38d6ab33
Merge branch 'master' into Erik-r-2359-formatter-refactored
...
* master: (22 commits)
Fixes #4971 : Fixed hardcoded table names in `viaTable` expression in model generator
Fixed test break.
Fixes #4955 : Replaced callbacks with events for `ActiveForm`
Fix brackets
Rename `\yii\web\User` component param for consistency
Html::button() type is `button` by default
Fix bug in Estonian translation
Typo fixed inside \yii\rest\CreateAction
Fixed test break.
Fixed test case.
note about validation rules order
Return a fixtures cleanup in case of a failing test
Update finnish translation
skip fixture controller test on HHVM
Make unit tests cleanup a DB after finish
Fixes #4945 : Added `yii\test\ArrayFixture`
added array fixture class
minor doc adjustment [skip ci]
Fixes #4948 . Thanks, @johan162
Fixes #4947
...
Conflicts:
framework/UPGRADE.md
2014-09-10 19:26:04 +02:00
Carsten Brandt
d82195706f
UPGRADE and CHANGELOG notes for the Formatter changes
2014-09-10 17:56:25 +02:00
Qiang Xue
f50f840a55
Fixes #4955 : Replaced callbacks with events for ActiveForm
2014-09-09 22:37:27 -04:00
Qiang Xue
61284ed405
Fixes #3910 : Removed the container option from Html::checkbox() and Html::radio()
2014-09-04 14:36:30 -04:00
Alexander Makarov
3af08064b8
Fixes #4911 : Changed callback signature used in yii\base\ArrayableTrait::fields() from function ($field, $model) { to function ($model, $field) {
2014-09-04 00:35:23 +04:00
ItsReddi
8e1d63e4cb
Fixes #4893 : Added note about cookieValidationKey and console application to UPGRADE
...
Added note to config change
To get rid of confusions and errors. related to https://github.com/yiisoft/yii2/issues/4893
2014-09-01 18:40:48 +04:00
Qiang Xue
fa0418f8a1
Fixes #4424 : Added inline and mimeType options to all file downloading methods provided in yii\web\Response
2014-08-30 22:13:42 -04:00
Klimov Paul
e3cea2138a
Added forceDownload parameter to yii\web\Response::xSendFile()
2014-08-19 12:18:35 +03:00
Qiang Xue
88d38b7820
Fixes #4501 : Renamed the constant YII_PATH to YII2_PATH
2014-08-14 22:17:05 -04:00
Qiang Xue
359ae98f9c
Fixes #4622 : Simplified the way of creating a Faker fixture template file
2014-08-07 21:23:53 -04:00
Alexander Makarov
fb67f958a9
More cases for #4595
2014-08-07 16:37:48 +04:00
Alexander Makarov
b1e2090083
Fixes #4595 : more consistend use of "false" in "don't use" case
2014-08-07 15:58:52 +04:00
Qiang Xue
1c3e61ec26
Fixes #4591 : yii\helpers\Url::to() will no longer prefix relative URLs with the base URL
2014-08-05 11:06:54 -04:00
Alexander Makarov
c2c7bbe2b9
[skip ci] Fixes #4461
2014-07-28 22:15:59 +04:00
Alexander Makarov
d1ccb92a34
Fixes #4489 : RBAC PhpManager wasn't saving multiple assignmentsFixes #4489 : RBAC PhpManager wasn't saving multiple assignments properly
2014-07-28 22:09:38 +04:00
Qiang Xue
a3e2b94adf
Fixes #3611 : Refactored query caching.
2014-07-20 20:59:38 -04:00
Qiang Xue
4e4e76e883
Request::cookieValidationKey must be explicitly specified now.
2014-07-19 15:39:03 -04:00
OmgDef
697a85dd26
Check for UPLOAD_ERR_NO_FILE in UploadedFile
...
fixes #4276 , close #4358
2014-07-19 11:57:14 +02:00
Qiang Xue
fe2611186e
Fixes #4051 : Renamed yii\caching\GroupDependency to TagDependency and added support for associating multiple tags to a single cached data item
2014-07-15 00:10:57 -04:00
Carsten Brandt
41177b0258
Update UPGRADE.md
...
fixed indentation
2014-07-10 12:55:41 +02:00
Klimov Paul
e5922a2aaf
'autoGenerateSecretKey' mention removed from upgrade note about Security
2014-07-01 11:53:05 +03:00
Alexander Makarov
a42e550ca0
Merge pull request #4104 from yiisoft/rbac-phpmanager-adjusment
...
\yii\rbac\PhpManager adjustments
2014-06-29 20:18:24 +04:00
Alexander Makarov
c68e5f1fdb
Adjusted naming
2014-06-29 16:18:19 +04:00