Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update _installFile() test for channels | Greg Beaver | 2004-05-29 | 1 | -20/+21 | |
| | ||||||
* | update checkDeps/extractDownloadFilename tests for channels | Greg Beaver | 2004-05-29 | 1 | -7/+118 | |
| | ||||||
* | update registry test for channels | Greg Beaver | 2004-05-29 | 1 | -49/+33 | |
| | ||||||
* | use fake pearweb - now anyone can run the download unit tests. | Greg Beaver | 2004-05-29 | 3 | -52/+90 | |
| | | | | | These tests require channels to pass | |||||
* | fake pearweb package files, for unit testing downloads without an installed ↵ | Greg Beaver | 2004-05-29 | 18 | -0/+0 | |
| | | | | pearweb | |||||
* | config unit tests, ready for channels | Greg Beaver | 2004-05-29 | 2 | -0/+399 | |
| | ||||||
* | new unit tests | Greg Beaver | 2004-05-29 | 9 | -11/+3937 | |
| | | | | | pearweb mock object is complete | |||||
* | update for conflicting file test | Greg Beaver | 2004-05-29 | 1 | -0/+9 | |
| | ||||||
* | new package.xml needed to test conflicting files error | Greg Beaver | 2004-05-29 | 1 | -0/+35 | |
| | ||||||
* | Fix #1395: PEAR_ErrorStack::staticCallback needs to instantiate the stack | Greg Beaver | 2004-05-23 | 1 | -27/+51 | |
| | | | | | | | Fix up default callback, so that it can be set for each package as well as for all packages. Callbacks now have 3 levels of control, which may be a bit too complex, default callbacks might have to go for debugging reasons. Either that or some kind of origination information should be appended to the error array describing which callbacks were called, so debugging is at least possible | |||||
* | in preparation for testing all remote functionality, use a mock object for a ↵ | Greg Beaver | 2004-05-23 | 1 | -0/+137 | |
| | | | | functioning pearweb server | |||||
* | Better error message to save looking in the wrong place. | Wez Furlong | 2004-05-21 | 1 | -1/+1 | |
| | ||||||
* | fix missing assignment | Greg Beaver | 2004-05-21 | 1 | -1/+1 | |
| | | | | | $this->_errors = array_filter($this->_errors); | |||||
* | fix for BC break | Greg Beaver | 2004-05-21 | 1 | -2/+2 | |
| | | | | | staticGetErrors adds the parameter $level between $purge and $merge, as it will be as common (or more common) as $purge. | |||||
* | Several issues resolved. | Greg Beaver | 2004-05-21 | 1 | -11/+54 | |
| | | | | | | | | fix 1444: PEAR_ErrorStack->push() needs to validate $msg and $code as string/int add error level checking to hasErrors() and getErrors(). BC break!!: staticGetErrors adds the parameter $level between $purge and $merge, as it will be as common (or more common) as $purge. | |||||
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 22 | -44/+0 | |
| | ||||||
* | - T_WHITESPACE for the 1st test... | Pierre Joye | 2004-05-16 | 1 | -1/+1 | |
| | ||||||
* | - PHP allows spaces before :: (parent :: foo(); ) | Pierre Joye | 2004-05-16 | 1 | -1/+1 | |
| | | | | | | | Nota bene, requires another change to really check the syntax: loop back to the first non white space element and valid it (parent, string or var) | |||||
* | - Fix #1329, closedir on exit (kameshj at fastmail dot fm) | Pierre Joye | 2004-05-16 | 1 | -0/+1 | |
| | ||||||
* | - Fix #1330, unused variable | Pierre Joye | 2004-05-16 | 1 | -1/+0 | |
| | ||||||
* | - Fix #1249 (wrong print out the wrong state with force option) | Pierre Joye | 2004-05-16 | 1 | -22/+29 | |
| | | | | | - some NL issues, sorry, commit now too | |||||
* | * Providing the full URL to the coding standards. | Martin Jansen | 2004-05-04 | 1 | -1/+1 | |
| | ||||||
* | fix to work with only the installed version of PEAR | Greg Beaver | 2004-04-30 | 1 | -1/+1 | |
| | ||||||
* | fix included files and put error messages in PEAR_Downloader where they are ↵ | Greg Beaver | 2004-04-30 | 2 | -9/+6 | |
| | | | | needed | |||||
* | remove notices in E_ALL for config test in PHP 4.3.6 | Greg Beaver | 2004-04-30 | 1 | -0/+1 | |
| | ||||||
* | hopefully fix this test for all cases | Greg Beaver | 2004-04-30 | 1 | -58/+18 | |
| | ||||||
* | update to begin process for next release (release is not imminent) | Greg Beaver | 2004-04-30 | 1 | -15/+24 | |
| | ||||||
* | fix unit test to work with 1.3.2 (which will be needed) | Greg Beaver | 2004-04-30 | 1 | -5/+16 | |
| | ||||||
* | fix 1186: notice in PEAR_Common undeclared $_packageName | Greg Beaver | 2004-04-30 | 1 | -1/+4 | |
| | ||||||
* | fix unit test with PEAR 1.3.1 | Greg Beaver | 2004-04-30 | 1 | -1/+4 | |
| | ||||||
* | fix bug 1242 - notice if multi-dimensional array is passed as a parameter | Greg Beaver | 2004-04-27 | 1 | -4/+15 | |
| | | | | | add optional parameter to staticHasErrors() that allows error determination for a single package | |||||
* | re-organize as per PEAR-Core discussion | Greg Beaver | 2004-04-09 | 8 | -0/+0 | |
| | ||||||
* | as per PEAR-Core discussion, remove all but absolutely essential | Greg Beaver | 2004-04-09 | 1 | -9/+5 | |
| | | | | | packages for the installer, and for PEAR_Frontend_Web | |||||
* | oops, PHPUnit2, not PHPUnit | Greg Beaver | 2004-04-08 | 1 | -1/+1 | |
| | ||||||
* | Include Mail 1.1.3 with PHP 5. | Jon Parise | 2004-04-08 | 1 | -1/+1 | |
| | ||||||
* | Dan wants tabs -> spaces | Greg Beaver | 2004-04-08 | 1 | -15/+15 | |
| | ||||||
* | forgot phpunit -> phpunit2 for php5 | Greg Beaver | 2004-04-08 | 1 | -1/+1 | |
| | ||||||
* | this should update the list | Greg Beaver | 2004-04-08 | 1 | -6/+6 | |
| | | | | | # Pierre-Alain, have you tested frontend_web with pager 2 yet? | |||||
* | Add this list here, so that pear-core guys can manipulate the PEAR bundle | Wez Furlong | 2004-04-08 | 1 | -0/+26 | |
| | | | | | for the win32 snapshot. | |||||
* | developer -> lead for cellog | Greg Beaver | 2004-04-07 | 1 | -1/+1 | |
| | ||||||
* | add PEAR_ErrorStack to description of PEAR | Greg Beaver | 2004-04-06 | 1 | -0/+1 | |
| | ||||||
* | change release date | Greg Beaver | 2004-04-06 | 1 | -1/+1 | |
| | ||||||
* | fixed #534 for real (remove notice if state=stable doesn't exist, and use ↵ | Greg Beaver | 2004-04-03 | 1 | -1/+4 | |
| | | | | "none" for stable version number) | |||||
* | fix Bug #937 throwError() treats every call as static | Greg Beaver | 2004-04-03 | 2 | -4/+11 | |
| | | | | | fix Bug #964 PEAR_ERROR_EXCEPTION causes fatal error | |||||
* | fix #534: pear search doesn't list unstable releases | Greg Beaver | 2004-04-03 | 2 | -3/+8 | |
| | ||||||
* | not devel any more | Greg Beaver | 2004-04-03 | 1 | -3/+3 | |
| | ||||||
* | update naming of tests - forgot to rename files before committing, | Greg Beaver | 2004-03-21 | 9 | -24/+24 | |
| | | | | | but this is not a big deal, as the name 'Error_Stack' still makes sense | |||||
* | added in wrong directory, move to tests/ | Greg Beaver | 2004-03-21 | 1 | -0/+0 | |
| | ||||||
* | small changes | Greg Beaver | 2004-03-21 | 1 | -9/+11 | |
| | | | | | | | Use '' instead of "" allow subclasses to easily change the exception class used just by overriding the _exceptionClass property | |||||
* | new package.xml to be used for installing tests, to make it easy to collect ↵ | Greg Beaver | 2004-03-21 | 1 | -0/+158 | |
| | | | | all tests in the same location for all PEAR packages |