r90490 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r90489
|
r90490
|
r90491
>
Date:
22:32, 20 June 2011
Author:
reedy
Status:
ok
Tags:
Comment:
* (
bug 29278
) server error 500 when attempting to add text to a page via redirect (redirect points to the page and page is edited)
Needs 1.17 and 1.18 backporting, so release notes will go in 1.17
Modified paths:
/trunk/phase3/includes/api/ApiEditPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiEditPage.php
—
—
@@ -67,8 +67,6 @@
68
68
$titles = Title::newFromRedirectArray( Revision::newFromTitle( $oldTitle )->getText( Revision::FOR_THIS_USER ) );
69
69
// array_shift( $titles );
70
70
71
- $apiResult->addValue( null, 'foo', $titles );
72
-
73
71
$redirValues = array();
74
72
foreach ( $titles as $id => $newTitle ) {
75
73
Follow-up revisions
Revision
Commit summary
Author
Date
r90492
* (
bug 29278
) server error 500 when attempting to add text to a page via redi...
reedy
22:39, 20 June 2011
r90493
MFT manually
r90490
reedy
22:39, 20 June 2011
r92434
MFT to REL1_18...
hashar
15:05, 18 July 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r75280
Revert
r70703
and followup
r70715
: broke &redirect for API edit with a fatal ...
catrope
17:48, 23 October 2010
r89553
Fix the non-PEAR alternative for Services_JSON_Error to be less useless.
bug ...
catrope
09:41, 6 June 2011
r90270
Related to
bug 29278
, and from the comments in
bug 14210
, mention the edit to...
reedy
14:55, 17 June 2011
Status & tagging log
15:05, 18 July 2011
Hashar
(
talk
|
contribs
)
changed the
tags
for r90490
[
removed:
1.18]
17:59, 15 July 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r90490
[
removed:
1.17wmf1]
18:09, 27 June 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r90490
[
removed:
new
added:
ok]
22:39, 20 June 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r90490
[
added:
1.18]
22:32, 20 June 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r90490
[
added:
1.17wmf1]