* (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear in...
authorSam Reed <reedy@users.mediawiki.org>
Sun, 13 Mar 2011 00:07:22 +0000 (00:07 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 13 Mar 2011 00:07:22 +0000 (00:07 +0000)
Followup r83797, closing. Adding bit of documentation, + RELEASE-NOTES

RELEASE-NOTES
includes/api/ApiQueryBase.php

index c72cd33..371932c 100644 (file)
@@ -244,6 +244,9 @@ PHP if you have not done so prior to upgrading MediaWiki.
 * (bug 28010) Passing a non existant user to list=users gives internal error
 * (bug 27549) action=query&list=users&usprop=groups doesn't show implicit
   groups if a user doesn't have explicit groups
+* (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
+
 
 === Languages updated in 1.18 ===
 
index 483c99a..8171466 100644 (file)
@@ -440,6 +440,13 @@ abstract class ApiQueryBase extends ApiBase {
                return substr( $this->keyToTitle( $keyPart . 'x' ), 0, - 1 );
        }
 
+       /**
+        * Gets the personalised direction parameter description
+        *
+        * @param string $p ModulePrefix
+        * @param string $extraDirText Any extra text to be appended on the description
+        * @return array
+        */
        public function getDirectionDescription( $p = '', $extraDirText = '' ) {
                return array(
                                "In which direction to enumerate{$extraDirText}",