eab7e4a21a 
								
							
								 
							
						 
						
							
							
								
								Added $formName to Model::load().  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								cb4a8c764c 
								
							
								 
							
						 
						
							
							
								
								Refactored validators.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								83527e85ca 
								
							
								 
							
						 
						
							
							
								
								made Model::attributes() non static again  
							
							... 
							
							
 
							
							- allows to have dynamic definition of attributes depended on the
  instance
- there was no real need for it to be static. Places that used it static
  have been refactored.
fixes  #1318  
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e4e376ba28 
								
							
								 
							
						 
						
							
							
								
								fixed test break.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								858326c074 
								
							
								 
							
						 
						
							
							
								
								Fixed test break.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								039ed688cf 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1301 : fixed scenario generation when there are "except" scenarios.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								cb4504a10f 
								
							
								 
							
						 
						
							
							
								
								refactored Model and redis AR to allow drop of RecordSchema  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								539e233d9c 
								
							
								 
							
						 
						
							
							
								
								massive improvement on class documentation  
							
							... 
							
							
 
							
							- added example code for application components
- added missing short description
[ci skip] 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2adcd16e0d 
								
							
								 
							
						 
						
							
							
								
								Update phpDoc  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								3ff8f10d11 
								
							
								 
							
						 
						
							
							
								
								Add array conversion on creating validator  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1c2489a3dc 
								
							
								 
							
						 
						
							
							
								
								Using only arrays in rules instead comma-separated string  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								b0b1c27c85 
								
							
								 
							
						 
						
							
							
								
								Fix phpDoc var tag format  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								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 
							
						 
						
							12 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