You are here

changelog.txt in Embedded Media Field 5

// CHANGELOG for Embedded Media Field, version DRUPAL-5.

#621792 by aaron: Fix space after youtube link.

===============
 DRUPAL-5--1-8
===============

#289722 by marcp | bonobo: Added Voicethread support.
#358241 by joachim: Field help text links 'Custom URL' to site itself.

===============
 DRUPAL-5--1-7
===============

May 2009
--------
 * #197807 - Max length of embed to 4096 (aaron).
 * #474790 - Insecure handling of administrator-entered text (aaron).
 * Allow silent node batch operations; notice to watchdog (aaron).

March 2009
----------
 * Pass $options array through formatter (allowing for future inline functionality) (aaron).

June 2008
---------
 * add swfobject to general settings page
 * #263660 set a form error for invalid urls

2008-05-23
#214011 - dgtlmoon fixed variable syntax that was precenting users from choosing which providers should show up and which shouldn't on the CCK form.

2008-05-10
#228678 - vanvemden fixed problem where on node preview video was not shown

2008-04-29
#250273/schuyler1d include files should key off of file->filename

2008-04-12
#245472/schuyler1d add hook_emfield_providers to allow other modules to be providers for emfield sub-modules

2008-02-19
fix loop when determining fields implementing contributed emfield modules

2008-02-18
#212575 Display warning when no modules are enabled

2008-02-17
#197807 change maxlength of embed field to 2048
add views handlers for use by contrib modules

2008-02-09
#214011 - patch by dgtlmoon to fix variable_get syntax

2008-01-07
#207168/vnd Missing arguments for emthumb_emfield_widget_extra()

2008-01-06
Don't save empty fields except the first value
#201734/skywalker2208 show custom help text on field submission

2008-01-04
remove debugging statements
clean up multiple fields on field op hooks
add emfield_widget_settings_extra and emfield_field_extra hooks for emthumb support

2007-10-30
fix http://drupal.org/node/187855 -- empty types array
allow fields to be required - http://drupal.org/node/187771

2007-10-04
add hooks to allow import of media sets

2007-09-12
fixed error: warning: array_shift() [function.array-shift]: The argument should be an array...

2007-09-06
added hook_emfield_rss so modules/providers can provide rss enclosures

2007-07-26
fixed fatal string error in php5 -- http://drupal.org/node/153261

2007-06-25
rename ncck to emfield

2007-06-19
remove need for redundant helper_module column from widgets
merge video_cck into ncck

2007-06-15
default links to content w/ preview/thumbnail size
allow ability to determine link w/ various sizes in field

2007-06-14
add flickr support

2007-06-13
create engine, using video_cck as a base

File

changelog.txt
View source
  1. // CHANGELOG for Embedded Media Field, version DRUPAL-5.
  2. #621792 by aaron: Fix space after youtube link.
  3. ===============
  4. DRUPAL-5--1-8
  5. ===============
  6. #289722 by marcp | bonobo: Added Voicethread support.
  7. #358241 by joachim: Field help text links 'Custom URL' to site itself.
  8. ===============
  9. DRUPAL-5--1-7
  10. ===============
  11. May 2009
  12. --------
  13. * #197807 - Max length of embed to 4096 (aaron).
  14. * #474790 - Insecure handling of administrator-entered text (aaron).
  15. * Allow silent node batch operations; notice to watchdog (aaron).
  16. March 2009
  17. ----------
  18. * Pass $options array through formatter (allowing for future inline functionality) (aaron).
  19. June 2008
  20. ---------
  21. * add swfobject to general settings page
  22. * #263660 set a form error for invalid urls
  23. 2008-05-23
  24. #214011 - dgtlmoon fixed variable syntax that was precenting users from choosing which providers should show up and which shouldn't on the CCK form.
  25. 2008-05-10
  26. #228678 - vanvemden fixed problem where on node preview video was not shown
  27. 2008-04-29
  28. #250273/schuyler1d include files should key off of file->filename
  29. 2008-04-12
  30. #245472/schuyler1d add hook_emfield_providers to allow other modules to be providers for emfield sub-modules
  31. 2008-02-19
  32. fix loop when determining fields implementing contributed emfield modules
  33. 2008-02-18
  34. #212575 Display warning when no modules are enabled
  35. 2008-02-17
  36. #197807 change maxlength of embed field to 2048
  37. add views handlers for use by contrib modules
  38. 2008-02-09
  39. #214011 - patch by dgtlmoon to fix variable_get syntax
  40. 2008-01-07
  41. #207168/vnd Missing arguments for emthumb_emfield_widget_extra()
  42. 2008-01-06
  43. Don't save empty fields except the first value
  44. #201734/skywalker2208 show custom help text on field submission
  45. 2008-01-04
  46. remove debugging statements
  47. clean up multiple fields on field op hooks
  48. add emfield_widget_settings_extra and emfield_field_extra hooks for emthumb support
  49. 2007-10-30
  50. fix http://drupal.org/node/187855 -- empty types array
  51. allow fields to be required - http://drupal.org/node/187771
  52. 2007-10-04
  53. add hooks to allow import of media sets
  54. 2007-09-12
  55. fixed error: warning: array_shift() [function.array-shift]: The argument should be an array...
  56. 2007-09-06
  57. added hook_emfield_rss so modules/providers can provide rss enclosures
  58. 2007-07-26
  59. fixed fatal string error in php5 -- http://drupal.org/node/153261
  60. 2007-06-25
  61. rename ncck to emfield
  62. 2007-06-19
  63. remove need for redundant helper_module column from widgets
  64. merge video_cck into ncck
  65. 2007-06-15
  66. default links to content w/ preview/thumbnail size
  67. allow ability to determine link w/ various sizes in field
  68. 2007-06-14
  69. add flickr support
  70. 2007-06-13
  71. create engine, using video_cck as a base