You are here

CHANGELOG.txt in Webform MySQL Views 6

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
  2. 7 CHANGELOG.txt
Webform MySQL Views 6.x-1.3, 2012-04-27
 * Fix for [#1027618] - Mysql requirement check results in segmentation
   fault fault when using $db_url defined as an array by Robin van Emden.
 * Fix for [#1038532] - Do not see exisitng webforms under
   /admin/content/webform/mysql (Webform 3.x) by highrockmedia.
 * Fix for [#1211192] - Submission date database field should be unix
   timestamp by bocaj.

Webform MySQL Views 6.x-1.2, 2011-01-14
* Fix for [#1026208] - grid component values are now formatted as a
  comma-separated list of key=val expressions.
* Fixed [#1026522] - When building the view query, field names are enclosed
  with backticks to avoid collisions with MySQL reserved words.
* [#1024200] Applied excellent patch from Frega, which adds automatic
  integration with the Data and Views modulse and thereby makes Webform MySQL
  views available
  to the Drupal Views module.
* Fix for [#1027092]: View name deduping logic uses active database name.
  Also includes a fix for $db_prefix handling in general.
* Fix for [#1024192] - $db_prefix is now properly prepended to the view name
  before storing it in the webform_mysql_views_views system variable.

Webform MySQL Views 6.x-1.1, 2011-01-11
* Fixed #1005606 - Omit fieldset components
* Fixed #1005600 - View breaks if a field allows multiple values
* Updated README.txt to address #1006648, confusion about 
  MySQL Views vs Drupal Views
* Added CHANGELOG.txt

Webform MySQL Views 6.x-1.0, 2010-12-22
* Initial Release

File

CHANGELOG.txt
View source
  1. Webform MySQL Views 6.x-1.3, 2012-04-27
  2. * Fix for [#1027618] - Mysql requirement check results in segmentation
  3. fault fault when using $db_url defined as an array by Robin van Emden.
  4. * Fix for [#1038532] - Do not see exisitng webforms under
  5. /admin/content/webform/mysql (Webform 3.x) by highrockmedia.
  6. * Fix for [#1211192] - Submission date database field should be unix
  7. timestamp by bocaj.
  8. Webform MySQL Views 6.x-1.2, 2011-01-14
  9. * Fix for [#1026208] - grid component values are now formatted as a
  10. comma-separated list of key=val expressions.
  11. * Fixed [#1026522] - When building the view query, field names are enclosed
  12. with backticks to avoid collisions with MySQL reserved words.
  13. * [#1024200] Applied excellent patch from Frega, which adds automatic
  14. integration with the Data and Views modulse and thereby makes Webform MySQL
  15. views available
  16. to the Drupal Views module.
  17. * Fix for [#1027092]: View name deduping logic uses active database name.
  18. Also includes a fix for $db_prefix handling in general.
  19. * Fix for [#1024192] - $db_prefix is now properly prepended to the view name
  20. before storing it in the webform_mysql_views_views system variable.
  21. Webform MySQL Views 6.x-1.1, 2011-01-11
  22. * Fixed #1005606 - Omit fieldset components
  23. * Fixed #1005600 - View breaks if a field allows multiple values
  24. * Updated README.txt to address #1006648, confusion about
  25. MySQL Views vs Drupal Views
  26. * Added CHANGELOG.txt
  27. Webform MySQL Views 6.x-1.0, 2010-12-22
  28. * Initial Release