At present this a collection of the current bug reports regarding TaviBug:802785 on the subject of display/editing on old version. This page needs refactoring, but I haven't gotten around to it yet...
- Old version displayed (TaviBug:802785). Not sure if this is a problem with 'Tavi or with IE5. Sometimes, even though I have IE5 set to verify-document-every-time, it still displays an old version of a page. This never happens when I click on a page, but it happens when I use the browser Back button. Research and fix.
- twiki:Codev/BrowserAndProxyCacheControl? seems like a useful resource. Incidentally, I've seen this problem on numerous other wikis.
- The behaviour on the Back button is quite normal (Opera does this much more aggressively) - browsers are allowed to not revalidate pages from history, I think, whereas if you re-visit the page via a link, they should use the cache. If you want this behaviour, you can set the Expires header in HTTP to 24 hours ago (to allow for timezones) and also the Cache-control header (see :twiki:Codev/BackFromPreviewLosesText? - you do run the risk of creating this, so you might want separate caching headers for the Edit page). Also, have a look at :twiki:Codev/RefreshEditPage?, which avoids the 'second edit in session loses first edit's changes' issue. --RichardDonkin
- Edit page => empty textbox (TaviBug:802785). When I edit a page I sometimes get the edit page with an empty textbox and the text below it. After reloading the page a few times it works. This seems to happen more often with the start page. I use Opera 6.0 Beta 1 for Linux and 'Tavi 0.21. --HermannSchwarting
- This might have something to do with http pipelining. I had similar problems with pipelining enabled in mozilla. --AndrewJorgensen
- I have not noticed this behaviour again with Opera 7.x. Close the bug if nobody else reported it. --HermannSchwarting
- Old versions of pages. (TaviBug:802785) I have a problem with my new Wiki. I'm new to this Wiki so it may not be a bug. When I create a page with text it does not get updated. When I go into the page it is still empty. When I select View History it is there. Some pages are ok while some other aren't. Strange. It's a intranet Wiki so I can't publish the Url.
- Have a look at TaviFAQ where this is discussed and solved