Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 2 bugs found | Greg Beaver | 2003-12-01 | 1 | -2/+2 | |
| | ||||||
* | fclose() might be needed | Greg Beaver | 2003-12-01 | 1 | -0/+2 | |
| | ||||||
* | new unit test | Greg Beaver | 2003-12-01 | 1 | -0/+83 | |
| | ||||||
* | fix bug found by unit testing in package ordering | Greg Beaver | 2003-12-01 | 1 | -9/+78 | |
| | ||||||
* | fix unit test | Greg Beaver | 2003-12-01 | 1 | -3/+3 | |
| | ||||||
* | minor booboo | Greg Beaver | 2003-12-01 | 1 | -1/+1 | |
| | ||||||
* | new unit test - test works, but there is a serious bug in sortPkgDeps to be ↵ | Greg Beaver | 2003-11-30 | 7 | -0/+302 | |
| | | | | fixed, as unearthed by this test | |||||
* | finish unit test with non-working download test with callback | Greg Beaver | 2003-11-30 | 1 | -1/+13 | |
| | ||||||
* | add in skip condition for internet offline, and callback test | Greg Beaver | 2003-11-30 | 1 | -2/+122 | |
| | ||||||
* | first unsuccessful test works | Greg Beaver | 2003-11-30 | 1 | -1/+5 | |
| | ||||||
* | first successful download test works :) | Greg Beaver | 2003-11-30 | 1 | -0/+8 | |
| | ||||||
* | beginning framework for PEAR_Common::downloadHttp test - binary test file | Greg Beaver | 2003-11-30 | 1 | -0/+0 | |
| | ||||||
* | beginning framework for PEAR_Common::downloadHttp test | Greg Beaver | 2003-11-30 | 1 | -0/+70 | |
| | ||||||
* | tweak tests | Greg Beaver | 2003-11-30 | 3 | -1/+10 | |
| | ||||||
* | remove old holdover code that has no purpose | Greg Beaver | 2003-11-30 | 1 | -5/+0 | |
| | ||||||
* | ...and with these changes, 100% BC is maintained. | Greg Beaver | 2003-11-30 | 1 | -1/+33 | |
| | ||||||
* | experimental code shuffling, moved download() into a new class, PEAR_Downloader. | Greg Beaver | 2003-11-30 | 4 | -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 paths | Greg Beaver | 2003-11-30 | 1 | -3/+3 | |
| | ||||||
* | fix one part - can't get the ereg() to match on windows, will fix when I ↵ | Greg Beaver | 2003-11-29 | 1 | -1/+6 | |
| | | | | figure out why | |||||
* | fix up unit tests - registry was ridiculously out of date. Guess nobody ↵ | Greg Beaver | 2003-11-29 | 6 | -16/+26 | |
| | | | | ever runs these... | |||||
* | new test case | Greg Beaver | 2003-11-29 | 1 | -0/+143 | |
| | ||||||
* | finish unit test | Greg Beaver | 2003-11-29 | 1 | -0/+1688 | |
| | ||||||
* | add in environment variable for easy non-skipping | Greg Beaver | 2003-11-29 | 8 | -8/+38 | |
| | ||||||
* | fix some bugs found in the unit test | Greg Beaver | 2003-11-29 | 1 | -0/+12 | |
| | ||||||
* | start on a new unit test | Greg Beaver | 2003-11-29 | 1 | -0/+66 | |
| | ||||||
* | add dependency on xml extension - we need it for every installation/package ↵ | Greg Beaver | 2003-11-29 | 1 | -0/+1 | |
| | | | | function | |||||
* | fix Bug #324 pear -G gives Fatal Error (PHP-GTK not installed, but error is ↵ | Greg Beaver | 2003-11-29 | 2 | -12/+58 | |
| | | | | at engine level) | |||||
* | fix Bug #293 [Patch] PEAR_Error not calling static method callbacks for ↵ | Greg Beaver | 2003-11-26 | 2 | -7/+2 | |
| | | | | error-handler | |||||
* | * Fix potential warning | Martin Jansen | 2003-11-17 | 1 | -1/+1 | |
| | ||||||
* | necessary refinement | Greg Beaver | 2003-11-17 | 1 | -1/+1 | |
| | ||||||
* | fix bug #248, --force does not work as expected | Greg Beaver | 2003-11-17 | 2 | -2/+6 | |
| | ||||||
* | fix bug #249 | Greg Beaver | 2003-11-17 | 2 | -1/+20 | |
| | ||||||
* | * "chmod +x" when extracting archived executable files | Stig Bakken | 2003-11-17 | 1 | -2/+5 | |
| | ||||||
* | checkExtension() was a complete disaster, can't believe it didn't cause any ↵ | Greg Beaver | 2003-11-01 | 1 | -16/+28 | |
| | | | | problems before. | |||||
* | new unit test | Greg Beaver | 2003-11-01 | 1 | -0/+259 | |
| | ||||||
* | new unit test | Greg Beaver | 2003-11-01 | 1 | -0/+175 | |
| | ||||||
* | fix bug found by unit test | Greg Beaver | 2003-11-01 | 1 | -0/+3 | |
| | ||||||
* | add optional dependencies to test | Greg Beaver | 2003-10-31 | 1 | -2/+80 | |
| | ||||||
* | better error messages, fix potential problems in the future | Greg Beaver | 2003-10-31 | 1 | -7/+15 | |
| | ||||||
* | fix warning | Greg Beaver | 2003-10-31 | 1 | -1/+3 | |
| | ||||||
* | fix test | Greg Beaver | 2003-10-31 | 1 | -0/+7 | |
| | ||||||
* | add fancy SKIPIF code, fix test | Greg Beaver | 2003-10-31 | 1 | -5/+17 | |
| | ||||||
* | add fancy SKIPIF code | Greg Beaver | 2003-10-31 | 1 | -1/+5 | |
| | ||||||
* | fix test 1, add in nifty SKIPIF code | Greg Beaver | 2003-10-31 | 1 | -4/+10 | |
| | ||||||
* | deleted code says it all | Greg Beaver | 2003-10-31 | 1 | -5/+0 | |
| | ||||||
* | add in skip to match other tests | Greg Beaver | 2003-10-31 | 1 | -0/+1 | |
| | ||||||
* | new test case | Greg Beaver | 2003-10-31 | 1 | -0/+187 | |
| | ||||||
* | major bug - "not" dependency check would completely fail. Guess nobody ever ↵ | Greg Beaver | 2003-10-31 | 1 | -1/+1 | |
| | | | | tried it before :) | |||||
* | was checking the wrong parameter for a v. - should be checking version | Greg Beaver | 2003-10-31 | 1 | -2/+2 | |
| | ||||||
* | phpdoc fix | Greg Beaver | 2003-10-31 | 1 | -2/+3 | |
| |