Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.32.0

Bug #11194 source code input on account creation
Submitted: 2007-05-31 20:35 UTC
From: baohx2000 Assigned: dufuz
Status: Closed Package: pearweb
PHP Version: Irrelevant OS:
Roadmaps: 1.16.1    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 48 + 6 = ?

 
 [2007-05-31 20:35 UTC] baohx2000 (Gordon Forsythe)
Description: ------------ When creating a new account, the "link to source code" has a maxlength of 5 set on it. Therefore, no real url can be added.

Comments

 [2007-05-31 21:32 UTC] wiesemann (Mark Wiesemann)
That's a c&p error. The element was copied from the textarea element above which has 5 rows, while the fifth parameter for text elements is the maxlength value. (And the 40 should be a 20, to have all fields with the same size.) Anyway, this element is ignored currently. It is shown nowhere, it is not stored anywhere, and it is not send to anybody.
 [2007-06-09 22:36 UTC] dufuz (Helgi Þormar)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.