Commit Graph

4014 Commits

Author SHA1 Message Date
Alexander Makarov
a5c4a0ebb4 Adjusted BaseActiveRecord code for better noSQL compatibility 2014-06-02 20:13:48 +04:00
Alexander Makarov
4624793954 Merge branch 'unlinkAll' of github.com:NmDimas/yii2 into NmDimas-unlinkAll
Conflicts:
	framework/CHANGELOG.md
2014-06-02 17:38:15 +04:00
Alexander Makarov
7669b06214 Merge branch 'patch-1' of github.com:leandrogehlen/yii2 into leandrogehlen-patch-1
Conflicts:
	framework/CHANGELOG.md
2014-06-02 16:10:21 +04:00
Alexander Kochetov
ce1e469751 ActiveQuery::one() slight refactoring 2014-06-01 02:34:48 +04:00
leandrogehlen
e6f05c6b9a Adjusted documentation 2014-05-31 18:37:53 -03:00
leandrogehlen
fbb2d940ec Adjusted changelog 2014-05-31 18:35:20 -03:00
Alexander Makarov
0c02edbfca Adjusted default validator method phpdoc 2014-06-01 00:26:16 +04:00
Alexander Makarov
44273f0790 Revert "Merge pull request #3445 from Alex-Code/getValue"
This reverts commit a5846fa269, reversing
changes made to 2a6e064aca.
2014-06-01 00:14:44 +04:00
leandrogehlen
51c162d65e Fixes typo 2014-05-31 10:42:04 -03:00
leandrogehlen
95f87f77c4 Changelog 2014-05-31 10:40:10 -03:00
leandrogehlen
f072b55638 Renamed Formatter::currencySymbol to currencyCode 2014-05-31 10:38:31 -03:00
Alexander Makarov
a5846fa269 Merge pull request #3445 from Alex-Code/getValue
Check if property is set
2014-05-31 13:07:59 +04:00
Alexander Makarov
68341dd50e Merge branch 'defaultValueValidator' of github.com:Alex-Code/yii2 into Alex-Code-defaultValueValidator
Conflicts:
	framework/CHANGELOG.md
2014-05-31 12:09:45 +04:00
leandrogehlen
b2e8c07e4f changelog 2014-05-30 16:23:49 -03:00
leandrogehlen
0efa0faaf7 Added comment about $currency when it is null 2014-05-30 16:23:25 -03:00
Alexander Makarov
da2381cbcd Merge remote-tracking branch 'origin/master'
Conflicts:
	framework/CHANGELOG.md
2014-05-31 00:36:27 +06:00
Alexander Makarov
ad7f7c43ac Fixes #3636: Hide menu container tag with empty items in yii\widgets\Menu 2014-05-31 00:34:14 +06:00
Carsten Brandt
0b248dff81 Merge PR #3643 branch 'mime-types-from-apache' of github.com:yiisoft/yii2
* 'mime-types-from-apache' of github.com:yiisoft/yii2:
  changelog
  generated mimeType detection file from apache http mime.types file

Conflicts:
	framework/CHANGELOG.md
2014-05-30 16:58:07 +02:00
Carsten Brandt
ac9a7c65d7 changelog 2014-05-30 16:01:39 +02:00
Carsten Brandt
e5713c8e12 generated mimeType detection file from apache http mime.types file
MimeTypeController generates a map of file extensions to MIME types

It uses `mime.types` file from apache http located under
http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup

This file has been placed in the public domain for unlimited
redistribution,
so we can use it and ship it with Yii.

see also yiisoft/yii#2851 and yiisoft/yii#2857
2014-05-30 15:54:51 +02:00
Klimov Paul
f19a97e308 Fix yii\helpers\FileHelper::copyDirectory() pattern not working 2014-05-30 14:50:11 +03:00
artur
2f163c3a75 Changelog 2014-05-30 11:02:57 +03:00
artur
4dedd5aaf0 Merge branch 'master' of github.com:yiisoft/yii2 2014-05-30 10:59:13 +03:00
Alexander Makarov
d7a251bbec Removed unused imports, added missing phpdoc 2014-05-30 11:55:17 +06:00
Qiang Xue
b618920326 Fixed the bug that requesting protected or private action methods would cause 500 error instead of 404 2014-05-29 20:01:47 -04:00
artur
d2fcbcc0e0 Hide menu container tag when items is empty 2014-05-30 02:19:07 +03:00
Carsten Brandt
28949b3ab4 Merge pull request #3629 from makroxyz/master
fix italian translation
2014-05-29 19:42:03 +02:00
Carsten Brandt
949fe449cc Merge pull request #3607 from Ragazzo/limit_feature_for_migrations
limit applied to migration
2014-05-29 19:41:22 +02:00
leandrogehlen
55ad347e62 Fixes typo 2014-05-29 13:52:16 -03:00
leandrogehlen
f7488579b2 Renamed Formatter::intlCurrencySymbol to currencySymbol 2014-05-29 13:42:46 -03:00
Leandro Gehlen
4ecbd201ec Added yii\i18n\Formatter::intlCurrencySymbol 2014-05-29 11:53:42 -03:00
Mark
09eb9a3619 CHANGELOG line added 2014-05-29 18:22:16 +04:00
makroxyz
c19a2ff4e7 fix italian translation 2014-05-29 16:06:26 +02:00
makroxyz
1a95df09ac Update yii.php 2014-05-29 11:30:57 +02:00
Klimov Paul
9e320dafc6 Doc comments for the 'mutex' classes extended 2014-05-29 11:43:23 +03:00
zqrt
ff042196f3 Fix Arabic translation 2014-05-29 00:46:42 +03:00
Qiang Xue
d1ab9f72ae Finished application guide [skip ci] 2014-05-28 13:40:41 -04:00
Qiang Xue
0174caf424 Fixed hashKey [skip ci] 2014-05-28 10:18:35 -04:00
Mark
1414f9ab6b limit condition changed 2014-05-28 18:06:11 +04:00
Qiang Xue
7f7546485d Fixes #3601: Fixed the bug that the refresh URL was not generated correctly by Captcha 2014-05-28 09:55:44 -04:00
Qiang Xue
5210573622 guide WIP [skip ci] 2014-05-28 08:44:39 -04:00
Klimov Paul
0267d55c50 CHANGELOG.md updated 2014-05-28 13:09:38 +03:00
Klimov Paul
8ac309849d Url encoding for the route param added 2014-05-28 13:07:33 +03:00
Sergey Gonimar
9b31870286 Fix ErrorHandler 2014-05-28 12:34:05 +06:00
Mark
d229cb8206 limit applied to migration 2014-05-27 18:36:41 +04:00
armab
c792e0d07f Hotfix for #3597 2014-05-27 02:34:32 +03:00
Qiang Xue
f23b7ac57e Fixes #3564 2014-05-26 19:12:56 -04:00
armab
25c95045cd Add #3597 to CHANGELOG.md 2014-05-26 23:51:29 +03:00
armab
3048fdf66f Improve array support for "data" attribute in renderTagAttributes() 2014-05-26 23:14:42 +03:00
Carsten Brandt
c8f6baf5ba Update Response.php
typo
2014-05-26 17:23:11 +02:00