You are here

CHANGELOG.txt in Values 7

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
Values 7.x-1.x-dev (2013-07-05)
-------------------------------

Added the values_webform module
Moved values_field into 'modules' folder
Moved values.css to css folder
Changed value set listing page column headers to "Value Set Name" and "Machine Name".
Changed some of the language in the code. The term 'values' was being used ambiguously for values as well as value sets.
The keys values in $value_set->data[$delta] has been changed. 'value' is now 'key' and 'label' is now 'value'.

Values 7.x-1.x-dev (2013-06-20)
-------------------------------

Finished drupal 7 port:
Fixed any db queries (there was one still using the old D6 method of iterating over the results of db_query()
Changed the Name and Description field to a machine_name field.
Changed the values field to a machine name field as well.
Re wrote the values_field module since it was using old hooks that don't work anymore. (basically mimicked what the D7 cck module does for allowed values php code/ allowed values functions)
Added a little extra documentation to some of the docblocks
Re-organized the code a little bit into sections

Values 7.x-1.x-dev
------------------
Port to Drupal 7.x

Values 6.x-1.2
--------------
Added an update hook to clear the menu caches.
Make CTools dependency optional.
Added export/import functions and Features integration.
Changed schema to make CTools/Features integration easier.
#1065248 by drclaw: Verify that there is a value set stored before looping.
#1065116 by drclaw: Unsaved values get cleared when clicking 'Add more' button.
Add exporting capabilities and integration with CTools/Features.

Values 6.x-1.1
--------------
Make 'values' database field longer.
Enforce numeric value sets for numeric field types.

Values 6.x-1.0
--------------
Initial release for Drupal 6.x.

File

CHANGELOG.txt
View source
  1. Values 7.x-1.x-dev (2013-07-05)
  2. -------------------------------
  3. Added the values_webform module
  4. Moved values_field into 'modules' folder
  5. Moved values.css to css folder
  6. Changed value set listing page column headers to "Value Set Name" and "Machine Name".
  7. Changed some of the language in the code. The term 'values' was being used ambiguously for values as well as value sets.
  8. The keys values in $value_set->data[$delta] has been changed. 'value' is now 'key' and 'label' is now 'value'.
  9. Values 7.x-1.x-dev (2013-06-20)
  10. -------------------------------
  11. Finished drupal 7 port:
  12. Fixed any db queries (there was one still using the old D6 method of iterating over the results of db_query()
  13. Changed the Name and Description field to a machine_name field.
  14. Changed the values field to a machine name field as well.
  15. Re wrote the values_field module since it was using old hooks that don't work anymore. (basically mimicked what the D7 cck module does for allowed values php code/ allowed values functions)
  16. Added a little extra documentation to some of the docblocks
  17. Re-organized the code a little bit into sections
  18. Values 7.x-1.x-dev
  19. ------------------
  20. Port to Drupal 7.x
  21. Values 6.x-1.2
  22. --------------
  23. Added an update hook to clear the menu caches.
  24. Make CTools dependency optional.
  25. Added export/import functions and Features integration.
  26. Changed schema to make CTools/Features integration easier.
  27. #1065248 by drclaw: Verify that there is a value set stored before looping.
  28. #1065116 by drclaw: Unsaved values get cleared when clicking 'Add more' button.
  29. Add exporting capabilities and integration with CTools/Features.
  30. Values 6.x-1.1
  31. --------------
  32. Make 'values' database field longer.
  33. Enforce numeric value sets for numeric field types.
  34. Values 6.x-1.0
  35. --------------
  36. Initial release for Drupal 6.x.