---
- Set focus on ok button for dialog boxes, so a user can dismiss the button by
pressing return key.
[aatiis, 2011-03-25]
- Don't define a default error callback twice, just rely on the default handler
prowided by ``bdajax.request``.
[aatiis, 2011-03-25]
- Add default 403 error page redirect.
[aatiis, 2011-03-25]
- Hide spinner after 'Empty response' message.
[aatiis, 2011-03-25]
- Used ``request.status`` and ``request.statusText`` in default error if they
are defined.
[aatiis, 2011-03-25]
- Continuation action and event support for ajaxaction.
[rnix, 2011-03-21]
- Better default error output.
[rnix, 2011-03-13]
- Remove ``ajaxerrors`` and ``ajaxerror`` from bdajax.
[rnix, 2011-03-13]
- Remove bfg.zcml and zope.zcml, switch to pyramid in configure.zcml with
conditional resource registration.
[rnix, 2011-02-07]