X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=config%2FInstaller.php;h=e2a29d1361b188e6e76e503789de13e036db7ec1;hb=e143f6ca5cd5a342965421e10ff3fbce59c3561e;hp=f1196403a480424a8bb1664e1f53a20441520275;hpb=e869694cd666b5f39b26abd6fbc869208ccf4f12;p=lhc%2Fweb%2Fwiklou.git diff --git a/config/Installer.php b/config/Installer.php index f1196403a4..e2a29d1361 100644 --- a/config/Installer.php +++ b/config/Installer.php @@ -1,23 +1,27 @@ , 2006 Rob Church -# http://www.mediawiki.org/ -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# http://www.gnu.org/copyleft/gpl.html +/** + * MediaWiki web-based config/installation + * + * Copyright © 2004 Brion Vibber , 2006 Rob Church + * http://www.mediawiki.org/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * http://www.gnu.org/copyleft/gpl.html + * + * @file + */ if( !defined( 'MEDIAWIKI_INSTALL' ) ) { die( 'Not an entry point.' ); @@ -62,7 +66,7 @@ $ourdb['mysql'] = array( 'compile' => 'mysql', 'bgcolor' => '#ffe5a7', 'rootuser' => 'root', - 'serverless' => false + 'serverless' => false ); $ourdb['postgres'] = array( @@ -71,7 +75,7 @@ $ourdb['postgres'] = array( 'compile' => 'pgsql', 'bgcolor' => '#aaccff', 'rootuser' => 'postgres', - 'serverless' => false + 'serverless' => false ); $ourdb['sqlite'] = array( @@ -80,16 +84,16 @@ $ourdb['sqlite'] = array( 'compile' => 'pdo_sqlite', 'bgcolor' => '#b1ebb1', 'rootuser' => '', - 'serverless' => true + 'serverless' => true ); $ourdb['mssql'] = array( - 'fullname' => 'MSSQL', + 'fullname' => 'Microsoft SQL Server', 'havedriver' => 0, - 'compile' => 'mssql_not_ready', # Change to 'mssql' after includes/DatabaseMssql.php added; - 'bgcolor' => '#ffc0cb', - 'rootuser' => 'administrator', - 'serverless' => false + 'compile' => 'sqlsrv', + 'bgcolor' => '#cccccc', + 'rootuser' => 'root', + 'serverless' => false ); $ourdb['ibm_db2'] = array( @@ -98,7 +102,7 @@ $ourdb['ibm_db2'] = array( 'compile' => 'ibm_db2', 'bgcolor' => '#ffeba1', 'rootuser' => 'db2admin', - 'serverless' => false + 'serverless' => false ); $ourdb['oracle'] = array( @@ -106,13 +110,13 @@ $ourdb['oracle'] = array( 'havedriver' => 0, 'compile' => 'oci8', 'bgcolor' => '#ffeba1', - 'rootuser' => '', - 'serverless' => false + 'rootuser' => 'sys', + 'serverless' => false ); ?> - + @@ -193,7 +197,7 @@ $ourdb['oracle'] = array( font-size: 85%; padding-top: 3em; } - + span.success-message { font-weight: bold; font-size: 110%; @@ -208,7 +212,7 @@ $ourdb['oracle'] = array(