Page MenuHomePhabricator

Ability to list user revisions on a spesific article
Closed, ResolvedPublic

Description

http://en.wikipedia.org/w/api.php?action=query&prop=revisions&titles=Main_Page&rvlimit=500&rvuser=MZMcBride

You are looking at the HTML representation of the XML format.
HTML is good for debugging, but probably is not suitable for your application.
See complete documentation, or API help for more information.
<?xml version="1.0"?>
<api>

<query>
  <normalized>
    <n from="Main_Page" to="Main Page" />
  </normalized>
  <pages>
    <page pageid="15580374" ns="0" title="Main Page">
      <revisions>
        <rev revid="250138233" user="MZMcBride" timestamp="2008-11-07T00:25:19Z" comment="cleaned up code, per talk" />
        <rev revid="210742813" user="MZMcBride" timestamp="2008-05-07T05:22:48Z" comment="rv" />
        <rev revid="210742552" user="MZMcBride" timestamp="2008-05-07T05:20:55Z" comment="restored margin-top with lower value" />
        <rev revid="210742376" user="MZMcBride" timestamp="2008-05-07T05:19:46Z" comment="rm margin-top, see talk" />
        <rev revid="199549748" user="MZMcBride" timestamp="2008-03-20T08:11:25Z" comment="rv" />
        <rev revid="197643346" user="MZMcBride" timestamp="2008-03-12T03:52:20Z" comment="rm unneeded div" />
        <rev revid="191953558" user="MZMcBride" timestamp="2008-02-16T23:45:51Z" comment="bypassed redirect" />
      </revisions>
    </page>
  </pages>
</query>

</api>


Above is an example use.

I'd like a different page that lets me display user contribution (individual revisions) like page history. Basically I want
*the diff link to be clickable
*timestamp displayed in standard dating format (depending on users pref like how history date & time is displayed)
*possibly adding a text box to history pages so that I can "search" a users contribution.
**For example if I went to page history of "Main Page" and search for "MZMcBride" I'd get the above feed


Version: unspecified
Severity: enhancement

Details

Reference
bz16745

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:27 PM
bzimport set Reference to bz16745.
bzimport added a subscriber: Unknown Object (MLST).

*** This bug has been marked as a duplicate of bug 10788 ***