[daisy] [JIRA] Updated: (DSY-21) admin screen to list and override locks

Bruno Dumon (JIRA) issues at cocoondev.org
Fri May 25 10:07:20 CDT 2007


     [ http://issues.cocoondev.org//browse/DSY-21?page=all ]

Bruno Dumon updated DSY-21:
---------------------------

      Component: Frontend - admin console
    Description: 
An overview of all locks can be obtained with this query:

select id, name, lockType, lockOwnerName, lockTimeAcquired, lockDuration
  where lockType is not null

The goal of this admin page would basically be to execute this query and  allow to remove locks.

In the daisywiki scenario this functionality is less important since it uses (by default) locks that expire after 15 minutes.

  was:
An overview of all locks can be obtained with this query:

select id, name, lockType, lockOwnerName, lockTimeAcquired, lockDuration
  where lockType is not null

The goal of this admin page would basically be to execute this query and  allow to remove locks.

In the daisywiki scenario this functionality is less important since it uses (by default) locks that expire after 15 minutes.

    Environment: 

> admin screen to list and override locks
> ---------------------------------------
>
>          Key: DSY-21
>          URL: http://issues.cocoondev.org//browse/DSY-21
>      Project: Daisy
>         Type: New Feature
>   Components: Frontend - admin console
>     Reporter: Steven Noels
>     Priority: Minor

>
> An overview of all locks can be obtained with this query:
> select id, name, lockType, lockOwnerName, lockTimeAcquired, lockDuration
>   where lockType is not null
> The goal of this admin page would basically be to execute this query and  allow to remove locks.
> In the daisywiki scenario this functionality is less important since it uses (by default) locks that expire after 15 minutes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the daisy mailing list