You are here

CHANGELOG.txt in Embedded Media Field 6

Changelog for Embedded Media Field (Drupal version 6).

File

CHANGELOG.txt
View source
  1. /**
  2. * @file
  3. * Changelog for Embedded Media Field (Drupal version 6).
  4. */
  5. ================
  6. DRUPAL-6--1-18
  7. ================
  8. #625822 by deviantintegral | aaron: fix _emfield_update_fix_data() can loop
  9. infinitely.
  10. #621792 by aaron: Fix space after youtube link.
  11. ================
  12. DRUPAL-6-1--15
  13. ================
  14. #618272 by hutch: Fixed bug in emfield.php.
  15. ================
  16. DRUPAL-6--1-13
  17. ================
  18. #612780 by cangeceiro: Fixed Error in emfield.php.
  19. ================
  20. DRUPAL-6--1-12
  21. ================
  22. by aaron: Document module-provided hooks.
  23. by aaron: Change legacy module_invoke to directly call internal funciton.
  24. #604524 by aaron | DamienMcKenna : Create new hook_emfield_data_alter(&$data).
  25. by aaron: Fix error/WSOD on admin screen if FLV Media Player module installed,
  26. but no profiles have been created.
  27. ================
  28. DRUPAL-6--1-11
  29. ================
  30. by aaron: Add generic theme for swfobject when that module not included.
  31. #592284 by aaron: Fix botched update for provider data import.
  32. ===============
  33. DRUPAL-6--1-8
  34. ===============
  35. by aaron: Add 'provider' views handlers.
  36. by aaron: Upgrade existing fields to retrieve new data when necessary.
  37. by aaron: Store version data in new column.
  38. ===============
  39. DRUPAL-6--1-7
  40. ===============
  41. by aaron: Add support for flv media player profiles.
  42. ===============
  43. DRUPAL-6--1-5
  44. ===============
  45. September 2009
  46. --------------
  47. by aaron: Sanitize only before preview.
  48. by aaron: Clean up extra columns invocation.
  49. by aaron: Allow providers to validate URLs.
  50. #264264 by aaron: Sanitize item for preview.
  51. August 2009
  52. -----------
  53. by aaron: Add option for thumbnail play button overlay.
  54. by aaron: Implement hook_content_generate for Devel module.
  55. ===============
  56. DRUPAL-6--1-4
  57. ===============
  58. August 2009
  59. -----------
  60. #370882 by jdwfly | aaron: Fix menu creation.
  61. #358241 by joachim: Field help text links 'Custom URL' to site itself.
  62. DRUPAL-6--1-3
  63. =============
  64. July 2009
  65. ---------
  66. * #165731 - Allow provider result of 302 (winston).
  67. * #516642 - Add content_filter_xss() to field help (Pete B).
  68. * Add player-viral.swf to JW FLV Player autosearch (aaron).
  69. * Add $options array to emfield_emfield_field_formatter (aaron).
  70. June 2009
  71. ---------
  72. * Add basic support and admin options for JW Image Rotator (aaron).
  73. * Fix confusing basepath for JW Flash Player variable (aaron).
  74. * Add basic support and admin options for JW Flash Player (aaron).
  75. DRUPAL-6--1-2
  76. =============
  77. May 2009
  78. ---------
  79. * #197807 - Max length of embed to 4096 (aaron).
  80. * #474790 - Insecure handling of administrator-entered text (aaron).
  81. * Allow silent node batch operations; notice to watchdog (aaron).
  82. * #452724 - winston fixed problem with caching of xml (alexua).
  83. March 2009
  84. ----------
  85. * Link to proper video value in _emfield_emfield_widget (aaron).
  86. * Add json option to request xml for brightcove support (aaron).
  87. * Documentation; default value of '' for error field (aaron).
  88. * Pass error field when validating data element (aaron).
  89. * Fix regex for loading include files so .inc~ no longer loaded (aaron).
  90. February 2009
  91. -------------
  92. * #365223 - Drewish fixed some PHP E_ALL warnings
  93. January 2009
  94. -------------
  95. * In Drupal 6, we need to build multipart/form-data forms manually (aaron).
  96. * #349214 - moonray fixed problem with multi field settings
  97. * #353900 - KarenS fixed multiple problems, which removed multiple error messages
  98. December 2008
  99. -------------
  100. * Pass through proper arguments for hook_emfield_widget_extra from _emfield_emfield_widget (aaron).
  101. * #345383/moonray - Allow hook_menu() in providers (aaron/moonray).
  102. * #319989 - Sanity check the path of swfobject.js (aaron/bonobo).
  103. November 2008
  104. -------------
  105. * #253251/Jody Lynn - Integrate the Job Queue API for a better method for refreshing data (aaron/Jody Lynn).
  106. August 2008
  107. -----------
  108. * #277982- reikiman fixed call to emfield.rss.inc
  109. * #177027#comment-937384 - Senpai added more description to _emfield_emfield_field()
  110. * #177027#comment-937410 - Senpai changed so that admin settings default to not collapsed
  111. * #291275 - singularo fixed a conflict with filefield.
  112. * #177027#comment-950482 - cshoney got emfield to work with Drupal 6!
  113. * #177027#comment-936435 - Senpai submitted some Coder fixes
  114. * #177027#comment-934851 chsoney added a case 'sanatize' to _emfield_emfield_field
  115. * #177027#comment-929542 - bangpound resolved issue with $data array not saving
  116. June 2008
  117. ---------
  118. * Separate rss nodeapi functionality into emfield.rss.inc (aaron).
  119. * Separate cck functions into emfield.cck.inc (aaron).
  120. * Separate admin callback into emfield.admin.inc (aaron).
  121. * add swfobject to general settings page
  122. * #263660 set a form error for invalid urls
  123. 2008-05-30
  124. widget info
  125. 'callbacks' => array('tables' => CONTENT_CALLBACK_DEFAULT, 'arguments' => CONTENT_CALLBACK_DEFAULT, ),
  126. case 'database columns': return module_invoke('emfield', 'field_columns', $field);
  127. content_notify in .install files
  128. 2008-05-29
  129. implement hook_content_is_empty
  130. 2008-05-23
  131. #214011 - dgtlmoon fixed variable syntax that was precenting users from choosing which providers should show up and which shouldn't on the CCK form.
  132. 2008-05-10
  133. #228678 - vanvemden fixed problem where on node preview video was not shown
  134. 2008-04-29
  135. #250273/schuyler1d include files should key off of file->filename
  136. 2008-04-12
  137. #245472/schuyler1d add hook_emfield_providers to allow other modules to be providers for emfield sub-modules
  138. 2008-02-19
  139. fix loop when determining fields implementing contributed emfield modules
  140. 2008-02-18
  141. #212575 Display warning when no modules are enabled
  142. 2008-02-17
  143. #197807 change maxlength of embed field to 2048
  144. add views handlers for use by contrib modules
  145. 2008-02-09
  146. #214011 - patch by dgtlmoon to fix variable_get syntax
  147. 2008-01-07
  148. #207168/vnd Missing arguments for emthumb_emfield_widget_extra()
  149. 2008-01-06
  150. Don't save empty fields except the first value
  151. #201734/skywalker2208 show custom help text on field submission
  152. 2008-01-04
  153. remove debugging statements
  154. clean up multiple fields on field op hooks
  155. add emfield_widget_settings_extra and emfield_field_extra hooks for emthumb support
  156. 2007-10-30
  157. fix http://drupal.org/node/187855 -- empty types array
  158. allow fields to be required - http://drupal.org/node/187771
  159. 2007-10-04
  160. add hooks to allow import of media sets
  161. 2007-09-12
  162. fixed error: warning: array_shift() [function.array-shift]: The argument should be an array...
  163. 2007-09-06
  164. added hook_emfield_rss so modules/providers can provide rss enclosures
  165. 2007-07-26
  166. fixed fatal string error in php5 -- http://drupal.org/node/153261
  167. 2007-06-25
  168. rename ncck to emfield
  169. 2007-06-19
  170. remove need for redundant helper_module column from widgets
  171. merge video_cck into ncck
  172. 2007-06-15
  173. default links to content w/ preview/thumbnail size
  174. allow ability to determine link w/ various sizes in field
  175. 2007-06-14
  176. add flickr support
  177. 2007-06-13
  178. create engine, using video_cck as a base