Wez Furlong
bfe9871c83
fix for pecl modules; runs "make install" and correctly adds the files to the
transaction and package.
(as far as I know).
22 years ago
Tomas V.V.Cox
1fb65c4c29
More output magic on nested exceptions
22 years ago
Tomas V.V.Cox
24ec6e5a5c
Be more consistent with CS
22 years ago
Tomas V.V.Cox
8957eac122
Some API changes:
- addObserver() params order switched
- signal() -> _signal()
- public:getCauseMessage() -> private:_getCauseMessage()
- some more docs
22 years ago
Tomas V.V.Cox
d3de81fb00
First release of the PEAR_Exception class
(dedicated to otherbird)
22 years ago
Martin Jansen
6910e6432a
* Replaced the nonexistent word "postfix" with "suffix".
22 years ago
Pierre Joye
0f5e09c192
- Fix #1602 (reported by Cox)
Do not display var=value using config-get (easy scripting)
22 years ago
Pierre Joye
495925381e
- Typo ( #1627 ) (cox)
22 years ago
Greg Beaver
22fa023c88
fix bug #1610 : pear package doesn't validate deps
It was never validating deps at all!
22 years ago
Greg Beaver
9873fa5e42
fix bug #1615 : installer must create extension dir if it doesn't exist, patch by Tomas
22 years ago
Greg Beaver
37b73ad2d4
fix bug #1617 , exception never returned from PEAR_ErrorStack->push()
22 years ago
Greg Beaver
1f20b7a626
partial fix, bug #1163 : rpm build doesn't build properly
22 years ago
Greg Beaver
d14e259823
fix bug #1550 : Builder does not set path to match bin_dir
22 years ago
Greg Beaver
29a09f984c
fix bug #1378 : user/pass must be urldecoded from parse_url in Remote.php
22 years ago
Greg Beaver
ad57096a8b
Fix #1395 : PEAR_ErrorStack::staticCallback needs to instantiate the stack
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
22 years ago
Wez Furlong
e419d735c4
Better error message to save looking in the wrong place.
22 years ago
Greg Beaver
f30b95fcf0
fix missing assignment
$this->_errors = array_filter($this->_errors);
22 years ago
Greg Beaver
aaa7263bdd
Several issues resolved.
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.
22 years ago
Pierre Joye
9e9576ecfa
- T_WHITESPACE for the 1st test...
22 years ago
Pierre Joye
a937ae4762
- PHP allows spaces before :: (parent :: foo(); )
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)
22 years ago
Pierre Joye
915e9a555e
- Fix #1329 , closedir on exit (kameshj at fastmail dot fm)
22 years ago
Pierre Joye
d049b24dfd
- Fix #1330 , unused variable
22 years ago
Pierre Joye
59727034b7
- Fix #1249 (wrong print out the wrong state with force option)
- some NL issues, sorry, commit now too
22 years ago
Greg Beaver
11be5f887b
fix included files and put error messages in PEAR_Downloader where they are needed
22 years ago
Greg Beaver
af03ecf9e1
fix 1186: notice in PEAR_Common undeclared $_packageName
22 years ago
Greg Beaver
1f22d848e9
fix bug 1242 - notice if multi-dimensional array is passed as a parameter
add optional parameter to staticHasErrors() that allows error determination for a single package
22 years ago
Greg Beaver
ae73e40808
fixed #534 for real (remove notice if state=stable doesn't exist, and use "none" for stable version number)
22 years ago
Greg Beaver
9d86149b01
fix #534 : pear search doesn't list unstable releases
22 years ago
Greg Beaver
57b32bdf57
small changes
Use '' instead of ""
allow subclasses to easily change the exception class used just by
overriding the _exceptionClass property
22 years ago
Greg Beaver
0ba63371ed
new Error Stack for PEAR, EXPERIMENTAL until proven solid and stable
22 years ago
Martin Jansen
ba7d6efe7b
* Converting tabs to spaces
22 years ago
Martin Jansen
254456a4a6
* Typo fixes
22 years ago
Pierre Joye
4a31a6a88b
- revert previous commit:
- 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
22 years ago
Martin Jansen
c653c6d1d9
* Adding new state "emeritus", which can be used for former maintainers of
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.
22 years ago
Christian Stocker
c18b8dcd2d
- fix a linefeed problem, if there are more than one configureoption
22 years ago
Anil Madhavapeddy
b49e8fe865
Move the _prependPath function into PEAR_Downloader from PEAR_Installer,
as PEAR_Downloader uses it (and PEAR_Installer inherits PEAR_Downloader).
Unbreaks 'pear install -R'
22 years ago
Greg Beaver
3e56af98e0
get_class -> is_a
22 years ago
Stig Bakken
cdad10a21a
* apply bold escape codes only if output is going to a terminal/tty
22 years ago
Stig Bakken
2fd0f86c73
* don't cut lines when wrapping output
22 years ago
Greg Beaver
20c8e629a4
make pear run-tests work with PEAR core tests, allow it to work for Windows users as well
22 years ago
Pierre Joye
f9bfd58bd7
- Remove useless property
22 years ago
Pierre Joye
477de56f71
- Fix #521 , incorrect filename in CS warnings
22 years ago
Greg Beaver
a440ed6935
fix Bug #594 PEAR_Common::analyzeSourceCode fails on string with $var and {
also fixes SOAP packaging error
22 years ago
foobar
ccfc46b0aa
- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
22 years ago
Greg Beaver
cab4d7137b
fix #449 : XML_SVG and VFS fail to install properly using PEAR command
fix #455 : PEAR_Downloader does not set $ui
22 years ago
Greg Beaver
ad747ba2e3
MFB
22 years ago
Greg Beaver
0134c5c3ab
add missing not relation
22 years ago
Greg Beaver
398ab9756a
remove references to global variables in validatePackageInfo, remove extraneous summary that is never reached in the switch
22 years ago
Pierre Joye
85ce95847f
- MFB (fix pecl install)
22 years ago
Greg Beaver
06ef18bed9
fix #279
22 years ago