Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-08-03 | 1 | -0/+4 |
| | |||||
* | More output magic on nested exceptions | Tomas V.V.Cox | 2004-06-21 | 1 | -2/+3 |
| | |||||
* | Be more consistent with CS | Tomas V.V.Cox | 2004-06-21 | 1 | -11/+12 |
| | |||||
* | Some API changes: | Tomas V.V.Cox | 2004-06-21 | 1 | -16/+25 |
| | | | | | | | | - addObserver() params order switched - signal() -> _signal() - public:getCauseMessage() -> private:_getCauseMessage() - some more docs | ||||
* | First release of the PEAR_Exception class | Tomas V.V.Cox | 2004-06-20 | 1 | -0/+211 |
| | | | | | (dedicated to otherbird) | ||||
* | * Replaced the nonexistent word "postfix" with "suffix". | Martin Jansen | 2004-06-18 | 2 | -3/+3 |
| | |||||
* | * don't register object on destructors list if it does not define its | Stig Bakken | 2004-06-16 | 1 | -1/+1 |
| | | | | | own emulated destructor | ||||
* | - Fix #1602 (reported by Cox) | Pierre Joye | 2004-06-15 | 1 | -3/+3 |
| | | | | | Do not display var=value using config-get (easy scripting) | ||||
* | - Fix licence (#1645) | Pierre Joye | 2004-06-15 | 3 | -3/+4 |
| | | | | | - update my status there, reflecting the fact for the past 11 months | ||||
* | - Typo (#1627) (cox) | Pierre Joye | 2004-06-13 | 1 | -1/+1 |
| | |||||
* | fix bug #1610: pear package doesn't validate deps | Greg Beaver | 2004-06-12 | 1 | -5/+5 |
| | | | | | It was never validating deps at all! | ||||
* | fix bug #1615: installer must create extension dir if it doesn't exist, ↵ | Greg Beaver | 2004-06-12 | 1 | -1/+8 |
| | | | | patch by Tomas | ||||
* | fix bug #1617, exception never returned from PEAR_ErrorStack->push() | Greg Beaver | 2004-06-12 | 1 | -0/+1 |
| | |||||
* | partial fix, bug #1163: rpm build doesn't build properly | Greg Beaver | 2004-06-08 | 1 | -0/+4 |
| | |||||
* | fix bug #1550: Builder does not set path to match bin_dir | Greg Beaver | 2004-06-08 | 1 | -0/+1 |
| | |||||
* | fix bug #1378: user/pass must be urldecoded from parse_url in Remote.php | Greg Beaver | 2004-06-08 | 1 | -4/+4 |
| | |||||
* | fix bug #1153: PEAR command doesn't work after upgrading | Greg Beaver | 2004-06-08 | 1 | -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 typed | Greg Beaver | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | - No more Pager | Pierre Joye | 2004-06-06 | 1 | -1/+0 |
| | |||||
* | - Update for 5.0RC3 | Pierre Joye | 2004-06-06 | 1 | -2/+2 |
| | |||||
* | update unit tests for PEAR 1.4.0dev6, using new getDownloadURL() xml-rpc call | Greg Beaver | 2004-06-06 | 4 | -11/+1288 |
| | |||||
* | add missing $tmp to PEAR::isError() | Greg Beaver | 2004-06-06 | 1 | -1/+1 |
| | |||||
* | eliminate the annoyance of upgrading from crapster versions of PEAR once and ↵ | Greg Beaver | 2004-06-06 | 1 | -4/+13 |
| | | | | | | | for all. Now, if getopt2 exists, it is used, otherwise getopt is used. | ||||
* | update dependency to PEAR 1.4.0dev5 | Greg Beaver | 2004-06-01 | 1 | -1/+1 |
| | |||||
* | test files for PEAR are now installable! | Greg Beaver | 2004-06-01 | 9 | -7/+12 |
| | |||||
* | file needed for registry test | Greg Beaver | 2004-06-01 | 1 | -0/+74 |
| | |||||
* | add needed package.xml files for channel tests | Greg Beaver | 2004-06-01 | 3 | -0/+107 |
| | |||||
* | update to include all new unit tests and files | Greg Beaver | 2004-06-01 | 1 | -97/+132 |
| | |||||
* | begin work on making the tests installable | Greg Beaver | 2004-06-01 | 1 | -122/+101 |
| | |||||
* | prepare for actual installable unit tests | Greg Beaver | 2004-06-01 | 1 | -0/+4 |
| | |||||
* | fix unit tests for 1.4.0dev4 | Greg Beaver | 2004-06-01 | 2 | -5/+5 |
| | |||||
* | fix unit tests for 1.4.0dev3 | Greg Beaver | 2004-05-30 | 6 | -311/+253 |
| | |||||
* | testing file | Greg Beaver | 2004-05-29 | 1 | -0/+0 |
| | |||||
* | modify php_dump.php, .cvsignore ignores *.php | Greg Beaver | 2004-05-29 | 3 | -1/+58 |
| | | | | | move include to the place where it is used | ||||
* | 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 |
| |