10089 Commits

Author SHA1 Message Date
e9b1e858d9 Update concept-autoloading.md 2014-10-24 10:59:23 +03:00
925347ecf6 Update concept-autoloading.md 2014-10-24 10:57:40 +03:00
69fd4280bc Update concept-autoloading.md 2014-10-24 10:56:05 +03:00
78b707eaac Update concept-autoloading.md 2014-10-24 10:53:54 +03:00
7b3f54bb35 Update concept-autoloading.md 2014-10-24 10:51:18 +03:00
6f3842a9e6 Update concept-autoloading.md 2014-10-24 10:49:26 +03:00
34dc564b48 Update concept-autoloading.md 2014-10-24 10:47:33 +03:00
24a1e430fa Update concept-autoloading.md 2014-10-24 10:44:33 +03:00
86f9dab961 Update concept-autoloading.md 2014-10-24 10:42:38 +03:00
a7f157c478 Update concept-autoloading.md 2014-10-24 10:40:38 +03:00
1a65c718c1 Create concept-autoloading.md 2014-10-24 10:38:28 +03:00
6d514aee9d Issue #5486: added composer cache to travis cache 2014-10-23 18:35:19 +02:00
e445258164 Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names"
This reverts commit 0c8faedd3310ace47943c7358032c3a6431eafb2.
2014-10-23 20:24:10 +04:00
e5d7d0386d Merge pull request #5707 from softark/docs-ja-2014-10-23
Docs ja 2014 10 23
2014-10-23 17:57:08 +04:00
60154f5123 Merge pull request #5706 from valbar/patch-1
[ci skip] Update yii.php
2014-10-23 17:56:50 +04:00
48e6dbaa64 Update yii.php 2014-10-23 15:53:18 +02:00
4321503bd4 Merge branch 'master' into docs-ja-2014-10-23 2014-10-23 22:53:01 +09:00
62e50f46c7 docs/guide-ja/start-forms.md added [ci skip] 2014-10-23 22:51:19 +09:00
35e7f27d43 Fixes test break. 2014-10-23 09:49:31 -04:00
cb90f31cbe Fixes #5702: Parenthesis should be automatically added to Validator::whenClient to avoid js error 2014-10-23 09:18:53 -04:00
284643fe97 Merge pull request #5701 from danielzhme/docs
Typo fix [ci skip]
2014-10-23 13:55:51 +04:00
9c4175276f Typo fix [ci skip] 2014-10-23 17:19:12 +08:00
ab9afd74df phpdoc improvements 2014-10-23 00:25:41 +02:00
b0ddf2e848 Better word for "section" [ci skip] 2014-10-23 06:56:17 +09:00
49961c4896 change Console::confirm() output to use stdout 2014-10-22 23:21:39 +02:00
95afdceb55 fixed exception page to show error info that is longer than screen 2014-10-22 23:19:20 +02:00
0c8faedd33 Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names 2014-10-22 23:07:08 +04:00
84ab9b55fd Merge pull request #5694 from pythagor/patch-3
[skip ci] Lost link
2014-10-22 22:26:28 +04:00
80f0fe7235 Lost link 2014-10-22 22:18:10 +04:00
a575aef186 Merge pull request #5691 from softark/docs-ja-2014-10-22
[ci skip] docs/guide-ja/start-hello.md added
2014-10-22 19:58:40 +04:00
935146901b Fixes #5682: The asset command would incorrectly combine CSS files when UrlManager::linkAssets is true 2014-10-22 11:58:06 -04:00
36ea0f321a Fixes #5570: yii\bootstrap\Tabs would throw an exception if content is not set for one of its items
Fixes #5572.
2014-10-22 11:48:08 -04:00
91b22b5ea0 Merge pull request #5692 from mrarthur/patch-2
doc fix [skip ci]
2014-10-22 18:39:16 +04:00
4fe375e3f1 doc fix [skip ci] 2014-10-22 18:30:40 +04:00
3dc6c0de0c docs/guide-ja/README.md - adjusted the title of a chapter [ci skip] 2014-10-22 23:08:03 +09:00
bf4fca142d docs/guide-ja/start-hello.md added [ci skip] 2014-10-22 23:06:27 +09:00
8da993e146 Merge pull request #5689 from niekoost/patch-1
Replaced single quotes in comment
2014-10-22 15:40:30 +04:00
5684eaf0ed Replaced single quotes with double 2014-10-22 12:40:13 +02:00
78d37e4d0e Fixes #5657: yii\caching\ApcCache::mset() and madd() may cause warning in some APC setup 2014-10-21 11:26:29 -04:00
2c6d388f7a doc fix. [skip ci] 2014-10-21 11:20:19 -04:00
99362c8922 Merge pull request #5676 from bio/patch-1
Added module class param to prevent error
2014-10-21 11:16:33 -04:00
8878393344 Merge pull request #5680 from softark/docs-ja-2014-10-21b
docs/guide-ja/start-workflow.md added [skip ci]
2014-10-21 18:43:33 +04:00
701c9a9eb3 docs/guide-ja/start-workflow.md added [skip ci] 2014-10-21 23:36:36 +09:00
faa197aae5 Merge pull request #5678 from softark/docs-ja-2012-10-21
[skip ci] docs/guide-ja/start-installation.md added
2014-10-21 15:57:21 +04:00
5cdc50f030 docs/guide-ja/start-installation.md added 2014-10-21 20:38:23 +09:00
4a5ca33cfe Added module class param to prevent error
Prevent 'Object configuration must be an array containing a "class" element.' error.
2014-10-21 12:33:38 +03:00
a90242adf4 apidoc: make the guide PDF renderer work again 2014-10-21 01:27:35 +02:00
fd55679c72 Fixes #5266 2014-10-20 11:54:34 -04:00
67e2754ee5 Merge pull request #5669 from aivus/patch-1
Fix faker test. Add `ё` to regexp
2014-10-20 19:43:42 +04:00
0f5f8e27ae Fix faker test. Add ё to regexp 2014-10-20 18:33:24 +03:00