|  Qiang Xue | dbecf848f4 | Fixes #1156: action parameter binding now checks for array type. | 12 years ago | 
				
					
						|  Carsten Brandt | 5ddb0e2cbf | controller php-doc | 12 years ago | 
				
					
						|  Carsten Brandt | 913eb62294 | updated phpdoc and fixed generator read/write-only annotation | 12 years ago | 
				
					
						|  Carsten Brandt | 3e11b31b6a | removed conflicting use statement fixes #1161 | 12 years ago | 
				
					
						|  Alexander Makarov | 65d7ffa74f | Fixed View refactoring test breakage | 12 years ago | 
				
					
						|  Alexander Makarov | 927e9dddb4 | Refactored View | 12 years ago | 
				
					
						|  Qiang Xue | cbab0951dc | reverted back jquery asset. | 12 years ago | 
				
					
						|  Qiang Xue | 3cb61cac17 | fixed jqueryasset path. | 12 years ago | 
				
					
						|  Qiang Xue | 372c5e1f1c | Moved jquery.js to external package. | 12 years ago | 
				
					
						|  Carsten Brandt | d4c68522d4 | improved error handling of AssetConverter issue #1140 | 12 years ago | 
				
					
						|  Carsten Brandt | 58589e03bd | improved asset converter command running now also gets stderr output.
fixes #1140 | 12 years ago | 
				
					
						|  Alexander Makarov | cc5fe76c9e | Added ability to get all GET, POST, PUT, DELETE or PATCH parameters to Request | 12 years ago | 
				
					
						|  Qiang Xue | eeed9c3ff2 | Fixes #998: Added support for generating canonical URL. | 12 years ago | 
				
					
						|  resurtm | 2f360e53c3 | Add CoffeeScript and TypeScript commands to AssetConverter. | 12 years ago | 
				
					
						|  Alexander Makarov | 8c98d99596 | Removed fallback from mb_parse_str to parse_str from Request::getRestParams since mb_ availability is Yii2 requirement | 12 years ago | 
				
					
						|  Alexander Makarov | e67b9a8482 | Removed check for PHP 5.4 from Session::open() | 12 years ago | 
				
					
						|  Alexander Makarov | 2ce09559a2 | fixes #1055 | 12 years ago | 
				
					
						|  Alexander Makarov | ee2af2661c | Removed unneeded use statements | 12 years ago | 
				
					
						|  Alexander Makarov | 616b406a0c | fixes #979 | 12 years ago | 
				
					
						|  Qiang Xue | 732b9ab8fb | removed unused use statement. | 12 years ago | 
				
					
						|  Qiang Xue | b03b38fb0d | Added $publish parameter to AssetManager::getBundle(). | 12 years ago | 
				
					
						|  Carsten Brandt | 1475b46249 | adjusted asset phpdoc after refactoring #996 | 12 years ago | 
				
					
						|  Qiang Xue | 40cb5b813e | Fixed bug in AssetBundle::registerAssets(). | 12 years ago | 
				
					
						|  Alexander Makarov | 1f6a823073 | Short array syntax | 12 years ago | 
				
					
						|  Qiang Xue | f4e3edb1e0 | Fixes #1004. | 12 years ago | 
				
					
						|  Qiang Xue | 3cd897e583 | Fixed asset file registration with extra leading slashes. | 12 years ago | 
				
					
						|  Qiang Xue | 602592411d | Fixes #996. | 12 years ago | 
				
					
						|  Carsten Brandt | 6507e2e316 | applied new style of Yii::t params to all occurences | 12 years ago | 
				
					
						|  Carsten Brandt | 7817514e86 | fixed default status code for Response::redirect() fixes #961 | 12 years ago | 
				
					
						|  Carsten Brandt | abc1e0c2bb | fix issue #700 adjust depended asset position or throw exception on conflict | 12 years ago | 
				
					
						|  Qiang Xue | 8bff031fc2 | Fixed the issue that dots in URL rules would match any character. | 12 years ago | 
				
					
						|  Alexander Makarov | c7d7a3ce36 | Fixed missing error page when AccessControl is used with default deny rule | 12 years ago | 
				
					
						|  Alexander Makarov | 6488fe47ec | Better phpdoc for chained method calls | 12 years ago | 
				
					
						|  Qiang Xue | 293cb9d86f | Fixed search form. | 12 years ago | 
				
					
						|  egorpromo | 536075c040 | Just simple correction of unintelligible description | 12 years ago | 
				
					
						|  Qiang Xue | fe58cbd56a | doc update. | 12 years ago | 
				
					
						|  Carsten Brandt | 2c30ddfcb0 | added web\Controller::goBack() as shortcut goBack() will redirect user to his returnUrl
fixes #925 | 12 years ago | 
				
					
						|  Qiang Xue | ba1496cd50 | doc fix. | 12 years ago | 
				
					
						|  Qiang Xue | b59812507a | reverted doc change: the original one is correct. | 12 years ago | 
				
					
						|  Alexander Makarov | 45778a4bd7 | Added ->send() to redirect phpdoc example | 12 years ago | 
				
					
						|  Alexander Makarov | e19d0dacf9 | Fixes #823: consistent interface naming | 12 years ago | 
				
					
						|  Qiang Xue | 76154b9776 | Fixes #901: Added $delete parameter to Session::getFlash(). | 12 years ago | 
				
					
						|  Qiang Xue | 93d5f5a3ec | Fixes #897. | 12 years ago | 
				
					
						|  Qiang Xue | ae39324e54 | Support ajax redirection. | 12 years ago | 
				
					
						|  Qiang Xue | 3acca93ad3 | Enable CSRF validation by default. | 12 years ago | 
				
					
						|  Qiang Xue | 1aeb86df78 | refactored Request::validateCsrfToken(). | 12 years ago | 
				
					
						|  Qiang Xue | 4f555a5751 | Fixed CSRF validation bug. | 12 years ago | 
				
					
						|  Qiang Xue | f9b957554f | Added Controller::enableCsrfValidation to support turning on/off CSRF validation for particular actions. | 12 years ago | 
				
					
						|  Carsten Brandt | b8ffee6559 | moved CacheSession::init() parent call after init of cache component session autostart would fail otherwise.
fixes #887 | 12 years ago | 
				
					
						|  Carsten Brandt | cc09ef56b9 | updated @property annotations of web\Request | 12 years ago |