https://bugzilla.wikimedia.org/show_bug.cgi?id=32863
--- Comment #6 from badon <[email protected]> 2012-01-07 03:17:39 UTC --- It appears this bug is getting worse with MORE parentheses added to SMW 1.7. This newly breaks images queries that are intended to be processed further to format the images: A query like this: {{#ask: [[Category:Images]] | ? | format=list | sep=, | link=none }} Should produce results like this (as in SMW 1.6): image1.jpg,image2.jpg,image3.jpg, etc Which can then be easily processed with #arraymap or the Arrays extension (and pretty much anything else) to format these images any way required. But, that is the behavior in SMW 1.6. SMW 1.7 returns LOTS of parentheses: image1.jpg (image1.jpg),image2.jpg (image2.jpg),image3.jpg (image3.jpg), etc Demo (login Demo/test): http://www.coincompendium.com/w/index.php/Sandbox/Bug_32863 Of course, code that works with images needs to be rewritten to strip all that unneeded text. I was using the list format because the array format did not (and still does not) work correctly: https://bugzilla.wikimedia.org/show_bug.cgi?id=32977 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
