mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added option 'Use lock'
SVN revision: 557
This commit is contained in:
parent
f85a2ddbf1
commit
772d0201bf
@ -1,3 +1,9 @@
|
|||||||
|
Version 2.3.9, released June xxth, 2003
|
||||||
|
======================================
|
||||||
|
|
||||||
|
- Fixed problem when submitting elog.c itself as an attachment through elog.exe
|
||||||
|
- Added option "Use Lock"
|
||||||
|
|
||||||
Version 2.3.8, released June 4th, 2003
|
Version 2.3.8, released June 4th, 2003
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
|
|||||||
@ -1201,6 +1201,27 @@ access hidden logbooks, one has to enter the logbook URL directly, or from a boo
|
|||||||
Default is <b>0</b>.
|
Default is <b>0</b>.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
<li><b><code>Use Lock = 0|1</code></b>
|
||||||
|
</br>
|
||||||
|
If this flag is <b>1</b>, a logbook entry is <i>locked</i> when someone edits it (clicking
|
||||||
|
the <i>Edit</i> command). A locked message gets displayed with a little red sign indicating
|
||||||
|
that the message is currently edited by someone and should not be touched. This can be
|
||||||
|
helpful in installations where several people can edit messages. Without locking, the second
|
||||||
|
submission of an edited message overwrites the first submission without notice. Although
|
||||||
|
the sign gets displayed, the message can still be edited, but it's the user's response to
|
||||||
|
avoid any conflict.<br><br>
|
||||||
|
|
||||||
|
Since elog cannot determine if someone keeps a message very long for editing or if only the
|
||||||
|
browser got closed, the locking can show up even if the message is not kept for editing any more.
|
||||||
|
In that case, the message has to be edited again and submitted, to remove the origial lock.
|
||||||
|
Alternatively, the admin user can issue the <i>Unlock</i> command.<br><br>
|
||||||
|
|
||||||
|
Note that logbooks accessible from the internet usually get scanned by search engines. This
|
||||||
|
can lead to situations where the <i>Edit</i> link of each message is "followed" by a bot,
|
||||||
|
resulting in all messages being locked. In those cases locking has to be turned off.<br><br>
|
||||||
|
|
||||||
|
Default for "Use Lock" is <b>0</b>.<p>
|
||||||
|
|
||||||
</ul><p>
|
</ul><p>
|
||||||
|
|
||||||
<a name="themes"><hr>
|
<a name="themes"><hr>
|
||||||
|
|||||||
@ -48,6 +48,7 @@ starting at the items with the most votes. You can vote for a feature, or sugges
|
|||||||
<tr><td>Implement multi-line attributes<td>1</tr>
|
<tr><td>Implement multi-line attributes<td>1</tr>
|
||||||
<tr><td>Add more detailed user logging, like $user $date $logbook $ID read/edit/new/delete<td>1</tr>
|
<tr><td>Add more detailed user logging, like $user $date $logbook $ID read/edit/new/delete<td>1</tr>
|
||||||
<tr><td>More elaborate attribute formatting, see <a href="http://midas.psi.ch/elogdemo/Forum/346">here</a><td>1</tr>
|
<tr><td>More elaborate attribute formatting, see <a href="http://midas.psi.ch/elogdemo/Forum/346">here</a><td>1</tr>
|
||||||
|
<tr><td>Derive attribute options from list of entries of another logbook<td>1</tr>
|
||||||
|
|
||||||
</table></center><p>
|
</table></center><p>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user