You are here

CHANGELOG.txt in PDF to ImageField 6.2

Same filename and directory in other branches
  1. 7 CHANGELOG.txt
2011-02-20 dman

== Feature changes ==

Removed constraint on image-field-must-be-multiple.
  Single-value fields mean that only the cover page will be processed.

Fixed behavior on one-page PDFs - previously they would not process correctly.
  
Deleting or replacing pdf original should also delete/rebuild the derived images

== Internal changes ==

Minor PHP-strict fixes.

Added watchdog logs before processing.

Shifted processing from hook_file_insert into hook_nodeapi
  Deleted function pdf_to_imagefield_file_insert()
  Added function pdf_to_imagefield_file_insert()

Added utility function to check if a node had p_t_i settings on its filefields
  pdf_to_imagefield_source_filefield()

Renamed 
  pdf_to_imagefield_save_image($filename, $path)
  to  
  pdf_to_imagefield_save_file($filepath)

Renamed internal variables to be more explicit. 
Sometimes $pdf was referring to the queued job, sometimes to the file data object.
Named the field definition objects explicitly so it was always clear whether 
$field is referring to 
- the source data field name, 
- the source data field cck definition, 
- the destination data field name or definition. 

File

CHANGELOG.txt
View source
  1. 2011-02-20 dman
  2. == Feature changes ==
  3. Removed constraint on image-field-must-be-multiple.
  4. Single-value fields mean that only the cover page will be processed.
  5. Fixed behavior on one-page PDFs - previously they would not process correctly.
  6. Deleting or replacing pdf original should also delete/rebuild the derived images
  7. == Internal changes ==
  8. Minor PHP-strict fixes.
  9. Added watchdog logs before processing.
  10. Shifted processing from hook_file_insert into hook_nodeapi
  11. Deleted function pdf_to_imagefield_file_insert()
  12. Added function pdf_to_imagefield_file_insert()
  13. Added utility function to check if a node had p_t_i settings on its filefields
  14. pdf_to_imagefield_source_filefield()
  15. Renamed
  16. pdf_to_imagefield_save_image($filename, $path)
  17. to
  18. pdf_to_imagefield_save_file($filepath)
  19. Renamed internal variables to be more explicit.
  20. Sometimes $pdf was referring to the queued job, sometimes to the file data object.
  21. Named the field definition objects explicitly so it was always clear whether
  22. $field is referring to
  23. - the source data field name,
  24. - the source data field cck definition,
  25. - the destination data field name or definition.