9b95a81b0c 
								
							
								 
							
						 
						
							
							
								
								Fixed the rest phpDocs [skip ci]  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2a71c72d7c 
								
							
								 
							
						 
						
							
							
								
								fixes   #1066 : Added ActiveForm::validate() and validateMultiple()  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1f6a823073 
								
							
								 
							
						 
						
							
							
								
								Short array syntax  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6f9785a293 
								
							
								 
							
						 
						
							
							
								
								fixes   #995  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1600889f4e 
								
							
								 
							
						 
						
							
							
								
								added isAttributeActive to Model  
							
							... 
							
							
 
							
							consistent api for safe and required 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6d25d3aef6 
								
							
								 
							
						 
						
							
							
								
								Added info about custom validator method signature to Model::rules phpdoc  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								b16bf0691a 
								
							
								 
							
						 
						
							
							
								
								fixed typo  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								fccd8185b5 
								
							
								 
							
						 
						
							
							
								
								Enhanced the default implementation of Model::scenarios() to return all scenarios found in rules().  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								91c16782ef 
								
							
								 
							
						 
						
							
							
								
								finalized PhpDocController  
							
							... 
							
							
 
							
							- cleanup API and usage, add documetation link
- introduced @property  feature in getter or setter which has precedence
  over @return  or @param  tag if present 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1d622b65c3 
								
							
								 
							
						 
						
							
							
								
								fixed docs about error methods in Model  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								d1c41fe144 
								
							
								 
							
						 
						
							
							
								
								changed to trace from info.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								4727ac8f1d 
								
							
								 
							
						 
						
							
							
								
								Refactored the feature of transactional operations.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								3d5388ff2b 
								
							
								 
							
						 
						
							
							
								
								Reorganized captcha code.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ab27d16efd 
								
							
								 
							
						 
						
							
							
								
								* Fixed Model::loadMultiple() when populating from formName()  
							
							... 
							
							
 
							
							* Documentation corrections for data population and quoting names in SQL query 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								452fe3e3b0 
								
							
								 
							
						 
						
							
							
								
								delay validation of scenario to validate().  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6c2cf9a268 
								
							
								 
							
						 
						
							
							
								
								Removed redundant code.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								55daae4773 
								
							
								 
							
						 
						
							
							
								
								Fixes issue  #589 : validate the scenario name.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								16dcd9701f 
								
							
								 
							
						 
						
							
							
								
								Added Model::loadMultiple() and validateMultiple().  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								9cf82b3ae1 
								
							
								 
							
						 
						
							
							
								
								Added Model::load(). Added Controller::refresh() and redirect().  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6c5dfc04f7 
								
							
								 
							
						 
						
							
							
								
								Added default value for error in Model::addError().  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a788f505fb 
								
							
								 
							
						 
						
							
							
								
								Model::formName() correct PHP 5.3 code  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a951e1c8e1 
								
							
								 
							
						 
						
							
							
								
								Replaced Jsonable with Arrayable.  
							
							... 
							
							
 
							
							Added support for different response formats.
Support for error response in different formats. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								29ac3aeea6 
								
							
								 
							
						 
						
							
							
								
								Added Jsonable support.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								641e6ee7cf 
								
							
								 
							
						 
						
							
							
								
								ported inflection methods from StringHelper to Inflector helper class  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f72105166c 
								
							
								 
							
						 
						
							
							
								
								reorganized the main repo to satisfy PSR-0.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0005b07d29 
								
							
								 
							
						 
						
							
							
								
								Removed Vector and Dictionary.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a54c1cd684 
								
							
								 
							
						 
						
							
							
								
								Fixes   #226 : atomic operations and transaction support in AR.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								c98628d42e 
								
							
								 
							
						 
						
							
							
								
								CS fixes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0d814fa523 
								
							
								 
							
						 
						
							
							
								
								Moved "framework" to "iii".  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								bb5b6a4191 
								
							
								 
							
						 
						
							
							
								
								Finished FileValidator and UploadedFile.  
							
							... 
							
							
 
							
							Added Model::formName(). 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e7295ad564 
								
							
								 
							
						 
						
							
							
								
								Use __METHOD__ as log category.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7b73fdff5c 
								
							
								 
							
						 
						
							
							
								
								Better validation rules validity check  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0b265f0e36 
								
							
								 
							
						 
						
							
							
								
								A bit more friendly behavior for unsetting a model attribute  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1fbf81be57 
								
							
								 
							
						 
						
							
							
								
								User WIP.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								66fcf622aa 
								
							
								 
							
						 
						
							
							
								
								Fixed Model::getFirstErrors()  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								884977a724 
								
							
								 
							
						 
						
							
							
								
								renamed util to helpers.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								b71e83016f 
								
							
								 
							
						 
						
							
							
								
								ActiveForm WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1f522d22b4 
								
							
								 
							
						 
						
							
							
								
								sort WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								4fdaab3560 
								
							
								 
							
						 
						
							
							
								
								updated file header.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								76b153a368 
								
							
								 
							
						 
						
							
							
								
								fixed event doc.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								373e6a705e 
								
							
								 
							
						 
						
							
							
								
								refactored event declaration convention.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6ed01e9645 
								
							
								 
							
						 
						
							
							
								
								DB cleanup.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8e05e6e62d 
								
							
								 
							
						 
						
							
							
								
								changed copyright line.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								44af0aa97a 
								
							
								 
							
						 
						
							
							
								
								AR wip  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								377181a008 
								
							
								 
							
						 
						
							
							
								
								new AR WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e828cc6654 
								
							
								 
							
						 
						
							
							
								
								changed the default behavior of scenarios()  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								fee2c998f8 
								
							
								 
							
						 
						
							
							
								
								updated the default value of scenarios()  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								da786f657a 
								
							
								 
							
						 
						
							
							
								
								Implemented new rules and safe attributes  
							
							
 
							
						 
						
							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