ee81915a1e 
								
							
								 
							
						 
						
							
							
								
								Removed redundant code in detachBehaviors()  
							
							... 
							
							
 
							
							After ensureBehaviors() call $this->_behaviors is an array already.
And since detachBehavior() unsets elements in $this->_behaviors, $this->_behaviors turns out to be an empty array after all iterations. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								85b5c75b61 
								
							
								 
							
						 
						
							
							
								
								doc style  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								5156cc14ce 
								
							
								 
							
						 
						
							
							
								
								More docs  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								4d720389c3 
								
							
								 
							
						 
						
							
							
								
								It is more obviouse what to pass in trigger() method  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								684ee633f7 
								
							
								 
							
						 
						
							
							
								
								removed unneeded check.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								539e233d9c 
								
							
								 
							
						 
						
							
							
								
								massive improvement on class documentation  
							
							... 
							
							
 
							
							- added example code for application components
- added missing short description
[ci skip] 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								9b95a81b0c 
								
							
								 
							
						 
						
							
							
								
								Fixed the rest phpDocs [skip ci]  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								8b00693a0a 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1025 : Implemented support for class-level events.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0ee120f5f9 
								
							
								 
							
						 
						
							
							
								
								refactored Component::off().  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1f6a823073 
								
							
								 
							
						 
						
							
							
								
								Short array syntax  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								91b6e2945a 
								
							
								 
							
						 
						
							
							
								
								Removed the support for calling anonymous function returned as a property value.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								84dd19d76f 
								
							
								 
							
						 
						
							
							
								
								Fixed the issue that Object/Component doesn't support using anonymous function as normal property values.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								326e98a41c 
								
							
								 
							
						 
						
							
							
								
								doc fix.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								9a4d7ff15b 
								
							
								 
							
						 
						
							
							
								
								Exception message when getting write-only property  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7fa81949bf 
								
							
								 
							
						 
						
							
							
								
								various documentation changes  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7a6ce8251a 
								
							
								 
							
						 
						
							
							
								
								simplified method check in Component::__call()  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								15a3ec2764 
								
							
								 
							
						 
						
							
							
								
								added unit tests and call to $behavior->hasMethod in Component  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7a55640670 
								
							
								 
							
						 
						
							
							
								
								Added hasMethod() to Component and Object class  
							
							... 
							
							
 
							
							this allows implementing __call() in behaviors
See this forum topic for details:
http://www.yiiframework.com/forum/index.php/topic/46629-invoke-behavior-method-through-php-magic-method-call-dosent-work/  
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f83fcc553c 
								
							
								 
							
						 
						
							
							
								
								fixed return value of Component::can*Property  
							
							... 
							
							
 
							
							return false, not null 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ca69ef09d4 
								
							
								 
							
						 
						
							
							
								
								update of  @property  annotations  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								004c509ca3 
								
							
								 
							
						 
						
							
							
								
								checkVar => checkVars  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								bb05ed4f24 
								
							
								 
							
						 
						
							
							
								
								Update Component.php  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								846f17017c 
								
							
								 
							
						 
						
							
							
								
								Component::hasProperty() small optimization  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								250ec28e0c 
								
							
								 
							
						 
						
							
							
								
								Fixes   #713 .  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f72105166c 
								
							
								 
							
						 
						
							
							
								
								reorganized the main repo to satisfy PSR-0.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0d814fa523 
								
							
								 
							
						 
						
							
							
								
								Moved "framework" to "iii".  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a94c432311 
								
							
								 
							
						 
						
							
							
								
								Fix attaching behavior via config  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								3d40b171e0 
								
							
								 
							
						 
						
							
							
								
								Fix attaching behavior via config  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								2d1180f35c 
								
							
								 
							
						 
						
							
							
								
								Add ensureBehaviors() to detachBehavior*()  
							
							... 
							
							
 
							
							Need to add ensureBehaviors() to detachBehavior*().
The intent may be to detach behaviors defined in behaviors().
In the original implementation, if these behaviors() are not yet attached, they can not selectively be detached. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								55e8db9b97 
								
							
								 
							
						 
						
							
							
								
								improved doc.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a421f9f1ab 
								
							
								 
							
						 
						
							
							
								
								refactored component event.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1fbf81be57 
								
							
								 
							
						 
						
							
							
								
								User WIP.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								de5c304f64 
								
							
								 
							
						 
						
							
							
								
								finished fragment caching.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								4fdaab3560 
								
							
								 
							
						 
						
							
							
								
								updated file header.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								edc48dc9c7 
								
							
								 
							
						 
						
							
							
								
								removed ApplicationComponent.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								ed8b795295 
								
							
								 
							
						 
						
							
							
								
								renamed exception classes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								04cf537394 
								
							
								 
							
						 
						
							
							
								
								move back api docs.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								88672ed1da 
								
							
								 
							
						 
						
							
							
								
								furnishing base classes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8e05e6e62d 
								
							
								 
							
						 
						
							
							
								
								changed copyright line.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e5cefb0133 
								
							
								 
							
						 
						
							
							
								
								moved api docs.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								72ff81f73d 
								
							
								 
							
						 
						
							
							
								
								Web WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								9b5e870a2d 
								
							
								 
							
						 
						
							
							
								
								Added Component::__clone()  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								b1047e7ff6 
								
							
								 
							
						 
						
							
							
								
								refactored object creation.  
							
							... 
							
							
 
							
							added more exception classes.
working on request and response classes. 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								1599a2cf25 
								
							
								 
							
						 
						
							
							
								
								Removed Object::evaluateExpression().  
							
							... 
							
							
 
							
							Finished ExpressionDependency. 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								a1973f2c1d 
								
							
								 
							
						 
						
							
							
								
								fixed behavior detaching.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								bb92623f88 
								
							
								 
							
						 
						
							
							
								
								fixed doc.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								cc0be8ad18 
								
							
								 
							
						 
						
							
							
								
								support anonymous behaviors.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								c9097ed036 
								
							
								 
							
						 
						
							
							
								
								working on controllers and actions.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								9c7a06b122 
								
							
								 
							
						 
						
							
							
								
								better comments style, missing  @thorws  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								69b49180ef 
								
							
								 
							
						 
						
							
							
								
								Updated asa -> getBehavior  
							
							
 
							
						 
						
							14 years ago