On Mon, 26 Mar 2007 18:57:15 -0500
"Jon Haupt" <[EMAIL PROTECTED]> wrote:

> On 3/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
> > Is there a way to disable the version controls.
> >
> > Most of the pages pages on my site very rarely change and even
> > them, I don't care about the history.
> >
> it wouldn't stop the actual history from being recorded, but you
> could certainly do something like
> 
> if ($action == 'diff') $action = 'browse';
> 
> That would make sure that you couldn't actually access the
> history, but I suppose you probably want to know how to shut
> down the recording process.

That's what I am already doing. But what I'd like to is to disable
the whole process. 

Some of the pages are very long: SQL outputs and I have noticed
that it significantly slows down the rendition if there was any
change.

-- 
Thanks
http://www.911networks.com
When the network has to work

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to