[TYPO3-project-formidable] [Maybe solvation]Russian locals doesn't work int Formidable 2.0.238, I wrote the solvation some time ago. Please patch it.

Jerome Schneider typo3dev at ameos.com
Thu Sep 11 16:15:53 CEST 2008


Hi Nikitin,

It's now implemented in rev 248
http://formidable.typo3.ug/svn/changelog/revision-248.html

Jerome

"Nikitin S.M." <nikitinsm at gmail.com> a ecrit dans le message de news: 
mailman.1.1221134524.17835.typo3-project-formidable at lists.netfielders.de...
>
> I think it is of the ajax patch because when I'm setting runat=server - 
> works perfect, and in ajax and js mode "confirm" disapears because it 
> forms in formidable_mainrenderer->_getServerEvent and it isn't called in 
> "ajax" mode only in "server". I think if it'll be before calling
> _getServerEvent, _getAjaxEvent or _getClientEvent it will work perfect.
>
>
> Nikitin S.M. ïèøåò:
>> Now it doesn't work at all )))))
>>
>> Jerome Schneider ïèøåò:
>>> Done
>>> Will be available in next SVN revision
>>>
>>> Thanks
>>> "Nikitin S.M." <nikitinsm at gmail.com> a écrit dans le message de news: 
>>> mailman.1.1220791708.31460.typo3-project-formidable at lists.netfielders.de...
>>>> remove rawurlencode() from confirm renderer:
>>>>
>>>> PATCH FILE:
>>>> ameos_formidable/api/class.mainrenderer.php
>>>>
>>>> == row num : 171-178 ==
>>>> == replace: ==
>>>> $sConfirm = "false";
>>>> if(array_key_exists("confirm", $aEvent) && trim($aEvent["confirm"] !== 
>>>> "")) {
>>>> $sConfirm = "'" . rawurlencode(
>>>> $this->oForm->_getLLLabel(
>>>> $aEvent["confirm"]
>>>> )
>>>> ) . "'";
>>>> }
>>>>
>>>> == with ===============
>>>> $sConfirm = "false";
>>>> if(array_key_exists("confirm", $aEvent) && trim($aEvent["confirm"] !== 
>>>> "")) {
>>>> $sConfirm = "'" . $this->oForm->_getLLLabel(
>>>> $aEvent["confirm"]
>>>> ) . "'";
>>>> }
>>>
>>> 




More information about the TYPO3-project-formidable mailing list