|
|
42ca4bb991
|
Fixed yii\log\DbTarget migration and SQLs to use float column for log_time
|
2014-11-12 14:06:39 +03:00 |
|
|
|
866214e75a
|
Fixes #6018: When setting the encode option via yii\widgets\ActiveRecord::errorOptions, it works the other way around [skip ci]
|
2014-11-11 21:24:07 -05:00 |
|
|
|
d6d4df4b8b
|
Merge branch 'master' of github.com:yiisoft/yii2
|
2014-11-11 16:33:38 +02:00 |
|
|
|
63e434b473
|
Safe real path resolving added to yii\console\controllers\AssetController::combineCssFiles()
|
2014-11-11 16:33:16 +02:00 |
|
|
|
61b7079993
|
Fixes #6007: added doc about asset bundle name [skip ci]
|
2014-11-11 08:08:18 -05:00 |
|
|
|
112ad80d6e
|
Fixed yii\console\controllers\AssetController breaks CSS URLs, which start from '/'
|
2014-11-11 14:49:20 +02:00 |
|
|
|
cf0c8c37dd
|
Fixes #5983: Added Inflector::sentence()
|
2014-11-10 15:07:36 -05:00 |
|
|
|
a61c869256
|
fix docs
|
2014-11-10 13:51:39 -05:00 |
|
|
|
eddbb6bedb
|
dropped locale option
|
2014-11-10 13:51:38 -05:00 |
|
|
|
a87c55ff97
|
fix camelCase syntax
|
2014-11-10 13:51:37 -05:00 |
|
|
|
05263692e5
|
Fixes #5938: add sentence method in Arrayhelper for convert the array to a comma-separated sentence
|
2014-11-10 13:51:37 -05:00 |
|
|
|
88caccd61d
|
Fixes #5997: The same message may be exported twice to log targets
|
2014-11-10 13:49:19 -05:00 |
|
|
|
f91929761a
|
yii\log\Logger::flush() updated to reset messages before passing them to the dispatcher.
|
2014-11-10 13:46:48 -05:00 |
|
|
|
dab2b03f09
|
Fixes #5863: Selecting all individual yii\grid\CheckboxColumn checkboxes in grid view wasn't resulting in "all" checkbox selected
|
2014-11-09 03:02:34 +03:00 |
|
|
|
1008249b54
|
Fixes incorrect submit button detection.
|
2014-11-08 08:52:27 -05:00 |
|
|
|
880a305ee4
|
Fixes #5452: Errors occurring after the response is sent are not displayed
|
2014-11-07 11:30:25 -05:00 |
|
|
|
fe546cd22f
|
Fixes #5688: Added optional $formName to Model::loadMultiple() to support customizing form name directly
|
2014-11-07 10:47:38 -05:00 |
|
|
|
f1812210a8
|
Fixes #5768: When setting data-confirm attribute to a submit button, clicking on the button would not trigger form submission
|
2014-11-07 10:29:04 -05:00 |
|
|
|
8923d20a3f
|
Fixes #5619: yii\log\Target should not attempt to start session when there is none
|
2014-11-07 09:53:45 -05:00 |
|
|
|
69662aa432
|
Fix typo in polish translation [ci skip]
|
2014-11-07 13:52:52 +03:00 |
|
|
|
e2b6cb69b0
|
Fixes #4889: Application was getting into redirect loop when user wasn't allowed accessing login page. Now shows 403
|
2014-11-07 03:01:05 +03:00 |
|
|
|
3485596bc7
|
Reordered changelog
|
2014-11-07 02:57:48 +03:00 |
|
|
|
761d1fce1d
|
Slovenian translation added
|
2014-11-07 01:58:37 +03:00 |
|
|
|
511535ec0a
|
Fixes #4181: Added yii\bootstrap\Modal::$headerOptions and yii\bootstrap\Modal::$footerOptions
|
2014-11-07 01:56:17 +03:00 |
|
|
|
4b97abacc7
|
Fixes #5954: yii message command now shows user friendly error if it's not able to parse source file
|
2014-11-07 01:27:37 +03:00 |
|
|
|
b8cb5e2a28
|
Fixes #4263: Added migration and SQL schema files for yii\log\DbTarget
|
2014-11-06 23:22:26 +03:00 |
|
|
|
add2413e08
|
better way of generating html code.
|
2014-11-06 11:16:14 -05:00 |
|
|
|
f423f15781
|
Fixes #5925: ArrayHelper::htmlEncode() does not work properly when the value being encoded is a nested array
|
2014-11-05 11:01:02 -05:00 |
|
|
|
ba68986df0
|
Update BaseArrayHelper.php
Recursive method call must have the same parameters as the first call.
|
2014-11-05 10:59:26 -05:00 |
|
|
|
6debbf39ec
|
Translations update
|
2014-11-05 12:11:34 +01:00 |
|
|
|
33b760eca2
|
[ci skip] Guide typos fixed
|
2014-11-04 13:05:47 +03:00 |
|
|
|
a81482b967
|
more on bootstrap upgrade
|
2014-11-04 00:35:57 +01:00 |
|
|
|
40368ee2a0
|
Update UPGRADE.md
Added note about bootstrap version.
|
2014-11-04 00:32:49 +01:00 |
|
|
|
6580b608e1
|
Fixes #5874: Upgraded Twitter Bootstrap to 3.3.x
|
2014-11-04 01:51:11 +03:00 |
|
|
|
9da53b702c
|
typo fix [skip ci]
|
2014-11-03 17:05:00 -05:00 |
|
|
|
6eb570ad67
|
Added missing russian translation for message "just now" for relative time formatter
|
2014-11-04 00:11:28 +03:00 |
|
|
|
0319c29f43
|
Merge pull request #5895 from otsec/array-helper-to-array-recursive-fix
Fix for recursive calls ArrayHelper::toArray() with objects
|
2014-11-03 15:27:08 -05:00 |
|
|
|
bcd2392673
|
ArrayHelper::toArray() now uses $properties parameter in recursive calls for descending objects
|
2014-11-03 23:12:04 +03:00 |
|
|
|
58e780ff3d
|
Hebrew translation
|
2014-11-03 22:15:31 +03:00 |
|
|
|
17960584c0
|
Fix typo [skip ci]
|
2014-11-03 20:21:53 +04:00 |
|
|
|
4ee638c4bd
|
Fix typo [skip ci]
|
2014-11-03 20:16:44 +04:00 |
|
|
|
14f9d1490d
|
Fix typo [skip ci]
|
2014-11-03 19:53:54 +04:00 |
|
|
|
be84215be6
|
Fix upgrade doc [skip ci]
|
2014-11-03 19:48:25 +04:00 |
|
|
|
530537e48f
|
Fixes #5817 [skip ci]
|
2014-11-01 20:41:34 -04:00 |
|
|
|
ecb113f1d0
|
fixed model serializtaion example
|
2014-11-01 14:05:56 +01:00 |
|
|
|
5049e23770
|
cleaning some extra space.
close #5838
|
2014-10-31 23:00:00 +01:00 |
|
|
|
d13d274d05
|
renamed $object to $model
|
2014-10-31 14:56:59 -04:00 |
|
|
|
1e6e777c43
|
Merge pull request #5837 from ahmadrusli/patch-3
Update yii.php
|
2014-10-31 14:29:13 -04:00 |
|
|
|
7c48837a67
|
Fixes #5836: doc fixes.
|
2014-10-31 14:28:51 -04:00 |
|
|
|
a911984ae0
|
Update yii.php
|
2014-11-01 01:25:29 +07:00 |
|