summaryrefslogtreecommitdiff
path: root/pear/PEAR
Commit message (Expand)AuthorAgeFilesLines
* fix #449: XML_SVG and VFS fail to install properly using PEAR commandGreg Beaver2003-12-181-4/+37
* MFBGreg Beaver2003-12-112-5/+35
* add missing not relationGreg Beaver2003-12-111-1/+1
* remove references to global variables in validatePackageInfo, remove extraneo...Greg Beaver2003-12-091-19/+15
* - MFB (fix pecl install)Pierre Joye2003-12-091-2/+2
* fix #279Greg Beaver2003-12-072-0/+9
* fix #205, wider column names for pear listGreg Beaver2003-12-071-1/+1
* fix #167Greg Beaver2003-12-071-1/+4
* MFBGreg Beaver2003-12-061-3/+10
* CSGreg Beaver2003-12-061-7/+7
* (try again)Greg Beaver2003-12-061-5/+15
* fix 3 bugsGreg Beaver2003-12-061-3/+4
* slightly clearer error messagesGreg Beaver2003-12-061-4/+4
* remove unnecessary experimental codeGreg Beaver2003-12-062-1591/+0
* update phpdoc commentGreg Beaver2003-12-061-0/+2
* add todo for known issue that isn't yet critical but will beGreg Beaver2003-12-061-0/+2
* improve error message, it was both terrible grammar and unclear.Greg Beaver2003-12-061-1/+2
* fix error message - was printing an empty preferred stateGreg Beaver2003-12-061-1/+1
* merge downloader code into HEAD - it worksGreg Beaver2003-12-042-420/+22
* add helper methods needed - now it is 100% unit testedGreg Beaver2003-12-041-0/+19
* fixed minor bugGreg Beaver2003-12-041-3/+3
* fix bugs found in unit-testing, one BC issue alsoGreg Beaver2003-12-041-25/+28
* fix noticeGreg Beaver2003-12-041-1/+2
* remove unnecessary notice generator in certain casesGreg Beaver2003-12-031-1/+0
* duhhh...Greg Beaver2003-12-031-1/+2
* 2 bugs found here, added deprecation warning for those who have written their...Greg Beaver2003-12-011-0/+3
* 2 bugs found hereGreg Beaver2003-12-011-0/+2
* 2 bugs foundGreg Beaver2003-12-011-2/+2
* fix bug found by unit testing in package orderingGreg Beaver2003-12-011-9/+78
* remove old holdover code that has no purposeGreg Beaver2003-11-301-5/+0
* ...and with these changes, 100% BC is maintained.Greg Beaver2003-11-301-1/+33
* experimental code shuffling, moved download() into a new class, PEAR_Downloader.Greg Beaver2003-11-303-0/+2146
* fix some bugs found in the unit testGreg Beaver2003-11-291-0/+12
* fix Bug #324 pear -G gives Fatal Error (PHP-GTK not installed, but error is a...Greg Beaver2003-11-291-12/+57
* * Fix potential warningMartin Jansen2003-11-171-1/+1
* necessary refinementGreg Beaver2003-11-171-1/+1
* fix bug #248, --force does not work as expectedGreg Beaver2003-11-171-1/+4
* fix bug #249Greg Beaver2003-11-171-0/+18
* checkExtension() was a complete disaster, can't believe it didn't cause any p...Greg Beaver2003-11-011-16/+28
* fix bug found by unit testGreg Beaver2003-11-011-0/+3
* better error messages, fix potential problems in the futureGreg Beaver2003-10-311-7/+15
* fix warningGreg Beaver2003-10-311-1/+3
* deleted code says it allGreg Beaver2003-10-311-5/+0
* major bug - "not" dependency check would completely fail. Guess nobody ever ...Greg Beaver2003-10-311-1/+1
* was checking the wrong parameter for a v. - should be checking versionGreg Beaver2003-10-311-2/+2
* phpdoc fixGreg Beaver2003-10-311-2/+3
* fix #171, --alldeps with a rel="eq" should install the required version, if p...Greg Beaver2003-10-311-0/+5
* add some error control to analyzeSourceCode() for really rare cases - invalid...Greg Beaver2003-10-311-0/+14
* * array_merge is more ticklish in php5Stig Bakken2003-10-271-0/+6
* - Fix RPC call without proxy (silence warnings&notices)Pierre Joye2003-10-161-2/+4