776162b05e 
								
							
								 
							
						 
						
							
							
								
								created StringHelper::basename()  
							
							... 
							
							
 
							
							In contrast to php function basename() It that always uses \ and /
as directory separator.
It is needed for use on Classnames that contain namespaces.
Fixes  #192  
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								ad26b7d3d1 
								
							
								 
							
						 
						
							
							
								
								Use Composer autoload to handle dependency class loading  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a51019bbed 
								
							
								 
							
						 
						
							
							
								
								Console helper: use self:: for refering to constants  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8197ab556e 
								
							
								 
							
						 
						
							
							
								
								Revert static calls in switch  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								ded4ccd778 
								
							
								 
							
						 
						
							
							
								
								Fixed php 5.4+ Exception in Console helper  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								ed74636af8 
								
							
								 
							
						 
						
							
							
								
								more doc variable name fixes  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								88c74e99c3 
								
							
								 
							
						 
						
							
							
								
								variable name fix in docs of Markdown helper  
							
							... 
							
							
 
							
							f2258e760f (commitcomment-3165819) 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								69cad905dd 
								
							
								 
							
						 
						
							
							
								
								Refactoring Console commands  
							
							... 
							
							
 
							
							added method wrappers in console/Controller
issue #33  
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6faf8344a9 
								
							
								 
							
						 
						
							
							
								
								Spaces -> Tabs  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								92ec41cc7b 
								
							
								 
							
						 
						
							
							
								
								Moved Composer vendor dir into framework  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f2258e760f 
								
							
								 
							
						 
						
							
							
								
								Added Purifier and Markdown helpers, added composer.lock  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								48d04fbb8c 
								
							
								 
							
						 
						
							
							
								
								!== array() => !empty()  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								d7df7053e0 
								
							
								 
							
						 
						
							
							
								
								=== array() => empty()  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e1c788233a 
								
							
								 
							
						 
						
							
							
								
								fixed typo  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								dd5969147d 
								
							
								 
							
						 
						
							
							
								
								move JsExpression to web.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a20bd45645 
								
							
								 
							
						 
						
							
							
								
								Fixed formatting  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								ba0032b1cd 
								
							
								 
							
						 
						
							
							
								
								proposed refactor of ConsoleColor  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0766fbccb5 
								
							
								 
							
						 
						
							
							
								
								Fixes issue  #128 .  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								4be9e195c2 
								
							
								 
							
						 
						
							
							
								
								Add Newlines  
							
							... 
							
							
 
							
							Appended newlines to every PHP document that did not have a newline as the last character in the file. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								47c643fbff 
								
							
								 
							
						 
						
							
							
								
								Call static::dumpAsString in VarDumper::dump  
							
							... 
							
							
 
							
							This way we can extend VarDumper::dumpAsString 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7f5cbce69c 
								
							
								 
							
						 
						
							
							
								
								fix SecurityHelper description  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								cfc958201f 
								
							
								 
							
						 
						
							
							
								
								Remove reference to php 5.4-only constants in arrayhelper  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								dc73c916fc 
								
							
								 
							
						 
						
							
							
								
								Fix unsupported flag in php 5.3.x environment [ArrayHelper::multisort]  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6e779e02d6 
								
							
								 
							
						 
						
							
							
								
								Fixed issue  #7 : ArrayHelper::multisort is not compatible with PHP 5.3  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1a317ebe31 
								
							
								 
							
						 
						
							
							
								
								Fixed VarDumper::dump for objects  
							
							... 
							
							
 
							
							Otherwise it throws an exception that "Object of class ClassName
could not be converted to string" 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								14781584f9 
								
							
								 
							
						 
						
							
							
								
								Use a string for the mode too  
							
							... 
							
							
 
							
							The cipher is already specified as string 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								88bfce96d4 
								
							
								 
							
						 
						
							
							
								
								Use AES-192 for encryption  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								2bdfc27692 
								
							
								 
							
						 
						
							
							
								
								Fixes for issue  #78 .  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0454d03177 
								
							
								 
							
						 
						
							
							
								
								Fixed test break.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								147b3155c8 
								
							
								 
							
						 
						
							
							
								
								Added contact page. Fixed various form bugs.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								9100217229 
								
							
								 
							
						 
						
							
							
								
								Finished ActiveForm.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								53a7b82672 
								
							
								 
							
						 
						
							
							
								
								Renamed JsonExpression to JsExpression.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5fd27b7cbb 
								
							
								 
							
						 
						
							
							
								
								Added Json and JsonExpression.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f5f3d2e48e 
								
							
								 
							
						 
						
							
							
								
								Added bootstrap. form WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								69b2b3722b 
								
							
								 
							
						 
						
							
							
								
								form wip  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a4b7d493b0 
								
							
								 
							
						 
						
							
							
								
								Removed the $value parameter from radio and checkbox.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								399a53cfc4 
								
							
								 
							
						 
						
							
							
								
								activeform wip  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								784bdb326e 
								
							
								 
							
						 
						
							
							
								
								refactoring activeform.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								989b8fa5bf 
								
							
								 
							
						 
						
							
							
								
								Added CSRF support.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7dd1f884c4 
								
							
								 
							
						 
						
							
							
								
								Added support for rest to Html.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								fadb528f2e 
								
							
								 
							
						 
						
							
							
								
								script WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a3d058574e 
								
							
								 
							
						 
						
							
							
								
								refactored FileHelper::copyDirectory()  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8f9cfa2c30 
								
							
								 
							
						 
						
							
							
								
								draft of script/asset management is done.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5b412b8f84 
								
							
								 
							
						 
						
							
							
								
								script WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								9f2b44fc21 
								
							
								 
							
						 
						
							
							
								
								phpdoc  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8f7757a25c 
								
							
								 
							
						 
						
							
							
								
								conditions cleanup  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								9183e83753 
								
							
								 
							
						 
						
							
							
								
								restructured helper classes  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								cd1b3d321a 
								
							
								 
							
						 
						
							
							
								
								refactored url creation shortcut method.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								392b293d33 
								
							
								 
							
						 
						
							
							
								
								FragmentCache WIP  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								884977a724 
								
							
								 
							
						 
						
							
							
								
								renamed util to helpers.  
							
							
 
							
						 
						
							13 years ago