From whitley at acm.org Wed May 3 21:13:04 2006 From: whitley at acm.org (John Whitley) Date: Wed, 3 May 2006 18:13:04 -0700 Subject: SVK failure trying to sync to redcloth trunk Message-ID: <962C5D69-11B9-4ADF-A7A4-3676A97E7FAF@acm.org> Hi all, I'm seeing the following failure when trying to sync redcloth/trunk. I also get a 400 Bad Request error with the Eclipse SVN client. Google suggests a naughty proxy might be at work here... Tried curl - i -X OPTIONS, but didn't see anything strange -- standard webdav enabled stuff. Any ideas? >> svk sync //redcloth/trunk Syncing http://code.whytheluckystiff.net/svn/redcloth/trunk Retrieving log information from 1 to 127 RA layer request failed: REPORT request failed on '/svn/redcloth/!svn/ bc/127/trunk': REPORT of '/svn/redcloth/!svn/bc/127/trunk': 400 Bad Request (http://code.whytheluckystiff.net) -- John From whitley at acm.org Thu May 4 12:37:19 2006 From: whitley at acm.org (John Whitley) Date: Thu, 4 May 2006 09:37:19 -0700 Subject: SVK failure trying to sync to redcloth trunk In-Reply-To: <962C5D69-11B9-4ADF-A7A4-3676A97E7FAF@acm.org> References: <962C5D69-11B9-4ADF-A7A4-3676A97E7FAF@acm.org> Message-ID: I wrote: > I'm seeing the following failure when trying to sync redcloth/trunk. Argh. Disregard that last. This problem vanished when working from a different network later in the day. The problem network has worked fine in the past; at this point I suspect there was a not-very- transparent proxy on my end that was screwing things up... -- John From christoffer.sawicki at gmail.com Wed May 10 12:00:29 2006 From: christoffer.sawicki at gmail.com (Christoffer Sawicki) Date: Wed, 10 May 2006 18:00:29 +0200 Subject: hard_breaks Message-ID: <1a991fa30605100900t5442ec4v4fd208e401eb7a45@mail.gmail.com> Dear Dressers of RedCloth, I have a question: text = "Foo\nBar\n\nBaz" RedCloth.new(text, [ :hard_breaks ]).to_html # => "

Foo
Bar
\nBaz

" Shouldn't that really be "

Foo
Bar

Baz

"? So long, -- Christoffer Sawicki From hydrogen365 at yahoo.com Sat May 27 07:52:40 2006 From: hydrogen365 at yahoo.com (fat head) Date: Sat, 27 May 2006 04:52:40 -0700 (PDT) Subject: :filter_html and :hard_breaks makes
...weird Message-ID: <20060527115241.86033.qmail@web53306.mail.yahoo.com> hi! never posted to a mailing list before so I hope this is an appropriate use. Love redcloth btw! I guess I just have a bug report though... if I turn on hard_breaks and filter_html, all the
s turn into
s. weird. For now I'm just doing this which is fine: textilized = RedCloth.new(text, [ :filter_html, :hard_breaks ]) return textilized.to_html.gsub(/
/, '
') But I thought Id let anyone know who was interested. BTW please bring back the redcloth hard_breaks default, oh mr. Why dude. Text wraps fine without a \n. When one presses return it should mean something. cheerio, bill __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com