From: Arno H. <aho...@in...> - 2000-07-15 21:02:11
|
> > One wish I have is this: make the wiki_transform generic enough, so > > that it can be used for savepage as well. > This would allow the renaming of pages as well, and all links for that > page would be changed automatically, e.g. SteveWainsteadEatsWorms to > SteveWainsteadIsANiceGuy. I haven't thought of this one :o) Wiki pages would still get saved as they are now, only that we save links in the wikilinks table as well. So, renaming a page would need a larger function than simply replacing the pagename in the wikilinks table. Or do you think we should store the intermediate state instead? Btw, I committed a changed UpdateRecentChanges() which adds a diff link :o) And I fixed two more magic_quotes_gpc=1 bugs. This time in wiki_pageinfo and wiki_diff /Arno |