testing pre release

Found a bug? Tell us!!
Post Reply
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

testing pre release

Post by Timbalu »

Garvin, before release, can we do anything against feed breaking with unicode quotes inside smarty tag entries, while having installed the smartymarkup plugin? See "testentry":

Code: Select all

{assign var=entry value=“testentry”}

Code: Select all

XML-Verarbeitungsfehler: "Junk" nach Dokument-Element
Adresse: http://example.com/master/feeds/index.rss2

Code: Select all

Fatal error:  Uncaught  --> Smarty Compiler: Syntax error in template "smartymarkupplugin:1201898358"  on line 36 "{assign var=entry value=&#8220;testentry&#8221;}<br />"  - Unexpected "&" <-- 
  thrown in /var/www/test/master/bundled-libs/Smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 36
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: testing pre release

Post by garvinhicking »

What happens where exactly?

I don't think using unicode quotes in {assign} is very good...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: testing pre release

Post by Timbalu »

No, sorry this wasn't clear. I did not put them into.
I just had some more tests and it became an issue of installed textile plugin.

Solution: You need to place smartymarkup (like emoticate) before textile in pluginlist :!:
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Post Reply