r13903 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13902‎ | r13903 | r13904 >
Date:17:52, 28 April 2006
Author:hashar
Status:old
Tags:
Comment:
BACKPORT from trunk@13902:
Fix #4825: note in DefaultSettings.php about 'profiling' table creation
Modified paths:
  • /branches/REL1_6/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_6/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_6/phase3/includes/DefaultSettings.php
@@ -1099,6 +1099,8 @@
11001100 #
11011101 # Profiling / debugging
11021102 #
 1103+# You have to create a 'profiling' table in your database before using
 1104+# profiling see maintenance/archives/patch-profiling.sql .
11031105
11041106 /** Enable for more detailed by-function times in debug log */
11051107 $wgProfiling = false;
Index: branches/REL1_6/phase3/RELEASE-NOTES
@@ -38,6 +38,7 @@
3939 before attempting a connection, and produce a friendlier error if the connection fails
4040 * (bug 5005): Fix XHTML <gallery> output.
4141 * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date).
 42+* (bug 4825): note in DefaultSettings.php about 'profiling' table creation
4243
4344 == MediaWiki 1.6.3 ==
4445

Status & tagging log