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

--- Comment #11 from Erik Bernhardson <ebernhard...@wikimedia.org> ---
(In reply to comment #7)
> Sorry, that's not what I meant. I'm talking about the HTML returned by
> \Flow\RecentChanges\Formatter::format()

Getting wikitext out of there would be difficult, it was designed to work with
the OldChangesListRecentChangesLine hook which expects a line of html.  In
terms of the functionality this needs, the list of links, potentially could
extend the abstract \Flow\Formatter to accept a check user row and run the
buildActionLinks method for it.  That will get you an array of arrays, the
inner arrays each containing a url and a plain text link name.

I'm not sure yet how to get the data across though, it needs a Title, action
string, and one or two uuids.  The title is already there, the action could
potentially be stored in cuc_actiontext although i have not yet checked if that
is legitimate.  For the uuid's i'm really not sure though, beyond adjusting the
cu_changes table.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to