octicon-git-branch(16/) Commit Graph

15682 Commits

Author SHA1 Message Date
SilverFire - Dmitry Naumenko
17df7577a5 Fixed URI component decoding with + (plus) sign
Fixes #11921
2016-10-16 10:05:45 +03:00 octicon-file-code(16/)
Dmitry Naumenko
b172d1757f Merge pull request #12747 from werew01f/master
afterInit event for yiiActiveForm
2016-10-14 18:00:27 +03:00 octicon-file-code(16/)
Dmitry Naumenko
9d98d03ec5 Update CHANGELOG.md 2016-10-14 18:00:03 +03:00 octicon-file-code(16/)
werew01f
1bd13e233b afterInit event for yiiActiveForm
https://github.com/yiisoft/yii2/issues/12744
2016-10-14 17:17:56 +03:00 octicon-file-code(16/)
Carsten Brandt
fa9675636b fixed broken test in ActiveRecordTestTrait
use generic class names that work for all db backends

fixes #12745
close #12746
2016-10-14 14:41:38 +02:00 octicon-file-code(16/)
SilverFire - Dmitry Naumenko
ff15100eab Merge branch '10358-js-race-condition' 2016-10-14 15:38:12 +03:00 octicon-file-code(16/)
SilverFire - Dmitry Naumenko
1ab204e481 Fixed race condition in yii.js ajax prefilter
Closes #10358
2016-10-14 15:37:28 +03:00 octicon-file-code(16/)
p.chapl
3e1588b5b9 Added unit tests for #9561
canGetProperty and canSetProperty on ActiveRecord checks attributes

close #11087
2016-10-13 13:18:37 +02:00 octicon-file-code(16/)
Carsten Brandt
64ed8c9112 added note about timezone conversion to DateValidator
fixes #11692
2016-10-13 13:06:50 +02:00 octicon-file-code(16/)
Carsten Brandt
45d1041cfb adjusted guide for #12198 2016-10-13 12:36:35 +02:00 octicon-file-code(16/)
Nikola Kovacs
1414b18835 Add short validator names time and datetime.
These map to `DateValidator` with `$type` set to
TYPE_TIME and TYPE_DATETIME.

