On Sun, May 25, 2003 at 02:56:00PM +0200, Erik Moeller wrote:
Brion Vibber schrieb:
Now I know we're supposed to be in feature freeze, but I consider this a bug fix as it's been damn annoying. I've just checked in changes to Article.php, SpecialContributions.php, and Language.php to add a last-user-name check to the rollback link.
Cool. Could you please also add a check before deletion if a page has been edited?
You mean a warning if a page that is to be deleted has a history? That's already in CVS.
I think a warning that the page that you are going to delete has been edited since you read it might be useful.
Hmm. We could pass a revision timestamp to the delete function as an argument. If the current revision is newer, a warning could be displayed. Brion, what do you think?
Regards,
Erik