Commit Graph

15402 Commits

Author SHA1 Message Date
Qiang Xue
30ff179a4d Merge pull request #7386 from softark/docs-guide-ja-cache-rev
docs/guide-ja/caching reviewed [ci skip]
2015-02-21 21:22:53 -05:00
Nobuo Kihara
9fbb3fe264 docs/guide-ja/caching reviewed [ci skip] 2015-02-22 10:26:31 +09:00
Qiang Xue
07403d3f9d Fixes #3723: yii\filters\PageCache now supports caching response headers as well as non-HTML response content 2015-02-21 19:45:44 -05:00
Alexander Makarov
bec0d84a54 Merge pull request #7379 from softark/docs-guide-security-fix
docs/guide/security-best-practices.md - small fix [ci skip]
2015-02-21 18:21:17 +03:00
Alexander Makarov
01b89b8380 Merge pull request #7380 from softark/docs-guide-ja-security-rev
docs/guide-ja/security reviewed [ci skip]
2015-02-21 18:20:47 +03:00
Nobuo Kihara
82036a9841 docs/guide/security-best-practices.md - small fix [ci skip] 2015-02-21 17:31:47 +09:00
Nobuo Kihara
92cbb083d2 docs/guide-ja/security reviewed [ci skip] 2015-02-21 17:28:47 +09:00
Qiang Xue
9f6cb3cfe4 Merge pull request #7376 from softark/docs-ja-feb-21
Docs ja feb 21 updates [ci skip]
2015-02-20 22:24:56 -05:00
Qiang Xue
95f2663a68 Merge pull request #7377 from softark/docs-guide-concept-fix
docs/guide/concept-service-locator.md - missing closing paren [ci skip]
2015-02-20 22:24:23 -05:00
Qiang Xue
56dbd4cefa Fixes #7357: Refactored yii\db\ColumnSchema by adding typecast() method to decouple phpTypecast() from dbTypecast() 2015-02-20 22:03:39 -05:00
Nobuo Kihara
b40f4261b6 docs/guide/concept-service-locator.md - missing closing paren [ci skip] 2015-02-21 10:31:15 +09:00
Nobuo Kihara
4a5eb2d39b docs/guide-ja updated [ci skip] 2015-02-21 10:17:52 +09:00
Nobuo Kihara
a9bb14cac3 docs/guide-ja updated [ci skip] 2015-02-21 10:17:51 +09:00
Alexander Makarov
b9dea5be29 Added CsvDataProvider example to "Data providers"
Thanks, @creocoder
2015-02-21 02:50:24 +03:00
Alexander Makarov
00aafc82ef Fixes #7258: Response was sending HTML content type when formatter was set to JSON or XML, nulls were handled wrong 2015-02-21 02:32:09 +03:00
slavcodev
9028bc5aa7 Fixed header Content-Type when response is empty 2015-02-21 02:05:03 +03:00
Alexander Makarov
106d6d5e4c Added JsonResponseFormatterTest 2015-02-21 01:57:10 +03:00
Tema
e83e30b429 [ru docs update] fix grammar 2015-02-20 21:31:15 +08:00
Qiang Xue
1088fd496d Added support to yii\di\Container to instantiate and configure an object that implements yii\base\Configurable. 2015-02-19 22:46:49 -05:00
Alexander Makarov
c8e56d178b Added intro to CSRF to security-best-practices 2015-02-19 22:44:57 +03:00
Paul Melekhov
86891f9f82 Fixes #7358: Fix trimming PHPDoc prefix with TAB indent in yii\console\Controller::parseDocCommentSummary() 2015-02-19 22:26:30 +03:00
Alexander Makarov
75bd825514 Merge pull request #7363 from 2012lucho/patch-1
[skip ci] Update runtime-routing.md
2015-02-19 19:14:37 +03:00
2012lucho
6731348dbf Update runtime-routing.md 2015-02-19 13:00:03 -03:00
2012lucho
a17cd8dc06 Update runtime-routing.md
una corrección insignificante en uno de los títulos
2015-02-19 12:52:16 -03:00
Tema
cdd8608582 fix broken link
close #7360
2015-02-19 14:05:11 +01:00
Carsten Brandt
2b6de9665e adjusted docs about #7347 2015-02-19 13:44:05 +01:00
Alexander Makarov
4871feec8b Merge pull request #7355 from egoroof/patch-1
[skip ci] [ru docs update] Функциональность, а не отображение
2015-02-19 14:03:51 +03:00
Tema
41525796be Функциональность, а не отображение 2015-02-19 18:57:21 +08:00
Qiang Xue
0b135e7596 doc improvement [skip ci] 2015-02-18 20:52:21 -05:00
lynicidn
84052d15df Used yii\di\Instance::ensure() in MigrateController instead of doing the same without it 2015-02-19 02:28:09 +03:00
lynicidn
a71423cf2a Fixes #7269: yii\console\controllers\BaseMigrateController now throws exception if directory specified doesn't exist and action isn't create 2015-02-19 02:23:45 +03:00
Alexander Makarov
6e2e929f7a Merge pull request #7345 from softark/docs-guide-ja-feb-19
Docs guide ja updated [ci skip]
2015-02-19 02:00:23 +03:00
Nobuo Kihara
a4cd607e4f docs/guide-ja updated [ci skip] 2015-02-19 07:55:10 +09:00
Nobuo Kihara
2cb1e8ffc4 docs/guide-ja/structure-assets.md - updated [ci skip] 2015-02-19 07:55:10 +09:00
Alexander Makarov
0218863f4a Merge pull request #7343 from AlexMerser21/patch-2
[skip ci] Update structure-views.md
2015-02-18 22:47:33 +03:00
Alex Solomaha
022898f094 Update structure-views.md
Is not needed
2015-02-18 21:44:48 +02:00
Alexander Makarov
6e3bf09e35 Added example of hiding component creating in a class 2015-02-18 22:37:30 +03:00
Valery Viktorovsky
f9bff329b7 Fixes #7339: Added example to Dropdown phpdoc 2015-02-18 19:24:06 +03:00
Alexander Makarov
c74ea7d54c Fixes #7326: Fixed CollapseTest to run properly on Windows 2015-02-18 12:38:49 +03:00
Qiang Xue
a8bffdf036 doc improvement [skip ci] 2015-02-17 18:26:29 -05:00
Alexander Makarov
53de36492f Merge pull request #7323 from forevermatt/patch-1
[skip ci] Correct typo in start-gii.md
2015-02-17 19:55:49 +03:00
forevermatt
fbead92d1b Correct typo in start-gii.md 2015-02-17 11:51:48 -05:00
faxriddin
5e78b4b616 changed word 2015-02-17 18:41:24 +05:00
Klimov Paul
690b6f7e6c 'Dividing asset bundles into group' docs added 2015-02-17 12:01:06 +02:00
Qiang Xue
15ea819b02 Merge pull request #7314 from softark/docs-guide-ja-output-rev
Docs guide ja output rev [ci skip]
2015-02-16 18:13:38 -05:00
Nobuo Kihara
d19224a40c docs/guide-ja/output reviewed [ci skip] 2015-02-17 08:12:14 +09:00
Nobuo Kihara
7bf8a048cd docs/guide-ja/output reviewing [ci skip] 2015-02-17 08:12:13 +09:00
Alexander Makarov
7b8630193a Merge pull request #7312 from maxmirazh33/master
Replace console gii config in dev environment.
2015-02-17 00:36:46 +03:00
maxmirazh33
4a7bdb5579 replace console gii config in dev environment 2015-02-16 23:25:54 +06:00
Qiang Xue
8c444d407b Fixed test break. 2015-02-15 22:49:21 -05:00