r69595 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69594
|
r69595
|
r69596
>
Date:
10:06, 20 July 2010
Author:
tstarling
Status:
ok
Tags:
Comment:
Applying the text changes to the file as in
r69589
, to complete the rename from InstallerDBType to DatabaseInstaller.
Modified paths:
/trunk/phase3/includes/installer/DatabaseInstaller.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/installer/DatabaseInstaller.php
—
—
@@ -1,9 +1,9 @@
2
2
<?php
3
3
4
4
/**
5
- * Base class for DBMS-specific installation helper classes
5
+ * Base class for DBMS-specific installation helper classes.
6
6
*/
7
-abstract class InstallerDBType {
7
+abstract class DatabaseInstaller {
8
8
/** The Installer object */
9
9
var $parent;
10
10
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r69589
Renamed InstallerDBType to DatabaseInstaller
jeroendedauw
09:30, 20 July 2010
Status & tagging log
15:01, 14 September 2010
😂
(
talk
|
contribs
)
changed the
status
of r69595
[
removed:
new
added:
ok]