Some of the modules' newest file are using Windows type line endings. This is not in line with drupal codings standards and causes errors when applying patches. This has literally cost me hours to figure out. :-(
Time I would have rather spent on the issue queue and improving the module. Cause it IS a very handy module.

Files affected :

  • exif.admin.css
  • exif.drush.inc
  • exif_functionaltests.php
  • exif_functionaltests_with_defaults.test
  • exif_functionaltests_with_locale.test
  • exif_unittests.test

Patch coming soon.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

firfin’s picture

Status: Active » Needs review
FileSize
33.21 KB

Here is the patch that converts all affected files.
All it does is change windows (\r\n) line endings into linux/unix line endings (\n)

  • jphautin committed 45b7cb4 on 7.x-1.x
    Issue #1981660: Use of windows line endings
    
jphautin’s picture

Issue summary: View changes
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.