On Jun 27, 10:31 am, Noah Kantrowitz <[EMAIL PROTECTED]> wrote:
> On Jun 27, 2008, at 11:22 AM, CM wrote:
>
>
>
> > Is it possible to lock / block page edits if the Wiki page is
> > currently open by someone else - or at least require them to steal the
> > lock?
>
> > I thought I read that before in the documentation somewhere, but I
> > couldn't find the right set of words for the search to return what I
> > may or may not have read.
>
> No. Since Trac is a webapp there is no clearly defined semantics for
> "has a page open". If someone clicks the edit button there is no way
> to know if they have closed the browser, lost internet connection, etc
> etc.
>
> --Noah
It would seem to me it could be done however.
a plugin, that would keep track of when a user selects edit, the page
and the user would get put into a bucket, and when cancel or apply
changes is hit would then pull that entry out.

what it doesn't provide however, is notification if someone just
leaves the page while editing, or closes their browser.  Of course,
the web server COULD provide feed a feedback loop of the connection
session information.  Seems like a lot of work, probably an easier
route is to version control the wiki, with locks, in some way; This
would for most users devalue the wiki, but in your case might be worth
investigating.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to