|
|
2a3f19e90e
|
Merge pull request #4806 from mrarthur/patch-5
Fix PHPDoc
|
2014-08-25 01:30:30 +04:00 |
|
|
|
6af78e46fc
|
Merge pull request #4808 from nenad-zivkovic/master
fixes typos in start-databases.md
|
2014-08-25 01:28:14 +04:00 |
|
|
|
d6944067af
|
fixes typos in start-databases.md
|
2014-08-24 23:18:19 +02:00 |
|
|
|
e2ca42e71b
|
Merge pull request #4807 from mrarthur/patch-6
Unused InvalidConfigException
|
2014-08-24 17:17:06 -04:00 |
|
|
|
5794534a26
|
Unused InvalidConfigException
|
2014-08-24 23:47:36 +04:00 |
|
|
|
7deb26f6c8
|
Fix PHPDoc
|
2014-08-24 23:25:08 +04:00 |
|
|
|
f526cc7af9
|
more doc [skip ci]
|
2014-08-24 12:17:24 -04:00 |
|
|
|
f5ee8e4583
|
Added faker to basic app console commands, adjusted readme to mention database setup
|
2014-08-24 15:26:57 +04:00 |
|
|
|
a9445b4aa6
|
Added description to each test config of advanced application
|
2014-08-24 15:11:06 +04:00 |
|
|
|
c9d51ee0fd
|
Adjusted testing namespaces in application templates
|
2014-08-24 14:14:35 +04:00 |
|
|
|
2af195d8f7
|
Replaced Amazon link with ISBN
|
2014-08-24 13:48:20 +04:00 |
|
|
|
ca40502888
|
Added more notes and a book reference to testing intro
|
2014-08-24 13:37:53 +04:00 |
|
|
|
7d795c620e
|
First pass of edits
|
2014-08-23 20:06:42 -04:00 |
|
|
|
ce6f33af28
|
Fixes #4736
|
2014-08-23 18:32:24 -04:00 |
|
|
|
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 |
|
|
|
385e13978d
|
Fixes #4800.
|
2014-08-23 18:18:31 -04:00 |
|
|
|
5a87ebadd4
|
Update db-migrations.md
fix a typo.
|
2014-08-23 16:57:42 -04:00 |
|
|
|
93d586e9d3
|
expanded db-migration doc
|
2014-08-23 16:57:41 -04:00 |
|
|
|
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 |
|
|
|
8b37d2c196
|
Docs about testing
|
2014-08-23 00:45:35 +04:00 |
|
|
|
da179e3bd4
|
Minor text adjustments
|
2014-08-23 00:42:55 +04:00 |
|
|
|
d86691240c
|
fixed console guide and docs of FixtureController
|
2014-08-23 00:37:00 +04:00 |
|
|
|
3f597fd45d
|
updated doc [skip ci]
|
2014-08-22 10:06:42 -04:00 |
|
|
|
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 |
|
|
|
81c225f470
|
Upgrade jquery.inputmask to Version: 3.1.1
|
2014-08-21 17:25:03 -03:00 |
|
|
|
5be6a841e3
|
Cleaned up doc. [skip ci]
|
2014-08-20 21:14:51 -04:00 |
|
|
|
033d66deac
|
changed format of applying command to all
|
2014-08-20 20:48:58 -04:00 |
|
|
|
c7887b666c
|
Added missed case in tests about append option
|
2014-08-20 20:48:58 -04:00 |
|
|
|
3e58491bc8
|
fixed docs
|
2014-08-20 20:48:58 -04:00 |
|
|
|
461576dc85
|
added other syntax for and tests for fixture controller
|
2014-08-20 20:48:58 -04:00 |
|
|
|
d9cd1a859b
|
added append option to fixture controller
|
2014-08-20 20:48:58 -04:00 |
|
|
|
85466f17c5
|
Merge pull request #4773 from bixuehujin/set_raw_body
Added yii\web\Request::setRawBody()
|
2014-08-20 11:53:26 -04:00 |
|
|
|
3a7ed9b1a9
|
Added yii\web\Request::setRawBody()
|
2014-08-20 23:14:48 +08:00 |
|
|
|
c3c6e43ce5
|
Merge pull request #4765 from sklyukin/patch-1
link fix
|
2014-08-20 11:33:34 +04:00 |
|
|
|
cf990cf8df
|
link fix
|
2014-08-20 13:31:41 +06:00 |
|
|
|
5d67ac4452
|
Renamed YII_ROOT_DIR → YII_APP_BASE_PATH
|
2014-08-19 20:42:40 +04:00 |
|
|
|
02f894556e
|
Fixes #4757: fixed paths in advanced app init
|
2014-08-19 20:39:38 +04:00 |
|
|
|
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 |
|
|
|
0bf16497af
|
Convert 'caseless' option into 'caseSensitive' option at yii\helpers\BaseFileHelper::findFiles()
|
2014-08-19 17:33:11 +03:00 |
|
|
|
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 |
|
|
|
fe36bc9ecd
|
options parameter extracted at yii\web\Response::xSendFile()
|
2014-08-19 16:31:42 +03:00 |
|
|
|
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 |
|
|
|
6461523aca
|
Added 'caseless' option to yii\helpers\BaseFileHelper::findFiles()
|
2014-08-19 14:52:56 +03:00 |
|
|
|
b48e46a25b
|
Added error logging at yii\caching\FileCache::gcRecursive()
|
2014-08-19 12:45:30 +03:00 |
|
|
|
6709154792
|
yii\base\ErrorHandler::handleError() adjusted keeping native error processing on error reporting miss match.
|
2014-08-19 12:42:41 +03:00 |
|
|
|
e3cea2138a
|
Added forceDownload parameter to yii\web\Response::xSendFile()
|
2014-08-19 12:18:35 +03:00 |
|
|
|
76b03a3fcd
|
Another attempt to fix travis
|
2014-08-19 02:55:00 +04:00 |
|
|
|
34bc23657e
|
Got rid of variables, forced terminating PHP process by name before starting another server
|
2014-08-19 01:59:09 +04:00 |
|
|
|
e4e04c9235
|
Avoided exit in travis since it finishes the whole script
|
2014-08-19 01:15:00 +04:00 |
|
|
|
ed5b8afbac
|
Separated travis scripts for basic and advanced apps
|
2014-08-19 00:57:55 +04:00 |
|