[PATCH] Fix for bug #587 - Un-escaped '$' in snippet silently fails to render

2010-12-26 Thread James Cammarata
This doesn't appear to break anything else, though some more testing would probably be good. commit b3307ad2e845d237e4ca180fe4f3b1c594df0e7d Author: James Cammarata Date: Sun Dec 26 13:20:18 2010 -0600 ___ cobbler-devel mailing list cobbler-devel@list

Re: [PATCH] Fix for bug #587 - Un-escaped '$' in snippet silently fails to render

2010-12-26 Thread Scott Henson
On Sun, 26 Dec 2010 13:23:54 -0600, James Cammarata wrote: > This doesn't appear to break anything else, though some more testing > would probably be good. Merged, thanks -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgp8ViLbRyHxL.pgp Description: PGP signature _

Re: [PATCH] Fix for bug #587 - Un-escaped '$' in snippet silently fails to render

2010-12-31 Thread Benjamin Riggs
On behalf of everyone bitten by this, thank you. On Sun, Dec 26, 2010 at 1:23 PM, James Cammarata wrote: > This doesn't appear to break anything else, though some more testing > would probably be good. > > commit b3307ad2e845d237e4ca180fe4f3b1c594df0e7d > Author: James Cammarata > Date:   Sun De

Re: [PATCH] Fix for bug #587 - Un-escaped '$' in snippet silently fails to render

2010-12-31 Thread James Cammarata
My pleasure :) After digging through the templating stuff, I now know why it went unfixed for so long... On Fri, Dec 31, 2010 at 12:48 PM, Benjamin Riggs wrote: > On behalf of everyone bitten by this, thank you. > > On Sun, Dec 26, 2010 at 1:23 PM, James Cammarata wrote: >> This doesn't appear