6b41d41fd9 
								
							
								 
							
						 
						
							
							
								
								Fixes   #711 .  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e433c98ed4 
								
							
								 
							
						 
						
							
							
								
								Fixes   #599  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								203f4bfe3e 
								
							
								 
							
						 
						
							
							
								
								Fixes issue  #643  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								12c48d1ae4 
								
							
								 
							
						 
						
							
							
								
								Refactored logging.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								3a365dae49 
								
							
								 
							
						 
						
							
							
								
								Added new events.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								611052c4cf 
								
							
								 
							
						 
						
							
							
								
								Support preloading modules  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								420637443c 
								
							
								 
							
						 
						
							
							
								
								Refactored the way of sending response in controller actions.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7a7d2a9c06 
								
							
								 
							
						 
						
							
							
								
								CS fixes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								b7c1f94977 
								
							
								 
							
						 
						
							
							
								
								Fixed bug about setting default path aliases.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								21160338d7 
								
							
								 
							
						 
						
							
							
								
								Implemented default controller namespace.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8435285c19 
								
							
								 
							
						 
						
							
							
								
								doc fix.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f72105166c 
								
							
								 
							
						 
						
							
							
								
								reorganized the main repo to satisfy PSR-0.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0522f9bbfe 
								
							
								 
							
						 
						
							
							
								
								Replaced id2camel with direct implementation  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1b7b200c1e 
								
							
								 
							
						 
						
							
							
								
								Fixes issue  #320 : Module::createController() will fail with a route with trailing slash.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5e888260d8 
								
							
								 
							
						 
						
							
							
								
								Fixed issue with getting Object component  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0d814fa523 
								
							
								 
							
						 
						
							
							
								
								Moved "framework" to "iii".  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0b4d47d951 
								
							
								 
							
						 
						
							
							
								
								Support default standard component class.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a578938df7 
								
							
								 
							
						 
						
							
							
								
								Added beforeAction and afterAction to Module.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								990489354d 
								
							
								 
							
						 
						
							
							
								
								corrected exception class  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5b412b8f84 
								
							
								 
							
						 
						
							
							
								
								script WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f22dd82fb6 
								
							
								 
							
						 
						
							
							
								
								refactored autoloader.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								bcc833200a 
								
							
								 
							
						 
						
							
							
								
								simplified Yii::import().  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6ae715ff8a 
								
							
								 
							
						 
						
							
							
								
								refactored autoloading.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								4c2fcd7608 
								
							
								 
							
						 
						
							
							
								
								refactored application.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								3bd186deeb 
								
							
								 
							
						 
						
							
							
								
								refactored validators.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								78457bf009 
								
							
								 
							
						 
						
							
							
								
								fetching plural rule data.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e7295ad564 
								
							
								 
							
						 
						
							
							
								
								Use __METHOD__ as log category.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e1acc64b2b 
								
							
								 
							
						 
						
							
							
								
								refactoring cache and db references.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								884977a724 
								
							
								 
							
						 
						
							
							
								
								renamed util to helpers.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								4fdaab3560 
								
							
								 
							
						 
						
							
							
								
								updated file header.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1c375b9097 
								
							
								 
							
						 
						
							
							
								
								bug fixes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8b2b7915b4 
								
							
								 
							
						 
						
							
							
								
								Renamed application to app.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e09a791c92 
								
							
								 
							
						 
						
							
							
								
								MVC cleanup  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								9165a1592a 
								
							
								 
							
						 
						
							
							
								
								cleanup.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								3fa22483c1 
								
							
								 
							
						 
						
							
							
								
								refactored logging.  
							
							... 
							
							
 
							
							MVC WIP 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								ceac41b250 
								
							
								 
							
						 
						
							
							
								
								MVC WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								29398f4c22 
								
							
								 
							
						 
						
							
							
								
								MVC WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								edc48dc9c7 
								
							
								 
							
						 
						
							
							
								
								removed ApplicationComponent.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								c72d7dc96b 
								
							
								 
							
						 
						
							
							
								
								cleanup WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8e05e6e62d 
								
							
								 
							
						 
						
							
							
								
								changed copyright line.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8517ee9e50 
								
							
								 
							
						 
						
							
							
								
								reorganized DB classes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								b7a7800fec 
								
							
								 
							
						 
						
							
							
								
								Fixed constructors.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								b1047e7ff6 
								
							
								 
							
						 
						
							
							
								
								refactored object creation.  
							
							... 
							
							
 
							
							added more exception classes.
working on request and response classes. 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								7865a56d4e 
								
							
								 
							
						 
						
							
							
								
								...  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								ed9f225fb4 
								
							
								 
							
						 
						
							
							
								
								...  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								12932f0d77 
								
							
								 
							
						 
						
							
							
								
								help command.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								be8dd940db 
								
							
								 
							
						 
						
							
							
								
								...  
							
							
 
							
						 
						
							14 years ago