You are here

CHANGELOG.txt in Viewfield 6

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
  2. 7.3 CHANGELOG.txt
  3. 7.2 CHANGELOG.txt
Viewfield x.x-x.x, xxxx-xx-xx
-----------------------------

Viewfield 6.x-1.x, xxxx-xx-xx
-----------------------------

Viewfield 6.x-1.2, 2011-07-26
-----------------------------
by keithm: Rolled back #903034 because it breaks views headers/footers.
#903034 by keithm: Fixed bug producing output for empty view.
#1048516 by GoZ, keithm: Fixed select list to test for deleted view.
#1147558 by dwightaspinwall, sun: Fixed updates with empty contents.
#1141200 by wojtha, keithm: Fixed column vname to allow NULL.

Viewfield 6.x-1.1, 2011-04-27
-----------------------------
#1329428 by keithm: Changed for new token_replace() initial string argument.
#416922 by keithm: Fixed update_6001 to check current size < 128 before update.
#416922 by frjo, keithm: Fixed vname too short.
#1052370 by Anclywen: Fixed unrestricted list of allowed views.
#1120884 by keithm: Fixed viewfield creation notices.
#647746 by sun: Fixed %author id of node not always passed to view.
#571128 by sun: Fixed field setting labels and descriptions (UX).
#535494 by sun, chaps2: Fixed view is processed twice for tokens.
#831574 by sun: Fixed array_filter PHP warning.
#510356 by etzel, sun: Fixed exposed filters submitting to front page.
#477244 by muhleder, japanitrat, sun: Fixed empty view result output.

Viewfield 6.x-1.0, 2010-08-24
-----------------------------
by sun: Fixed character encoding and line endings of all files.
#509406 by sun, askibinski, KarenS: Fixed views field select options.
#118764 by alex_b: Fixed typo in translating arguments.
#100085 by Eaton: Implemented plugins as formatters.
#235572 by plach. Updated to Drupal 6.
by Zoltan Balogh: Added Hungarian translation.
#348257 by jerdavis: Added selection of available view displays to viewfield
  drop-down lists.
  Allows users to select a specific view display rather than forcing them to
  create a new default display for each view.
#367799 by webchick, jerdavis: Fixed metric boat-loads of notices.
  Cleaned up some code to remove some of the notices being thrown if
  error_reporting is E_ALL.
#301503 by plach, artis, radman16, jerdavis: Fixed SQL error on non-node views.
  Added $table_queue check on $query to make sure we've got a node table in the
  queue before altering the query.
#367799 by Darren Oh: Fixed more error notices.
#386430 by muhleder: Fixed default value not being used until node is saved.
#312131 by plach: Fixed argument caching.
#376433 by revimage, jerdavis: Fixed lost settings when node is modified from
  outside the node edit form.
  Removed fieldset from viewfield in viewfield_select_process() and
  viewfield_field().
#399872 by burlap, jerdavis: Fixed views access control.
  Added $view->access() check to view execution and rendering in
  _viewfield_get_view_content().
#416922 by Darren Oh: Fixed lost settings on default views.
by Darren Oh: Fixed error notice when force default is on.
by Darren Oh: Reverted previous commit.
  Arguments would not display on the field settings page when force default was
  on.
#386430 by Darren Oh: Reverted patch.
  Patch prevented nodes from overriding default values.
by Darren Oh: Organized code and fixed coding standards compliance.
by Darren Oh: Fixed more error notices.
by Darren Oh: Added translation template.
by Darren Oh: Fixed typo in changelog.
by Darren Oh: Moved theme functions file to theme directory.
by Darren Oh: Changed install file description.
by Darren Oh: Fixed update to enable fields.
by Zoltan Balogh: Updated Hungarian translation.
#373373 by ramsalt: Fixed page view changing node title.
#416922 by Darren Oh: Fixed upgrade for existing fields.
#434920 by Darren Oh: Fixed argument defaults being lost on save.
by Darren Oh: Fixed user keyword.
by Darren Oh: Fixed caching error.
#480432 by Aren Cambre, hadsie, scottrigby, jerdavis: Error when creating new
  viewfield.
  Added is_array() check to prevent errors when the field is first being
  created.
