r108855 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108854‎ | r108855 | r108856 >
Date:21:50, 13 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
@since, ping r101030
Modified paths:
  • /trunk/phase3/includes/Revision.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Revision.php
@@ -301,6 +301,7 @@
302302 /**
303303 * Return the value of a select() JOIN conds array for the user table.
304304 * This will get user table rows for logged-in users.
 305+ * @since 1.19
305306 * @return Array
306307 */
307308 public static function userJoinCond() {
@@ -310,6 +311,7 @@
311312 /**
312313 * Return the value of a select() page conds array for the paeg table.
313314 * This will assure that the revision(s) are not orphaned from live pages.
 315+ * @since 1.19
314316 * @return Array
315317 */
316318 public static function pageJoinCond() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101030* Added pageJoinCond() and userJoinCond() to Revision and exposed them publicly...aaron19:55, 27 October 2011

Status & tagging log