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).
This directory contains extra libraries which are needed
to make cubicweb work.
The mx.DateTime python implementation is directly taken from
the mx.DateTime distribution. The only modification is the
strptime function which has been mocked using the standard
``datetime`` module. (as provided by the python2.5's stdlib)