summaryrefslogtreecommitdiff
path: root/pear/PEAR/Command/Install.php
Commit message (Expand)AuthorAgeFilesLines
* - these files are outdated, /pear-core is the repository for pear andPierre Joye2005-08-151-470/+0
* merge in PEAR 1.3.5Greg Beaver2005-03-281-0/+6
* - Fix #1330, unused variablePierre Joye2004-05-161-1/+0
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* merge downloader code into HEAD - it worksGreg Beaver2003-12-041-10/+10
* Be more nice when downloading filesTomas V.V.Cox2003-09-111-1/+0
* This patch allows:Tomas V.V.Cox2003-08-291-2/+7
* * added --alldeps --onlyreqdeps options for pear install/upgrade.Greg Beaver2003-08-281-3/+48
* Avoid notice in bundleTomas V.V.Cox2003-08-051-1/+1
* upgrade-all back to workTomas V.V.Cox2003-08-021-1/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Add the pear bundle command from Thomas Cox.Sterling Hughes2003-06-071-2/+115
* * email address changeStig Bakken2003-03-181-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* * ws/foldingStig Bakken2002-11-261-1/+7
* * added --ignore-errors option, --force no longer ignores errorsStig Bakken2002-11-261-0/+12
* Add new tag to package.xml named <warnings>.\nThis warnings are printed when ...Christian Dickmann2002-11-131-2/+6
* * add --installroot / -R option to install/upgrade commandsStig Bakken2002-10-101-0/+20
* * more consistent outputStig Bakken2002-09-091-2/+2
* * added "upgrade-all" commandStig Bakken2002-07-281-0/+58
* - Force params to version_compare() to be strings, otherwise someTomas V.V.Cox2002-06-191-2/+5
* * add "nobuild" option to installer (-B or --nobuild option to CLI frontend)Stig Bakken2002-06-061-0/+8
* * merge NEW_UI_API branchStig Bakken2002-06-021-7/+5
* "Help" fixesTomas V.V.Cox2002-05-261-0/+3
* * added more shortcutsStig Bakken2002-05-211-0/+3
* * implemented shortcuts ("pv" for "package-validate" etc.)Stig Bakken2002-05-211-48/+39
* * no output in verbosity level 0Stig Bakken2002-05-201-3/+7
* Added missing key 'doc' for -Z helpTomas V.V.Cox2002-05-201-1/+1
* * no need for getCommands() hereStig Bakken2002-05-201-18/+0
* * no need for getHelp() here anymoreStig Bakken2002-05-141-30/+0
* * refactored the command/options code:Stig Bakken2002-05-121-45/+134
* Add "r" in cmd helpTomas V.V.Cox2002-05-121-1/+1
* * show "update ok" after updatesStig Bakken2002-05-091-2/+2
* * add -G option to "pear" for php-gtk frontendStig Bakken2002-05-091-1/+3
* * PEAR_Installer constructor now expects only the UI objectStig Bakken2002-04-291-3/+1
* * reintroduce (un)install -r option for Registeration onlyStig Bakken2002-04-191-1/+5
* * implemented role="script" and <replace> substitution during installStig Bakken2002-04-091-3/+1
* * remove empty foldStig Bakken2002-04-071-3/+0
* Just some help cleanupTomas V.V.Cox2002-04-071-2/+2
* * support for .tar files in PEAR_InstallerStig Bakken2002-04-071-2/+6
* * Added "-s" (soft update) option to install/upgrade. Will make installsStig Bakken2002-04-021-6/+14
* typoTomas V.V.Cox2002-04-011-1/+1
* - Added "nodeps" option to install/upgrade/uninstallTomas V.V.Cox2002-04-011-8/+19
* Go with the help systemTomas V.V.Cox2002-04-011-0/+15
* fix parse errorTomas V.V.Cox2002-03-231-2/+2
* * use switch/case for what it's worth :-)Stig Bakken2002-03-231-5/+4
* * rename PEAR_CommandUI* to PEAR_Frontend*Stig Bakken2002-03-221-0/+1
* - Make the rellocation of packages work as expected if the targetTomas V.V.Cox2002-03-211-1/+1
* - Implement command level optionsTomas V.V.Cox2002-03-211-4/+12
* - The config object is stored by the factory methodTomas V.V.Cox2002-03-211-20/+11