Alexander Makarov
3c6115d656
Merge pull request #7265 from lingorus/patch-1
...
[skip ci] Update start-forms.md
2015-02-13 11:58:34 +03:00
lingorus
44e45a4039
Update start-forms.md
2015-02-13 11:56:18 +04:00
Qiang Xue
d188dd10c0
Fixes #3168 : Improved the performance of yii\rbac\DbManager::checkAccess() by caching mechanism
2015-02-12 21:29:00 -05:00
Alexander Makarov
937dd631b8
Merge pull request #7254 from gabrielhomsi/master
...
[skip ci] fixed example with wrong namespace at MaskedInput.php
2015-02-12 23:41:19 +03:00
Gabriel Homsi
ba7ccf2a0b
fixed example with wrong namespace at 'yii2/framework/widgets/MaskedInput.php' documentation
2015-02-12 15:12:09 -02:00
Alexander Makarov
10ba054f61
Fixes #7222 : Debug toolbar wasn't displayed properly in rtl pages
2015-02-12 15:56:55 +03:00
Qiang Xue
de6185811a
Fixes #5457 : yii\web\Cors should handle Access-Control-Request-Headers in a case-insensitive manner
2015-02-11 21:40:52 -05:00
Alexander Makarov
14354594c1
Merge pull request #7244 from softark/docs-guide-ja-input-rev
...
Docs guide ja input revised [ci skip]
2015-02-12 02:20:11 +03:00
Nobuo Kihara
9f73e5aca7
docs/guide-ja/input - revised a bit [ci skip]
2015-02-12 08:16:09 +09:00
Nobuo Kihara
df7e5400ed
docs/guide-ja/input - reviewing [ci skip]
2015-02-12 08:16:09 +09:00
Alexander Makarov
25c03b6a7b
Merge pull request #7241 from alejandrochen/patch-1
...
[skip ci] Update security-best-practices.md
2015-02-11 22:13:36 +03:00
alejandrochen
f8971c7644
Update security-best-practices.md
...
proerly -> properly
2015-02-11 15:57:01 -03:00
Klimov Paul
275d87d0fb
Default value of yii\authclient\clients\Twitter::$authUrl changed to 'authenticate'
2015-02-11 16:30:38 +02:00
Klimov Paul
0f247fe99c
yii\sphinx\Query no longer attempts to call snippets for the empty query result set
2015-02-11 16:11:33 +02:00
Alexander Makarov
4364f892bd
Merge pull request #7230 from softark/docs-guide-ja-db-rev
...
Docs guide ja db reviewed [ci skip]
2015-02-11 12:07:54 +03:00
Nobuo Kihara
995a0daa17
docs/guide-ja/db-migrations.md - small fixes [ci skip]
2015-02-11 12:58:53 +09:00
Nobuo Kihara
52d1f622db
docs/guide-ja/db-active-record.md - minor fixes [ci skip]
2015-02-11 12:58:53 +09:00
Nobuo Kihara
bac9f132e4
docs/guide-ja/db-query-builder.md - minor fixes [ci skip]
2015-02-11 12:58:52 +09:00
Nobuo Kihara
c99284ef71
docs/guide-ja/db-dao.md - minor fixes [ci skip]
2015-02-11 12:58:51 +09:00
Qiang Xue
ae305bb907
Fixes #7226 : yii\web\Request::getEtag() should strip off -gzip which may be added by Apache
2015-02-10 13:36:05 -05:00
Alexander Makarov
491f0aca6a
Merge pull request #7221 from gugoan/patch-1
...
[skip ci] Update tutorial-i18n.md
2015-02-10 10:23:34 +03:00
Gustavo G. Andrade
bfc84d0099
Update tutorial-i18n.md
2015-02-10 00:15:40 -02:00
Qiang Xue
21b87b67af
Fixes #7218 : yii\captcha\CaptchaAction should send response in JSON format
2015-02-09 20:33:05 -05:00
Alexander Makarov
1c0efbaf7b
Merge pull request #7219 from softark/docs-guide-ja-concept-rev
...
Docs guide ja concept revised [ci skip]
2015-02-10 01:35:45 +03:00
Alexander Makarov
2265974f54
Merge pull request #7217 from softark/docs-guide-concept-event-fix
...
docs/guide/concept-events.md - minor fix [ci skip]
2015-02-10 01:32:53 +03:00
Nobuo Kihara
965f748bda
docs/guide-ja/concept-components.md - typo fixed [ci skip]
2015-02-10 07:27:37 +09:00
Nobuo Kihara
06fdfa977e
docs/guide-ja/concept-di-container.md - revised [ci skip]
2015-02-10 07:27:12 +09:00
Nobuo Kihara
81fcab59f2
docs/guide-ja/concept small changes [ci skip]
2015-02-10 07:27:11 +09:00
Nobuo Kihara
e7f770ed68
docs/guide-ja/concept - minor fixes [ci skip]
2015-02-10 07:27:10 +09:00
Nobuo Kihara
5c167a74c1
docs/guide/concept-events.md - minor fix [ci skip]
2015-02-10 07:23:56 +09:00
Alexander Makarov
9d59c47a8d
Fixes #7121
2015-02-09 19:13:55 +03:00
Alexander Makarov
1ffbe4b8bb
Merge pull request #7212 from nkovacs/patch-4
...
[skip ci] Fix documentation of PhpMessageSource::$basePath
2015-02-09 18:15:33 +03:00
nkovacs
ada9abe6b1
Fix documentation of PhpMessageSource::$basePath
2015-02-09 16:11:39 +01:00
Alexander Makarov
01e37b0e5b
Merge pull request #7206 from StephenMiracle/patch-1
...
Update SiteController Documentation
2015-02-09 09:28:55 +03:00
Stephen Miracle
c29a635b81
Update SiteController Documentation
...
This sitecontroller documentation can be improved. There are instances where you won't return in an email for Facebook (when someone registers via phone). In addition, you may not return a login as well therefore you get an error. I added a check to make sure that they returned. In my personal instance, I returned a message where they had to use another login/register method if it didn't have an email. I also used email as the login.
2015-02-09 00:05:05 -05:00
Qiang Xue
1a764e202a
Fixes #4710 : Added yii\web\AssetManager::appendTimestamp to support cache busting for assets
2015-02-08 22:29:40 -05:00
Qiang Xue
a6608ba334
Merge branch 'master' of git://github.com/yiisoft/yii2
2015-02-08 22:28:09 -05:00
Qiang Xue
0068a94af1
Fixes #4710 : added cache busting support for assets
2015-02-08 22:28:03 -05:00
Carsten Brandt
40c232df92
enhanced widget documentation
2015-02-08 18:02:31 +01:00
Jitendra Joshi
dc00d95aa4
Updated DatePicker.php
...
Added example for working with ActiveForm textinput() field
close #7203
2015-02-08 18:02:31 +01:00
Alexander Makarov
2ba573bfb5
Fixes #6883 : yii\base\ErrorHandler::logException() is now public
2015-02-08 18:36:55 +03:00
Alexander Makarov
921ea423f0
Edited Russian translation of getting-started
2015-02-08 18:24:19 +03:00
Chuvashin Viacheslav
314d6cd2a2
docs/internals-ru/getting-started
2015-02-08 17:59:37 +03:00
Alexander Makarov
6481d13494
Optimized checks order in conditions
2015-02-08 17:56:36 +03:00
Alexander Makarov
af7ae33d5b
Use (array) cast instead of !is_array check for both readability and performance
2015-02-08 17:56:14 +03:00
Qiang Xue
4efb36d309
Make Cors more robust.
2015-02-07 22:02:24 -05:00
Alexander Makarov
b0efc654f9
Merge pull request #7199 from pana1990/update-dao-guide-es
...
Updated db-dao.md in guide-es [skip ci]
2015-02-07 16:34:16 +03:00
pana1990
e3779ad7b9
Updated db-dao.md in guide-es [skip ci]
2015-02-07 13:36:01 +01:00
Alexander Makarov
f06bdbe565
Merge pull request #7186 from yugenekr/patch-1
...
[skip ci] Update db-dao.md
2015-02-07 15:18:18 +03:00
Qiang Xue
c2eabe3145
Merge pull request #7156 from apaoww/master
...
Bahasa Melayu translations
2015-02-06 21:46:05 -05:00