Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Remove http:// from the proxy server string. | Martin Jansen | 2002-07-04 | 1 | -0/+1 |
| | | | | | Patch by: "michiel bakker" <michiel_bakker@hotmail.com> | ||||
* | - Let's be tad more verbose what's happening during 'make install' | foobar | 2002-07-03 | 1 | -8/+9 |
| | |||||
* | make 'remote-info' use package.info. add deps to 'list-all' | Christian Dickmann | 2002-07-02 | 2 | -5/+5 |
| | |||||
* | change the include_path setting to be in the php space instead | Tomas V.V.Cox | 2002-06-25 | 1 | -1/+2 |
| | | | | | of doing in the interpreter line (seems to break FreeBSD) | ||||
* | * Rephrase help text. | Martin Jansen | 2002-06-24 | 1 | -1/+1 |
| | |||||
* | * typo | Stig Bakken | 2002-06-21 | 1 | -1/+1 |
| | |||||
* | * bending over backwards to find sensible defaults | Stig Bakken | 2002-06-21 | 1 | -12/+17 |
| | |||||
* | - Force params to version_compare() to be strings, otherwise some | Tomas V.V.Cox | 2002-06-19 | 9 | -22/+30 |
| | | | | | | comparations will fail (ex. 0.9 will be equal to 0.90) - Other minor cleanup's | ||||
* | Do NOT allow install packages with errors in its description file | Tomas V.V.Cox | 2002-06-19 | 1 | -1/+8 |
| | |||||
* | "Release notes"++ | Tomas V.V.Cox | 2002-06-18 | 1 | -0/+9 |
| | |||||
* | Dropped case insentive ext search in PEAR::loadExtension() | Tomas V.V.Cox | 2002-06-17 | 1 | -2/+2 |
| | |||||
* | Typo in the folding mark | Tomas V.V.Cox | 2002-06-17 | 1 | -1/+1 |
| | |||||
* | * php-4.2.1-installer.exe for Windows is installed in c:\php by | Stig Bakken | 2002-06-17 | 1 | -0/+16 |
| | | | | | default, but it has PHP_SYSCONFDIR set to c:\php4. workaround. | ||||
* | Use the new PEAR::loadExtension() in checkExtension() instead | Tomas V.V.Cox | 2002-06-17 | 1 | -5/+2 |
| | | | | | of the "hack" | ||||
* | Added PEAR::loadExtension($ext) - OS independant PHP extension load | Tomas V.V.Cox | 2002-06-17 | 1 | -0/+29 |
| | | | | | | # PEAR developers, please use this function if you need to check or # load an extension. | ||||
* | trailing ws | Tomas V.V.Cox | 2002-06-17 | 1 | -11/+11 |
| | |||||
* | * doh | Stig Bakken | 2002-06-17 | 1 | -4/+6 |
| | |||||
* | Fixing for the coding standard :) | Alan Knowles | 2002-06-17 | 1 | -1/+2 |
| | |||||
* | * add xmlrpc request to debug output (verbosity level 4+) | Stig Bakken | 2002-06-17 | 1 | -0/+4 |
| | |||||
* | Added Dependancy check on XML - previously pear installer failed silently | Alan Knowles | 2002-06-17 | 1 | -0/+3 |
| | |||||
* | Install the pear command under the bin_dir setting intead of the fixed | Tomas V.V.Cox | 2002-06-16 | 1 | -1/+1 |
| | | | | | PHP_BINDIR | ||||
* | * set include_path when running "pear" | Stig Bakken | 2002-06-16 | 2 | -2/+4 |
| | |||||
* | - Fix issue with the DIRECTORY_SEPARATOR, did make the install of | Tomas V.V.Cox | 2002-06-14 | 1 | -6/+11 |
| | | | | | | XML_image2svg fail - TODO++ and others minor stuff | ||||
* | * if verbosity config is > 3, display xmlrpc response | Stig Bakken | 2002-06-14 | 1 | -3/+7 |
| | | | | | * another bugfix | ||||
* | remote list and remote listall, can now list non-stable packages if you set ↵ | Alan Knowles | 2002-06-14 | 1 | -3/+9 |
| | | | | prefered_state to something else | ||||
* | Fixed XML RPC sending of args - lets try and get the right tag :) | Alan Knowles | 2002-06-14 | 1 | -2/+4 |
| | |||||
* | Change a little the dep db structure | Tomas V.V.Cox | 2002-06-13 | 1 | -22/+44 |
| | | | | | Comment the code and some clean up's | ||||
* | More work on the dependencies DB (still not tested/used) | Tomas V.V.Cox | 2002-06-13 | 1 | -25/+76 |
| | |||||
* | * comment typos | Stig Bakken | 2002-06-12 | 1 | -2/+2 |
| | |||||
* | * set working version to 0.91-dev | Stig Bakken | 2002-06-12 | 1 | -15/+27 |
| | |||||
* | * minor cleanup | Stig Bakken | 2002-06-12 | 1 | -45/+0 |
| | |||||
* | Attempt to make pear.bat work better under Windows | Tomas V.V.Cox | 2002-06-12 | 1 | -9/+15 |
| | |||||
* | Commented out old unused stuff | Tomas V.V.Cox | 2002-06-09 | 1 | -9/+10 |
| | | | | | | # I'm not familiar with the 'make' syntax, please tell me if # something is wrong | ||||
* | Moved to pear/Archive_Tar/scripts | Tomas V.V.Cox | 2002-06-09 | 1 | -236/+0 |
| | |||||
* | if (!dl(php_gtk)) die("Unable to load the php_gtk extension\n"); | Tomas V.V.Cox | 2002-06-09 | 1 | -1/+3 |
| | |||||
* | Beautify config-show output, some wrap changes and fix small | Tomas V.V.Cox | 2002-06-09 | 1 | -11/+17 |
| | | | | | issue with _tableRow() with line counting | ||||
* | displayLine() -> outputData() | Tomas V.V.Cox | 2002-06-09 | 1 | -8/+8 |
| | |||||
* | - outputData($data, $command) | Tomas V.V.Cox | 2002-06-09 | 1 | -1/+1 |
| | | | | | + outputData($data, $command = '_default') | ||||
* | add modes to list-all. fix a mergerbug | Christian Dickmann | 2002-06-08 | 2 | -3/+15 |
| | |||||
* | Hopefully fixed a couple of problems with destination paths: | Tomas V.V.Cox | 2002-06-08 | 1 | -4/+8 |
| | | | | | | | | | - Bug #17529 - In Windows getting <pear>\/\<file> - Documentation under <doc_dir>/Package/Package/ # Please test it and report possible problem | ||||
* | Experimental dependencies database handling functions | Tomas V.V.Cox | 2002-06-07 | 1 | -3/+110 |
| | | | | | (not yet in production) | ||||
* | Beautify remote-info | Tomas V.V.Cox | 2002-06-07 | 2 | -35/+24 |
| | |||||
* | - Reapplied the "treat umask as octal in "config-set" | Tomas V.V.Cox | 2002-06-07 | 1 | -0/+33 |
| | | | | | | command" Stig's patch - Ported the config-help command to new UI API | ||||
* | more wrapping cases | Tomas V.V.Cox | 2002-06-07 | 1 | -4/+13 |
| | |||||
* | Remove debug code | Tomas V.V.Cox | 2002-06-07 | 1 | -1/+0 |
| | |||||
* | More info output retouchs | Tomas V.V.Cox | 2002-06-07 | 1 | -3/+3 |
| | |||||
* | Fix some minor issues with the parsing | Tomas V.V.Cox | 2002-06-07 | 1 | -2/+6 |
| | |||||
* | * get rid of pearize | Stig Bakken | 2002-06-07 | 1 | -4/+1 |
| | |||||
* | Make "info" full human friendly (in deps list and lastmodified) | Tomas V.V.Cox | 2002-06-07 | 1 | -10/+27 |
| | |||||
* | Make $_deps_rel_trans and $_deps_type_trans globally avaible: | Tomas V.V.Cox | 2002-06-07 | 2 | -19/+22 |
| | | | | | moved from Command/Package.php -> Command/Common.php |