5138 Commits

Author SHA1 Message Date
3aed7b5082 Merge pull request #6846 from yiiframework-ua/uk_translate
[Uk] Guide corrections [skip ci]
2015-01-13 07:53:07 +01:00
7a9f1a0ce7 getQueryParam() and getBodyParam() doc edits
- Made yii\web\Request::getQueryParam() and getBodyParam()'s doc blocks more consistent with each other
- getQueryParam() was incorrectly stating that if $name was omitted, all of $_GET would be returned (but $name is required)
2015-01-12 17:12:57 -08:00
3619a8d276 [Uk] Messages update [skip ci] 2015-01-13 00:50:37 +01:00
e7f9b30456 fixed version information in Breadcrumb widget 2015-01-11 17:09:06 +01:00
59cc605ddd Fixed version [skip ci] 2015-01-11 11:00:27 -05:00
52f4006c11 Fixed Url::current() implementation. 2015-01-11 10:43:06 -05:00
801de52db7 Adjusted changelog 2015-01-11 22:52:36 +08:00
9c7e4e514d Fixes #6697: Added yii\helpers\Url::current() method that allows adding or removing parameters from current URL 2015-01-11 15:38:13 +08:00
e4cf948c0b Better code for #6106 2015-01-11 15:16:05 +08:00
440eeea8cc Fixes #6106: Added ability to specify encode for each item of yii\widgets\Breadcrumbs 2015-01-11 15:13:34 +08:00
174843a971 Fixes #5690: adjusted paths in message config generated by yii message/config to reflect directory structure better 2015-01-11 14:56:11 +08:00
201043244d doc fixes [skip ci] 2015-01-10 23:23:36 -05:00
b750cf662d prepare for the next release. 2015-01-10 22:59:50 -05:00
d7462656f7 2.0.2 release 2015-01-10 22:57:55 -05:00
9f78a926d4 Add mimeTypes Arabic validation message
Add mimeTypes Arabic validation message
2015-01-11 00:29:28 +02:00
6f889e12ac Merge PR #6763 branch 'creocoder-incorrect-checking-sqlite-version'
* creocoder-incorrect-checking-sqlite-version:
  improved db test, avoid error by accessing db directlry
  fixed failure on sqlite version check
  Correct SQLite version checking
2015-01-10 22:10:10 +01:00
f177f1701a fixed failure on sqlite version check
ensure PDO instance has been created at this point
2015-01-10 22:06:43 +01:00
9415c7921d date formatter fall back to PHP impl. to solve Y2K38 issue
formatting date and time values for years >=2038 or <=1901 is now possible also with intl extension is
installed. 32bit systems will fall back to the PHP implementation because intl uses a 32bit UNIX timestamp internally.
On a 64bit system the intl formatter is used in all cases if installed.

fixes #5577
2015-01-10 18:27:35 +01:00
7e2e035262 Fix Arabic File Type Validation Message 2015-01-10 17:11:49 +02:00
f83ad4a05e Update ActionColumn.php
Added content to give a clear example to those that don't intuitively know how to set the template property using array notation.

close #6811
2015-01-10 15:20:40 +01:00
05cc9ae405 improved HTML to Text fallback in BaseMailer
fixes #6748
2015-01-10 15:07:12 +01:00
b05e6c2286 Fix typo in spanish translation 2015-01-10 10:49:28 -03:00
f42cd49833 yii\db\ActiveQuery phpDoc fix 2015-01-08 02:05:37 +03:00
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
ee85dba92e yii\db\ActiveQuery phpDoc fix
close #6779
2015-01-07 22:57:54 +01:00
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
9b9b361aff Doc comments for yii\console\controllers\AssetController extended 2015-01-06 17:14:23 +02:00
94f702fe6e yii\console\controllers\AssetController now handles bundle files from external resources properly 2015-01-06 17:03:39 +02:00
fff48ef76f Correct SQLite version checking 2015-01-06 01:27:01 +03:00
135c54ecdd Fixed typo. 2015-01-04 21:51:46 -05:00
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
389d9e2fd2 add hint about custom element id and selectors property
to Active Field

fixes #6734
2015-01-04 19:03:46 +01:00
f3f5fcae4b Changelog update 2015-01-04 12:36:23 +01:00
b0b94ad52a Merge pull request #6738 from 1darvesh/patch-2
Update config.php
2015-01-03 10:43:56 -05:00
61e110d5ed Update config.php
added tajik language
2015-01-03 17:30:10 +03:00
7f250d1e4f Create yii.php
added tajik translation
2015-01-03 17:27:44 +03:00
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
d329d60462 Fix typo in polish transiation [ci skip] 2015-01-02 18:09:45 +01:00
e6d84a5009 yii\web\AssetManager phpdoc typo [skip ci] 2015-01-01 20:27:52 +03:00
792746883e urlManager: ensure route is trimmed by / on empty pattern
fixes #6717
2015-01-01 17:06:12 +01:00
780fdd611a Fixes #6710 2014-12-31 10:55:54 -05:00
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
119c302033 fixed issue with UTF-8 characters in help description parsing
fixes #6691
2014-12-30 17:33:53 +01:00
605c2d9eca yii\base\Model::load() typo fix 2014-12-30 10:09:48 +03:00
cc3209cf26 Fixes #4502: Added alias support to URL route when calling Url::toRoute() and Url::to() 2014-12-29 19:26:44 -05:00
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
945961092d Added phpdoc description for BaseListView and ListView classes 2014-12-28 15:56:43 +03:00
ab926df29f Update BaseArrayHelper.php 2014-12-27 08:34:23 -05:00
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
061b149675 minor rewording [skip ci] 2014-12-26 15:40:27 -05:00