Index: trunk/phase3/includes/api/ApiQueryBase.php |
— | — | @@ -440,6 +440,13 @@ |
441 | 441 | return substr( $this->keyToTitle( $keyPart . 'x' ), 0, - 1 ); |
442 | 442 | } |
443 | 443 | |
| 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 | + */ |
444 | 451 | public function getDirectionDescription( $p = '', $extraDirText = '' ) { |
445 | 452 | return array( |
446 | 453 | "In which direction to enumerate{$extraDirText}", |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -244,7 +244,10 @@ |
245 | 245 | * (bug 28010) Passing a non existant user to list=users gives internal error |
246 | 246 | * (bug 27549) action=query&list=users&usprop=groups doesn't show implicit |
247 | 247 | 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 |
248 | 250 | |
| 251 | + |
249 | 252 | === Languages updated in 1.18 === |
250 | 253 | |
251 | 254 | MediaWiki supports over 330 languages. Many localisations are updated |