It would rock if I could view diffs from the web without going via feeds. I envision toggle-style buttons on the recentchanges page, or just links to the CGI, which then displays the diff... --madduck
The diffs are actually there, enabled by the
recentchangesdiffplugin, but they are hidden in the XHTML version by the stylesheet. You might try a user stylesheet withdiv.diff { display: block }. --JasonBlevins