[xwiki-users] XWiki.org - Extensions - Broken livetable?
Hi, I have noticed that the livetable on the homepage of http://extensions.xwiki.org/ does not seem to be functional anymore. I tried to use it to search for "ratings": http://extensions.xwiki.org/xwiki/bin/view/Main/WebHome#|t=extensions&p=1&l=30&s=doc.creationDate&d=desc&name=rating But it does not filter results according to my query. Clicking on the "ratings" tag on top of the livetable didn't yield any results either. Maybe a side effect of the latest migration? Guillaume -- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Office: +33 1 45 42 40 90 Mobile: +33 6 10 79 76 70
I just fixed it (temporarly) by fixing the Ratings Application page. It had a carriage return in a text field Evelina Vrabie\\|Jerome Velociter which led to the following in the livetable json which made it invalid: "authors_value": "[Evelina Vrabie | Jerome Velociter]", This means the livetable json code could have need some protecting here. In this specific case it's fixed but there might be other extensions with carriage returns like that in the text fields. Ludovic 2012/2/21 Guillaume Lerouge <[email protected]>
Hi,
I have noticed that the livetable on the homepage of http://extensions.xwiki.org/ does not seem to be functional anymore. I tried to use it to search for "ratings":
But it does not filter results according to my query. Clicking on the "ratings" tag on top of the livetable didn't yield any results either.
Maybe a side effect of the latest migration?
Guillaume
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Office: +33 1 45 42 40 90 Mobile: +33 6 10 79 76 70 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
The livetable JSON generator code is very bad at escaping in general, I think there is some jira issues reported already about that. On Tue, Feb 21, 2012 at 8:51 PM, Ludovic Dubost <[email protected]> wrote:
I just fixed it (temporarly) by fixing the Ratings Application page. It had a carriage return in a text field
Evelina Vrabie\\|Jerome Velociter
which led to the following in the livetable json which made it invalid:
"authors_value": "[Evelina Vrabie | Jerome Velociter]",
This means the livetable json code could have need some protecting here.
In this specific case it's fixed but there might be other extensions with carriage returns like that in the text fields.
Ludovic
2012/2/21 Guillaume Lerouge <[email protected]>
Hi,
I have noticed that the livetable on the homepage of http://extensions.xwiki.org/ does not seem to be functional anymore. I tried to use it to search for "ratings":
But it does not filter results according to my query. Clicking on the "ratings" tag on top of the livetable didn't yield any results either.
Maybe a side effect of the latest migration?
Guillaume
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Office: +33 1 45 42 40 90 Mobile: +33 6 10 79 76 70 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (3)
-
Guillaume Lerouge -
Ludovic Dubost -
Thomas Mortagne