Fix Special:Import for new schema; make it create page records as needed and hook...
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 13 Mar 2005 07:22:20 +0000 (07:22 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 13 Mar 2005 07:22:20 +0000 (07:22 +0000)
commitf3fecc6331ff1e47bf00a3af971abac303159c9f
tree1d0c716d00ffa846c22d2b5ed9d7b51e7cbdc985
parentbae2d2c70cb0d1a8d50c324f8627d0af20edaacc
Fix Special:Import for new schema; make it create page records as needed and hook up the revisions when new.
WikiError class for pseudo-exceptions (must be manually checked, as PHP4 has no exceptions)
includes/Article.php
includes/SpecialImport.php
includes/SpecialPage.php
includes/WikiError.php [new file with mode: 0644]