934051e804 
								
							
								 
							
						 
						
							
							
								
								Small fixes for the sake of consistency  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								323008b177 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1296 : stricter check of dashes in route.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a1f7f8bcbe 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1335 : support view extension fallback  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1fe7f5aaf8 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1335 : findLayoutFile() should respect View::defaultExtension.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								af778d1a13 
								
							
								 
							
						 
						
							
							
								
								Fixed actions() docs where alias was used to refer to class  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2617dfbaf3 
								
							
								 
							
						 
						
							
							
								
								Removed links to non-existent things phpDocs [skip ci]  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								9b95a81b0c 
								
							
								 
							
						 
						
							
							
								
								Fixed the rest phpDocs [skip ci]  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e0294ea724 
								
							
								 
							
						 
						
							
							
								
								'ViewContext' renamed to 'ViewContextInterface'.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								83e353dd41 
								
							
								 
							
						 
						
							
							
								
								'ViewContext' interface extracted, files render workflow refactored to use this interface.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1f6a823073 
								
							
								 
							
						 
						
							
							
								
								Short array syntax  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f9b957554f 
								
							
								 
							
						 
						
							
							
								
								Added Controller::enableCsrfValidation to support turning on/off CSRF validation for particular actions.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ca69ef09d4 
								
							
								 
							
						 
						
							
							
								
								update of  @property  annotations  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								bdb77f33ba 
								
							
								 
							
						 
						
							
							
								
								updated  @property  annotations of many classes  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ce4f37a183 
								
							
								 
							
						 
						
							
							
								
								doc fix.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f1ba923e91 
								
							
								 
							
						 
						
							
							
								
								Fixes   #648 : EVENT_BEFORE_ACTION is triggered twice.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ba6c10eb30 
								
							
								 
							
						 
						
							
							
								
								Yii debugger WIP  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								682c0a346f 
								
							
								 
							
						 
						
							
							
								
								Added trace messages.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7a587f62a6 
								
							
								 
							
						 
						
							
							
								
								Added back the events for Controller.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								3a365dae49 
								
							
								 
							
						 
						
							
							
								
								Added new events.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								16dcd9701f 
								
							
								 
							
						 
						
							
							
								
								Added Model::loadMultiple() and validateMultiple().  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								3e18479d1f 
								
							
								 
							
						 
						
							
							
								
								Fixes issue  #545 : PageCache doesn't work.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f18d6df625 
								
							
								 
							
						 
						
							
							
								
								Revert "Merge pull request  #548  from cebe/action-response"  
							
							... 
							
							
 
							
							This reverts commit 9d7597d61a6b6390f72b 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								71782b344e 
								
							
								 
							
						 
						
							
							
								
								Changed existing code to match the changes regarding response  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								b138199c59 
								
							
								 
							
						 
						
							
							
								
								implementation of Response tied to actions  
							
							... 
							
							
 
							
							Result of a discussion with @qiangxue 
- there is not global Yii::$app->response anymore, every action has
  dedicated response class
- implementation allows using HMVC pattern now, nested actions do not
  interfer 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								75b614787c 
								
							
								 
							
						 
						
							
							
								
								doc clarification.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								82c978f86a 
								
							
								 
							
						 
						
							
							
								
								draft idea of action based responses  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5a8e4b648b 
								
							
								 
							
						 
						
							
							
								
								Added XmlResponseFormatter.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								420637443c 
								
							
								 
							
						 
						
							
							
								
								Refactored the way of sending response in controller actions.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5e8154ed7f 
								
							
								 
							
						 
						
							
							
								
								Removed unused method.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f690f0db13 
								
							
								 
							
						 
						
							
							
								
								Fixes issue  #441 : InvalidRequestException should be HttpException  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f72105166c 
								
							
								 
							
						 
						
							
							
								
								reorganized the main repo to satisfy PSR-0.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0522f9bbfe 
								
							
								 
							
						 
						
							
							
								
								Replaced id2camel with direct implementation  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								fb5993af40 
								
							
								 
							
						 
						
							
							
								
								Fixes issue  #251 : changed the signature of t() to be the same as v1.1  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								2d8a465c2f 
								
							
								 
							
						 
						
							
							
								
								Fixes issue  #257 : removed the $view parameter from widget methods.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								c98628d42e 
								
							
								 
							
						 
						
							
							
								
								CS fixes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								b314d96355 
								
							
								 
							
						 
						
							
							
								
								Change magic property to normal method. (Thanks to @maxlapko.)  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								db61885ebd 
								
							
								 
							
						 
						
							
							
								
								Fixes issue  #201 .  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0d814fa523 
								
							
								 
							
						 
						
							
							
								
								Moved "framework" to "iii".  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								17807874b6 
								
							
								 
							
						 
						
							
							
								
								Fixes issue  #53 : implemented Menu.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								48d04fbb8c 
								
							
								 
							
						 
						
							
							
								
								!== array() => !empty()  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								06fa0259b5 
								
							
								 
							
						 
						
							
							
								
								Added Controller::populate().  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a578938df7 
								
							
								 
							
						 
						
							
							
								
								Added beforeAction and afterAction to Module.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5b412b8f84 
								
							
								 
							
						 
						
							
							
								
								script WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								31777c9231 
								
							
								 
							
						 
						
							
							
								
								Fixed render issue.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								c32a202d82 
								
							
								 
							
						 
						
							
							
								
								refactored MVC.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								2fd87fb6d0 
								
							
								 
							
						 
						
							
							
								
								User WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								884977a724 
								
							
								 
							
						 
						
							
							
								
								renamed util to helpers.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a5ee5b842b 
								
							
								 
							
						 
						
							
							
								
								view WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								2ecf1d9284 
								
							
								 
							
						 
						
							
							
								
								view sip  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1d48d01ef7 
								
							
								 
							
						 
						
							
							
								
								refactored View.  
							
							
 
							
						 
						
							13 years ago