User "Quadir" posted a comment on MediaWiki.r97203.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97203#c22619
Commit summary:

New hook RecentChangesListRecentChangesLine which let you customize an
entire recent changes line for user with 'Enhanced recent changes' option
It is equivalent to the existing hook OldChangesListRecentChangesLine

Reported by finlay on IRC.

Comment:

Hi, Finlay (irc) quadir (mediawiki) here...

Unfortunately this won't work. First of all $s does not exist in this function 
(EnhancedChangesList::recentChangesLine), they called it $ret instead.  

But even then $ret is very inconsistent in ECL, it will return a lot of blanks, 
the first date (2011-09-13), then if there is multiple days the previous days 
change rows will all be smushed infront of it, and then finally the rest of the 
change rows are outputted by  endRecentChangesList(). At that point it will 
work, but not be very useful in my opinion and require an additional hook in 

I discuss alternatives on the bug report I just filled,

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

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to