r47234 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r47233
|
r47234
|
r47235
>
Date:
21:49, 13 February 2009
Author:
catrope
Status:
deferred
Tags:
Comment:
And yet another fixup for
r47231
: use older/newer rather than ascending/descending
Modified paths:
/trunk/phase3/includes/api/ApiQueryProtectedTitles.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiQueryProtectedTitles.php
—
—
@@ -137,10 +137,10 @@
138
138
ApiBase :: PARAM_MAX2 => ApiBase :: LIMIT_BIG2
139
139
),
140
140
'dir' => array (
141
- ApiBase :: PARAM_DFLT => 'ascending',
141
+ ApiBase :: PARAM_DFLT => 'older',
142
142
ApiBase :: PARAM_TYPE => array (
143
- 'ascending',
144
- 'descending'
143
+ 'older',
144
+ 'newer'
145
145
)
146
146
),
147
147
'start' => array(
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r47231
API: (
bug 16740
) Adding list=protectedtitles to list create-protected titles
catrope
21:34, 13 February 2009
Status & tagging log
17:05, 4 January 2012
Johnduhart
(
talk
|
contribs
)
changed the
tags
for r47234
[
removed:
api]
00:20, 14 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r47234
[
removed:
old
added:
deferred]
21:49, 13 February 2009
Catrope
(
talk
|
contribs
)
changed the
tags
for r47234
[
added:
api]