43f19e8aee 
								
							
								 
							
						 
						
							
							
								
								use andWhere() in AR::find() to work properly with default scope  
							
							... 
							
							
 
							
							fixes  #1469  
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								41685a2409 
								
							
								 
							
						 
						
							
							
								
								moved extensions under yii.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e2b4708bbd 
								
							
								 
							
						 
						
							
							
								
								added support for updateCounters to elasticsearch  
							
							... 
							
							
 
							
							issue #1313  
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								26767735dc 
								
							
								 
							
						 
						
							
							
								
								Renamed byte methods, moved path methods back to StringHelper  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								5f2a612c78 
								
							
								 
							
						 
						
							
							
								
								Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ff52f28d0a 
								
							
								 
							
						 
						
							
							
								
								adjusted elasticsearch and redis AR to use BaseAR  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a5e3c00d75 
								
							
								 
							
						 
						
							
							
								
								replaced inheritdoc tags.  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								2ff8ac3d61 
								
							
								 
							
						 
						
							
							
								
								fixed PhpDoc by swapping to {@inheritdoc}  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								40fc84b342 
								
							
								 
							
						 
						
							
							
								
								cleanup & docs  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								5164a1671c 
								
							
								 
							
						 
						
							
							
								
								finalized Query interface + general cleanup  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								613758dda5 
								
							
								 
							
						 
						
							
							
								
								refactored elasticsearch COnnection and Command  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								b081cf5e46 
								
							
								 
							
						 
						
							
							
								
								moved elasticsearch to extensions  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2cd0a2cdba 
								
							
								 
							
						 
						
							
							
								
								docs  
							
							... 
							
							
 
							
							[ci skip] 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								325fc28182 
								
							
								 
							
						 
						
							
							
								
								several fixes and cleanup  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								af5d87ac4d 
								
							
								 
							
						 
						
							
							
								
								renamed elasticsearch PK to id  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								983b2286ba 
								
							
								 
							
						 
						
							
							
								
								elasticsearch AR relations + null values  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e15860c3fa 
								
							
								 
							
						 
						
							
							
								
								more on elasticsearch Query interface added facet search  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								679da53390 
								
							
								 
							
						 
						
							
							
								
								polished Query API  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c6347d6d01 
								
							
								 
							
						 
						
							
							
								
								polished elasticsearch AR api, added mget and fixed AR::equals()  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								426223af1d 
								
							
								 
							
						 
						
							
							
								
								more query methods and fixes  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								39ff11a374 
								
							
								 
							
						 
						
							
							
								
								first draft of elasticsearch AR  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e0fcecf222 
								
							
								 
							
						 
						
							
							
								
								implemented base index and data manipulation api  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								d442f05631 
								
							
								 
							
						 
						
							
							
								
								elasticsearch find by simple condition  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								955bf7daaf 
								
							
								 
							
						 
						
							
							
								
								basic CRUD for elastic search WIP  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a94886fafd 
								
							
								 
							
						 
						
							
							
								
								elasticsearch AR WIP copied parts from redis implementation  
							
							
 
							
						 
						
							12 years ago