Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 14 May 2009 10:24:56 +0200] rev 1801
ajax_replace_url becomes obsolete, req.build_ajax_replace_url should be used instead
The idea is to generate the full URL on the server side and not
on the client side (i.e in JS). This way, this gives a chance to the
ajax link to work outside the application itself (typically mash-ups).