差分
このページの2つのバージョン間の差分を表示します。
| dokuwiki:ja:locking [2006/11/11] – 作成 administrator | dokuwiki:ja:locking [2022/03/12] (現在) – 外部編集 127.0.0.1 | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== ページのロック ====== | ||
| + | [[DokuWiki]] locks pages when they are edited by a user. This should avoid conflicts completely (they are still checked for). | ||
| + | |||
| + | * Lockfiles contain the IP address (or username if available) of the one who edits a page - This means users can not lock pages from themselves. | ||
| + | * Lockfiles are removed when | ||
| + | * they are older than a defined age (15 minutes by default, see [[config# | ||
| + | * the editing user saves the page | ||
| + | * the editing user cancels the editing by hitting the cancel button | ||
| + | * When the '' | ||
| + | * A JavaScript alert reminds the editor about the expiring lock one minute before it expires. | ||
| + | * When JavaScript is available DokuWiki will refresh the lock in the background while editing the document | ||
| + | |||
| + | **Can I edit this behavior? | ||