* Further work on rev_deleted; changed to a bitfield with several data-hiding
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 16 Mar 2006 19:04:25 +0000 (19:04 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 16 Mar 2006 19:04:25 +0000 (19:04 +0000)
commit103be1dda1e572d6af600228eff01b1a929ca7a6
tree1a06ae5d2636828a1a00d4864a248b3adaf5e97c
parent2f659afd8a11c5bde82ada90622fbb53a00e060c
* Further work on rev_deleted; changed to a bitfield with several data-hiding
  options. Not yet ready for production use; Special:Revisiondelete is
  incomplete, and the flags are not preserved across page deletion/undeletion.
  To try it; add the 'deleterevision' permission to a privileged group.
Also split some functions from GlobalFunctions to XmlFunctions.php, added
some convenience functions for building form controls, some more Linker
conveniences for formatting various types of standard link clusters.
19 files changed:
RELEASE-NOTES
includes/Article.php
includes/ChangesList.php
includes/DefaultSettings.php
includes/DifferenceEngine.php
includes/Export.php
includes/GlobalFunctions.php
includes/Linker.php
includes/LogPage.php
includes/PageHistory.php
includes/RawPage.php
includes/Revision.php
includes/SpecialContributions.php
includes/SpecialPage.php
includes/SpecialRevisiondelete.php [new file with mode: 0644]
includes/WebRequest.php
includes/XmlFunctions.php [new file with mode: 0644]
languages/Messages.php
skins/monobook/main.css