Closed (fixed)
Project:
Taxonomy single tag
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Nov 2009 at 05:43 UTC
Updated:
22 Nov 2009 at 02:10 UTC
I missed escaping commas & quotes on nodeapi presave
which also requires unescaping before displaying
the attached patch works for every previous version
(alphas will emit the offset warning: Hunk #1 succeeded at 55 (offset 10 lines).)
| Comment | File | Size | Author |
|---|---|---|---|
| 2009-11-09_presave(Unix).patch | 2.16 KB | arhak | |
| 2009-11-09_presave(Win).patch | 2.21 KB | arhak |
Comments
Comment #1
sinasalek commentedI sent you an email regarding to this issue, let me know if received it.
Comment #2
arhak commented@#1 I just checked it
the (win) patch works for me on every versions: alpha1, beta1 & dev
patch -p0 < "../2009-11-09_presave(Win).patch"(being into the taxonomy_single_tag dir)I can't review if the conversion to Unix is correct, since I get
But I'm used to get that error on Windows while the patch keeps working on Linux
just I have no real Linux around to test the conversion
If in doubt, use the Windows patch which only will raise extra warnings, but should work
Please, provide any error/warning messages this patch might be displaying
Comment #3
sinasalek commentedI copy & paste the patch from browser and i was using --binary switch in my shell script, that was the problem. i applied it now (Unix version and Windows version both work). named it beta2
Comment #4
arhak commentedas usual, thanks sinasalek
now committed to beta2