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

Request #9214 Patch to add "Users" category on main page
Submitted: 2006-11-02 06:25 UTC
From: cweiske Assigned: davidc
Status: Closed Package: pearweb
PHP Version: Irrelevant OS:
Roadmaps: 1.10.1    
Subscription  


 [2006-11-02 06:25 UTC] cweiske (Christian Weiske)
Description: ------------ This is a patch for the main page that adds "Users" category before the "developers" one, making the "List Packages" and "Search Packages" more prominent. Test script: --------------- cweiske:/data/cvs/pear/pearweb> cvs diff public_html/index.php Index: public_html/index.php =================================================================== RCS file: /repository/pearweb/public_html/index.php,v retrieving revision 1.121 diff -r1.121 index.php 90a91,99 > > echo '

» Users

'; > echo '
'; > > echo menu_link("List Packages", "packages.php"); > echo menu_link("Search Package", "search.php"); > > echo '
'; >

Comments

 [2007-03-10 21:40 UTC] davidc (David Coallier)
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.