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

Bug #9589 Link input field on requestform too short
Submitted: 2006-12-09 00:39 UTC
From: walter at php dot net Assigned: cellog
Status: Closed Package: pearweb (version 1.0.0RC1)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: 1.15.0    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2007-04-28 04:48 UTC
Package:
Bug Type:
Summary:
From: walter at php dot net
New email:
PHP Version: Package Version: OS:

 

 [2006-12-09 00:39 UTC] walter at php dot net (Walter Hop)
Description: ------------ On http://pear.php.net/account-request-newpackage.php as of 2006-12-09, the input field "Link to browseable online source code" has a maximum length of 5 characters: <input type="text" name="sourcecode" size="40" value="" maxlength="5" /> The logical purpose of this field seems to be entering a URL. In that case, the maxlength should be much longer. Test script: --------------- lynx -dump -source http://pear.php.net/account-request-newpackage.php | grep '"sourcecode"' Expected result: ---------------- <input type="text" name="sourcecode" size="40" value="" maxlength="255" /> Actual result: -------------- <input type="text" name="sourcecode" size="40" value="" maxlength="5" />

Comments

 [2006-12-19 16:20 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-04-27 20:09 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-04-28 04:48 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!