From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.86.59.13 with SMTP id h13cs293608fga; Sat, 27 Feb 2010 00:21:04 -0800 (PST) Received: by 10.224.97.146 with SMTP id l18mr857743qan.298.1267258863741; Sat, 27 Feb 2010 00:21:03 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 6si3122290qwd.44.2010.02.27.00.21.03; Sat, 27 Feb 2010 00:21:03 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 3786018582CA; Sat, 27 Feb 2010 03:21:03 -0500 (EST) Received: from pion.club.cc.cmu.edu (PION.CLUB.CC.cmu.edu [128.237.157.88]) by rubyforge.org (Postfix) with ESMTP id C31AD1858249 for ; Sat, 27 Feb 2010 03:18:17 -0500 (EST) Received: from rlane by pion.club.cc.cmu.edu with local (Exim 4.69) (envelope-from ) id 1NlHsP-0006Bw-8q; Sat, 27 Feb 2010 03:18:17 -0500 From: Rich Lane To: Michael Stapelberg In-reply-to: <1266271874-sup-6404@midna.zekjur.net> References: <1266271874-sup-6404@midna.zekjur.net> Date: Sat, 27 Feb 2010 03:18:17 -0500 Message-Id: <1267258647-sup-2076@zyrg.net> User-Agent: Sup/git Cc: sup-devel Subject: Re: [sup-devel] [PATCH] Bugfix: Create dynamically growing fields (long filenames are now supported) X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from Michael Stapelberg's message of 2010-02-15 17:13:00 -0500: > Hi, > > the attached patch modifies textfield.rb to create a dynamically growable field > instead of one with a fixed size. The text field can now hold a dynamic amount > of characters which is often necessary if you have long file names. > > How to reproduce the bug: > 1) mkdir -p /tmp/very/long-folder-name-foo-bar-baz/longer-than-one-line-foo-bar-bleh-bleh/maw-maw-maw-maw-maw-maw-maw-maw-maw-maw-maw > 2) echo foo > /tmp/very/long-folder-name-foo-bar-baz/longer-than-one-line-foo-bar-bleh-bleh/maw-maw-maw-maw-maw-maw-maw-maw-maw-maw-maw/foo.txt > 3) create a new message in sup and try to add the new file as an attachment > > Please merge this one for the next release. > > Best regards, > Michael Is this still necessary on latest master? _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel