Erik Moeller wrote:
I decided to give it a try myself and wrote a patch for allowing edits on doubleclick. It is attached. I decided not to create a context diff because I think the patch is so small to be better readable without it
Since no one seems to be against it and I rather like it myself (and I needed a break from reading postgresql documentation!), I've committed the patch and installed it on the live wiki (all ph3 langs and meta). Go into your user prefs and give it a try!
One slight code tweak:
if($wgOut->isArticle() && $wgUser->getOption("editondblclick") ) { $n = $wgTitle->getPrefixedText();
changed to getPrefixedURL() for URL-encoding.
-- brion vibber (brion @ pobox.com)