Commit Graph

14200 Commits

Author SHA1 Message Date
Carsten Brandt
ddade3fc6e fixed behavior of AuthMethod::isActive
this is an adjustment of #10188 fixing  #7405
isActive() should not be affected in any way by specifying "optional" property.
isActive() should be determined from only and except.
If it is active it can then be checked if optional or not.
Currently this changes the behavior that except will always have precedence.
2016-02-07 16:35:28 +01:00
Carsten Brandt
e43c41c9ea db layer phpdoc fixes 2016-02-07 16:33:26 +01:00
mdmunir
2505e7ef63 Fixes #9785: Added ability to invoke callback with dependency resolution to DI container 2016-02-07 14:55:45 +03:00
Alexander Makarov
b226252e08 Merge pull request #10765 from yiisoft/revert-action-di
Revert DI injection via controller action method signature
2016-02-07 12:28:15 +03:00
Alexander Makarov
26a1e098ff Removed controller action injection-related changelog line 2016-02-07 12:16:42 +03:00
Alexander Makarov
357845ac31 Removed controller action injection from the list of features in the guide and translations 2016-02-07 12:10:30 +03:00
Dmitry Naumenko
c11af3fc66 Merge pull request #10772 from lubosdz/master
[SK] Updated locale strings
2016-02-06 23:46:54 +02:00
lubosdz
c2214af969 [SK] Updated locale strings 2016-02-06 22:38:43 +01:00
Carsten Brandt
5db772ef7b cleanup console namespace changes 2016-02-06 20:05:14 +01:00
Carsten Brandt
3f828d9599 alphabetical order for console core commands 2016-02-06 20:04:31 +01:00
Carsten Brandt
e8d309dddb documentation fixes for 2.0.7 2016-02-06 19:47:13 +01:00
Carsten Brandt
364eb39eae moved wrongly added CHANGELOG entry 2016-02-06 18:43:33 +01:00
Carsten Brandt
42b8569846 Revert DI injection via controller action method signature
reverts b7020065c and related commits.
reverts implementation of #9476

