|  Alexander Kochetov | ecf7942aa4 | \yii\web\DbSession updated | 12 years ago | 
				
					
						|  Alexander Makarov | a29df58516 | Removed translations for messages intended for developers | 12 years ago | 
				
					
						|  Alexander Makarov | e8a80af413 | fixes #1811 | 12 years ago | 
				
					
						|  Qiang Xue | 34dc150f63 | doc fixes. | 12 years ago | 
				
					
						|  Alexander Makarov | bee82b29ad | Fixed URL parsing so it's now properly giving 404 for URLs like `http://example.com//////site/about` | 12 years ago | 
				
					
						|  Carsten Brandt | 9968098e8a | fixed getSecureConnection after #1800 and 7ba6a06300 | 12 years ago | 
				
					
						|  Alexander Makarov | 7ba6a06300 | Fixed code style and comparison | 12 years ago | 
				
					
						|  ginus | e92934e612 | fix when $_SERVER['HTTPS'] is "ON" when $_SERVER['HTTPS'] is "ON" it doesn't work well | 12 years ago | 
				
					
						|  Carsten Brandt | 5eed149f24 | fixed links in phpdoc | 12 years ago | 
				
					
						|  Carsten Brandt | e8b674dc78 | Do not unset class properties! this will result in objects that do not have the property anymore :-) | 12 years ago | 
				
					
						|  John Was | 7e1e622458 | simpler implementation of the handler property in yii\web\Session | 12 years ago | 
				
					
						|  John Was | 53bb25947d | add handler property to yii\web\Session | 12 years ago | 
				
					
						|  Qiang Xue | 4a9b2d2b82 | Added support for using array-typed arguments for console commands | 12 years ago | 
				
					
						|  Qiang Xue | 7ec8d0df5f | doc fix. | 12 years ago | 
				
					
						|  Qiang Xue | fb0c43b30b | `yii\web\User::loginRequired()` now returns the `Response` object instead of exiting the application | 12 years ago | 
				
					
						|  Qiang Xue | 1edeb7aa5e | Fixed test break. | 12 years ago | 
				
					
						|  Qiang Xue | 5f8e6d377b | Fixes #1706: Added support for registering a single JS/CSS file with dependency | 12 years ago | 
				
					
						|  Qiang Xue | 943bf88904 | doc fix. | 12 years ago | 
				
					
						|  Alexander Makarov | 404757bf82 | Fixes #1631: Charset is now explicitly set to UTF-8 when serving JSON | 12 years ago | 
				
					
						|  Qiang Xue | f554d46aaa | minor fixes. | 12 years ago | 
				
					
						|  Qiang Xue | c31e113d95 | Fixes #1671 | 12 years ago | 
				
					
						|  Qiang Xue | 4b569f3e90 | Fixed CSRF token masking issue. | 12 years ago | 
				
					
						|  Qiang Xue | c8960168c5 | Fixes #1634: Use masked CSRF tokens to prevent BREACH exploits | 12 years ago | 
				
					
						|  Qiang Xue | 2686403c0e | Use better random CSRF token. | 12 years ago | 
				
					
						|  Alexander Makarov | be5afe7da8 | Fixes #1572: Added `yii\web\Controller::createAbsoluteUrl()` | 12 years ago | 
				
					
						|  Paul Kofmann | 8c4412be50 | short array syntax | 12 years ago | 
				
					
						|  Alexander Makarov | 2355c764a8 | Fixed `Call to a member function registerAssetFiles() on a non-object` in case of wrong `sourcePath` for an asset bundle | 12 years ago | 
				
					
						|  Carsten Brandt | ac3967cab7 | removed unused property from Session cleanup after #1479 | 12 years ago | 
				
					
						|  DaSourcerer | 97645bcfb5 | Removed compatibility code for PHP < 5.4 | 12 years ago | 
				
					
						|  Qiang Xue | e56d60ad49 | Escape special chars in URL rules. | 12 years ago | 
				
					
						|  Alexander Kozhevnikov | 41d24ee903 | Replace request with response in code example | 12 years ago | 
				
					
						|  Alexander Makarov | 26767735dc | Renamed byte methods, moved path methods back to StringHelper | 12 years ago | 
				
					
						|  Alexander Makarov | 5f2a612c78 | Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods | 12 years ago | 
				
					
						|  Qiang Xue | c7c13a6693 | Added concrete http exception classes. | 12 years ago | 
				
					
						|  Qiang Xue | a5e3c00d75 | replaced inheritdoc tags. | 12 years ago | 
				
					
						|  Panagiotis Moustafellos | 58bd2fb958 | Only whitespace removal | 12 years ago | 
				
					
						|  Panagiotis Moustafellos | f6a3496e8d | Removed trailing whitespace.. (OCD really kicking in) | 12 years ago | 
				
					
						|  Qiang Xue | 13c6b99814 | Fixes #1331: Added support for using '*' to specify verb filters for all actions. | 12 years ago | 
				
					
						|  Panagiotis Moustafellos | 2ff8ac3d61 | fixed PhpDoc by swapping to {@inheritdoc} | 12 years ago | 
				
					
						|  Qiang Xue | 4b353c7bce | Fixes #1297: CSRF not generated on error pages | 12 years ago | 
				
					
						|  Qiang Xue | 7b0ba10d31 | Fixes #1248: url manager didn't handle array parameters well. | 12 years ago | 
				
					
						|  Qiang Xue | 248e0cb916 | Added default status code setting. | 12 years ago | 
				
					
						|  Qiang Xue | 9e1fa1f7a4 | Added code example. | 12 years ago | 
				
					
						|  Qiang Xue | 423ce83798 | adjusted log place. | 12 years ago | 
				
					
						|  Carsten Brandt | 33f4a142ee | fixes invalid value in controller redirect fixes #1261 | 12 years ago | 
				
					
						|  Carsten Brandt | a82330b212 | reverted duplicated fix for #1244 fixes #1244 | 12 years ago | 
				
					
						|  Carsten Brandt | e775c82dd8 | Changed usage of self to static to allow extendibility code style section has been added here:
https://github.com/yiisoft/yii2/wiki/Core-framework-code-style#self-vs-static
verification code for properties:
https://gist.github.com/cebe/7566916 | 12 years ago | 
				
					
						|  Carsten Brandt | 64862f96ca | disable CSRF validation after validation has failed this allows to be able to call error action.
fixes #1244 | 12 years ago | 
				
					
						|  Carsten Brandt | f5219d2481 | Response status code default is 200 fixes #1220 | 12 years ago | 
				
					
						|  Qiang Xue | d2e5f2c507 | Fixes #1234: use dash instead of underscore to separate language and country in locale id. | 12 years ago |