Uploading. Now we have to update all language files. :-(

On Thursday, 26 September 2013 02:31:10 UTC-5, dbdeveloper wrote:
>
>  Massimo, my decision can fix this issue: 
> http://code.google.com/p/web2py/issues/detail?id=1677
>
> Can you apply my patch ?
>
> With the best regards,
> Vladyslav Kozlovskyy
> Chernivtsi, Ukraine
>
>
> У ср, 2013-09-25 у 21:42 -0700, Massimo Di Pierro пише: 
>
> Yes the produce the same output but while T.M(s) caches the markmin 
> output, MARKMIN(T(s)) only caches the translated string before MARKMIN 
> rendering. Therefore T.M(s) is faster. 
>
>  
>
>  On Wednesday, 25 September 2013 20:09:38 UTC-5, Anthony wrote: 
>
>  Sorry, that wasn't clear. But why can't you just do: 
>
>   
>
>   var ajax_error_500 = '{{=MARKMIN(T('An error occurred, please [[reload 
> %s]] the page') %
>                                  URL(args=request.args, 
> vars=request.get_vars))}}' 
>
>   
> Anthony
>
> On Wednesday, September 25, 2013 5:47:31 PM UTC-4, dbdeveloper wrote: 
>
>   T.M() uses MARKMIN (see docs in attachment). Using MARKMIN you can 
> create message with link, img, tables, bold, italic, colors and so on.
>
> Vlad
>
> У ср, 2013-09-25 у 07:20 -0700, Anthony пише: 
>
>      var ajax_error_500 = '{{=T.M('An error occur*r*ed, please [[reload 
> %s]] the page') % URL(args=request.args, vars=request.get_vars) }}' 
>
>
>
> The original included an HTML <a> element. In your example above, does the 
> [[... %s]] notation indicate that an <a> element should be created? If so, 
> what if you want to include some attributes? What if you need a different 
> HTML element?
>
>
> Anthony
> -- 
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/ 
> <http://github.com/web2py/web2py>web2py<http://github.com/web2py/web2py>(Source
>  code)
> - https://code.google.com/p/<https://code.google.com/p/web2py/issues/list>
> web2py/issues/list <https://code.google.com/p/web2py/issues/list> (Report 
> Issues)
> --- 
> You received this message because you are subscribed to the Google Groups 
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to web2py+un...@googlegroups.com.
> For more options, visit 
> https://groups.google.com/<https://groups.google.com/groups/opt_out>
> groups/opt_out <https://groups.google.com/groups/opt_out>. 
>
>   -- 
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> --- 
> You received this message because you are subscribed to the Google Groups 
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to web2py+un...@googlegroups.com <javascript:>.
> For more options, visit https://groups.google.com/groups/opt_out. 
>
> 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to