From: aphid <me...@ap...> - 2002-12-03 03:19:52
|
On Monday, December 2, 2002, at 08:45 AM, Joby Walker wrote: > Looks to me like it is not an issue with PostgreSQL but with the page > loading for your virgin wiki. The text is from TextFormattingRules in > the section on creating footnotes. I haven't looked at the page > loading at all so it would take me a while to figure the exact issue > is. > > Looks like Jeff Dairiki was the last to modify what seems to be the > two pages in question (lib/loadsave.php and lib/ziplib.php). > > Jeff, It looks like the text that it causing the problem is the old > markup unescaped footnote link. The line: > > ----------------------------------------------------------------------- > * You can create footnotes by using [[1], [[2], [[3], ... like this > here [1]. See footnote for counterpart. (If the [[ is in the first > column, it is a footnote ''definition'' rather than a footnote > ''reference'' [1].) > ----------------------------------------------------------------------- > > So it is starting and ending with the [1] elements. > > Any ideas? > I seem to have tracked my problem down to the ConvertOldMarkup function in stdlib.php, as of Dakiri's Baclkpages fix. Since the debugging is over my head, I simply forced new markup - after resaving a few old pages, the problem went away entirely. Perhaps these issues are related? Cheers, A |