adalmia3 / kfm

Automatically exported from code.google.com/p/kfm
0 stars 0 forks source link

Ajax request on right mouseclick #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To make the right mouse click more flexible it is useful to make an ajax
request for each one.
Examples of situations in which it is useful:
If file is read only, lesser options are needed
If working with multiple users, you may want to put a lock on files when
entering edit mode of a file.

(Suggestion: add ad column locked with possible values 0|1 to the files
table. To avoid a permanent lock if a user leaves the site at some point
require a relock every ... say 5 minutes and ad a locktime DATATIME field
to files)

Original issue reported on code.google.com by bterku...@gmail.com on 30 Oct 2006 at 11:54

GoogleCodeExporter commented 8 years ago
Not needed in the current situation,

Original comment by bterku...@gmail.com on 23 Jan 2007 at 2:28