Wilbert
30th December 2003, 18:00
Alsair, BlindWanderer and I were discussing the deletion of empty wiki-pages like this one:
http://www.avisynth.org/index.php?page=Section+3%3A+Filters+and+colorspaces
It's there (and empty) for many months. Apperently there should be an expiration period of two weeks:
http://tavi.sourceforge.net/ExpirationPeriod
Therefore, WikkiTikkiTavi normally expires these old versions when they get beyond a certain age. This is configured by the $ExpireLen configuration variable in lib/defaults.php. By default, the expiration period is set to 14 days. This means that, once an old version has been kept for 14 days, it will be deleted.
If all of a page's old versions have expired, and the page itself is empty, then the page is deleted from the database altogether. (See HowToDeletePages for more details.)
$ExpireLen may be set to 0. In this case, old versions will never be expired, and empty pages will never be deleted. Again, this is not recommended unless considerations such as business process demand it.
Richard, could you check whether it is set to 14 days? Because it seems that empty pages are not removed.
http://www.avisynth.org/index.php?page=Section+3%3A+Filters+and+colorspaces
It's there (and empty) for many months. Apperently there should be an expiration period of two weeks:
http://tavi.sourceforge.net/ExpirationPeriod
Therefore, WikkiTikkiTavi normally expires these old versions when they get beyond a certain age. This is configured by the $ExpireLen configuration variable in lib/defaults.php. By default, the expiration period is set to 14 days. This means that, once an old version has been kept for 14 days, it will be deleted.
If all of a page's old versions have expired, and the page itself is empty, then the page is deleted from the database altogether. (See HowToDeletePages for more details.)
$ExpireLen may be set to 0. In this case, old versions will never be expired, and empty pages will never be deleted. Again, this is not recommended unless considerations such as business process demand it.
Richard, could you check whether it is set to 14 days? Because it seems that empty pages are not removed.