Commit Graph

58 Commits

Author SHA1 Message Date
cuiliang
c0df003ac0 merge from master 2016-06-11 20:16:28 +08:00
cuiliang
cd9caf65d2 20160611 2016-06-11 19:49:57 +08:00
cartmanchen
fc987f48de Fixes #11459: Fixed flash messages not destroyed when session.auto_start = 1 set in php.ini 2016-04-30 19:17:31 +03:00
cuiliang
13e014b7d9 yiichina 2016-03-02 18:50:50 +08:00
Andrew Nester
ab25b8a358 10218 - Fix for session regenerate id issue that occured after user logged out #10218 2016-01-19 13:02:43 +03:00
AnatolyRugalev
c39c0b3ddd returned shutdown handler to it's original place 2015-12-18 17:28:58 +05:00
AnatolyRugalev
84702f1e6f 1. Added init() warning to session component
2. register_shutdown_function() for Session::close now only calls after successful session open
2015-12-15 12:12:27 +05:00
SilverFire - Dmitry Naumenko
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
Carsten Brandt
6d9fe671de various code style and whitespace adjustments 2015-08-02 00:27:19 +02:00
╃巡洋艦㊣
586684b050 2.0.5 bf7edc5 2015-07-30 09:52:33 +08:00
Alexander Mohorev
0c5e4b7105 PSR-2 foreach statement 2015-06-08 23:21:21 +03:00
Carsten Brandt
f68e970de2 link to PHP classes just as we do with normal classes
apidoc can handle this!
2015-06-05 21:53:24 +02:00
Qiang Xue
8e33fbfbff Fixes #7636: yii\web\Session::getHasSessionId() uses a more lenient way to check if session ID is provided in URL 2015-03-26 22:57:27 -04:00
Alexander Makarov
6481d13494 Optimized checks order in conditions 2015-02-08 17:56:36 +03:00
╃巡洋艦㊣
1468bd4d3d version 2.0.1 84b42ab 2014-12-22 16:33:27 +08:00
Carsten Brandt
ab9afd74df phpdoc improvements 2014-10-23 00:25:41 +02:00
Qiang Xue
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
Qiang Xue
42609dbed5 Fixes #5314: Fixed typo in the implementation of yii\web\Session::getHasSessionId() 2014-10-02 12:53:04 -04:00
nkovacs
f41abf9105 Update documentation to mention addFlash 2014-09-30 09:51:17 +02: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
Carsten Brandt
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
Qiang Xue
7b1cef269d Fixes #3996: Traversing Yii::$app->session may cause a PHP error 2014-06-21 13:32:40 -04:00
Qiang Xue
209dd7e600 Fixes #3956: Flash messages set via Yii::$app->session->setFlash() will be removed only if they are accessed 2014-06-19 21:36:48 -04:00
Carsten Brandt
ad6b191081 improved docs about flash messages 2014-05-19 12:34:31 +02:00
Qiang Xue
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
Qiang Xue
a440abad21 doc fix [skip ci] 2014-04-02 11:18:41 -04:00
Qiang Xue
c23b671f3b better fix [skip ci] 2014-03-30 12:39:22 -04:00
Qiang Xue
03db4c468a Fixes #2921 2014-03-30 12:38:04 -04:00
Carsten Brandt
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Carsten Brandt
40cb98bb02 updated @property annotations 2014-03-11 16:21:25 +01:00
Qiang Xue
bd3dd038ab Fixed user status check. 2014-03-08 15:36:07 -05:00
Qiang Xue
b751211dae fixed implementation of Session::getHasSessionId(). 2014-03-08 15:29:00 -05:00
Qiang Xue
fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 2014-03-07 19:08:27 -05:00
Qiang Xue
ec05c0eaf7 typo fix. 2014-03-01 20:15:21 -05:00
Qiang Xue
489c094766 Fixes #1564: Removed yii\web\Session::autoStart and added hasSessionId. Session will be automatically started when accessing session data 2014-02-28 22:12:31 -05:00
Qiang Xue
26cb7b2a3c Renamed fooVar to fooParam for various classes. 2014-02-15 18:18:27 -05:00
Qiang Xue
646e371b44 Fixes #1812: Hide potential warning message due to race condition occurring to Session::regenerateID() call 2014-02-04 17:02:32 -05:00
Qiang Xue
9aa006e5ea Removed implementation of Arrayable from yii\Object 2014-01-21 16:44:28 -05:00
Qiang Xue
bdcd995f00 added missing use statement. 2014-01-10 23:05:25 -05:00
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
Qiang Xue
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
Qiang Xue
6e997cb428 improved contact page. 2013-05-03 17:28:19 -04:00
Alexander Makarov
92e634db66 Ability to configure session cookie, httponly by default 2013-03-29 22:54:45 +04:00
Qiang Xue
e7295ad564 Use __METHOD__ as log category. 2013-03-28 20:07:49 -04:00
Qiang Xue
1fbf81be57 User WIP. 2013-03-28 17:43:27 -04:00
Qiang Xue
5d6c9a4c9f Fixed session bug. 2013-03-27 14:47:47 -04:00
Qiang Xue
c03a3ff858 Finishes flash feature. 2013-03-27 11:39:05 -04:00