#480432 by Darren Oh: Improved original fix to prevent error on line 276.
by Darren Oh: Fixed undefined variable errors.
#568304 by Darren Oh: Fixed rendering of fieldgroups after fieldgroup containing
  viewfield.
  A viewfield in a fieldgroup would prevent subsequent fieldgroups from being
  rendered if the build mode was not full.
#568304 by Darren Oh: Fixed missing fieldgroups in full node view after last
  change.


Viewfield 5.x-1.x, 2007-02-05
-----------------------------
by mfredrickson: Fixed ID for author argument token.
  Was using node ID instead of user ID.
#100971 by eaton, webchick, alex_b, yched, and stefano73: Updated to Drupal 5.
  Some changes to the implementation:
  * More reliance on the views formatters (as seems to be the norm for CCK
    fields now) for formatting regular node views.
  * The full node formatter is now the "default". This may break some existing
    views. It's worth the pain.
  * Added paging as per stefano73/alex_b's work. Relatively untested, but it
    looks good so far. (Thanks!)


Viewfield 4.7.x-1.x, 2006-11-10
-------------------------------
by mfredrickson: Initial commit.
  Nodes hold content. Views save queries. Wouldn't be great if a node could hold
  a saved query? Now it can. Viewfield is a CCK field module that allows
  administrators to put views directly into nodes. When creating a node, users
  can select from a list of views. When the node is displayed, the view is run
  and the content is inserted into the body of the node.

File

