From: Reini U. <ru...@x-...> - 2007-01-19 17:35:43
|
2007/1/19, Manuel Vacelet <man...@gm...>: > 2007/1/19, Stefan <son...@ba...>: > > hello sabri, > > > > it works as designed. thats no bug but it's useless i think. the pages > > are only marked as deleted but shown as i think from the cached version > > table. when you edit a deleted page it is empty. i agree with you that > > deleted pages should'nt be shown anymore. > > Hell Stefan, > > With phpwiki 1.3.10 I don't see this problem: > > After page2 deletion, when I access directly page2, I have the empty > page with 'Describe page2 here'. > > Here we still access to page2 with full history and so on. I changed (optimized) the db Cache after 1.3.11 and forgot to add the purge_cache for the remove action. rename also has a similar problem. sorry. the browser cache has also to be invalidated. with NO_CACHE this will not be triggered and your browser will fool you. |