yii icon indicating copy to clipboard operation
yii copied to clipboard

Yii PHP Framework 1.1.x

Results 19 yii issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Tests pass? | ✔️ | Fixed...

Now that dev-master contains all php 8.1 fixes, can you please release a new version?

While checking the links I found a few not working https://github.com/yiisoft/yii/blob/master/demos/phonebook/flex/html-template/index.template.html#L11 https://github.com/yiisoft/yii/blob/master/docs/blog/ru/start.overview.txt#L25 https://github.com/yiisoft/yii/blob/master/framework/i18n/data/README.txt#L5 https://github.com/yiisoft/yii/blob/master/framework/utils/CPasswordHelper.php#L141 https://github.com/yiisoft/yii/blob/master/framework/utils/CTimestamp.php#L15 https://github.com/yiisoft/yii/blob/master/framework/web/helpers/CJSON.php#L620 https://github.com/yiisoft/yii/blob/master/framework/web/helpers/CJSON.php#L658

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Tests pass? | ✔️ | Fixed...

Since PHPUnit 8 `PHPUnit\Framework\TestCase::setUp()` has a `void` return type added: https://phpunit.de/announcements/phpunit-8.html This method is extended by `CDbTestCase` and `CWebTestCase`: https://github.com/yiisoft/yii/blob/master/framework/test/CDbTestCase.php#L114 https://github.com/yiisoft/yii/blob/master/framework/test/CDbTestCase.php Running tests on PHP7.0+ PHPUnit 8+ throws a fatal...

status:under discussion
compatibility:PHP8

Hi, i upgrade my limesurvey database to PostgreSQL 14.3 -> 15.0 and have this error SQLSTATE[42804]: Datatype mismatch: 7 ERROR: UNION types "char" and text cannot be matched LINE 21:...

CHttpCacheFilter will not set last-modified-headers. they will be overwritten by sendCacheControlHeader ### What steps will reproduce the problem? use the httpcacheFilter to set lastmodified ```php public function filters() { return...

type:bug

### What steps will reproduce the problem? - 2 parallel requests (`req1` and `req2`) - session opened not using `Yii::app()->session->open()` (we have mixed Yii1&Yii2 project and session is opened by...

call CHttpCacheFilter::sendCacheControlHeader before setting last-modified | Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Tests...

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ❌ | Tests pass? | ✔️ | Fixed...