[pLog-svn] r6434 - plog/branches/lifetype-1.2/class/summary/action

Jon Daley plogworld at jon.limedaley.com
Fri May 2 00:39:58 EDT 2008


 	Is this fixed in php5, so that we will be able to turn back on 
filtering, or does our code have to be switched to UTF8 everywhere, 
before that will work?

On Thu, 1 May 2008, mark at devel.lifetype.net wrote:

> Author: mark
> Date: 2008-05-01 23:24:39 -0400 (Thu, 01 May 2008)
> New Revision: 6434
>
> Modified:
>   plog/branches/lifetype-1.2/class/summary/action/doblogregistration.class.php
> Log:
> :( We can not filter html entities here, it will cause error in CJK environment.
>
> Modified: plog/branches/lifetype-1.2/class/summary/action/doblogregistration.class.php
> ===================================================================
> --- plog/branches/lifetype-1.2/class/summary/action/doblogregistration.class.php	2008-05-01 20:05:11 UTC (rev 6433)
> +++ plog/branches/lifetype-1.2/class/summary/action/doblogregistration.class.php	2008-05-02 03:24:39 UTC (rev 6434)
> @@ -24,7 +24,7 @@
> 	    	$this->RegisterAction( $actionInfo, $request );
>
> 			// input filters
> -			$this->_request->registerFilter( "blogName", new HtmlFilter( true ));
> +			$this->_request->registerFilter( "blogName", new HtmlFilter());
>
> 	    	// data validation
> 	    	//$this->registerFieldValidator( "userId", new IntegerValidator());
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com/

Scientists have proven that it's impossible to long-jump 30 feet,
but I don't listen to that kind of talk.
Thoughts like that have a way of sinking into your feet.
-- Carl Lewis


More information about the pLog-svn mailing list