66 Commits

Author SHA1 Message Date
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 2016-11-04 18:55:14 +03:00
22a224d232 Usage of extract() at Session::setCookieParamsInternal() removed 2016-09-07 11:42:33 +03:00
eb02b362be Revert "Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility"
This reverts commit f7bd7c2b6b1b9941e3c50d99e4f07ff17d513cca.
2016-09-07 11:33:57 +03:00
f7bd7c2b6b Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility 2016-09-06 22:50:00 +03:00
0ae73251ee Fixed tests 2016-08-09 02:31:08 +03:00
457abe8939 Fixes #12085: Fixed session destruction sequence 2016-08-09 01:49:23 +03:00
ce65e23851 #10583 check for sent content before attempting to regenerate headers in debug mode 2016-07-30 01:18:52 +03:00
b2fbbdf5d7 Reverted non-suppression of session_start since it seems it's not possible to achieve same behavior w/o it #10583 2016-07-30 01:09:39 +03:00
25e0a879d6 Added output check for session handler #10583 2016-07-30 00:57:49 +03:00
0061692e60 Replaced unnecessary double quotes with single quotes 2016-07-29 22:56:38 +03:00
7c6f76cb1a Fixes #10583: Do not silence session errors in debug mode 2016-07-29 22:44:04 +03:00
217d50e4ff improved PHPdoc and @since annotations 2016-07-11 12:58:43 +02:00
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
ab25b8a358 10218 - Fix for session regenerate id issue that occured after user logged out #10218 2016-01-19 13:02:43 +03:00
c39c0b3ddd returned shutdown handler to it's original place 2015-12-18 17:28:58 +05:00
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
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
6d9fe671de various code style and whitespace adjustments 2015-08-02 00:27:19 +02:00
0c5e4b7105 PSR-2 foreach statement 2015-06-08 23:21:21 +03:00
f68e970de2 link to PHP classes just as we do with normal classes
apidoc can handle this!
2015-06-05 21:53:24 +02:00
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
6481d13494 Optimized checks order in conditions 2015-02-08 17:56:36 +03:00
ab9afd74df phpdoc improvements 2014-10-23 00:25:41 +02:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
42609dbed5 Fixes #5314: Fixed typo in the implementation of yii\web\Session::getHasSessionId() 2014-10-02 12:53:04 -04:00
f41abf9105 Update documentation to mention addFlash 2014-09-30 09:51:17 +02:00
1cfa5bc9ee Fixes #4740: Added yii\web\Session::addFlash() 2014-08-18 14:20:09 -04:00
f1aeac5dc2 addFlash method was implemented 2014-08-18 14:14:24 -04:00
3d2cac534c Multiple flash messages per type support 2014-08-18 14:14:23 -04:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
7b1cef269d Fixes #3996: Traversing Yii::$app->session may cause a PHP error 2014-06-21 13:32:40 -04:00
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
ad6b191081 improved docs about flash messages 2014-05-19 12:34:31 +02:00
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
a440abad21 doc fix [skip ci] 2014-04-02 11:18:41 -04:00
c23b671f3b better fix [skip ci] 2014-03-30 12:39:22 -04:00
03db4c468a Fixes #2921 2014-03-30 12:38:04 -04:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
40cb98bb02 updated @property annotations 2014-03-11 16:21:25 +01:00
bd3dd038ab Fixed user status check. 2014-03-08 15:36:07 -05:00
b751211dae fixed implementation of Session::getHasSessionId(). 2014-03-08 15:29:00 -05:00
fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 2014-03-07 19:08:27 -05:00
ec05c0eaf7 typo fix. 2014-03-01 20:15:21 -05:00
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
26cb7b2a3c Renamed fooVar to fooParam for various classes. 2014-02-15 18:18:27 -05:00
646e371b44 Fixes #1812: Hide potential warning message due to race condition occurring to Session::regenerateID() call 2014-02-04 17:02:32 -05:00
9aa006e5ea Removed implementation of Arrayable from yii\Object 2014-01-21 16:44:28 -05:00
bdcd995f00 added missing use statement. 2014-01-10 23:05:25 -05:00