summaryrefslogtreecommitdiff
path: root/pear
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-08-031-0/+4
|
* More output magic on nested exceptionsTomas V.V.Cox2004-06-211-2/+3
|
* Be more consistent with CSTomas V.V.Cox2004-06-211-11/+12
|
* Some API changes:Tomas V.V.Cox2004-06-211-16/+25
| | | | | | | | - addObserver() params order switched - signal() -> _signal() - public:getCauseMessage() -> private:_getCauseMessage() - some more docs
* First release of the PEAR_Exception classTomas V.V.Cox2004-06-201-0/+211
| | | | | (dedicated to otherbird)
* * Replaced the nonexistent word "postfix" with "suffix".Martin Jansen2004-06-182-3/+3
|
* * don't register object on destructors list if it does not define itsStig Bakken2004-06-161-1/+1
| | | | | own emulated destructor
* - Fix #1602 (reported by Cox)Pierre Joye2004-06-151-3/+3
| | | | | Do not display var=value using config-get (easy scripting)
* - Fix licence (#1645)Pierre Joye2004-06-153-3/+4
| | | | | - update my status there, reflecting the fact for the past 11 months
* - Typo (#1627) (cox)Pierre Joye2004-06-131-1/+1
|
* fix bug #1610: pear package doesn't validate depsGreg Beaver2004-06-121-5/+5
| | | | | It was never validating deps at all!
* fix bug #1615: installer must create extension dir if it doesn't exist, ↵Greg Beaver2004-06-121-1/+8
| | | | patch by Tomas
* fix bug #1617, exception never returned from PEAR_ErrorStack->push()Greg Beaver2004-06-121-0/+1
|
* partial fix, bug #1163: rpm build doesn't build properlyGreg Beaver2004-06-081-0/+4
|
* fix bug #1550: Builder does not set path to match bin_dirGreg Beaver2004-06-081-0/+1
|
* fix bug #1378: user/pass must be urldecoded from parse_url in Remote.phpGreg Beaver2004-06-081-4/+4
|
* fix bug #1153: PEAR command doesn't work after upgradingGreg Beaver2004-06-081-1/+1
| | | | | reverting earlier fix - people must have register_argc_argv=on set in php.ini for PEAR to work.
* fix bug #1581: unhelpful error message if "pear blatch" is typedGreg Beaver2004-06-081-1/+1
|
* - No more PagerPierre Joye2004-06-061-1/+0
|
* - Update for 5.0RC3Pierre Joye2004-06-061-2/+2
|
* update unit tests for PEAR 1.4.0dev6, using new getDownloadURL() xml-rpc callGreg Beaver2004-06-064-11/+1288
|
* add missing $tmp to PEAR::isError()Greg Beaver2004-06-061-1/+1
|
* eliminate the annoyance of upgrading from crapster versions of PEAR once and ↵Greg Beaver2004-06-061-4/+13
| | | | | | | for all. Now, if getopt2 exists, it is used, otherwise getopt is used.
* update dependency to PEAR 1.4.0dev5Greg Beaver2004-06-011-1/+1
|
* test files for PEAR are now installable!Greg Beaver2004-06-019-7/+12
|
* file needed for registry testGreg Beaver2004-06-011-0/+74
|
* add needed package.xml files for channel testsGreg Beaver2004-06-013-0/+107
|
* update to include all new unit tests and filesGreg Beaver2004-06-011-97/+132
|
* begin work on making the tests installableGreg Beaver2004-06-011-122/+101
|
* prepare for actual installable unit testsGreg Beaver2004-06-011-0/+4
|
* fix unit tests for 1.4.0dev4Greg Beaver2004-06-012-5/+5
|
* fix unit tests for 1.4.0dev3Greg Beaver2004-05-306-311/+253
|
* testing fileGreg Beaver2004-05-291-0/+0
|
* modify php_dump.php, .cvsignore ignores *.phpGreg Beaver2004-05-293-1/+58
| | | | | move include to the place where it is used
* 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
|