summaryrefslogtreecommitdiff
path: root/pear
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'help'.helpSVN Migration2002-03-1363-10390/+0
|
* a bit of refactoring and making always_shared a nop in every day lifeSascha Schumann2002-03-131-2/+5
|
* Provide context-specific functions which yield the directoriesSascha Schumann2002-03-131-1/+4
| | | | | of extensions (PHP 4 configure vs. self-contained module)
* No more lines on this testTomas V.V.Cox2002-03-131-6/+6
|
* phpdoc updateTomas V.V.Cox2002-03-131-15/+18
|
* Fix error handling selection when both class and global are setTomas V.V.Cox2002-03-132-42/+21
|
* * added file lockingStig Bakken2002-03-111-42/+239
| | | | | * added file name to package map
* Invoke pear-related targets conditionally andSascha Schumann2002-03-111-1/+1
| | | | | | rename install-data-local target to install-pear. Also remove PEAR_DIR, because it is unused.
* Fixed many tests, mostly incorrect paths.Sander Roobol2002-03-081-5/+5
|
* Please welcome the new build system.Sascha Schumann2002-03-073-36/+33
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* * PEAR_Config test completeStig Bakken2002-03-051-0/+52
|
* * update PEAR_Config testStig Bakken2002-03-054-27/+117
|
* * fix singleton() so it actually worksStig Bakken2002-03-051-8/+40
| | | | | | * insert file format version in written files * add getSetValues() method for listing the valid values for a set value
* * fix PEAR::setErrorHandling() settings so they apply when using raiseError()Stig Bakken2002-03-051-4/+2
|
* * fixed a couple of bugs in PEAR_Config revealed by testStig Bakken2002-03-052-46/+79
|
* PEAR_Config rewrite:Stig Bakken2002-03-041-71/+506
| | | | | | | | | | | | | | | | * Now supports (in theory) an arbitrary number of config "layers" (different sets of configuration data with a defined priority). * Specify the type of config values so different frontends can make user-friendly configuration interfaces. Valid types are currently "string", "integer", "file", "directory", "set" and "password". The set type lets you specify a limited set of values that the config values must be selected from. Password values are stored base64-encoded. * Added phpdoc comments and some docs for config values. * Added singleton method. # configuration files still contain serialized data
* * more cli test fixesStig Bakken2002-03-027-7/+7
|
* * updated tests to work with cliStig Bakken2002-03-022-5/+7
|
* fix testStig Bakken2002-03-021-1/+1
|
* * code for install/uninstall/upgrade complete, not yet testedStig Bakken2002-03-013-53/+132
| | | | | # uses a new, un-committed version of PEAR_Config
* * output a reminder to set CVS tags after packagingStig Bakken2002-03-011-7/+8
|
* Maintain headers.Sebastian Bergmann2002-02-2819-33/+16
|
* * fix broken dtdStig Bakken2002-02-241-8/+8
| | | | | | # Tomas, there is no way to do what you want in the DTD without switching # from XML to SGML. Sorry :-)
* DTD corrections (make it require minimal data for installer)Tomas V.V.Cox2002-02-231-6/+6
|
* * started implementing new "cross-environment" command APIStig Bakken2002-02-235-1/+372
| | | | | # work in progress, not tested at all yet!
* Point readers to pear webTomas V.V.Cox2002-02-231-19/+0
|
* outdated TODO not needed for the momentTomas V.V.Cox2002-02-231-20/+0
|
* * Packager : Changing the order of the files in the package archive file.Vincent Blavet2002-02-222-10/+37
| | | | | | The package.xml file is now at the 'root' of the archive, the files tree are under a 'packagename'-'packageversion' folder * Installer : installing the knew archive format AND supporting the existing format
* Config variables must be set between "" while using pear.bat windows scriptVincent Blavet2002-02-201-10/+14
|
* * Correct bug while using windows dir separator. It is now supportedVincent Blavet2002-02-201-4/+20
|
* ='typo'Martin Jansen2002-02-181-1/+1
|
* * Fix for bug #15500Martin Jansen2002-02-171-0/+1
|
* * allow <license> in both <package> and <release>Stig Bakken2002-02-171-7/+9
| | | | | | | * added <changelog> element * added "data" role for files * allow nested <dir> elements
* Image/Remote.php and Mail/mime.php have moved to the pear/ repository.Jon Parise2002-02-171-2/+0
|
* * Synchronize pearwin script with pearcmd-xxx.php commandsVincent Blavet2002-02-131-44/+4
| | | | | * Still work to do
* * user system/user config rather than default valueVincent Blavet2002-02-131-2/+2
|
* - Adding support for remote-list command (with XML-RPC installed)Vincent Blavet2002-02-131-37/+156
| | | | | - Start support of show-config (still work to do ...)
* * "pear-get install Auth" works nowStig Bakken2002-02-131-1/+12
|
* * don't use ext/overload yetStig Bakken2002-02-131-27/+6
|
* * print package nameStig Bakken2002-02-131-1/+2
|
* - added support for different error messages for the following cases:Jan Lehnardt2002-02-121-1/+5
| | | | | | | | | | | | | | | | | - - if a user with unsufficient permissions trys to select a database - PEAR::DB previously threw a "no database selected" error instead - of a more proper "insufficient permissions". This is fixed now. - - if a user selects a nonexistant database PEAR::DB threw a - "no database selected" error instead of "no such database". - This is fixed as well. - - I added two new constants to DB.php and a simple case construct to - DB/mysql.php which can be easily extended to achive the above. I - hope this is ok. - Thanks to Till Gerken for mentioning this.
* * Fix bug #15423.Martin Jansen2002-02-111-7/+7
|
* Now System will return false on failTomas V.V.Cox2002-02-101-3/+2
|
* test suite for the System classTomas V.V.Cox2002-02-101-0/+95
|
* - Now error will be triggered with trigger_error(). When a commandTomas V.V.Cox2002-02-101-28/+62
| | | | | | fails the function will return false - In-line documentation update
* * Better error handling.Martin Jansen2002-02-071-0/+5
|
* * Partially fix bug #15423.Martin Jansen2002-02-071-1/+2
|
* added 'System::type()' (show the full path of a command)Tomas V.V.Cox2002-02-061-1/+26
| | | | | Copied almost verbatim from Stig's PEAR_Dependency::checkProgram()
* * add some missing attributesStig Bakken2002-02-021-5/+8
|
* Fix remote security risk, pointed out by Wolfram KriesingTomas V.V.Cox2002-02-011-1/+3
|