[pmwiki-users] Versioning for uploaded files?
Patrick R. Michaud
pmichaud at pobox.com
Wed Feb 22 14:46:58 CST 2006
On Wed, Feb 22, 2006 at 03:42:02PM -0500, Carthik Sharma wrote:
> I am recent pmwiki adopter. I was wondering if it was possible, in
> some way to have some versioning/rollback for uploaded files. Do old
> uploaded files get completely overwritten when I upload a new version
> or is the old backed-up somewhere, just like the rest of the wiki?
While we don't (and probably won't) have a built-in rollback
capability, it is possible to keep multiple versions of any uploaded
files. Just set in local/config.php:
$EnableUploadVersions = 1;
Interestingly, this is mentioned on
http://www.pmwiki.org/wiki/PmWiki/UploadVariables but not in
http://www.pmwiki.org/wiki/PmWiki/UploadsAdmin (we should probably
fix this).
Pm
More information about the pmwiki-users
mailing list