Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add missing not relation | Greg Beaver | 2003-12-11 | 1 | -1/+1 | |
| | ||||||
* | MFB | Andrei Zmievski | 2003-12-11 | 2 | -41/+43 | |
| | ||||||
* | fix #391, PHP 5 reference fix | Greg Beaver | 2003-12-11 | 1 | -1/+2 | |
| | ||||||
* | add failure test for non-existing file | Greg Beaver | 2003-12-11 | 2 | -1/+52 | |
| | ||||||
* | new unit test for PEAR_Packager | Greg Beaver | 2003-12-11 | 3 | -0/+423 | |
| | ||||||
* | since nobody has taken any action, fix Console_Getopt to be BC, and update ↵ | Greg Beaver | 2003-12-11 | 5 | -10/+53 | |
| | | | | | | | | | the PEAR core to take advantage of the new way. Use 1.2 to avoid any problems with versioning. The core passes all unit tests with these changes, so they should work. Andrei: feel free to change anything you don't like, this is just a make it work fix. | |||||
* | update test cases for new error messages | Greg Beaver | 2003-12-11 | 2 | -2/+2 | |
| | ||||||
* | new test case for directory tree deletion on uninstall | Greg Beaver | 2003-12-11 | 9 | -0/+303 | |
| | ||||||
* | remove references to global variables in validatePackageInfo, remove ↵ | Greg Beaver | 2003-12-09 | 1 | -19/+15 | |
| | | | | extraneous summary that is never reached in the switch | |||||
* | - MFB (fix pecl install) | Pierre Joye | 2003-12-09 | 1 | -2/+2 | |
| | ||||||
* | fix #279 | Greg Beaver | 2003-12-07 | 2 | -0/+9 | |
| | ||||||
* | fix #205, wider column names for pear list | Greg Beaver | 2003-12-07 | 1 | -1/+1 | |
| | ||||||
* | fix #167 | Greg Beaver | 2003-12-07 | 1 | -1/+4 | |
| | ||||||
* | MFB | Greg Beaver | 2003-12-06 | 1 | -3/+10 | |
| | ||||||
* | CS | Greg Beaver | 2003-12-06 | 1 | -7/+7 | |
| | ||||||
* | (try again) | Greg Beaver | 2003-12-06 | 1 | -5/+15 | |
| | | | | | | | | fix 2 bugs - optional dependencies not supported - incorrect index determination | |||||
* | fix 3 bugs | Greg Beaver | 2003-12-06 | 1 | -3/+4 | |
| | | | | | | | - optional dependencies not supported - PHP 5 references (#362) - incorrect index determination | |||||
* | finished unit test for _processDependency failure test | Greg Beaver | 2003-12-06 | 1 | -0/+56 | |
| | ||||||
* | stupid me - this was a circular reference, removing | Greg Beaver | 2003-12-06 | 1 | -3/+0 | |
| | ||||||
* | slightly clearer error messages | Greg Beaver | 2003-12-06 | 1 | -4/+4 | |
| | ||||||
* | fix arg parsing to work with Console_Getopt 2.0 | Greg Beaver | 2003-12-06 | 1 | -1/+1 | |
| | ||||||
* | remove unnecessary experimental code | Greg Beaver | 2003-12-06 | 3 | -1721/+0 | |
| | ||||||
* | getting ready for both packages to be released | Greg Beaver | 2003-12-06 | 2 | -4/+7 | |
| | ||||||
* | fix for Console_GetOpt 2.0 (what was 1.1 - re-release being negotiated) | Greg Beaver | 2003-12-06 | 1 | -0/+2 | |
| | ||||||
* | forgot to have it delete the directory it creates | Greg Beaver | 2003-12-06 | 1 | -1/+1 | |
| | ||||||
* | update phpdoc comment | Greg Beaver | 2003-12-06 | 1 | -0/+2 | |
| | ||||||
* | add todo for known issue that isn't yet critical but will be | Greg Beaver | 2003-12-06 | 1 | -0/+2 | |
| | ||||||
* | new test case - test invalid download conditions | Greg Beaver | 2003-12-06 | 1 | -0/+310 | |
| | | | | | | TODO: - tests for _processDependency | |||||
* | improve error message, it was both terrible grammar and unclear. | Greg Beaver | 2003-12-06 | 1 | -1/+2 | |
| | ||||||
* | fix error message - was printing an empty preferred state | Greg Beaver | 2003-12-06 | 1 | -1/+1 | |
| | ||||||
* | simple fix for core bug #362 - raiseError() doesn't return a reference, why ↵ | Greg Beaver | 2003-12-06 | 1 | -1/+1 | |
| | | | | should throwError()? | |||||
* | MFB | Andrei Zmievski | 2003-12-05 | 1 | -3/+1 | |
| | ||||||
* | merge downloader code into HEAD - it works | Greg Beaver | 2003-12-04 | 3 | -420/+25 | |
| | | | | | fix bug found in uninstall | |||||
* | unit test for new code - proves it works | Greg Beaver | 2003-12-04 | 1 | -0/+570 | |
| | ||||||
* | add helper methods needed - now it is 100% unit tested | Greg Beaver | 2003-12-04 | 1 | -0/+19 | |
| | ||||||
* | fixed minor bug | Greg Beaver | 2003-12-04 | 1 | -3/+3 | |
| | ||||||
* | finished unit test | Greg Beaver | 2003-12-04 | 1 | -7/+163 | |
| | ||||||
* | fix bugs found in unit-testing, one BC issue also | Greg Beaver | 2003-12-04 | 1 | -25/+28 | |
| | ||||||
* | fix notice | Greg Beaver | 2003-12-04 | 1 | -1/+2 | |
| | ||||||
* | another segment working | Greg Beaver | 2003-12-04 | 1 | -0/+38 | |
| | ||||||
* | another test case, small fix for XML_RPC caching borking working tests | Greg Beaver | 2003-12-03 | 1 | -1/+95 | |
| | ||||||
* | another tgz for test case comparison | Greg Beaver | 2003-12-03 | 1 | -0/+0 | |
| | ||||||
* | add part of a test case | Greg Beaver | 2003-12-03 | 1 | -1/+94 | |
| | ||||||
* | remove unnecessary notice generator in certain cases | Greg Beaver | 2003-12-03 | 1 | -1/+0 | |
| | ||||||
* | new unit test for downloader - incomplete. | Greg Beaver | 2003-12-03 | 1 | -0/+217 | |
| | | | | | WARNING: this test requires a fully functional pearweb server at address pear.Chiara, with several packages available for download. This one will fail until Martin has time to set up test.pear.php.net as the server. | |||||
* | duhhh... | Greg Beaver | 2003-12-03 | 1 | -1/+2 | |
| | ||||||
* | new test case and supporting files - incomplete, but works as it is | Greg Beaver | 2003-12-01 | 8 | -0/+362 | |
| | ||||||
* | potential major booboo in unit test, probably won't affect this one | Greg Beaver | 2003-12-01 | 1 | -1/+1 | |
| | ||||||
* | 2 bugs found here, added deprecation warning for those who have written ↵ | Greg Beaver | 2003-12-01 | 1 | -0/+3 | |
| | | | | their own PEAR application | |||||
* | 2 bugs found here | Greg Beaver | 2003-12-01 | 1 | -0/+2 | |
| |