bumblebeeC / subtext

Automatically exported from code.google.com/p/subtext
0 stars 0 forks source link

//TODO: Make this Post Comment configurable. #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
//TODO: Make this configurable.
            tbTitle.MaxLength = 128;
            tbEmail.MaxLength = 128;
            tbName.MaxLength = 32;
            tbUrl.MaxLength = 256;
            tbComment.MaxLength = 4000;

Original issue reported on code.google.com by rohit_...@hotmail.com on 3 Jun 2009 at 4:09

GoogleCodeExporter commented 8 years ago
Attached the patch for this issue.  This patch corresponds to
http://subtext.googlecode.com/svn/branches/Release2.1.1_ASP.NET-3.5.

Original comment by rohit_...@hotmail.com on 3 Jun 2009 at 4:16

Attachments: