Make getSoftwareLink() static so I can use it without instantiating (and opening...
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 22 Aug 2010 20:55:07 +0000 (20:55 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 22 Aug 2010 20:55:07 +0000 (20:55 +0000)
commite0cb9ef9b6171573c30abec3d30f782b5a2b0baa
tree325ab873df3a82ecb0aa52cd02a5ce3792c505e2
parent30cb84c3199f547772d8067fa80d7ed05795a0ce
Make getSoftwareLink() static so I can use it without instantiating (and opening) a bunch of databases I probably can't support. Can't have an abstract parent now, so throw an exception for anyone who writes a child class without bothering to implement it. All of this to add some helpful text links in an infobox in the installer :)
includes/db/Database.php
includes/db/DatabaseIbm_db2.php
includes/db/DatabaseMssql.php
includes/db/DatabaseMysql.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php
includes/installer/Installer.i18n.php
includes/installer/WebInstallerPage.php