Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: byte on January 09, 2006, 12:03:03 AM

Title: How to enable recycle bin on SME 7.0Bx
Post by: byte on January 09, 2006, 12:03:03 AM
As before I used a recycle bin for my users and found this feature useful, to enable it for ibays you would need to do...

db accounts setprop test RecycleBin enabled
db accounts setprop test KeepVersions enabled
signal-event ibay-modify test

Thanks to Gordon's  post in the BUG Tracker http://bugs.contribs.org/show_bug.cgi?id=343

Had to change ibay-name to other way around as Gordon's Line didn't work for me.

Would doing...

db accounts setprop joe RecycleBin enabled
db accounts setprop joe KeepVersions enabled
signal-event user-modify joe

Setup a recycle bin in the home dir's? or from bug is a way possible yet?
Title: Re: How to enable recycle bin on SME 7.0Bx
Post by: gordonr on January 09, 2006, 12:24:44 AM
Quote from: "byte"

Setup a recycle bin in the home dir's? or from bug is a way possible yet?

As per the bug you referred to, it is not yet implemented. If someone would like to provide patches, we'd certainly look at them.
Title: Re: How to enable recycle bin on SME 7.0Bx
Post by: byte on January 09, 2006, 03:06:33 PM
Quote from: "gordonr"
Quote from: "byte"

Setup a recycle bin in the home dir's? or from bug is a way possible yet?

As per the bug you referred to, it is not yet implemented. If someone would like to provide patches, we'd certainly look at them.


I shall have a look and see what I can do...