summaryrefslogtreecommitdiff
path: root/maintenance/storage
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-09-14 13:18:58 +0200
committerPierre Schmitz <pierre@archlinux.de>2007-09-14 13:18:58 +0200
commit8f416baead93a48e5799e44b8bd2e2c4859f4e04 (patch)
treecd47ac55eb80a39e3225e8b4f3161b88ea16c2cf /maintenance/storage
parentd7d08bd1a17618c7d77a6b9b2989e9f7293d6ed6 (diff)
auf Version 1.11 aktualisiert; Login-Bug behoben
Diffstat (limited to 'maintenance/storage')
-rw-r--r--maintenance/storage/checkStorage.php5
-rw-r--r--maintenance/storage/compressOld.php2
-rw-r--r--maintenance/storage/dumpRev.php1
-rw-r--r--maintenance/storage/moveToExternal.php2
-rw-r--r--maintenance/storage/resolveStubs.php3
5 files changed, 4 insertions, 9 deletions
diff --git a/maintenance/storage/checkStorage.php b/maintenance/storage/checkStorage.php
index 46b938ef..d50ef366 100644
--- a/maintenance/storage/checkStorage.php
+++ b/maintenance/storage/checkStorage.php
@@ -8,9 +8,6 @@ define( 'CONCAT_HEADER', 'O:27:"concatenatedgziphistoryblob"' );
if ( !defined( 'MEDIAWIKI' ) ) {
require_once( dirname(__FILE__) . '/../commandLine.inc' );
- require_once( 'ExternalStore.php' );
- require_once( 'ExternalStoreDB.php' );
- require_once( 'SpecialImport.php' );
$cs = new CheckStorage;
$fix = isset( $options['fix'] );
@@ -467,4 +464,4 @@ class CheckStorage
$this->errors['fixed'][$id] = true;
}
}
-?>
+
diff --git a/maintenance/storage/compressOld.php b/maintenance/storage/compressOld.php
index 87aebb78..794e89d1 100644
--- a/maintenance/storage/compressOld.php
+++ b/maintenance/storage/compressOld.php
@@ -78,4 +78,4 @@ if ( $success ) {
exit();
-?>
+
diff --git a/maintenance/storage/dumpRev.php b/maintenance/storage/dumpRev.php
index d35af384..4c31b4e1 100644
--- a/maintenance/storage/dumpRev.php
+++ b/maintenance/storage/dumpRev.php
@@ -12,4 +12,3 @@ if ( get_class( $obj ) == 'concatenatedgziphistoryblob' ) {
var_dump( $obj );
}
-?> \ No newline at end of file
diff --git a/maintenance/storage/moveToExternal.php b/maintenance/storage/moveToExternal.php
index 6d3ebfcb..993aa64c 100644
--- a/maintenance/storage/moveToExternal.php
+++ b/maintenance/storage/moveToExternal.php
@@ -110,4 +110,4 @@ function moveToExternal( $cluster, $maxID, $minID = 1 ) {
}
}
-?>
+
diff --git a/maintenance/storage/resolveStubs.php b/maintenance/storage/resolveStubs.php
index 6836ae60..5dfaa598 100644
--- a/maintenance/storage/resolveStubs.php
+++ b/maintenance/storage/resolveStubs.php
@@ -6,7 +6,6 @@ if ( !defined( 'MEDIAWIKI' ) ) {
$optionsWithArgs = array( 'm' );
require_once( dirname(__FILE__) . '/../commandLine.inc' );
- require_once( 'includes/ExternalStoreDB.php' );
resolveStubs();
}
@@ -94,4 +93,4 @@ function resolveStub( $id, $stubText, $flags ) {
), $fname
);
}
-?>
+