89 Commits (564cae8cc9ec93fecca0fe2f82b96b48c0067461)

Author SHA1 Message Date
Carsten Brandt ab9afd74df phpdoc improvements 10 years ago
Qiang Xue ae8d978270 2.0.0 release. 10 years ago
Qiang Xue 42609dbed5 Fixes #5314: Fixed typo in the implementation of `yii\web\Session::getHasSessionId()` 10 years ago
nkovacs f41abf9105 Update documentation to mention addFlash 10 years ago
Qiang Xue 1cfa5bc9ee Fixes #4740: Added `yii\web\Session::addFlash()` 10 years ago
restyler f1aeac5dc2 addFlash method was implemented 10 years ago
restyler 3d2cac534c Multiple flash messages per type support 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Qiang Xue 7b1cef269d Fixes #3996: Traversing `Yii::$app->session` may cause a PHP error 10 years ago
Qiang Xue 209dd7e600 Fixes #3956: Flash messages set via `Yii::$app->session->setFlash()` will be removed only if they are accessed 10 years ago
Carsten Brandt ad6b191081 improved docs about flash messages 10 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Qiang Xue a440abad21 doc fix [skip ci] 11 years ago
Qiang Xue c23b671f3b better fix [skip ci] 11 years ago
Qiang Xue 03db4c468a Fixes #2921 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt 40cb98bb02 updated `@property` annotations 11 years ago
Qiang Xue bd3dd038ab Fixed user status check. 11 years ago
Qiang Xue b751211dae fixed implementation of Session::getHasSessionId(). 11 years ago
Qiang Xue fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 11 years ago
Qiang Xue ec05c0eaf7 typo fix. 11 years ago
Qiang Xue 489c094766 Fixes #1564: Removed `yii\web\Session::autoStart` and added `hasSessionId`. Session will be automatically started when accessing session data 11 years ago
Qiang Xue 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago
Qiang Xue 646e371b44 Fixes #1812: Hide potential warning message due to race condition occurring to `Session::regenerateID()` call 11 years ago
Qiang Xue 9aa006e5ea Removed implementation of `Arrayable` from `yii\Object` 11 years ago
Qiang Xue bdcd995f00 added missing use statement. 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Carsten Brandt 5eed149f24 fixed links in phpdoc 11 years ago
John Was 7e1e622458 simpler implementation of the handler property in yii\web\Session 11 years ago
John Was 53bb25947d add handler property to yii\web\Session 11 years ago
Carsten Brandt ac3967cab7 removed unused property from Session 11 years ago
DaSourcerer 97645bcfb5 Removed compatibility code for PHP < 5.4 11 years ago
Qiang Xue c7ff329e3c doc fix. 11 years ago
Carsten Brandt 539e233d9c massive improvement on class documentation 11 years ago
egorpromo b6424946e4 Little helpful description for Session::cookieParam 11 years ago
Qiang Xue a7175bae31 Refactored Session as suggested in #1172 11 years ago
egorpromo 7565dec37d More precise descripton fo Session::cookieParam 11 years ago
Alexander Makarov e67b9a8482 Removed check for PHP 5.4 from Session::open() 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue 76154b9776 Fixes #901: Added $delete parameter to Session::getFlash(). 11 years ago
Carsten Brandt ca69ef09d4 update of @property annotations 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago
Paul Klimov c194703d9e Virtual properties documentation has been added to "web\Session" 11 years ago
Qiang Xue f2d477dce6 Response WIP 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Qiang Xue 6e997cb428 improved contact page. 12 years ago
Alexander Makarov 92e634db66 Ability to configure session cookie, httponly by default 12 years ago