summaryrefslogtreecommitdiff
path: root/pear
Commit message (Collapse)AuthorAgeFilesLines
...
* 2 bugs foundGreg Beaver2003-12-011-2/+2
|
* fclose() might be neededGreg Beaver2003-12-011-0/+2
|
* new unit testGreg Beaver2003-12-011-0/+83
|
* fix bug found by unit testing in package orderingGreg Beaver2003-12-011-9/+78
|
* fix unit testGreg Beaver2003-12-011-3/+3
|
* minor boobooGreg Beaver2003-12-011-1/+1
|
* new unit test - test works, but there is a serious bug in sortPkgDeps to be ↵Greg Beaver2003-11-307-0/+302
| | | | fixed, as unearthed by this test
* finish unit test with non-working download test with callbackGreg Beaver2003-11-301-1/+13
|
* add in skip condition for internet offline, and callback testGreg Beaver2003-11-301-2/+122
|
* first unsuccessful test worksGreg Beaver2003-11-301-1/+5
|
* first successful download test works :)Greg Beaver2003-11-301-0/+8
|
* beginning framework for PEAR_Common::downloadHttp test - binary test fileGreg Beaver2003-11-301-0/+0
|
* beginning framework for PEAR_Common::downloadHttp testGreg Beaver2003-11-301-0/+70
|
* tweak testsGreg Beaver2003-11-303-1/+10
|
* 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-304-0/+2276
| | | | | | | | | | | | | | | | | | | | Reasons: - 7 parameters for a method with lots of pass by reference implies the need to save state, i.e. use an object - cleaner code. download() can be easily split into 4 separate but related methods - Installer.php is now exclusively used for installation - future extensibility: switching to channels or local package repositories from using PEAR_Remote is easy. Simply extend the API for PEAR_Downloader: no changes needed to the installer at all to install for testing purposes, use pear upgrade --force package-PEAR-new-Downloader.xml to uninstall, use pear upgrade --force package-PEAR.xml
* got it - the pattern ONLY needs addslashes for windows pathsGreg Beaver2003-11-301-3/+3
|
* fix one part - can't get the ereg() to match on windows, will fix when I ↵Greg Beaver2003-11-291-1/+6
| | | | figure out why
* fix up unit tests - registry was ridiculously out of date. Guess nobody ↵Greg Beaver2003-11-296-16/+26
| | | | ever runs these...
* new test caseGreg Beaver2003-11-291-0/+143
|
* finish unit testGreg Beaver2003-11-291-0/+1688
|
* add in environment variable for easy non-skippingGreg Beaver2003-11-298-8/+38
|
* fix some bugs found in the unit testGreg Beaver2003-11-291-0/+12
|
* start on a new unit testGreg Beaver2003-11-291-0/+66
|
* add dependency on xml extension - we need it for every installation/package ↵Greg Beaver2003-11-291-0/+1
| | | | function
* fix Bug #324 pear -G gives Fatal Error (PHP-GTK not installed, but error is ↵Greg Beaver2003-11-292-12/+58
| | | | at engine level)
* fix Bug #293 [Patch] PEAR_Error not calling static method callbacks for ↵Greg Beaver2003-11-262-7/+2
| | | | error-handler
* * 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-172-2/+6
|
* fix bug #249Greg Beaver2003-11-172-1/+20
|
* * "chmod +x" when extracting archived executable filesStig Bakken2003-11-171-2/+5
|
* checkExtension() was a complete disaster, can't believe it didn't cause any ↵Greg Beaver2003-11-011-16/+28
| | | | problems before.
* new unit testGreg Beaver2003-11-011-0/+259
|
* new unit testGreg Beaver2003-11-011-0/+175
|
* fix bug found by unit testGreg Beaver2003-11-011-0/+3
|
* add optional dependencies to testGreg Beaver2003-10-311-2/+80
|
* better error messages, fix potential problems in the futureGreg Beaver2003-10-311-7/+15
|
* fix warningGreg Beaver2003-10-311-1/+3
|
* fix testGreg Beaver2003-10-311-0/+7
|
* add fancy SKIPIF code, fix testGreg Beaver2003-10-311-5/+17
|
* add fancy SKIPIF codeGreg Beaver2003-10-311-1/+5
|
* fix test 1, add in nifty SKIPIF codeGreg Beaver2003-10-311-4/+10
|
* deleted code says it allGreg Beaver2003-10-311-5/+0
|
* add in skip to match other testsGreg Beaver2003-10-311-0/+1
|
* new test caseGreg Beaver2003-10-311-0/+187
|
* major bug - "not" dependency check would completely fail. Guess nobody ever ↵Greg Beaver2003-10-311-1/+1
| | | | tried it before :)
* was checking the wrong parameter for a v. - should be checking versionGreg Beaver2003-10-311-2/+2
|
* phpdoc fixGreg Beaver2003-10-311-2/+3
|