Project

General

Profile

Does redmine use ajax calls of different types ?

Added by Terence Mill almost 12 years ago

Does redmine use other types of Ajax request beyond prototype.js ones?
Does redmine use ajax calls of different types in one request? How will that envolve for redmine 2.0 (rails 3) when jquery comes near.

Tx for answering!


Replies (1)

RE: Does redmine use ajax calls of different types ? - Added by Etienne Massip almost 12 years ago

Terence Mill wrote:

Does redmine use other types of Ajax request beyond prototype.js ones?

If you mean manipulating directly the XMLHttpRequest object, I don't think so.

Does redmine use ajax calls of different types in one request? How will that envolve for redmine 2.0 (rails 3) when jquery comes near.

Not sure I understand.

As I said previously, I think that you should be able to do Ajax calls with jQuery even if Redmine uses Prototype.
Althought I didn't try, the only tricky point should be to get and reissue the CSRF token.

    (1-1/1)