On Tue, 5 Sep 2000, Baveco, Hans wrote:
> When navigating through my swikis, I discovered that the "refs"
> function appears not to work anymore with Com46Swiki11.
> [...]
> Could it be a result of the conversions?
Probably. Try to run #updateReferences on your SwikiBooks. In case you
don't have it (I don't now, it has my initials in the timeStamp -- also
be aware of this is from Comanche Beta 8):
!SwikiBook methodsFor: 'utility' stamp: 'bf 1/24/2000 12:51'!
updateReferences
"Update referenceCache for all pages and save.
Useful after converting from a non-refs swiki"
self pages do: [:page |
page clearRefsCache;
updateFormatRequest: nil book: self]! !
-- Bert