Metadata

Distro Index Owner:
eea
Home Page:
plone.locking
License
GPL version 2
Version:
2.0.5.eea
Last updated:
2014-05-16
Keywords:
locking webdav plone archetypes

plone.locking

Files

Indexes

webdav locking support

Overview

Provides basic automatic locking support for Plone. Locks are stealable by default, meaning that a user with edit privileges will be able to steal another user's lock, but will be warned that someone else may be editing the same object. Used by Plone, Archetypes and plone.app.iterate

Changelog

2.0.5.eea (2014-05-16)

  • Adding "create_lock" to "plone_lock_operations" [hman]

2.0.4 (2012-10-20)

2.0.3 (2012-01-04)

  • Check if context is not joined to zodb connection for transaction where lock is added. [fafhrd91]

2.0.2 (2011-11-29)

2.0.1 - 2011-05-12

2.0 - 2010-07-18

  • Define all package dependencies. [hannosch]
  • Update license to GPL version 2 only. [hannosch]

1.2.1 - 2010-07-01

  • Load the cmf.* permissions from Products.CMFCore. [hannosch]

1.2.0 - 2009-03-04

  • Added IRefreshableLockable interface and TTWLockable implementation. [davisagli]
  • Changed default lock timeout to 10 minutes. [davisagli]

1.1.0

  • Clarified license and copyright statements. [hannosch]
  • Declare test dependencies in an extra. Avoid dependency on Plone. [hannosch]
  • Specify package dependencies. [hannosch]
  • Fix missing internationalization (#8609 thanks to Vincent Fretin) [encolpe]

1.0.5 - 2008-01-03

1.0 - 2007-08-17

  • Initial release.