|  |  |  | @ -14,7 +14,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  | 	* CompareValidator::clientValidateAttribute(): search for "CHtml::activeId" | 
			
		
	
		
			
				
					|  |  |  |  | 	* FileValidator, UniqueValidator, ExistValidator, DateValidator: TBD | 
			
		
	
		
			
				
					|  |  |  |  | 	* consider merging UniqueValidator and ExistValidator and using a NOT property. | 
			
		
	
		
			
				
					|  |  |  |  | - console command support | 
			
		
	
		
			
				
					|  |  |  |  | - console command support [DONE] | 
			
		
	
		
			
				
					|  |  |  |  | - built-in console commands | 
			
		
	
		
			
				
					|  |  |  |  | 	+ api doc builder | 
			
		
	
		
			
				
					|  |  |  |  | 		* support for markdown syntax | 
			
		
	
	
		
			
				
					|  |  |  | @ -59,5 +59,8 @@ | 
			
		
	
		
			
				
					|  |  |  |  |     * ability to manage scripts order (store these in a vector?) | 
			
		
	
		
			
				
					|  |  |  |  | 	* http://ryanbigg.com/guides/asset_pipeline.html, http://guides.rubyonrails.org/asset_pipeline.html, use content hash instead of mtime + directory hash. | 
			
		
	
		
			
				
					|  |  |  |  | - Requirement checker | 
			
		
	
		
			
				
					|  |  |  |  | - Optional configurable input filtering in request | 
			
		
	
		
			
				
					|  |  |  |  | - widgets | 
			
		
	
		
			
				
					|  |  |  |  |     * if we're going to supply default ones, these should generate really unique IDs. This will solve a lot of AJAX-nesting problems. | 
			
		
	
		
			
				
					|  |  |  |  |     * if we're going to supply default ones, these should generate really unique IDs. This will solve a lot of AJAX-nesting problems. | 
			
		
	
		
			
				
					|  |  |  |  | - Make sure type hinting is used when components are passed to methods | 
			
		
	
		
			
				
					|  |  |  |  | - Decouple controller from application (by passing web application instance to controller and if not passed, using Yii::app())? |