r83799 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83798‎ | r83799 | r83800 >
Date:00:07, 13 March 2011
Author:reedy
Status:resolved
Tags:
Comment:
* (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear in auto generated document, as it is on mw.org

Followup r83797, closing. Adding bit of documentation, + RELEASE-NOTES
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/api/ApiQueryBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryBase.php
@@ -440,6 +440,13 @@
441441 return substr( $this->keyToTitle( $keyPart . 'x' ), 0, - 1 );
442442 }
443443
 444+ /**
 445+ * Gets the personalised direction parameter description
 446+ *
 447+ * @param string $p ModulePrefix
 448+ * @param string $extraDirText Any extra text to be appended on the description
 449+ * @return array
 450+ */
444451 public function getDirectionDescription( $p = '', $extraDirText = '' ) {
445452 return array(
446453 "In which direction to enumerate{$extraDirText}",
Index: trunk/phase3/RELEASE-NOTES
@@ -244,7 +244,10 @@
245245 * (bug 28010) Passing a non existant user to list=users gives internal error
246246 * (bug 27549) action=query&list=users&usprop=groups doesn't show implicit
247247 groups if a user doesn't have explicit groups
 248+* (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear
 249+ in auto generated document, as it is on mw.org
248250
 251+
249252 === Languages updated in 1.18 ===
250253
251254 MediaWiki supports over 330 languages. Many localisations are updated

Follow-up revisions

RevisionCommit summaryAuthorDate
r88829Fix for r83799: mw.org -> mediawiki.orgdemon20:19, 25 May 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83797* (bug 27670) Ordering by timestamp (and usage of start and end) isn't as cle...reedy23:39, 12 March 2011

Status & tagging log