close #12198
2016-10-13 12:30:54 +02:00 octicon-file-code(16/)
Carsten Brandt
8d5daef88e more direct link in DbSession comment 2016-10-13 12:28:52 +02:00 octicon-file-code(16/)
SilverFire - Dmitry Naumenko
e23a419732 PHPDocs updated 2016-10-12 20:29:32 +03:00 octicon-file-code(16/)
SilverFire - Dmitry Naumenko
f9177d20a2 Updated code style recommendataions - PHPDoc blocks 2016-10-12 20:18:40 +03:00 octicon-file-code(16/)
SilverFire - Dmitry Naumenko
eacf50fe1f Updated code style recommendataions - PHPDoc blocks
Closes #17712
2016-10-12 19:55:20 +03:00 octicon-file-code(16/)
Luke Holder
beaf63ec41 Fix documentation grammar (#12728) [skip ci] 2016-10-12 16:21:55 +03:00 octicon-file-code(16/)
Misbahul D Munir
9da97f676d Duplicate hash link [skip ci] (#12724) 2016-10-12 12:44:23 +03:00 octicon-file-code(16/)
Alexander Makarov
4b43183df7 Fixes #10563: Fixed forming Content-Disposition header for file downloads (#12721) 2016-10-12 11:41:21 +03:00 octicon-file-code(16/)
Alexander Makarov
677b55475b Reverted accidental commit 2016-10-12 00:38:54 +03:00 octicon-file-code(16/)
Alexander Makarov
75e43ccc3a Fixes regression introduced by #12576. Closes #12576 2016-10-12 00:38:04 +03:00 octicon-file-code(16/)
Konstantin Tsukur
2ffa670885 add functions for filtering 2016-10-12 00:07:45 +03:00 octicon-file-code(16/)
Dmtirii Bykarev
f14dccd18c Update input-forms.md (#12720) [skip ci] 2016-10-11 16:49:51 +03:00 octicon-file-code(16/)
Angel Guevara
6100849e2f Documentation ActiveQueryInterface::one() (#12682)
* Documentation ActiveQueryInterface::one()

Currently there is an issue when using `BaseActiveRecord::findOne()` because it uses the return type for `ActiveQueryInterface::one()` which is inherited from `QueryInterface::one()` which returns `array|false`

https://scrutinizer-ci.com/g/yiisoft/yii2/issues/master/files/framework/db/BaseActiveRecord.php?selectedAuthors%5B0%5D=angeldelcaos%40gmail.com&orderField=path&order=asc&honorSelectedPaths=0

* null -> `null`
2016-10-11 15:00:45 +02:00 octicon-file-code(16/)
Klimov Paul
2a9a997277 Added support for wildcards for optional at yii\filters\auth\AuthMethod 2016-10-10 12:24:04 +03:00 octicon-file-code(16/)
Bizley
e32f2f4c09 [docs][PL] guide Autoloading (#12698) [skip ci] 2016-10-07 21:31:51 +03:00 octicon-file-code(16/)
Dmitry Naumenko
621e1c3428 Merge pull request #12695 from bbldzr/patch-1
Fix spelling
2016-10-07 12:03:17 +03:00 octicon-file-code(16/)
bbldzr
fbc20c6bae Fix spellin 2016-10-07 12:51:32 +05:00 octicon-file-code(16/)
Robert Korulczyk
63f95fa3ad Fixes #11309: Added yii\web\Request::getHostName() method that returns hostname of current request 2016-10-07 01:00:14 +03:00 octicon-file-code(16/)
Carsten Brandt
e53cc5e938 Update documentation_style_guide.md
added style for referencing code objects.
2016-10-06 15:59:40 +02:00 octicon-file-code(16/)
Carsten Brandt
89bc2918d3 Make 'safe' validator work on write-only properties
fixes #12605
2016-10-06 14:44:11 +02:00 octicon-file-code(16/)
Dmitry Naumenko
a81d727ada Merge pull request #12679 from elinar12/patch-2
Translate file input-multiple-models.md  carga multiple Yii2
2016-10-05 22:01:22 +03:00 octicon-file-code(16/)
elinar12
f01fdc7584 Translate file input-multiple-models.md carga multiple Yii2 2016-10-05 11:34:17 -04:00 octicon-file-code(16/)
igronus
e0a021cd25 Added a checkAccess example [skip ci] 2016-10-05 15:13:20 +03:00 octicon-file-code(16/)
SilverFire - Dmitry Naumenko
af32a48783 Fixed duplication in CHANGELOG 2016-10-05 12:01:15 +03:00 octicon-file-code(16/)
SilverFire - Dmitry Naumenko
5b7a70c7a4 Reordered CHANGELOG 2016-10-05 11:53:26 +03:00 octicon-file-code(16/)
SilverFire - Dmitry Naumenko
2d84f72e52 Reverted mis-paste during mege 2016-10-05 11:45:37 +03:00 octicon-file-code(16/)
SilverFire - Dmitry Naumenko
987c302883 Merge branch 'githubjeka-issue-11844-detail-view' 2016-10-05 11:43:48 +03:00 octicon-file-code(16/)
githubjeka
76ced661b2 DetailView captionOptions & contentOptions attributes 2016-10-05 11:43:21 +03:00 octicon-file-code(16/)
Dmitry Naumenko
483e09dc4a Merge pull request #12672 from rob006/patch-3
Fix phpdoc in `yii\helpers\BaseHtml`
2016-10-05 11:39:06 +03:00 octicon-file-code(16/)
Dmitry Naumenko
105b093225 Merge pull request #12668 from rob006/patch-2
Fix `yii\db\Query::having` phpdoc [skip ci]
2016-10-05 11:35:27 +03:00 octicon-file-code(16/)
Alexander Makarov
430650899e Added link to helpers decision 2016-10-05 10:31:41 +03:00 octicon-file-code(16/)
Robert Korulczyk
68eb1268a3 Fix phpdoc in yii\helpers\BaseHtml 2016-10-04 23:08:39 +02:00 octicon-file-code(16/)
Robert Korulczyk
eb8809b8e1 Improve yii\widgets\ActiveField::widget() performance (#12669)
See https://github.com/yiisoft/yii2/pull/12632#discussion_r81110938
2016-10-04 23:54:46 +03:00 octicon-file-code(16/)
Robert Korulczyk
e7195da4b3 Fix yii\db\Query::having phpdoc [skip ci] 2016-10-04 21:24:52 +02:00 octicon-file-code(16/)
Dmitry Naumenko
a66b1fd6ef Merge pull request #12667 from bizley/patch-1
[docs][PL] guide Aliases
2016-10-04 21:23:29 +03:00 octicon-file-code(16/)
Bizley
22538700bb guide PL aliases 2016-10-04 18:57:27 +02:00 octicon-file-code(16/)
Klimov Paul
6519885738 Merge branch 'master' of github.com:yiisoft/yii2 2016-10-04 18:11:13 +03:00 octicon-file-code(16/)
Klimov Paul
b1a81203e3 fix CHANGELOG.md 2016-10-04 18:11:02 +03:00 octicon-file-code(16/)
Klimov Paul
7ca2260702 UrlManager::normalizer creation fixed 2016-10-04 17:02:57 +03:00 octicon-file-code(16/)
SilverFire - Dmitry Naumenko
e6eed9a7c9 yii\db\mssql\QueryBuilder - TYPE_TEXT mapped to NVARCHAR(MAX) 2016-10-04 16:42:05 +03:00 octicon-file-code(16/)