Closed (fixed)
Project:
CCK Redirection
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jun 2009 at 15:52 UTC
Updated:
11 Nov 2010 at 14:20 UTC
Jump to comment: Most recent file
All of the files in CVS are saved with CRLF (Windows/DOS style) line endings whereas they should be saved with LF (UNIX/OSX style).
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | cck_redirection-501024-5.patch | 796 bytes | guillaumeduveau |
| #4 | cck_redirection-501024-4.patch | 37.24 KB | guillaumeduveau |
| #1 | cck_redirection-n501024.patch | 7.31 KB | damienmckenna |
Comments
Comment #1
damienmckennaThe attached file *should* convert all files back to normal line endings.
Comment #2
damienmckennaDue to the weirdness of dealing with line endings vs creating patch files, I'm not 100% sure if the attached patch will work, but at the very least if each file is opened & re-saved as LF format in any text editor, it will resolve the problem.
Comment #3
damienmckennaUpdating the status as it is affecting our ability to do other work, e.g. #335829: No redirect if field is blank.
Comment #4
guillaumeduveauOh, now I understand why your latest patch was so long ! I tried this patch but cck_redirection.module still is in DOS format and with no EOL, so I ran dos2unix on the file and here's the 30KB patch...
Anyway good idea to submit this issue, let's deal with that first. There are a lot of coder finds too, do you think we should treat them in another issue ?
Comment #5
guillaumeduveauIt's corrected in the lastest CVS and 6.x-1.2. The last thing is a remaining "End of line" problem in cck_redirection.info. Then we can start the real work !
Comment #6
guillaumeduveauComment #7
guillaumeduveauIn fact it's corrected in CVS HEAD but NOT in 6.x-1.2. My patch was for CVS HEAD so it still applies.
Comment #8
damienmckennaCould someone please fix the v6.x-1.x branch? Thanks.
Comment #9
robin monks commented6.x branch also fixed now.