summaryrefslogtreecommitdiff
path: root/pear/PEAR
Commit message (Collapse)AuthorAgeFilesLines
* - remove filesPierre Joye2005-08-1515-9678/+0
|
* - these files are outdated, /pear-core is the repository for pear andPierre Joye2005-08-1510-3402/+0
| | | | | | respectivelly /pear for other pacakges. The install procedure has to be changed as well, as planed. (#1 out 2)
* add missing fileGreg Beaver2005-04-011-0/+363
|
* merge in PEAR 1.3.5Greg Beaver2005-03-2810-224/+557
|
* fix for pecl modules; runs "make install" and correctly adds the files to theWez Furlong2004-09-222-39/+80
| | | | | | | transaction and package. (as far as I know).
* 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-181-2/+2
|
* - Fix #1602 (reported by Cox)Pierre Joye2004-06-151-3/+3
| | | | | Do not display var=value using config-get (easy scripting)
* - 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 #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
* 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);
* 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.
* - 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
* fix included files and put error messages in PEAR_Downloader where they are ↵Greg Beaver2004-04-302-9/+6
| | | | needed
* fix 1186: notice in PEAR_Common undeclared $_packageNameGreg 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
* 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 #534: pear search doesn't list unstable releasesGreg Beaver2004-04-031-3/+7
|
* 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 Error Stack for PEAR, EXPERIMENTAL until proven solid and stableGreg Beaver2004-03-191-0/+889
|
* * Converting tabs to spacesMartin Jansen2004-03-181-15/+17
|
* * Typo fixesMartin Jansen2004-03-181-3/+3
|
* - revert previous commit:Pierre Joye2004-03-121-1/+1
| | | | | | | | - Features freeze period - No agreement on this change - Even if an agreement exists, this change is not enough to allow the usage of this new tag
* * Adding new state "emeritus", which can be used for former maintainers ofMartin Jansen2004-03-121-1/+1
| | | | | | | | | | packages. Submitted by: Daniel Convissor # The necessary updates for the website and the manual will follow in a # few hours or at least tomorrow morning.
* - fix a linefeed problem, if there are more than one configureoptionChristian Stocker2004-03-041-1/+1
|
* Move the _prependPath function into PEAR_Downloader from PEAR_Installer,Anil Madhavapeddy2004-02-292-15/+14
| | | | | | | as PEAR_Downloader uses it (and PEAR_Installer inherits PEAR_Downloader). Unbreaks 'pear install -R'
* get_class -> is_aGreg Beaver2004-02-272-2/+2
|
* * apply bold escape codes only if output is going to a terminal/ttyStig Bakken2004-02-171-1/+3
|
* * don't cut lines when wrapping outputStig Bakken2004-02-151-1/+4
|
* make pear run-tests work with PEAR core tests, allow it to work for Windows ↵Greg Beaver2004-01-311-4/+16
| | | | users as well
* - Remove useless propertyPierre Joye2004-01-261-6/+0
|
* - Fix #521, incorrect filename in CS warningsPierre Joye2004-01-261-7/+26
|
* fix Bug #594 PEAR_Common::analyzeSourceCode fails on string with $var and {Greg Beaver2004-01-171-0/+11
| | | | | also fixes SOAP packaging error
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-0822-44/+44
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* fix #449: XML_SVG and VFS fail to install properly using PEAR commandGreg Beaver2003-12-181-4/+37
| | | | | fix #455: PEAR_Downloader does not set $ui
* MFBGreg Beaver2003-12-112-5/+35
|