Recent Topics

1 Sep 28, 2007 15:16    

I'm not sure if this is a bug:

Tag <blockquote> may not contain raw character data

It won't accept unicode codes like:


&#x2020;

Also these appeared as well:

Notice: Undefined variable: tab in /path/inc/items/items.ctrl.php on line 656

Notice: Undefined variable: tab in /path/inc/items/items.ctrl.php on line 660

Another related thing I noticed:


(&#x2020;)

The plugin smilies is interpreting the ;) value above as a smilie, thus browsers fails to read it as Unicode. Have to put a space between ; and ) or opt-out of the smilie plugin.

Though both are, trivial, just want to put to attention.

Thanks.

2 Sep 29, 2007 12:26

Can you replicate this on the demo?

¥

3 Sep 29, 2007 16:15

Hi, in the demo.. v1.10.x, it works fine.

But under v2.0.1 (with HTML checker on) the error shows.

My test text/content:


<blockquote>
&#x2020;
</blockquote>

Invalid post, please correct these errors:

Tag <blockquote> may not contain raw character data

The "notice" I mentioned above, btw, shows up on the backoffice after pressing Save. Then since there are errors, it reloads back to the edit page, now shoing the "Notice" errors.

5 Sep 30, 2007 03:28

Yep, should have been fixed already.

Btw, where or how can I access the cvs itself for b2evo 2.0? I tried the existing instruction, but I don't see b2evo's bleeding edge. Only the b2evo that's been released.

6 Sep 30, 2007 12:24

It's been that long since I used anonymous cvs access that I'm buggered if I can remember how :p

¥

*edit*
cvs -d:pserver:anonymous@evocms.cvs.sourceforge.net:/cvsroot/evocms login

cvs -z3 -d:pserver:anonymous@evocms.cvs.sourceforge.net:/cvsroot/evocms co -P b2evolution/blogs

When it asks for a password just press enter/ok

7 Oct 01, 2007 09:22

Hi,

Thanks.

Tested it, works fine now with 2.0.2 cvs 10/1 3:00pm.

^_^


Form is loading...