MediaWiki master
|
Namespaces | |
namespace | Hook |
namespace | Task |
Classes | |
class | CliInstaller |
Class for the core installer command line interface. More... | |
class | ConnectionStatus |
class | DatabaseConnectForm |
class | DatabaseCreator |
Helper for creating databases. More... | |
class | DatabaseForm |
class | DatabaseInstaller |
Base class for DBMS-specific installation helper classes. More... | |
class | DatabaseSettingsForm |
class | DatabaseUpdater |
Apply database changes after updating MediaWiki. More... | |
class | InstallDocFormatter |
class | Installer |
Base installer class. More... | |
class | InstallerOverrides |
class | InstallerSessionProvider |
class | InstallException |
Exception thrown if an error occurs during installation. More... | |
class | MysqlConnectForm |
class | MysqlDatabaseCreator |
class | MysqlInstaller |
Class for setting up the MediaWiki database using MySQL. More... | |
class | MysqlSettingsForm |
class | MysqlUpdater |
class | NetworkedDatabaseCreator |
Common code for MySQL and PostgreSQL, which are similar due to the fact that databases can be created by getting a connection to a network service. More... | |
class | Pingback |
Send information about this MediaWiki instance to mediawiki.org. More... | |
class | PostgresConnectForm |
class | PostgresDatabaseCreator |
class | PostgresInstaller |
Class for setting up the MediaWiki database using Postgres. More... | |
class | PostgresSettingsForm |
class | PostgresUpdater |
Class for handling updates to Postgres databases. More... | |
class | SqliteConnectForm |
class | SqliteDatabaseCreator |
class | SqliteInstaller |
Class for setting up the MediaWiki database using SQLLite. More... | |
class | SqliteUpdater |
class | WebInstaller |
Class for the core installer web interface. More... | |
class | WebInstallerComplete |
class | WebInstallerCopying |
class | WebInstallerDBConnect |
class | WebInstallerDBSettings |
class | WebInstallerDocument |
class | WebInstallerExistingWiki |
class | WebInstallerInstall |
class | WebInstallerLanguage |
class | WebInstallerName |
class | WebInstallerOptions |
class | WebInstallerOutput |
Output class modelled on OutputPage. More... | |
class | WebInstallerPage |
Abstract class to define pages for the web installer. More... | |
class | WebInstallerReleaseNotes |
class | WebInstallerRestart |
class | WebInstallerUpgrade |
class | WebInstallerUpgradeDoc |
class | WebInstallerWelcome |