Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved from the Experimental dir. the basic things should work... | Christian Stocker | 2001-07-30 | 1 | -0/+627 |
| | |||||
* | raiseError() now can accepts a PEAR error object in its first argument. With | Tomas V.V.Cox | 2001-07-29 | 1 | -2/+10 |
| | | | | | | this, users can "re-throw" a previously created PEAR error object (very useful after the use of (push|pop)ErrorHandling) | ||||
* | Added the methods pushErrorHandler and popErrorHandler. With this it's | Tomas V.V.Cox | 2001-07-29 | 1 | -7/+71 |
| | | | | | | posible to override the actual error handler with a new one for the time you need and restore it back when finish. | ||||
* | Bugfix by Johannes Erdfelt | Alexander Merz | 2001-07-27 | 1 | -1/+1 |
| | |||||
* | DB::assertExtension-> trigger a useful error message if backend extension ↵ | Tomas V.V.Cox | 2001-07-26 | 1 | -0/+3 |
| | | | | couldn't be loaded | ||||
* | * added emacs footer | Stig Bakken | 2001-07-25 | 1 | -99/+106 |
| | |||||
* | move the package list handler methods to the new Packlist.php also removed | Tomas V.V.Cox | 2001-07-19 | 1 | -413/+4 |
| | | | | | the unused code | ||||
* | This class will handle the pear packages database (it's experimental now) | Tomas V.V.Cox | 2001-07-19 | 1 | -0/+254 |
| | |||||
* | added TODO and checks before try to open the package.xml file | Tomas V.V.Cox | 2001-07-19 | 1 | -1/+12 |
| | |||||
* | - Only decompress package once | Tomas V.V.Cox | 2001-07-18 | 1 | -36/+27 |
| | | | | | | - Allow relative directory package calls (for ex: pear install packs/Pear_DB-1.1.tgz) | ||||
* | - remove the xml parser code (use PEAR_Common::infoFromDescFile) | Tomas V.V.Cox | 2001-07-18 | 1 | -40/+159 |
| | | | | | | | | - added the new package.xml Dir tag support - killed many bugs and warnings (as it is quite usable yet, work is still in progress) | ||||
* | - always write a the package definition file as 'package.xml' inside the package | Tomas V.V.Cox | 2001-07-18 | 1 | -6/+11 |
| | | | | | - other clean-up's | ||||
* | killed some warnings | Tomas V.V.Cox | 2001-07-18 | 1 | -3/+3 |
| | |||||
* | Private members don't have to be functions. | Jon Parise | 2001-07-18 | 1 | -4/+5 |
| | |||||
* | Woops, missed a closing paren. | Jon Parise | 2001-07-17 | 1 | -1/+1 |
| | |||||
* | Describe the standards for function naming and private methods. | Jon Parise | 2001-07-17 | 1 | -0/+12 |
| | |||||
* | Oops, said include but do require (thanks Jon and Rasmus) | Tomas V.V.Cox | 2001-07-17 | 1 | -2/+2 |
| | |||||
* | - Removed the xml parser code (use now PEAR_Common::infoFromDescriptionFile()) | Tomas V.V.Cox | 2001-07-17 | 1 | -37/+77 |
| | | | | | | | | - Added the ability to build packages without the need of being in the same dir as the package.xml file (f.ex: pear package ./mypack/package.xml) - Removed methods log() and mkdirHier() as they are now in Common.php - More debug code and error checks | ||||
* | moved methods log() and mkdirHier() from Packager/Installer to here | Tomas V.V.Cox | 2001-07-17 | 1 | -1/+32 |
| | |||||
* | include only the needed files | Tomas V.V.Cox | 2001-07-17 | 1 | -2/+2 |
| | |||||
* | fix problem with static usage... | Chuck Hagenbuch | 2001-07-17 | 1 | -29/+32 |
| | |||||
* | extend infoFromDescriptionFile() to: | Tomas V.V.Cox | 2001-07-16 | 1 | -59/+129 |
| | | | | | | | | | | - Handle the new FileList->Dir tag format (see http://marc.theaimsgroup.com/?l=pear-dev&m=99071271521558&w=2) - Attributes of Files can inherit from Dir - Support for the experimental LibFile/LibName/Sources tags other indents and fixes | ||||
* | (PEAR DB) some doc fixes | Stig Bakken | 2001-07-15 | 1 | -44/+49 |
| | |||||
* | added DB_PARAM_MISC constant to use in prepare/execute | Tomas V.V.Cox | 2001-07-12 | 1 | -1/+7 |
| | |||||
* | added LOCK/UNLOCK to mainps queries (reported by Erik Hjortsberg) | Tomas V.V.Cox | 2001-07-11 | 1 | -1/+3 |
| | |||||
* | added NEED_MORE_DATA error message to $errorMessages | Tomas V.V.Cox | 2001-07-10 | 1 | -3/+4 |
| | |||||
* | minor in-line doc fix | Tomas V.V.Cox | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Convert double-quotes to single-quotes. | Sebastian Bergmann | 2001-07-07 | 1 | -20/+20 |
| | |||||
* | * reverted "DIRECTORY_SEPARATOR" patch | Martin Jansen | 2001-07-07 | 1 | -1/+0 |
| | |||||
* | * added missing constant | Martin Jansen | 2001-07-07 | 1 | -0/+1 |
| | |||||
* | addes more logging and security options | Tomas V.V.Cox | 2001-07-07 | 1 | -2/+6 |
| | |||||
* | whitespaces | Tomas V.V.Cox | 2001-07-06 | 1 | -30/+30 |
| | |||||
* | Patch by Tobias, so parseInput returns pearError | Christian Stocker | 2001-07-06 | 1 | -2/+6 |
| | |||||
* | stupid missing semicolon | Christian Stocker | 2001-07-04 | 1 | -1/+1 |
| | |||||
* | Write-Patch by Alexander for bug reported by Yavor | Christian Stocker | 2001-07-03 | 1 | -0/+1 |
| | |||||
* | Moved Config-Package from Experimental to main-directory, since noone ↵ | Christian Stocker | 2001-07-02 | 6 | -0/+1476 |
| | | | | complained about it ;) | ||||
* | Fix for #11821. | Sebastian Bergmann | 2001-07-01 | 1 | -0/+1 |
| | |||||
* | Forget to add the $this->result param to fetchInto | Tomas V.V.Cox | 2001-06-08 | 1 | -1/+1 |
| | |||||
* | Changed constant DB_OK from 0 to 1. So if you set a default error handler, | Tomas V.V.Cox | 2001-06-07 | 1 | -1/+1 |
| | | | | | | this will improve fetchInto usability [while ($res->fetchInto($row))], because don't disturb the while loop | ||||
* | change DB_result::fetchRow to use extension fetchInto instead of | Tomas V.V.Cox | 2001-06-07 | 1 | -1/+5 |
| | | | | | DB_result::fetchInto (speed improvement) | ||||
* | Fix long option parsing. | Andrei Zmievski | 2001-05-29 | 1 | -1/+1 |
| | |||||
* | @Added "pearize" script to generate Makefile.in files for PEAR extensions | Stig Bakken | 2001-05-28 | 2 | -1/+169 |
| | |||||
* | * added LibFile element, used to build Makefile.in | Stig Bakken | 2001-05-28 | 1 | -4/+31 |
| | |||||
* | * missing fold marks | Stig Bakken | 2001-05-28 | 1 | -1/+5 |
| | |||||
* | * typo | Stig Bakken | 2001-05-27 | 1 | -1/+1 |
| | |||||
* | -Changed $param[0] to $param{0} less ambiguous | Tomas V.V.Cox | 2001-05-23 | 1 | -5/+5 |
| | | | | | -Readd "-?" param that shows the usage msg | ||||
* | * added missing doc for PEAR::raiseError skipmsg parameter | Stig Bakken | 2001-05-23 | 1 | -4/+10 |
| | |||||
* | remove "?" from Console_Getopt. Sorry Andrei it was there and | Tomas V.V.Cox | 2001-05-22 | 1 | -1/+1 |
| | | | | | I left there :) | ||||
* | - added error cheking and abort when no script install dir is set | Tomas V.V.Cox | 2001-05-22 | 1 | -16/+7 |
| | | | | | - minor typos | ||||
* | - Added the following params support: | Tomas V.V.Cox | 2001-05-22 | 1 | -20/+71 |
| | | | | | | | | | | * -p set script install dir * -e set extension install dir * -d set documentation dest dir * -v set verbose level - Some error reporting clean up - Added the standar PHP copyright header and authors |