9841d6c639 
								
							
								 
							
						 
						
							
							
								
								Fixes issue  #124 .  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								90cfb6ebb8 
								
							
								 
							
						 
						
							
							
								
								ActiveForm wip  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								767a78f8b8 
								
							
								 
							
						 
						
							
							
								
								better handling of errors during rendering an error  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								77233cf39e 
								
							
								 
							
						 
						
							
							
								
								removed dev comment  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								d22e8ea34b 
								
							
								 
							
						 
						
							
							
								
								Added YiiBase::importNamespaces().  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5b412b8f84 
								
							
								 
							
						 
						
							
							
								
								script WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0416e01414 
								
							
								 
							
						 
						
							
							
								
								script WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f52bc48576 
								
							
								 
							
						 
						
							
							
								
								use error_log to log fatal errors.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								428d912811 
								
							
								 
							
						 
						
							
							
								
								script WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								3616278ada 
								
							
								 
							
						 
						
							
							
								
								typo.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6ae715ff8a 
								
							
								 
							
						 
						
							
							
								
								refactored autoloading.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								4c2fcd7608 
								
							
								 
							
						 
						
							
							
								
								refactored application.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								122bd231b4 
								
							
								 
							
						 
						
							
							
								
								modified Application constructor signature.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1df9114b9a 
								
							
								 
							
						 
						
							
							
								
								refactored ErrorException handling.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								cd1b3d321a 
								
							
								 
							
						 
						
							
							
								
								refactored url creation shortcut method.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								80dbaaca8b 
								
							
								 
							
						 
						
							
							
								
								bug fixes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								379e48a4c6 
								
							
								 
							
						 
						
							
							
								
								Finished new message translation implementation.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								884977a724 
								
							
								 
							
						 
						
							
							
								
								renamed util to helpers.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1d48d01ef7 
								
							
								 
							
						 
						
							
							
								
								refactored View.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								30d70be071 
								
							
								 
							
						 
						
							
							
								
								Finished Html helper.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								4fdaab3560 
								
							
								 
							
						 
						
							
							
								
								updated file header.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								210e7b69c4 
								
							
								 
							
						 
						
							
							
								
								cleanup  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e66729840d 
								
							
								 
							
						 
						
							
							
								
								Finished cookie.  
							
							... 
							
							
 
							
							Finished SecurityHelper. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7f1f1b7767 
								
							
								 
							
						 
						
							
							
								
								- Moved handling fatal errors into handleFatalError() method.  
							
							... 
							
							
 
							
							- Refactored checking for fatal error.
- Suppressed errors in exception handler in case of fatal errors. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								2d5db95149 
								
							
								 
							
						 
						
							
							
								
								More on error handling:  
							
							... 
							
							
 
							
							- Correct exit code for require errors in CLI mode. It was 0 even in case of error.
- Solved handling fatals and displaying custom error template w/o output buffering.
- If XDEBUG is available, error screen will display trace (implementation inspired by Kohana and Nette).
- Added ErrorException to store/display type of the error and user-friendly messages.
- Fatals are still logged in PHP log.
- Turned off native display_errors since we're now catching all errors.
- Added reserving memory (256kb) . Can be removed safely. In case of removal we're losing only memory exhausted error when allocating last very small chunk of memory.
- Properly handled errors in __toString (exception can't be thrown in this case).
- In the YII_DEBUG===false mode it's bad to display exception name even in page title.
- In the YII_DEBUG===true mode it's still useful to get user-friendly message additionally to exception name. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								842caa3aae 
								
							
								 
							
						 
						
							
							
								
								Yii-style for PHP fatal and parse errors  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e26a9ff4f5 
								
							
								 
							
						 
						
							
							
								
								...  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8b2b7915b4 
								
							
								 
							
						 
						
							
							
								
								Renamed application to app.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								54ee8c44a0 
								
							
								 
							
						 
						
							
							
								
								refactored exceptions.  
							
							... 
							
							
 
							
							I18N WIP. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								398ac25456 
								
							
								 
							
						 
						
							
							
								
								added UserException.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								25e82b3d1a 
								
							
								 
							
						 
						
							
							
								
								ViewRenderer WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								761a9f4472 
								
							
								 
							
						 
						
							
							
								
								exception cleanup.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6fcac32410 
								
							
								 
							
						 
						
							
							
								
								error handling cleanup.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								3fa22483c1 
								
							
								 
							
						 
						
							
							
								
								refactored logging.  
							
							... 
							
							
 
							
							MVC WIP 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								ceac41b250 
								
							
								 
							
						 
						
							
							
								
								MVC WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a6961f3404 
								
							
								 
							
						 
						
							
							
								
								patched controller and action creation  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								29398f4c22 
								
							
								 
							
						 
						
							
							
								
								MVC WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								76b153a368 
								
							
								 
							
						 
						
							
							
								
								fixed event doc.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								fb75c95813 
								
							
								 
							
						 
						
							
							
								
								refactored logging.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								ed8b795295 
								
							
								 
							
						 
						
							
							
								
								renamed exception classes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8e05e6e62d 
								
							
								 
							
						 
						
							
							
								
								changed copyright line.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8517ee9e50 
								
							
								 
							
						 
						
							
							
								
								reorganized DB classes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								476266a25b 
								
							
								 
							
						 
						
							
							
								
								moved UrlManager from web to base  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a7abcb0ff0 
								
							
								 
							
						 
						
							
							
								
								fixed constructors chain in base Application  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								ed9f225fb4 
								
							
								 
							
						 
						
							
							
								
								...  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								e8b0fd1327 
								
							
								 
							
						 
						
							
							
								
								...  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								e7a5e8ab37 
								
							
								 
							
						 
						
							
							
								
								...  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								be8dd940db 
								
							
								 
							
						 
						
							
							
								
								...  
							
							
 
							
						 
						
							14 years ago