r19004 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19003‎ | r19004 | r19005 >
Date:05:07, 9 January 2007
Author:greg
Status:old
Tags:
Comment:
Minor spelling, grammar, wording fixes.
Modified paths:
  • /trunk/phase3/config/index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/index.php
@@ -415,7 +415,7 @@
416416
417417 if( !$conf->turck && !$conf->eaccel && !$conf->apc ) {
418418 echo( '<li>Couldn\'t find <a href="http://turck-mmcache.sourceforge.net">Turck MMCache</a>,
419 - <a href="http://eaccelerator.sourceforge.net">eAccelerator</a> or
 419+ <a href="http://eaccelerator.sourceforge.net">eAccelerator</a>, or
420420 <a href="http://www.php.net/apc">APC</a>. Object caching functions cannot be used.</li>' );
421421 }
422422
@@ -1063,7 +1063,7 @@
10641064 <p class="config-desc">
10651065 Using a shared memory system such as Turck MMCache, APC, eAccelerator, or Memcached
10661066 will speed up MediaWiki significantly. Memcached is the best solution but needs to be
1067 - installed. Specify the server addresses and ports in a comma-separted list. Only
 1067+ installed. Specify the server addresses and ports in a comma-separated list. Only
10681068 use Turck shared memory if the wiki will be running on a single Apache server.
10691069 </p>
10701070 </div>
@@ -1079,7 +1079,7 @@
10801080 </ul>
10811081 </div>
10821082 <p class="config-desc">
1083 - Use this to disable all e-mail functions (password reminders, user-to-user e-mail and e-mail notifications)
 1083+ Use this to disable all e-mail functions (password reminders, user-to-user e-mail, and e-mail notifications)
10841084 if sending mail doesn't work on your server.
10851085 </p>
10861086
@@ -1157,7 +1157,7 @@
11581158 enter those here. If you have database root access (see below)
11591159 you can specify new accounts/databases to be created. This account
11601160 will not be created if it pre-exists. If this is the case, ensure that it
1161 - has SELECT, INSERT, UPDATE and DELETE permissions on the MediaWiki database.
 1161+ has SELECT, INSERT, UPDATE, and DELETE permissions on the MediaWiki database.
11621162 </p>
11631163
11641164 <div class="config-input">
@@ -1188,7 +1188,7 @@
11891189 ?></div>
11901190 <div class="config-desc">
11911191 <p>If you need to share one database between multiple wikis, or
1192 - MediaWiki and another web application, you may choose to
 1192+ between MediaWiki and another web application, you may choose to
11931193 add a prefix to all the table names to avoid conflicts.</p>
11941194
11951195 <p>Avoid exotic characters; something like <tt>mw_</tt> is good.</p>
@@ -1221,8 +1221,9 @@
12221222 aField( $conf, "DBts2schema", "Schema for tsearch2:" );
12231223 ?></div>
12241224 <div class="config-desc">
1225 - <p>The username specified above will have it's search path set to the above schemas,
1226 - so it is recommended that you create a new user.</p>
 1225+ <p>The username specified above (at "DB username") will have its search path set to the above schemas,
 1226+ so it is recommended that you create a new user. The above schemas are generally correct:
 1227+ only change them if you are sure you need to.</p>
12271228 </div>
12281229 </div>
12291230