Commit Graph

5115 Commits

Author SHA1 Message Date
Alexander Kochetov
f42cd49833 yii\db\ActiveQuery phpDoc fix 2015-01-08 02:05:37 +03:00
Tobias Munk
b33824044f added check for undefined application to log Target
allows using logger without a Yii application now.

close #6739
2015-01-07 23:15:38 +01:00
Alexander Kochetov
ee85dba92e yii\db\ActiveQuery phpDoc fix
close #6779
2015-01-07 22:57:54 +01:00
Qiang Xue
fd332d02dd Merge pull request #6736 from DaSourcerer/patch-1
Remove Content-Transfer-Encoding from the list of default download headers
2015-01-06 18:35:57 -08:00
Klimov Paul
9b9b361aff Doc comments for yii\console\controllers\AssetController extended 2015-01-06 17:14:23 +02:00
Klimov Paul
94f702fe6e yii\console\controllers\AssetController now handles bundle files from external resources properly 2015-01-06 17:03:39 +02:00
Qiang Xue
135c54ecdd Fixed typo. 2015-01-04 21:51:46 -05:00
Qiang Xue
d341bf02b4 Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as DbCache 2015-01-04 19:28:05 -05:00
Carsten Brandt
389d9e2fd2 add hint about custom element id and selectors property
to Active Field

