You are here

CHANGELOG.txt in Embedded Media Field 6

================
 DRUPAL-6--1-18
================

by aaron: Implement hook_PROVIDER_data_version in picasa, flickr, imageshack.

===============
 DRUPAL-6--1-7
===============

by aaron: Fix queries in URL path for picasa.
by aaron: Error message for bad picasa urls.
by aaron: Ignore additional queries in picasa regex.
by aaron: Clean up regex for picasa and get it working.
by plong0: Parse URL for server/album/title.
by aaron: Add w/h options to theme functions.
by aaron: Fix conflict w/ local hijacking non image URLS.

===============
 DRUPAL-6--1-4
===============

#370882 by jdwfly | aaron: Fix menu creation.
by aaron: Documentation in custom_url.
#506440 by d.roldan.drupal | Rob Loach: Add Custom URL For Image Providers.

===============
 DRUPAL-6--1-2
===============

#383274 by aaron: Fix image scaling.
#383274 by aaron: Fix division by error.
#345383 by moonray: Allow hook_menu() in providers.
#278957 by coldice4678: Fetch correct images from Flicker.
#177027 by cshoney patched to work with Drupal 6.
by aaron: Name changed from video_ncck to emimage.
by a_c_m: Simplify regex for image_ncck_flickr_extract, to eventually allow better photoset imports (a_c_m).
by aaron: Widget info.
by aaron: 'callbacks' => array('tables' => CONTENT_CALLBACK_DEFAULT,
  'arguments' => CONTENT_CALLBACK_DEFAULT, )
by aaron: Case 'database columns':
  return module_invoke('emfield', 'field_columns', $field);
by aaron: Content_notify in .install files.
by aaron: Implement hook_content_is_empty.
#177027 by dipen chaudhary: Close parens on array.
#254028 by bangpound: Fixed regex problem with Picassa
  to support new address for images.
by aaron: Fix error in flickr when importing (args).
by aaron: Add provider views handlers.
by aaron: Alerts when flickr api is missing (when uploading flickr content).
by alexua: Add support for picasa -- thanks alexua!
by aaron: Make sure xml in data knows whether an array is returned for tags.
by aaron: Add support for importing flickr photosets.
#170854 by aaron: Fixed image h/w 0 in IE.
#167497 by aaron: Fixed default h/w.
by aaron: Added imageshack support
by aaron: Added photobucket support
by aaron: Ignore case when matching providers
by aaron: Allow w/h of 0 (for scalable photos)
by aaron: Change flickr request call to unserialize data
by aaron: Add $module calls to ncck hooks
by aaron: Begin writing module.

File

contrib/emimage/CHANGELOG.txt
View source
  1. ================
  2. DRUPAL-6--1-18
  3. ================
  4. by aaron: Implement hook_PROVIDER_data_version in picasa, flickr, imageshack.
  5. ===============
  6. DRUPAL-6--1-7
  7. ===============
  8. by aaron: Fix queries in URL path for picasa.
  9. by aaron: Error message for bad picasa urls.
  10. by aaron: Ignore additional queries in picasa regex.
  11. by aaron: Clean up regex for picasa and get it working.
  12. by plong0: Parse URL for server/album/title.
  13. by aaron: Add w/h options to theme functions.
  14. by aaron: Fix conflict w/ local hijacking non image URLS.
  15. ===============
  16. DRUPAL-6--1-4
  17. ===============
  18. #370882 by jdwfly | aaron: Fix menu creation.
  19. by aaron: Documentation in custom_url.
  20. #506440 by d.roldan.drupal | Rob Loach: Add Custom URL For Image Providers.
  21. ===============
  22. DRUPAL-6--1-2
  23. ===============
  24. #383274 by aaron: Fix image scaling.
  25. #383274 by aaron: Fix division by error.
  26. #345383 by moonray: Allow hook_menu() in providers.
  27. #278957 by coldice4678: Fetch correct images from Flicker.
  28. #177027 by cshoney patched to work with Drupal 6.
  29. by aaron: Name changed from video_ncck to emimage.
  30. by a_c_m: Simplify regex for image_ncck_flickr_extract, to eventually allow better photoset imports (a_c_m).
  31. by aaron: Widget info.
  32. by aaron: 'callbacks' => array('tables' => CONTENT_CALLBACK_DEFAULT,
  33. 'arguments' => CONTENT_CALLBACK_DEFAULT, )
  34. by aaron: Case 'database columns':
  35. return module_invoke('emfield', 'field_columns', $field);
  36. by aaron: Content_notify in .install files.
  37. by aaron: Implement hook_content_is_empty.
  38. #177027 by dipen chaudhary: Close parens on array.
  39. #254028 by bangpound: Fixed regex problem with Picassa
  40. to support new address for images.
  41. by aaron: Fix error in flickr when importing (args).
  42. by aaron: Add provider views handlers.
  43. by aaron: Alerts when flickr api is missing (when uploading flickr content).
  44. by alexua: Add support for picasa -- thanks alexua!
  45. by aaron: Make sure xml in data knows whether an array is returned for tags.
  46. by aaron: Add support for importing flickr photosets.
  47. #170854 by aaron: Fixed image h/w 0 in IE.
  48. #167497 by aaron: Fixed default h/w.
  49. by aaron: Added imageshack support
  50. by aaron: Added photobucket support
  51. by aaron: Ignore case when matching providers
  52. by aaron: Allow w/h of 0 (for scalable photos)
  53. by aaron: Change flickr request call to unserialize data
  54. by aaron: Add $module calls to ncck hooks
  55. by aaron: Begin writing module.