* Allow $wgDiff3=false
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 6 Oct 2008 00:45:18 +0000 (00:45 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 6 Oct 2008 00:45:18 +0000 (00:45 +0000)
commit0d322a394eec9177b4a24f1fb9f2ab64c04beed7
treef44b97d1eacb0a9811132a5c359d0cde38eeef16
parent37da69a002ffd5017771e0458983a2ba4a5311c7
* Allow $wgDiff3=false
* Don't call quickUserCan('edit') unless section edit is enabled
* In DatabasePostgres and DatabaseSqlite: throw an exception on connection error
* In DatabasePostgres: don't send an invalid connection string whenever one of the fields is empty. Use quoting.
* In Database: make the captured PHP error prettier
* Display a descriptive error message when the user navigates to index.php with PHP 4, not a parse error. Check to see if the *.php5 extension works, using file_get_contents().
* The default port number for PostgreSQL is 5432, not blank.
* Better default for $wgDBname
extension-test.php5 [new file with mode: 0644]
includes/DefaultSettings.php
includes/GlobalFunctions.php
includes/WebStart.php
includes/db/Database.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php
includes/parser/Parser.php
includes/templates/PHP4.php [new file with mode: 0644]