summaryrefslogtreecommitdiff
path: root/pear
Commit message (Collapse)AuthorAgeFilesLines
...
* update _installFile() test for channelsGreg Beaver2004-05-291-20/+21
|
* update checkDeps/extractDownloadFilename tests for channelsGreg Beaver2004-05-291-7/+118
|
* update registry test for channelsGreg Beaver2004-05-291-49/+33
|
* use fake pearweb - now anyone can run the download unit tests.Greg Beaver2004-05-293-52/+90
| | | | | These tests require channels to pass
* fake pearweb package files, for unit testing downloads without an installed ↵Greg Beaver2004-05-2918-0/+0
| | | | pearweb
* config unit tests, ready for channelsGreg Beaver2004-05-292-0/+399
|
* new unit testsGreg Beaver2004-05-299-11/+3937
| | | | | pearweb mock object is complete
* update for conflicting file testGreg Beaver2004-05-291-0/+9
|
* new package.xml needed to test conflicting files errorGreg Beaver2004-05-291-0/+35
|
* Fix #1395: PEAR_ErrorStack::staticCallback needs to instantiate the stackGreg Beaver2004-05-231-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 Beaver2004-05-231-0/+137
| | | | functioning pearweb server
* Better error message to save looking in the wrong place.Wez Furlong2004-05-211-1/+1
|
* fix missing assignmentGreg Beaver2004-05-211-1/+1
| | | | | $this->_errors = array_filter($this->_errors);
* fix for BC breakGreg Beaver2004-05-211-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 Beaver2004-05-211-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 blocksMarcus Boerger2004-05-1922-44/+0
|
* - T_WHITESPACE for the 1st test...Pierre Joye2004-05-161-1/+1
|
* - PHP allows spaces before :: (parent :: foo(); )Pierre Joye2004-05-161-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 Joye2004-05-161-0/+1
|
* - Fix #1330, unused variablePierre Joye2004-05-161-1/+0
|
* - Fix #1249 (wrong print out the wrong state with force option)Pierre Joye2004-05-161-22/+29
| | | | | - some NL issues, sorry, commit now too
* * Providing the full URL to the coding standards.Martin Jansen2004-05-041-1/+1
|
* fix to work with only the installed version of PEARGreg Beaver2004-04-301-1/+1
|
* fix included files and put error messages in PEAR_Downloader where they are ↵Greg Beaver2004-04-302-9/+6
| | | | needed
* remove notices in E_ALL for config test in PHP 4.3.6Greg Beaver2004-04-301-0/+1
|
* hopefully fix this test for all casesGreg Beaver2004-04-301-58/+18
|
* update to begin process for next release (release is not imminent)Greg Beaver2004-04-301-15/+24
|
* fix unit test to work with 1.3.2 (which will be needed)Greg Beaver2004-04-301-5/+16
|
* fix 1186: notice in PEAR_Common undeclared $_packageNameGreg Beaver2004-04-301-1/+4
|
* fix unit test with PEAR 1.3.1Greg Beaver2004-04-301-1/+4
|
* fix bug 1242 - notice if multi-dimensional array is passed as a parameterGreg Beaver2004-04-271-4/+15
| | | | | add optional parameter to staticHasErrors() that allows error determination for a single package
* re-organize as per PEAR-Core discussionGreg Beaver2004-04-098-0/+0
|
* as per PEAR-Core discussion, remove all but absolutely essentialGreg Beaver2004-04-091-9/+5
| | | | | packages for the installer, and for PEAR_Frontend_Web
* oops, PHPUnit2, not PHPUnitGreg Beaver2004-04-081-1/+1
|
* Include Mail 1.1.3 with PHP 5.Jon Parise2004-04-081-1/+1
|
* Dan wants tabs -> spacesGreg Beaver2004-04-081-15/+15
|
* forgot phpunit -> phpunit2 for php5Greg Beaver2004-04-081-1/+1
|
* this should update the listGreg Beaver2004-04-081-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 bundleWez Furlong2004-04-081-0/+26
| | | | | for the win32 snapshot.
* developer -> lead for cellogGreg Beaver2004-04-071-1/+1
|
* add PEAR_ErrorStack to description of PEARGreg Beaver2004-04-061-0/+1
|
* change release dateGreg Beaver2004-04-061-1/+1
|
* fixed #534 for real (remove notice if state=stable doesn't exist, and use ↵Greg Beaver2004-04-031-1/+4
| | | | "none" for stable version number)
* fix Bug #937 throwError() treats every call as staticGreg Beaver2004-04-032-4/+11
| | | | | fix Bug #964 PEAR_ERROR_EXCEPTION causes fatal error
* fix #534: pear search doesn't list unstable releasesGreg Beaver2004-04-032-3/+8
|
* not devel any moreGreg Beaver2004-04-031-3/+3
|
* update naming of tests - forgot to rename files before committing,Greg Beaver2004-03-219-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 Beaver2004-03-211-0/+0
|
* small changesGreg Beaver2004-03-211-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 Beaver2004-03-211-0/+158
| | | | all tests in the same location for all PEAR packages