fixes #6734
2015-01-04 19:03:46 +01:00
DaSourcerer
f3f5fcae4b Changelog update 2015-01-04 12:36:23 +01:00
Qiang Xue
b0b94ad52a Merge pull request #6738 from 1darvesh/patch-2
Update config.php
2015-01-03 10:43:56 -05:00
1darvesh
61e110d5ed Update config.php
added tajik language
2015-01-03 17:30:10 +03:00
1darvesh
7f250d1e4f Create yii.php
added tajik translation
2015-01-03 17:27:44 +03:00
DaSourcerer
0cf4e7494f Removed Content-Transfer-Encoding from the list of default download headers
`Content-Transfer-Encoding` is not a valid HTTP header (cf [RFC 7230, section 3.3.1](http://tools.ietf.org/html/rfc7230#section-3.3.1), [RFC 7231, section 8.3](http://tools.ietf.org/html/rfc7231#section-8.3), [IANA Message Header Registry](http://www.iana.org/assignments/message-headers/message-headers.xhtml)). The correct HTTP pendant would be `Transfer-Encoding: identity`, which were entirely bogus.
2015-01-03 13:06:42 +01:00
Tomek Romik
d329d60462 Fix typo in polish transiation [ci skip] 2015-01-02 18:09:45 +01:00
Serge Postrash
e6d84a5009 yii\web\AssetManager phpdoc typo [skip ci] 2015-01-01 20:27:52 +03:00
Carsten Brandt
792746883e urlManager: ensure route is trimmed by / on empty pattern
fixes #6717
2015-01-01 17:06:12 +01:00
Qiang Xue
780fdd611a Fixes #6710 2014-12-31 10:55:54 -05:00
Alexander Kochetov
d5176a463f better exception message
- yii\db\BaseActiveRecord::findByCondition better exception
- yii\db\ActiveRecord::findByCondition better exception

close #6704
2014-12-31 14:53:44 +01:00
Carsten Brandt
119c302033 fixed issue with UTF-8 characters in help description parsing
fixes #6691
2014-12-30 17:33:53 +01:00
Alexander Kochetov
605c2d9eca yii\base\Model::load() typo fix 2014-12-30 10:09:48 +03:00
Qiang Xue
cc3209cf26 Fixes #4502: Added alias support to URL route when calling Url::toRoute() and Url::to() 2014-12-29 19:26:44 -05:00
Qiang Xue
654dbbb29e Fixes #6678: yii\behaviors\SluggableBehavior will generate a new slug only when the slug attribute is empty or the source attribute is changed 2014-12-28 11:31:18 -05:00
Alexander Makarov
945961092d Added phpdoc description for BaseListView and ListView classes 2014-12-28 15:56:43 +03:00
Aviator-Coding
ab926df29f Update BaseArrayHelper.php 2014-12-27 08:34:23 -05:00
Alexander Makarov
f66b8ba571 Fixes #6589: updated code style guide to mention else after return, adjusted code involved in the issue 2014-12-27 00:15:20 +03:00
Qiang Xue
061b149675 minor rewording [skip ci] 2014-12-26 15:40:27 -05:00
Alexander Makarov
c76ad1ce0c Fixes #6554: clarified docs about AccessRule::$roles 2014-12-26 23:33:42 +03:00
pana1990
7aae667e28 Fixes #6618: Added Model::addErrors() 2014-12-26 23:05:59 +03:00
Yuri Morozov
fbf96ec830 updated changelog 2014-12-25 23:55:46 +03:00
Yuri Morozov
b9a6b65e89 Implicit type casting to avoid buggy dblib issues 2014-12-25 23:49:20 +03:00
Qiang Xue
166cb99be0 Fixes #6632: yii\di\Container::get() did not handle config parameter correctly when it is passed as a constructor parameter 2014-12-24 10:19:34 -05:00
DaSourcerer
e288c54e7f [skip ci] Changelog update 2014-12-24 14:09:01 +01:00
DaSourcerer
4db0149df4 Merge branch 'master' of https://github.com/yiisoft/yii2 into HttpCache-etag-zero-padding-removal 2014-12-24 14:06:22 +01:00
DaSourcerer
1541e7cc23 Strip zero padding from ETag strings 2014-12-24 13:36:49 +01:00
Veaceslav Medvedev
89406502ad Fixed typo in phpdoc 2014-12-24 00:59:13 +02:00
Paul Klimov
5ad6ba5c9e Fix from e719ff5 moved to yii\sphinx\Query 2014-12-23 18:39:52 +02:00
Paul Klimov
e719ff5854 yii\db\Query::queryScalar() fixed to use static when creating subquery 2014-12-23 18:17:17 +02:00
Kazylla Iwasaki
37349fc152 collect ja translation 2014-12-23 17:26:57 +09:00
artyhedgehog
4e5b3b043e Update QueryInterface.php
A back quote sign in docblock missed.
2014-12-22 11:14:16 +03:00
Carsten Brandt
8943a97671 Merge pull request #6608 from pana1990/6605-requirements
Fix #6605
2014-12-21 22:19:29 +01:00
pana1990
274b92b6a3 Fix #6605 2014-12-21 17:34:07 +01:00
Carsten Brandt
2081d0e80c Merge pull request #6587 from creocoder/yii-grid-action-column-php-doc
\yii\grid\ActionColumn better phpDoc.
2014-12-19 13:41:34 +01:00
Alexander Kochetov
9ee3627891 \yii\grid\ActionColumn better phpDoc. 2014-12-19 15:39:16 +03:00
Alexander Kochetov
98d4650f12 \yii\grid\ActionColumn better phpDoc. 2014-12-19 14:51:57 +03:00
Alexander Makarov
0e7652b67f Merge pull request #6584 from creocoder/yii-grid-action-column-incomplete-signature-fixes
\yii\grid\ActionColumn incomplete anonymous functions signature fix
2014-12-19 12:32:25 +03:00
Alexander Kochetov
267da3cc3f \yii\grid\ActionColumn incomplete anonymous functions signature fix. 2014-12-19 09:26:58 +03:00
Qiang Xue
03a9ed70b2 Fixes #6557: Link URLs generated by yii\widgets\Menu are not encoded 2014-12-17 22:08:20 -05:00
Carsten Brandt
eeb4e29d55 improve gridview phpdoc 2014-12-17 09:18:00 +01:00
Qiang Xue
b6be7111c6 Fixes #6488: Support changing yii\base\Theme::basePath during runtime 2014-12-16 23:29:52 -05:00