You are here

CHANGELOG.txt in Ajax Load 6.2

6.x-2.x-dev (2011-05-10)
========================
This branch represents a major direction change in ajax_load's place with Drupal.
The module has been rewritten to support the __callback methods as well as adding
support for CTools and now Drupal 7's 'commands' structure for ajax calls. By
attaching a __commands structure to our callbacks, we can allow both systems to run
as well as paving the way for ajax_load in D7.

This branch of the module is dependent on CTools API 1.8 or greater


6.x-1.x-dev
===========

Bugfixes:
- #685918: Drupal.theme functions implemented by other modules are broken when javascript compression is enabled.
- Fix minor doxigen issues in ajax_load.js.
- #943132 by andreiashu - Scripts Settings need to be deep copied.


6.x-1.3 (2010-01-15)
====================

Features:
- Added CHANGELOG.txt.
- Use package = User interface for module .info file.
- Make javaScript compatible with other libraries than jQuery. See:
  http://drupal.org/update/modules/6/7#javascript_compatibility
- Use push method to manage externalScripts array.

Bugfixes:
- #580516 by Cristhian: Behaviors attached twice.


6.x-1.2 (2009-04-21)
====================

Features:
- #389148 by deadmonk, markus_petrux: Tracking loaded javascripts and support for jquery_update.
- #361165 by markus_petrux: Add support for Garland with custom colors.


6.x-1.1 (2008-12-18)
====================

Features:
- #338271 by nedjo: Allow other modules to opt out of settings handling.
- #348131 by nedjo: User $.each to iterate. Update css tag used. Enable multiple simultaneous script loading tasks.
- #348338 by nedjo: Added example module for ajax_load.

Bugfixes:
- #338149 by nedjo: Support arrays as well as objects in AJAX data returns.
- #338270 by nedjo: Fix error in reading in settings.
- #338272 by nedjo: Support loading inline scripts.
- #338272 by nedjo: Ensure external scripts are loaded before evaluating inline scripts.
- #348131 by nedjo: Initialize loadPending counter. Fix error in inline script handling.
- #348395 by nedjo: Don't evaluate inline scripts with document.write.


6.x-1.0 (2008-09-06)
====================

- Initial stable release.

File

CHANGELOG.txt
View source
  1. 6.x-2.x-dev (2011-05-10)
  2. ========================
  3. This branch represents a major direction change in ajax_load's place with Drupal.
  4. The module has been rewritten to support the __callback methods as well as adding
  5. support for CTools and now Drupal 7's 'commands' structure for ajax calls. By
  6. attaching a __commands structure to our callbacks, we can allow both systems to run
  7. as well as paving the way for ajax_load in D7.
  8. This branch of the module is dependent on CTools API 1.8 or greater
  9. 6.x-1.x-dev
  10. ===========
  11. Bugfixes:
  12. - #685918: Drupal.theme functions implemented by other modules are broken when javascript compression is enabled.
  13. - Fix minor doxigen issues in ajax_load.js.
  14. - #943132 by andreiashu - Scripts Settings need to be deep copied.
  15. 6.x-1.3 (2010-01-15)
  16. ====================
  17. Features:
  18. - Added CHANGELOG.txt.
  19. - Use package = User interface for module .info file.
  20. - Make javaScript compatible with other libraries than jQuery. See:
  21. http://drupal.org/update/modules/6/7#javascript_compatibility
  22. - Use push method to manage externalScripts array.
  23. Bugfixes:
  24. - #580516 by Cristhian: Behaviors attached twice.
  25. 6.x-1.2 (2009-04-21)
  26. ====================
  27. Features:
  28. - #389148 by deadmonk, markus_petrux: Tracking loaded javascripts and support for jquery_update.
  29. - #361165 by markus_petrux: Add support for Garland with custom colors.
  30. 6.x-1.1 (2008-12-18)
  31. ====================
  32. Features:
  33. - #338271 by nedjo: Allow other modules to opt out of settings handling.
  34. - #348131 by nedjo: User $.each to iterate. Update css tag used. Enable multiple simultaneous script loading tasks.
  35. - #348338 by nedjo: Added example module for ajax_load.
  36. Bugfixes:
  37. - #338149 by nedjo: Support arrays as well as objects in AJAX data returns.
  38. - #338270 by nedjo: Fix error in reading in settings.
  39. - #338272 by nedjo: Support loading inline scripts.
  40. - #338272 by nedjo: Ensure external scripts are loaded before evaluating inline scripts.
  41. - #348131 by nedjo: Initialize loadPending counter. Fix error in inline script handling.
  42. - #348395 by nedjo: Don't evaluate inline scripts with document.write.
  43. 6.x-1.0 (2008-09-06)
  44. ====================
  45. - Initial stable release.