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

Request #10579 channel-discover should support inline username/password
Submitted: 2007-04-01 12:09 UTC
From: timj Assigned: timj
Status: Closed Package: PEAR (version 1.5.1)
PHP Version: Irrelevant OS:
Roadmaps: 1.6.0    
Subscription  


 [2007-04-01 12:09 UTC] timj (Tim Jackson)
Description: ------------ To facilitate automation/scripting and as a simpler alternative to "pear login", "pear channel-discover" should recognise HTTP-style login/passwords in channel names. Test script: --------------- pear channel-discover username:password@mychannel.example.com Expected result: ---------------- The equivalent of the following is performed: pear channel-discover mychannel.example.com pear -d default_channel=mychannel.example.com login [enter username/password] Actual result: -------------- The equivalent of the following is performed: pear channel-discover mychannel.example.com

Comments

 [2007-04-01 14:20 UTC] timj (Tim Jackson)
Fixed in CVS.
 [2007-04-01 17:30 UTC] cellog (Greg Beaver)
please revert, new features can't be added in a Z release (X.Y.Z)
 [2007-04-01 18:31 UTC] timj (Tim Jackson)
Backed out pending 1.6 branch
 [2007-05-19 22:29 UTC] dufuz (Helgi Þormar)
please recommit the patch or attach it here
 [2007-05-20 00:26 UTC] cellog (Greg Beaver)
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.