Hi,

I can't seem to find the place where that automatic check-in time can be set. The README points to Content Management >> Post settings, but there is nothing there (the link I checked is admin/content/node-settings). Am I looking in the wrong place? Can you please point the right link to me?

Thank you.

Comments

eugenmayer’s picture

Oh well i have to correct the README. The whole feature has been removed as it does not fit for the idea of "dont let people edit concurrently". That "checkin for ever" thing was just something completely different. More like a permission thing "i dont want other people to edit this node for some time". Well this is something for node_access or similar, not for "edit locking".

ohnobinki’s picture

I think that timing out locks is an important feature, especially for my scenario where many wiki-like pages of a small size need to be edited (actually, proofread). If one user clicks ``edit'' and closes his browser or forgets about it, this would prevent another user from working on that page. Since these pages are small and would take an insignificant amount of time to edit, the user would either submit the page within ten minutes or never submit the page.

Simple things like browser crashes and bad network connections could leave certain nodes in need of an administrator's attention. The requirement that one ``never ever have editing conflicts'' is overkill for my use of your module ;-).

However, I think it's easy enough to call content_lock_release() from outside of this module to get the same effect.

eugenmayer’s picture

ohnobinki is see your point. I will not implement this in content_lock just to seperate the cases. As you stated, you can easily create a submodule with a cronjob checking for expired locks. Iam not sure iam tracking the checkin time, but i could add this so you feature will work.

If you contribute it back, i will include it as a submodule.

thanks for the feedback

croryx’s picture

A submodule for this would be great! I'll be happy to test if someone works on one.

ohnobinki’s picture

croryx: you may try the content_lock_timeout submodule by cloning the dev branch of http://github.com/EugenMayer/content_lock or grabbing http://ohnopub.net/~ohnobinki/tmp/content_lock_timeout.tar.bz2

eugenmayer’s picture

Category: support » feature
Status: Active » Fixed

merged into dev now, will be part of the 1.1 release.

eugenmayer’s picture

released in 6.2.0 rather then in 1.1. 1.0 will be discontinued

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.