CHANGELOG.txt
View source
  1. Viewfield x.x-x.x, xxxx-xx-xx
  2. -----------------------------
  3. Viewfield 6.x-1.x, xxxx-xx-xx
  4. -----------------------------
  5. Viewfield 6.x-1.2, 2011-07-26
  6. -----------------------------
  7. by keithm: Rolled back #903034 because it breaks views headers/footers.
  8. #903034 by keithm: Fixed bug producing output for empty view.
  9. #1048516 by GoZ, keithm: Fixed select list to test for deleted view.
  10. #1147558 by dwightaspinwall, sun: Fixed updates with empty contents.
  11. #1141200 by wojtha, keithm: Fixed column vname to allow NULL.
  12. Viewfield 6.x-1.1, 2011-04-27
  13. -----------------------------
  14. #1329428 by keithm: Changed for new token_replace() initial string argument.
  15. #416922 by keithm: Fixed update_6001 to check current size < 128 before update.
  16. #416922 by frjo, keithm: Fixed vname too short.
  17. #1052370 by Anclywen: Fixed unrestricted list of allowed views.
  18. #1120884 by keithm: Fixed viewfield creation notices.
  19. #647746 by sun: Fixed %author id of node not always passed to view.
  20. #571128 by sun: Fixed field setting labels and descriptions (UX).
  21. #535494 by sun, chaps2: Fixed view is processed twice for tokens.
  22. #831574 by sun: Fixed array_filter PHP warning.
  23. #510356 by etzel, sun: Fixed exposed filters submitting to front page.
  24. #477244 by muhleder, japanitrat, sun: Fixed empty view result output.
  25. Viewfield 6.x-1.0, 2010-08-24
  26. -----------------------------
  27. by sun: Fixed character encoding and line endings of all files.
  28. #509406 by sun, askibinski, KarenS: Fixed views field select options.
  29. #118764 by alex_b: Fixed typo in translating arguments.
  30. #100085 by Eaton: Implemented plugins as formatters.
  31. #235572 by plach. Updated to Drupal 6.
  32. by Zoltan Balogh: Added Hungarian translation.
  33. #348257 by jerdavis: Added selection of available view displays to viewfield
  34. drop-down lists.
  35. Allows users to select a specific view display rather than forcing them to
  36. create a new default display for each view.
  37. #367799 by webchick, jerdavis: Fixed metric boat-loads of notices.
  38. Cleaned up some code to remove some of the notices being thrown if
  39. error_reporting is E_ALL.
  40. #301503 by plach, artis, radman16, jerdavis: Fixed SQL error on non-node views.
  41. Added $table_queue check on $query to make sure we've got a node table in the
  42. queue before altering the query.
  43. #367799 by Darren Oh: Fixed more error notices.
  44. #386430 by muhleder: Fixed default value not being used until node is saved.
  45. #312131 by plach: Fixed argument caching.
  46. #376433 by revimage, jerdavis: Fixed lost settings when node is modified from
  47. outside the node edit form.
  48. Removed fieldset from viewfield in viewfield_select_process() and
  49. viewfield_field().
  50. #399872 by burlap, jerdavis: Fixed views access control.
  51. Added $view->access() check to view execution and rendering in
  52. _viewfield_get_view_content().
  53. #416922 by Darren Oh: Fixed lost settings on default views.
  54. by Darren Oh: Fixed error notice when force default is on.
  55. by Darren Oh: Reverted previous commit.
  56. Arguments would not display on the field settings page when force default was
  57. on.
  58. #386430 by Darren Oh: Reverted patch.
  59. Patch prevented nodes from overriding default values.
  60. by Darren Oh: Organized code and fixed coding standards compliance.
  61. by Darren Oh: Fixed more error notices.
  62. by Darren Oh: Added translation template.
  63. by Darren Oh: Fixed typo in changelog.
  64. by Darren Oh: Moved theme functions file to theme directory.
  65. by Darren Oh: Changed install file description.
  66. by Darren Oh: Fixed update to enable fields.
  67. by Zoltan Balogh: Updated Hungarian translation.
  68. #373373 by ramsalt: Fixed page view changing node title.
  69. #416922 by Darren Oh: Fixed upgrade for existing fields.
  70. #434920 by Darren Oh: Fixed argument defaults being lost on save.
  71. by Darren Oh: Fixed user keyword.
  72. by Darren Oh: Fixed caching error.
  73. #480432 by Aren Cambre, hadsie, scottrigby, jerdavis: Error when creating new
  74. viewfield.
  75. Added is_array() check to prevent errors when the field is first being
  76. created.
  77. #480432 by Darren Oh: Improved original fix to prevent error on line 276.
  78. by Darren Oh: Fixed undefined variable errors.
  79. #568304 by Darren Oh: Fixed rendering of fieldgroups after fieldgroup containing
  80. viewfield.
  81. A viewfield in a fieldgroup would prevent subsequent fieldgroups from being
  82. rendered if the build mode was not full.
  83. #568304 by Darren Oh: Fixed missing fieldgroups in full node view after last
  84. change.
  85. Viewfield 5.x-1.x, 2007-02-05
  86. -----------------------------
  87. by mfredrickson: Fixed ID for author argument token.
  88. Was using node ID instead of user ID.
  89. #100971 by eaton, webchick, alex_b, yched, and stefano73: Updated to Drupal 5.
  90. Some changes to the implementation:
  91. * More reliance on the views formatters (as seems to be the norm for CCK
  92. fields now) for formatting regular node views.
  93. * The full node formatter is now the "default". This may break some existing
  94. views. It's worth the pain.
  95. * Added paging as per stefano73/alex_b's work. Relatively untested, but it
  96. looks good so far. (Thanks!)
  97. Viewfield 4.7.x-1.x, 2006-11-10
  98. -------------------------------
  99. by mfredrickson: Initial commit.
  100. Nodes hold content. Views save queries. Wouldn't be great if a node could hold
  101. a saved query? Now it can. Viewfield is a CCK field module that allows
  102. administrators to put views directly into nodes. When creating a node, users
  103. can select from a list of views. When the node is displayed, the view is run
  104. and the content is inserted into the body of the node.