summaryrefslogtreecommitdiff
path: root/pear/PEAR/Installer.php
Commit message (Expand)AuthorAgeFilesLines
* * don't abort install if errors are found in the package, displayStig Bakken2002-07-281-2/+7
* download package if force is setTomas V.V.Cox2002-07-261-1/+4
* * use System::mktempStig Bakken2002-07-071-2/+25
* - Force params to version_compare() to be strings, otherwise someTomas V.V.Cox2002-06-191-2/+2
* Do NOT allow install packages with errors in its description fileTomas V.V.Cox2002-06-191-1/+8
* - Fix issue with the DIRECTORY_SEPARATOR, did make the install ofTomas V.V.Cox2002-06-141-6/+11
* Hopefully fixed a couple of problems with destination paths:Tomas V.V.Cox2002-06-081-4/+8
* * add "nobuild" option to installer (-B or --nobuild option to CLI frontend)Stig Bakken2002-06-061-1/+1
* * merge NEW_UI_API branchStig Bakken2002-06-021-8/+55
* * fix some errors/warningsStig Bakken2002-05-281-28/+27
* * fixes for php without zlibStig Bakken2002-05-271-1/+1
* * cleaned up error handling in _installFileStig Bakken2002-05-261-16/+21
* TODO++Tomas V.V.Cox2002-05-231-0/+3
* files that are not installed should be removed from theTomas V.V.Cox2002-05-211-9/+10
* * add TODO commentStig Bakken2002-05-211-0/+4
* Make the installation of a package fail when _installFileTomas V.V.Cox2002-05-211-1/+4
* * some verbosity changes: 0 - only errors, 1 - status report when theStig Bakken2002-05-201-9/+9
* * support platform-specific filesStig Bakken2002-05-191-0/+13
* * refactored the command/options code:Stig Bakken2002-05-121-6/+9
* * apply umask when installing filesStig Bakken2002-05-031-2/+2
* * use the downloadHttp method w/callbackStig Bakken2002-04-291-69/+85
* * fix warningStig Bakken2002-04-251-2/+2
* * more uniform "level 2 debug messages"Stig Bakken2002-04-211-8/+17
* * Remove package directory if empty during uninstall processMartin Jansen2002-04-211-2/+2
* * make "pear install package.xml" possible, so you can install a packageStig Bakken2002-04-191-42/+44
* - Also raise a different error message if we don't specify any package at all.Markus Fischer2002-04-131-0/+3
* - Return a different error message if no package file was given at all.Markus Fischer2002-04-131-2/+6
* Make the dependencies check look for the correct registry fileTomas V.V.Cox2002-04-091-2/+2
* * implemented role="script" and <replace> substitution during installStig Bakken2002-04-091-43/+107
* * append "?uncompress=yes" to the package download url if zlib extensionStig Bakken2002-04-071-0/+3
* * support for .tar files in PEAR_InstallerStig Bakken2002-04-071-5/+5
* * Added "-s" (soft update) option to install/upgrade. Will make installsStig Bakken2002-04-021-1/+7
* "reverting" to 1.39 as per Tomas Cox's wishes.James Cox2002-03-231-1/+3
* * rename PEAR_CommandUI* to PEAR_Frontend*Stig Bakken2002-03-221-3/+1
* - Make the rellocation of packages work as expected if the targetTomas V.V.Cox2002-03-211-0/+4
* Maintain headers.Sebastian Bergmann2002-02-281-1/+0
* * Packager : Changing the order of the files in the package archive file.Vincent Blavet2002-02-221-6/+30
* * "pear-get install Auth" works nowStig Bakken2002-02-131-1/+12
* * Call the PEAR_Registry constructor with the optional parameterVincent Blavet2002-01-241-2/+2
* * support "pear-get install XML_RPC"Stig Bakken2002-01-021-1/+14
* - Install files marked as "role=doc" in a central PEAR doc dirTomas V.V.Cox2001-12-261-27/+37
* Added dependencies check support for InstallerTomas V.V.Cox2001-12-171-2/+30
* * implemented upgradeStig Bakken2001-12-121-25/+59
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * added "register_only" option for install/uninstallStig Bakken2001-12-111-24/+31
* * added fold marks, moved around some code and silenced some Archive_TarStig Bakken2001-12-101-40/+43
* implemented "uninstall" commandTomas V.V.Cox2001-11-151-0/+23
* * error message cleanupStig Bakken2001-11-131-9/+14
* * added "pear info" and "pear show-config" commandsStig Bakken2001-10-311-1/+8
* * disable case-folding in the xml parser (for consistency now that theStig Bakken2001-10-301-3/+3