https://bugzilla.wikimedia.org/show_bug.cgi?id=29685

       Web browser: ---
             Bug #: 29685
           Summary: do not output NULL parentid with
                    list=deletedrevs&drprop=parentid
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified


r85770 adds the parentid to list=deletedrevs, unfortunately that field is
always NULL (bug 28553). At the moment a parentid="0" is added, but a parentid
of 0 indicated the last revision of that page (in prop=revisions), so adding a
0 for all revisions is a bad idea. prop=revisions makes a is_null() check.
Please also make the null check in list=deletedrevs. Thanks.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to