I found a different bug I think. This line 44 from lib/shortcodes.php was missing none as a possibility for alignment.
$search = “@\[singlepic=(\d+)(|,\d+|,)(|,\d+|,)(|,watermark|,web20|,)(|,right|,center|,left|,none|,)\]@i”;
so it pukes on
[singlepic=19,320,240,,none]
which was inserted by the editor gallery insert module and should be legit.
I can confirm this behavior. What’s the deal?
I have a different problem. I use month and name fancy permalink structure. However, if I want to prefer to single posts in a single category I use http://site.com/category/page/N where N = 2, 3, 4, etc. When supercache is on, it seems to rewrite the url as http://site.com/index.php?cat=xx, which fails, and goes to home page.
Basically I want to refer to each and every single page in a category and have supercache work. Is this possible?