Mark
ff80968387
cache controller adjustments and improvements
...
related to #4792 , close #4874
2014-09-01 13:07:56 +02:00
Carsten Brandt
92b958cd33
fixed return value of yii\web\Request::getPrefferedLanguage
...
ensure it is one of the input values
fixes #4880
2014-09-01 12:46:38 +02:00
Qiang Xue
fa0418f8a1
Fixes #4424 : Added inline and mimeType options to all file downloading methods provided in yii\web\Response
2014-08-30 22:13:42 -04:00
Qiang Xue
5a1cf0f3a5
Adjusted the location of AuthChoice assets. [skip ci]
2014-08-29 11:33:47 -04:00
Qiang Xue
ee5d5ca71c
adjusted ignore [skip ci]
2014-08-28 16:15:56 -04:00
Carsten Brandt
78b5c7db66
fixed boolean handling for PostgreSQL
...
- do not allow boolean values for integer columns
- use native boolean type with boolean values
- removed workaround that turned out to be wrong when schema and values
are used correctly. Workaround resulted from wrong usage of boolean
values before.
fixes #4672
2014-08-28 11:20:17 +02:00
Qiang Xue
c6a1afe2ea
updated bower dependency [skip ci]
2014-08-27 17:02:20 -04:00
Alexander Makarov
31a17d6791
Revert "Fixes #4829 : Removed PARSING_ONLY from \yii\rest\UrlRule to allow creating non-GET URLs for forms and tests"
...
This reverts commit 4ffbfec9aa .
2014-08-27 21:42:07 +04:00
Alexander Makarov
4ffbfec9aa
Fixes #4829 : Removed PARSING_ONLY from \yii\rest\UrlRule to allow creating non-GET URLs for forms and tests
2014-08-27 12:56:01 +04:00
Qiang Xue
f3105f736a
Fixes #3283 : Added $checkAjax to yii\web\User::loginRequired()
2014-08-26 22:29:40 -04:00
Alexander Makarov
355c26df8b
Fixes #4188 : API exceptions are now exposing less data when YII_DEBUG is false
...
- If exception is internal it's always returned as HTTP 500 general purpose one.
- Type isn't exposed anymore.
2014-08-27 00:50:02 +04:00
Alexander Makarov
7aed617c38
Fixes #4813 : Fixed MSSQL schema that was getting incorrect info about constraints
2014-08-26 14:12:24 +04:00
Alexander Makarov
82fbc0ef2c
Fixes #4247
2014-08-26 02:32:25 +04:00
Qiang Xue
3786440288
Fixes #4762 : Reverted automatic ID fix.
2014-08-25 17:05:14 -04:00
Alexander Makarov
2a3f19e90e
Merge pull request #4806 from mrarthur/patch-5
...
Fix PHPDoc
2014-08-25 01:30:30 +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
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
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
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
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
Jin Hu
3a7ed9b1a9
Added yii\web\Request::setRawBody()
2014-08-20 23:14:48 +08: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
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
Klimov Paul
e3cea2138a
Added forceDownload parameter to yii\web\Response::xSendFile()
2014-08-19 12:18:35 +03:00
Alexander Makarov
6f3832f3ff
Merge pull request #4723 from yiisoft/codeception-test-adjustments
...
Codeception test adjustments for basic and advanced applications
2014-08-18 23:27:01 +04:00
Qiang Xue
1cfa5bc9ee
Fixes #4740 : Added yii\web\Session::addFlash()
2014-08-18 14:20:09 -04:00
restyler
f1aeac5dc2
addFlash method was implemented
2014-08-18 14:14:24 -04:00
restyler
3d2cac534c
Multiple flash messages per type support
2014-08-18 14:14:23 -04:00
Qiang Xue
c0d771f744
Fixes #4640 : Added yii\widgets\ActiveForm::beginField() and endField()
2014-08-17 20:58:34 -04:00
Alexander Makarov
67c5894b2b
Fixed copyright year in batch files
2014-08-17 18:55:24 +04:00
Qiang Xue
9a68678ded
Additional fix to #4728 .
2014-08-16 22:30:28 -04:00
Qiang Xue
45dbbc39f6
Additional fix to #4728 .
2014-08-16 22:25:55 -04:00
Alexander Makarov
109da0b76e
Added missing github name to changelog
2014-08-17 01:22:34 +04:00
Alexander Makarov
4a9cc31828
Merge pull request #4728 from DaSourcerer/4372-httpcache-rfc7232-compliance
...
RFC 7232 Compliance for yii\filters\HttpCache
2014-08-17 01:21:21 +04:00
Alexander Makarov
90c6a476ce
Fixes #4727 : Fixed wrong Stylus definition in \yii\web\AssetConverter
2014-08-17 01:18:55 +04:00
DaSourcerer
a5b6c19d81
Removed bogus conditional
2014-08-16 21:48:28 +02:00
Carsten Brandt
f4a9646a22
more on HHVM compatibility
2014-08-15 16:04:02 +02:00
Carsten Brandt
62e7c3e9a6
fixed some inconsistnecies in HHVM tests
...
exclude parts that have different default values
2014-08-15 15:30:32 +02:00