For reasons, see discussion https://github.com/yiisoft/yii2/issues/9476#issuecomment-179749039
2016-02-06 18:40:50 +01:00
Carsten Brandt
4579b8a610 Update core-code-style.md
added missing line
2016-02-06 18:26:10 +01:00
Carsten Brandt
255ec95c49 Update core-code-style.md
adjusted property style rules to match current practise.
2016-02-06 18:25:23 +01:00
Alexander Makarov
00f82407ac Merge pull request #10770 from dynasource/cs-property-ordering
Update core-code-style.md [skip ci]
2016-02-06 19:31:28 +03:00
Boudewijn Vahrmeijer
9b4c32b247 Update core-code-style.md
no rule is also a rule
https://github.com/yiisoft/yii2/issues/10767#issuecomment-180794947
2016-02-06 17:15:18 +01:00
Dmitry Naumenko
e8a7a8a0f4 Merge pull request #10757 from andrewnester/10739-unlimited-url-slashes
10739 - Multiple slashes at the end of route should not be accepted as valid url
2016-02-05 15:46:40 +02:00
Andrew Nester
fecd4dcfa5 10739 - Multiple slashes at the end of route should not be accepted as valid url 2016-02-05 16:38:49 +03:00
Dmitry Naumenko
a9bb31c4c0 Merge pull request #10753 from SilverFire/10751-url-validator
Fixed UrlValidator pattern to improve matching
2016-02-05 14:47:47 +02:00
SilverFire - Dmitry Naumenko
d12af259e0 Fixed UrlValidator pattern to improve matching 2016-02-05 14:47:12 +02:00
Dmitry Naumenko
ddf7f9e06b Merge pull request #10589 from andrewnester/10545-rest-controller-fix
#10545 - Fix for XMLResponseFormatter to format models in a proper way
2016-02-05 13:32:37 +02:00
Andrew Nester
a0ca37ed6a 10545 - Fix for XMLResponseFormatter to format models in a proper way 2016-02-05 14:31:12 +03:00
SilverFire - Dmitry Naumenko
b43ebcc368 yii\db\Connection::createCommand() removed DI usage for performance reasons 2016-02-04 14:32:09 +02:00
Carsten Brandt
49c15fa304 better documentation for Command in db Connection 2016-02-04 13:24:08 +01:00
SilverFire - Dmitry Naumenko
f1e8a8f258 Merge branch 'SamMousa-feature-configurable-command-class' 2016-02-04 14:04:09 +02:00
SilverFire - Dmitry Naumenko
8b92b08306 db/Connection - update PHPDocs, update CHANGELOG 2016-02-04 14:03:57 +02:00
Sam Mousa
aa36f63f4c Fixed issue #7674 2016-02-04 14:03:46 +02:00
Dmitry Naumenko
91204dd6c6 Merge pull request #10746 from acorncom/patch-1
Added in a link to the GridView widget
2016-02-04 09:47:09 +02:00
David Baker
8279f167ea Added in a link to the GridView widget [ci skip] 2016-02-03 17:35:12 -07:00
Dmitry Naumenko
c9497f6886 Merge pull request #10743 from yiijan/docs-ja-0203
Docs ja 0203 updates [ci skip]
2016-02-03 16:36:49 +02:00
Nobuo Kihara
8a040c1586 Merge branch 'master' into docs-ja-0203 2016-02-03 23:19:55 +09:00
Dmitry Naumenko
473d088922 Merge pull request #10742 from yiijan/docs-typo-fix
docs/guide/output-data-widgets.md typo fixed [ci skip]
2016-02-03 16:17:10 +02:00
Nobuo Kihara
28eb2e6bbf docs/guide/output-data-widgets.md typo fixed [ci skip] 2016-02-03 23:13:15 +09:00
Nobuo Kihara
855f213351 docs/guide-ja/output-data-widgets.md updated [ci skip] 2016-02-03 23:07:15 +09:00
Nobuo Kihara
0947f40125 Merge branch 'master' into docs-ja-0203 2016-02-03 22:49:22 +09:00
Dmitry Naumenko
baf0ba5ef3 Merge pull request #10735 from arogachev/10653-grid-extra-filters
Add info about additional filters for GridView to docs [skip ci]
2016-02-03 13:56:49 +02:00
Dmitry Naumenko
8eb43ff9c0 Merge pull request #10738 from yiijan/docs-typo-fix
docs/guide/concept-behaviors.md typo fixed [ci skip]
2016-02-03 13:56:04 +02:00
Nobuo Kihara
9ff88f24b9 docs/guide-ja updated [ci skip] 2016-02-03 20:49:20 +09:00
Nobuo Kihara
7bba63ae19 docs/guide/concept-behaviors.md typo fixed [ci skip] 2016-02-03 20:36:16 +09:00
Alexey Rogachev
a3c7ed63b0 Updated "Separate filter form" section in docs [skip ci] 2016-02-03 17:32:19 +06:00
Alexey Rogachev
5c5cbc3099 Updated "Separate filter form" section in docs [skip ci] 2016-02-03 17:28:49 +06:00
Alexey Rogachev
e37c213ce4 Fixed word plural form error in docs in "Separate filter form" section [skip ci] 2016-02-03 17:03:33 +06:00
Alexey Rogachev
5f000b7105 Fixed few errors in "Separate filter form" section in docs, added russian translation [skip ci] 2016-02-03 16:45:59 +06:00
Alexey Rogachev
3c0f4c072c Merge branch 'master' of git://github.com/yiisoft/yii2 into 10653-grid-extra-filters 2016-02-03 15:01:06 +06:00
Alexey Rogachev
a9404a5161 Updated Separate filter form section in docs [skip ci] 2016-02-03 15:00:03 +06:00
Dmitry Naumenko
a6a37c29eb Merge pull request #10736 from d3th/master
Fixed rest-versioning.md
2016-02-03 10:38:01 +02:00
Ilya Sevostyanov
b469510eee Fixed rest-versioning.md 2016-02-03 10:26:11 +03:00
Alexey Rogachev
e209a4b477 Closed #10653: Add info about additional filters for GridView to docs [skip ci] 2016-02-03 11:42:57 +06:00
Carsten Brandt
6d28678433 review property docs guide 2016-02-02 16:16:34 +01:00