[pLog-svn] r4141 - plog/branches/lifetype-1.1.2/locale

BalearWeb balearweb at balearweb.com
Thu Oct 19 08:09:54 GMT 2006


Ok. I understand what you mean.

As far as I can remember, there was
a similar problem in the register form with the
tool to validate the username. See: 
http://bugs.lifetype.net/view.php?id=1020
I don't know if you escaped that or not.

By the way, did Carles from qDevel contact you regarding
a missing hidden imput he found in the registerstep4.template?
The one for the blogDomain? This is what he modified.

<input type="hidden" name="userName" value="{$userName}"/>
+ <input type="hidden" name="blogDomain" value="{$blogDomain}"/>
<input type="hidden" name="userFullName" value="{$userFullName}"/>

Before adding this imput the blogDomain value was not always
being saved in the DB.

Oscar Renalias wrote:
> This was because of another error, it had nothing to do with quotes.
>
> Quotes can stay as they are, there is no need to review and manually
> escape them all. Revision 4140 fixed the issue with the drop-down menu
> by programmatically escaping quotes and revision 4142 fixed another
> problem with quotes using the same approach.
>
> They may be other issues like this in the templates but I'd rather fix
> them in the code instead of fixing all locales. 



More information about the pLog-svn mailing list