r23992 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23991‎ | r23992 | r23993 >
Date:08:09, 11 July 2007
Author:nickj
Status:old
Tags:
Comment:
A few comment tag tweaks.
Modified paths:
  • /trunk/phase3/includes/Database.php (modified) (history)
  • /trunk/phase3/includes/User.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesNn.php (modified) (history)
  • /trunk/phase3/maintenance/namespaceDupes.php (modified) (history)
  • /trunk/phase3/maintenance/showStats.php (modified) (history)
  • /trunk/phase3/maintenance/sql.php (modified) (history)
  • /trunk/phase3/skins/disabled/HTMLDump.php (modified) (history)
  • /trunk/phase3/thumb.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/namespaceDupes.php
@@ -133,7 +133,7 @@
134134 }
135135
136136 /**
137 - * @fixme: do this for reals
 137+ * @todo: do this for reals
138138 */
139139 function checkPrefix( $key, $prefix, $fix, $suffix = '' ) {
140140 echo "Checking prefix \"$prefix\" vs namespace $key\n";
Index: trunk/phase3/maintenance/sql.php
@@ -3,6 +3,8 @@
44 /**
55 * Send SQL queries from the specified file to the database, performing
66 * variable replacement along the way.
 7+ *
 8+ * @addtogroup Database
79 */
810
911 require_once( dirname(__FILE__) . '/' . 'commandLine.inc' );
Index: trunk/phase3/maintenance/showStats.php
@@ -9,7 +9,7 @@
1010 * @author Brion Vibber
1111 * @author Rob Church <robchur@gmail.com>
1212 *
13 - * @licence GNU General Public License 2.0 or later
 13+ * @license GNU General Public License 2.0 or later
1414 */
1515
1616 require_once( 'commandLine.inc' );
Index: trunk/phase3/skins/disabled/HTMLDump.php
@@ -101,7 +101,7 @@
102102 * class, and a wrapper for MediaWiki's localization database, and
103103 * outputs a formatted page.
104104 *
105 - * @access private
 105+ * @private
106106 */
107107 function execute() {
108108 wfSuppressWarnings();
Index: trunk/phase3/includes/User.php
@@ -1365,7 +1365,8 @@
13661366
13671367 /**
13681368 * Encrypt a password.
1369 - * It can eventuall salt a password @see User::addSalt()
 1369+ * It can eventually salt a password.
 1370+ * @see User::addSalt()
13701371 * @param string $p clear Password.
13711372 * @return string Encrypted password.
13721373 */
Index: trunk/phase3/includes/Database.php
@@ -1603,7 +1603,7 @@
16041604 * This is handy when you need to construct SQL for joins
16051605 *
16061606 * Example:
1607 - * list( $user, $watchlist ) = $dbr->tableNames('user','watchlist');
 1607+ * list( $user, $watchlist ) = $dbr->tableNamesN('user','watchlist');
16081608 * $sql = "SELECT wl_namespace,wl_title FROM $watchlist,$user
16091609 * WHERE wl_user=user_id AND wl_user=$nameWithQuotes";
16101610 */
Index: trunk/phase3/thumb.php
@@ -2,6 +2,8 @@
33
44 /**
55 * PHP script to stream out an image thumbnail.
 6+ *
 7+ * @addtogroup Media
68 */
79 define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
810 require_once( './includes/WebStart.php' );
Index: trunk/phase3/languages/messages/MessagesNn.php
@@ -6,8 +6,8 @@
77 *
88 * @author Olve Utne
99 * @author Guttorm Flatabø
10 - * @link http://meta.wikimedia.org/w/index.php?title=LanguageNn.php&action=history
11 - * @link http://nn.wikipedia.org/w/index.php?title=Brukar:Dittaeva/LanguageNn.php&action=history
 10+ * @see http://meta.wikimedia.org/w/index.php?title=LanguageNn.php&action=history
 11+ * @see http://nn.wikipedia.org/w/index.php?title=Brukar:Dittaeva/LanguageNn.php&action=history
1212 *
1313 * @addtogroup Language
1414 */

Follow-up revisions

RevisionCommit summaryAuthorDate
r24096Merged revisions 23910-24094 via svnmerge from...david22:38, 14 July 2007

Status & tagging log