Commit Graph

15402 Commits

Author SHA1 Message Date
Dmitrijs Goroščuks
cd47752e77 Fix LV translation in compare validator 2016-03-30 12:33:55 +03:00
Dmitry Naumenko
c3bb3c40f0 Merge pull request #11227 from Faryshta/patch-6
[doc] link to unexistant class
2016-03-30 10:56:50 +03:00
Angel Guevara
0bd7bb961f [doc] link to unexistant class
`\yii\behaviors\Expression` to `\yii\db\Expression`
2016-03-29 20:29:26 -06:00
Alexander Makarov
cfbe50e96d Fixes #11026: Fixed StringHelper::truncateWords() to count words properly for non-English text 2016-03-30 00:26:56 +03:00
Dmitry Naumenko
91bc1b518c Merge pull request #11225 from githubjeka/bool-validaor
update BooleanValidator
2016-03-29 19:26:36 +03:00
githubjeka
59fea15ee2 refactoring code 2016-03-29 18:33:00 +03:00
githubjeka
8e1ec62191 update BooleanValidator 2016-03-29 16:38:17 +03:00
Alexander Makarov
f71eed7275 Merge pull request #11222 from yiijan/docs-ja-0329
docs/guide-ja updated [ci skip]
2016-03-29 16:18:16 +03:00
Nobuo Kihara
3085ec9962 docs/guide-ja updated [ci skip] 2016-03-29 22:06:05 +09:00
Carsten Brandt
a46015124c improved docs for Html::a() and absolute URLs
fixes #11216
2016-03-28 16:33:30 +02:00
Carsten Brandt
943f59cfd7 fixed links in CONTRIBUTING.md
fixes #11214
2016-03-28 16:14:59 +02:00
Carsten Brandt
79a4241fff fixed rest controller PHPdoc
fixes #11215
2016-03-28 16:00:16 +02:00
Dmitry Naumenko
098495058e Merge pull request #11213 from nkovacs/patch-17
add doc summary for getUniqueID
2016-03-28 16:42:15 +03:00
Nikola Kovacs
ff37be0fb8 add doc summary for getUniqueID
This way it won't be empty in the table of methods.
2016-03-28 15:06:13 +02:00
Dmitry Naumenko
b20f296383 Merge pull request #11211 from githubjeka/patch-5
phpDoc updated
2016-03-28 11:44:42 +03:00
Evgeniy Tkachenko
4e59f92829 phpDoc updated 2016-03-28 10:24:53 +03:00
Carsten Brandt
608066b05f fixed ActiveForm tests for output buffering
related to  #8779, and 7dc984d359
2016-03-28 04:55:15 +02:00
Carsten Brandt
be3453fe1c improved HttpCache documentation 2016-03-28 04:15:11 +02:00
Daniel Gomez Pan
7dc984d359 Fixed #8779: Automatically set enctype form option when using file input field 2016-03-27 23:47:19 +03:00
Anatoly Milkov
2ad3f4ec99 Russian guide fixes 2016-03-27 23:40:51 +03:00
Angel Guevara
3cbd64547a Additional phpdoc for #11187 2016-03-27 23:38:23 +03:00
Alexander Makarov
93a621bc9e Merge pull request #11200 from pana1990/patch
Fix method [skip ci]
2016-03-26 13:05:32 +03:00
Daniel Gomez Pan
0d0e88bd2e Fix method [skip ci] 2016-03-26 02:52:02 +01:00
particleflux
1dfab19b77 Fixes #11137: Added weak ETag support to yii\filters\HttpCache. It could be turned on via setting $weakEtag to true 2016-03-25 23:39:29 +03:00
Alexey
5e1e42839f Fixes #11188: Fixed wrong index usage in CaptchaAction when calling imagefilledrectangle 2016-03-25 23:28:23 +03:00
Alexander Makarov
ac8bef50ea Merge pull request #11197 from DamianZ/11196_vardumper_fatal
Fixing VarDumper for throwing PHP Fatal when dumping __PHP_Incomplete…
2016-03-25 21:29:02 +03:00
Damian Zajkowski
3fb85fb84e Fixing VarDumper for throwing PHP Fatal when dumping __PHP_Incomplete_Class. #11196 issue. 2016-03-25 15:54:15 +01:00
Evgeniy Moiseenko
88f9c0094d Russian guide fixes #11190 2016-03-25 14:22:44 +03:00
Alexander Makarov
4cb0c1b55c Fixed tests 2016-03-25 14:08:56 +03:00
Alexander Makarov
706b98ee0f Changelog for #11187 2016-03-25 13:32:36 +03:00
Alexander Makarov
88676d5ed5 Merge pull request #11187 from Faryshta/patch-5
Added phpdoc generation for createTableMigration.php
2016-03-25 13:30:30 +03:00
Dmitry Naumenko
18207fe411 Merge pull request #11149 from yiiframework-ua/uk_translate
[EN/UK] Updating the documentation
2016-03-25 11:08:02 +02:00
Dmitry Naumenko
78e95b0a17 Merge pull request #11189 from ivzakirov/master
Russian translation fixes
2016-03-25 11:06:36 +02:00
Ilgizar Zakirov
be818b19e9 Russian translation fixes 2016-03-25 12:09:23 +05:00
Angel Guevara
2ccf9e46f8 documentation snippet 2016-03-24 18:13:25 -06:00
Dmitry Naumenko
3022e1a999 Merge pull request #11183 from micro-maureen/patch-2
Fixed typo in doc of UrlRuleInterface.php
2016-03-24 15:06:04 +02:00
micro-maureen
e410562841 Update UrlRuleInterface.php
Fixed typo - missing word 'by'.
2016-03-24 12:42:38 +00:00
Borales
b399c4091c Merge branch 'master' of https://github.com/yiisoft/yii2 into uk_translate 2016-03-24 00:23:27 +01:00
Borales
4c6cb345e3 [UK] typos 2016-03-24 00:23:12 +01:00
Carsten Brandt
e0e19aea64 fixed broken markdown in VerbFilter
fixes #11179
2016-03-23 18:16:08 +01:00
Carsten Brandt
51adf079ea Merge pull request #11178 from githubjeka/patch-1
phpDoc: Added null to Controller::$layout [ci skip]
2016-03-23 14:51:17 +01:00
Evgeniy Tkachenko
aa0bf9a3c7 phpDoc: Added null to Controller::$layout 2016-03-23 16:37:42 +03:00
Alexander Makarov
a0d2950f43 Russian translation fixes 2016-03-23 11:26:07 +03:00
Nazar
6c385864ff Russian translation fixes #11164 2016-03-23 11:22:46 +03:00
Alexander Makarov
6ec5821646 Ignore .github meta directory 2016-03-23 11:14:26 +03:00
SilverFire - Dmitry Naumenko
7d263d2271 ArrayCache - updated PHPDoc 2016-03-23 09:31:27 +02:00
SilverFire - Dmitry Naumenko
2de79d7ee4 CHANGELOG reordered 2016-03-23 00:13:25 +02:00
SilverFire - Dmitry Naumenko
040e102d97 Merge branch 'SamMousa-enh-10937-user-component-accept-header' 2016-03-23 00:08:20 +02:00
SilverFire - Dmitry Naumenko
46a0f2ef50 Updated CHANGELOG 2016-03-23 00:08:07 +02:00
SilverFire - Dmitry Naumenko
9a73593908 yii\web\User - updated PHPDoc 2016-03-23 00:08:07 +02:00