Commit Graph

9309 Commits

Author SHA1 Message Date
Nenad Zivkovic
d6944067af fixes typos in start-databases.md 2014-08-24 23:18:19 +02:00
Qiang Xue
e2ca42e71b Merge pull request #4807 from mrarthur/patch-6
Unused InvalidConfigException
2014-08-24 17:17:06 -04:00
Arthur Khachaturov
5794534a26 Unused InvalidConfigException 2014-08-24 23:47:36 +04:00
Arthur Khachaturov
7deb26f6c8 Fix PHPDoc 2014-08-24 23:25:08 +04:00
Qiang Xue
f526cc7af9 more doc [skip ci] 2014-08-24 12:17:24 -04:00
maxmirazh33
4fd1d0e117 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-08-24 22:56:29 +07:00
maxmirazh33
77effdbc4d Merge branch 'master' of https://github.com/maxmirazh33/yii2 2014-08-24 22:47:22 +07:00
maxmirazh33
340fa2f89c fixes for translation of file 'structure-extensions.md' to Russian 2014-08-24 22:46:14 +07:00
maxmirazh33
2249a9eb99 fixes for translation of file 'structure-extensions.md' to Russian 2014-08-24 22:39:02 +07:00
Alexander Makarov
f5ee8e4583 Added faker to basic app console commands, adjusted readme to mention database setup 2014-08-24 15:26:57 +04:00
Alexander Makarov
a9445b4aa6 Added description to each test config of advanced application 2014-08-24 15:11:06 +04:00
Alexander Makarov
c9d51ee0fd Adjusted testing namespaces in application templates 2014-08-24 14:14:35 +04:00
Alexander Makarov
2af195d8f7 Replaced Amazon link with ISBN 2014-08-24 13:48:20 +04:00
Alexander Makarov
ca40502888 Added more notes and a book reference to testing intro 2014-08-24 13:37:53 +04:00
maxmirazh33
4890a71928 structure-extensions.md is translated to Russian 2014-08-24 15:44:02 +07:00
Larry Ullman
7d795c620e First pass of edits 2014-08-23 20:06:42 -04:00
Qiang Xue
ce6f33af28 Fixes #4736 2014-08-23 18:32:24 -04:00
wenbin1989
3b705855aa fix bugs of BlameableBehavior in console application. In console application, \yii\console\Application doesn't have getUser() method. Use BlameableBehavior in console application will cause an exception. 2014-08-23 18:30:50 -04:00
Qiang Xue
385e13978d Fixes #4800. 2014-08-23 18:18:31 -04:00
Vasiliy Baukin
5a87ebadd4 Update db-migrations.md
fix a typo.
2014-08-23 16:57:42 -04:00
Vasiliy Baukin
93d586e9d3 expanded db-migration doc 2014-08-23 16:57:41 -04:00
Alexander Makarov
fda734ce7e Rewritten testing introduction, added environment setup to README.md, removed empty pages that were not referenced 2014-08-23 02:51:47 +04:00
Ragazzo
8b37d2c196 Docs about testing 2014-08-23 00:45:35 +04:00
Alexander Makarov
da179e3bd4 Minor text adjustments 2014-08-23 00:42:55 +04:00
Ragazzo
d86691240c fixed console guide and docs of FixtureController 2014-08-23 00:37:00 +04:00
Qiang Xue
3f597fd45d updated doc [skip ci] 2014-08-22 10:06:42 -04:00
maxmirazh33
cb6d463009 Add structure-extensions.md to translate into Russian 2014-08-22 18:33:45 +07:00
Qiang Xue
6102a1532f Merge pull request #4784 from thiagotalma/inputmask_v3.1.1
Upgrade jquery.inputmask to Version: 3.1.1
2014-08-21 20:33:30 -04:00
Thiago Talma
81c225f470 Upgrade jquery.inputmask to Version: 3.1.1 2014-08-21 17:25:03 -03:00
Qiang Xue
5be6a841e3 Cleaned up doc. [skip ci] 2014-08-20 21:14:51 -04:00
Mark
033d66deac changed format of applying command to all 2014-08-20 20:48:58 -04:00
Mark
c7887b666c Added missed case in tests about append option 2014-08-20 20:48:58 -04:00
Mark
3e58491bc8 fixed docs 2014-08-20 20:48:58 -04:00
Mark
461576dc85 added other syntax for and tests for fixture controller 2014-08-20 20:48:58 -04:00
Mark
d9cd1a859b added append option to fixture controller 2014-08-20 20:48:58 -04:00
Qiang Xue
85466f17c5 Merge pull request #4773 from bixuehujin/set_raw_body
Added yii\web\Request::setRawBody()
2014-08-20 11:53:26 -04:00
Jin Hu
3a7ed9b1a9 Added yii\web\Request::setRawBody() 2014-08-20 23:14:48 +08:00
Alexander Makarov
c3c6e43ce5 Merge pull request #4765 from sklyukin/patch-1
link fix
2014-08-20 11:33:34 +04:00
Stanislav
cf990cf8df link fix 2014-08-20 13:31:41 +06:00
mickgeek
67fc152bae Remove the focus on the search field 2014-08-19 21:59:59 +04:00
Alexander Makarov
5d67ac4452 Renamed YII_ROOT_DIR → YII_APP_BASE_PATH 2014-08-19 20:42:40 +04:00
Alexander Makarov
02f894556e Fixes #4757: fixed paths in advanced app init 2014-08-19 20:39:38 +04:00
Qiang Xue
ab3d011443 Merge pull request #4752 from klimov-paul/4062-find-files-case-sensative
Enh #4062 : Added 'caseless' option to `yii\helpers\BaseFileHelper::findFiles()`
2014-08-19 10:35:58 -04:00
Klimov Paul
0bf16497af Convert 'caseless' option into 'caseSensitive' option at yii\helpers\BaseFileHelper::findFiles() 2014-08-19 17:33:11 +03:00
Qiang Xue
a3e7a33a9e Merge pull request #4748 from klimov-paul/4424-x-send-file
Enh #4424: Added `forceDownload` parameter to `yii\web\Response::xSendFile()`
2014-08-19 10:12:16 -04:00
Klimov Paul
fe36bc9ecd options parameter extracted at yii\web\Response::xSendFile() 2014-08-19 16:31:42 +03:00
Qiang Xue
a56490e091 Merge pull request #4750 from klimov-paul/3459-file-cache
Enh #3459 : Added logging of errors, which may occur at `yii\caching\FileCache::gc()`
2014-08-19 08:34:32 -04:00
Klimov Paul
6461523aca Added 'caseless' option to yii\helpers\BaseFileHelper::findFiles() 2014-08-19 14:52:56 +03:00
Klimov Paul
b48e46a25b Added error logging at yii\caching\FileCache::gcRecursive() 2014-08-19 12:45:30 +03:00
Klimov Paul
6709154792 yii\base\ErrorHandler::handleError() adjusted keeping native error processing on error reporting miss match. 2014-08-19 12:42:41 +03:00