Deletion feature improved:
authorErik Moeller <erik@users.mediawiki.org>
Fri, 23 May 2003 04:26:51 +0000 (04:26 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Fri, 23 May 2003 04:26:51 +0000 (04:26 +0000)
commit8d13af81b7b87f95399dec327a18ba2006e08a85
treeb1ab21cc5de5f9fba1e5638f48e6a478ac604d6a
parente7a4c732efbe83fc2f296e7de2b43e68d82fda99
Deletion feature improved:

If an article with less than 500 characters is to be deleted, at most the
first 150 characters are automatically suggested as a deletion reason. This
should automate the frequent practice of pasting the text of nonsense
articles into the deletion reason.

If an article with a history is to be deleted, a warning is inserted,
linking to the article history (so as to avoid accidentally deleting a
vandalized page with a valid history).

If a blanked article with a history is to be deleted, and the next earlier
revision contains less than 500 characters, at most the first 150 characters
are automatically suggested as a deletion reason. Nonsense pages are often
blanked, just checking the current revision for nonsense is not good enough.

New texts in Language.php for this feature:
- excontent, exblank, exbeforeblank, historywarning
includes/Article.php
languages/Language.php