You are here

CHANGELOG.txt in Autocomplete Widgets for Text and Number Fields 7

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
7.x-1.x-dev
===========

This is the initial dev release for the 7.x branch which integrates with the fields API that is now in core.
The following new widget has been added:
-  'Autocomplete for predefined suggestions' - this allows an admin to provide a list of suggestions but still allows users to enter anything they want in a text field. Use this widget to help avoid (but not prevent) variations of the same value. Ex: burger, hamburger, Burger ...


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

Features:
- #656554 by dagmar - Views 3 integration.
- #730790 by jromine - Filter HTML from display of values.


6.x-1.3
=======

Release notes:
- This release requires running update.php to upgrade.

Security issue:
- DRUPAL-SA-CONTRIB-2009-115 [1]: Autocomplete callback does not honor permissions to access CCK fields.

[1] http://drupal.org/node/670942

Bugfixes:
- #562432 Autocomplete text fields do not use default value setting.
- #553336 Follow up patch to fix case sensitivity feature.

Features:
- Added CHANGELOG.txt.
- #553336 Added case sensitive option. Needs update.php.
- Split code into separate files to minimize memory consumption during normal site operation.
- Added translations template and fixed a couple of potx warnings related to CCK widget labels.


6.x-1.2
=======

Release notes:
- Upgrading does not require running update.php.

Features:
- #550588: Add support for i18n to the 'Autocomplete for existing field data' widget.


6.x-1.1
=======

Release notes:
- Upgrading does not require running update.php.

Bugfixes:
- #405628 by nguyenquocviet - The widget of autocomplete for allowed values list does not show any possible values from allowed values list.


6.x-1.0
=======

- Initial release.

File

CHANGELOG.txt
View source
  1. 7.x-1.x-dev
  2. ===========
  3. This is the initial dev release for the 7.x branch which integrates with the fields API that is now in core.
  4. The following new widget has been added:
  5. - 'Autocomplete for predefined suggestions' - this allows an admin to provide a list of suggestions but still allows users to enter anything they want in a text field. Use this widget to help avoid (but not prevent) variations of the same value. Ex: burger, hamburger, Burger ...
  6. 6.x-1.x-dev
  7. ===========
  8. Features:
  9. - #656554 by dagmar - Views 3 integration.
  10. - #730790 by jromine - Filter HTML from display of values.
  11. 6.x-1.3
  12. =======
  13. Release notes:
  14. - This release requires running update.php to upgrade.
  15. Security issue:
  16. - DRUPAL-SA-CONTRIB-2009-115 [1]: Autocomplete callback does not honor permissions to access CCK fields.
  17. [1] http://drupal.org/node/670942
  18. Bugfixes:
  19. - #562432 Autocomplete text fields do not use default value setting.
  20. - #553336 Follow up patch to fix case sensitivity feature.
  21. Features:
  22. - Added CHANGELOG.txt.
  23. - #553336 Added case sensitive option. Needs update.php.
  24. - Split code into separate files to minimize memory consumption during normal site operation.
  25. - Added translations template and fixed a couple of potx warnings related to CCK widget labels.
  26. 6.x-1.2
  27. =======
  28. Release notes:
  29. - Upgrading does not require running update.php.
  30. Features:
  31. - #550588: Add support for i18n to the 'Autocomplete for existing field data' widget.
  32. 6.x-1.1
  33. =======
  34. Release notes:
  35. - Upgrading does not require running update.php.
  36. Bugfixes:
  37. - #405628 by nguyenquocviet - The widget of autocomplete for allowed values list does not show any possible values from allowed values list.
  38. 6.x-1.0
  39. =======
  40. - Initial release.