source: sipes/modules_contrib/ajax_load/CHANGELOG.txt @ c43ea01

stableversion-3.0
Last change on this file since c43ea01 was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100755
File size: 1.7 KB
Línea 
1
26.x-1.4 (2011-08-15)
3====================
4
5Bugfixes:
6- #685918: Drupal.theme functions implemented by other modules are broken when javascript compression is enabled.
7- Fix minor doxigen issues in ajax_load.js.
8- #943132 by andreiashu - Scripts Settings need to be deep copied.
9
10
116.x-1.3 (2010-01-15)
12====================
13
14Features:
15- Added CHANGELOG.txt.
16- Use package = User interface for module .info file.
17- Make javaScript compatible with other libraries than jQuery. See:
18  http://drupal.org/update/modules/6/7#javascript_compatibility
19- Use push method to manage externalScripts array.
20
21Bugfixes:
22- #580516 by Cristhian: Behaviors attached twice.
23
24
256.x-1.2 (2009-04-21)
26====================
27
28Features:
29- #389148 by deadmonk, markus_petrux: Tracking loaded javascripts and support for jquery_update.
30- #361165 by markus_petrux: Add support for Garland with custom colors.
31
32
336.x-1.1 (2008-12-18)
34====================
35
36Features:
37- #338271 by nedjo: Allow other modules to opt out of settings handling.
38- #348131 by nedjo: User $.each to iterate. Update css tag used. Enable multiple simultaneous script loading tasks.
39- #348338 by nedjo: Added example module for ajax_load.
40
41Bugfixes:
42- #338149 by nedjo: Support arrays as well as objects in AJAX data returns.
43- #338270 by nedjo: Fix error in reading in settings.
44- #338272 by nedjo: Support loading inline scripts.
45- #338272 by nedjo: Ensure external scripts are loaded before evaluating inline scripts.
46- #348131 by nedjo: Initialize loadPending counter. Fix error in inline script handling.
47- #348395 by nedjo: Don't evaluate inline scripts with document.write.
48
49
506.x-1.0 (2008-09-06)
51====================
52
53- Initial stable release.
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.