r13902 MediaWiki - Code Review archive

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

Diff [purge]

Index: trunk/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: trunk/phase3/RELEASE-NOTES
@@ -131,6 +131,7 @@
132132 before attempting a connection, and produce a friendlier error if the connection fails
133133 * (bug 5005): Fix XHTML <gallery> output.
134134 * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date).
 135+* (bug 4825): note in DefaultSettings.php about 'profiling' table creation
135136
136137 == Compatibility ==
137138

Status & tagging log