summaryrefslogtreecommitdiff
path: root/pear
Commit message (Collapse)AuthorAgeFilesLines
* Install pear.batTomas V.V.Cox2002-05-021-0/+1
| | | | | # Please Windows hackers test the pear installer support!
* untabifyTomas V.V.Cox2002-05-021-23/+23
|
* Revert the previous commit (revision 1.40).Jon Parise2002-05-021-1/+1
| | | | | | | | | | @bindir@ ended up becoming '${exec_prefix}' (literally) on my system (FreeBSD 4.5), thus producing a broken shebang line. @prefix@ works fine for me here. If @bindir@ is indeed preferred, the substitution problem noted above needs to be resolved before the change is reapplied.
* * version will be 0.10Stig Bakken2002-04-291-1/+1
|
* * slight cleanupStig Bakken2002-04-291-20/+10
|
* * call the right parent constructorStig Bakken2002-04-291-1/+1
|
* * PEAR_Installer constructor now expects only the UI objectStig Bakken2002-04-291-3/+1
|
* * PEAR_Common::downloadHttp no longer wants a config objectStig Bakken2002-04-291-1/+1
|
* * always set $this->config (use PEAR_Config::singleton)Stig Bakken2002-04-291-23/+71
| | | | | | | | * rename setFrontend to setFrontendObject * add validPackageName method * added downloadHttp callback types setup, connfailed and writefailed * no more passing config objects around
* * use the downloadHttp method w/callbackStig Bakken2002-04-291-69/+85
|
* * forgot script element in release contentsStig Bakken2002-04-281-2/+2
|
* * package.dtd: version 1.0b7Stig Bakken2002-04-282-4/+57
| | | | | | - added <provides> element - added <script> element
* * implemented "list-remote-packages" commandStig Bakken2002-04-281-0/+21
|
* * implemented stub for XML_RPC fallback if xmlrpc-epi is not installedStig Bakken2002-04-281-2/+39
|
* * fix warningStig Bakken2002-04-251-2/+2
|
* * add "_lastmodified" timestamp to registry files (don't trust filemtime)Stig Bakken2002-04-241-0/+2
|
* 0.9.1 release notes ++Stig Bakken2002-04-231-0/+1
|
* * make validator work againStig Bakken2002-04-231-53/+17
|
* * roll out 1.2 releaseStig Bakken2002-04-231-2/+2
|
* * use PEAR_Common::downloadHttp()Stig Bakken2002-04-231-38/+32
|
* * downloadHttp: pass the total number of bytes downloaded as parameterStig Bakken2002-04-231-4/+5
| | | | | to the 'done' callback
* * moved these "class variables" to global variables and added static methods ↵Stig Bakken2002-04-231-44/+295
| | | | | | | | | | for getting them: maintainer_roles, release_states, dependency_types, dependency_relations, file_roles, replacement_types * added downloadHttp method with status callback support (can be used by installers to show download progress)
* * Due to the recent changes in the installer stuff, the webinstallerMartin Jansen2002-04-221-0/+8
| | | | | is not supported at the moment.
* * more uniform "level 2 debug messages"Stig Bakken2002-04-211-8/+17
| | | | | * don't add dirname(file) to install path if install-as attribute is set
* * set version to 0.9.1-devStig Bakken2002-04-211-1/+1
|
* * PHP_PREFIX constant is not defined, use bin_dir pear config insteadStig Bakken2002-04-212-23/+32
|
* * Remove package directory if empty during uninstall processMartin Jansen2002-04-211-2/+2
| | | | | * Don't baseinstalldir for documentation.
* Bail on no HTTP.php present in the systemTomas V.V.Cox2002-04-211-5/+12
| | | | | Let "pear download" act ala wget
* typoTomas V.V.Cox2002-04-211-2/+2
|
* * add http_proxy config settingStig Bakken2002-04-191-0/+5
|
* * make "pear install package.xml" possible, so you can install a packageStig Bakken2002-04-191-42/+44
| | | | | without building a tarball first
* * reintroduce (un)install -r option for Registeration onlyStig Bakken2002-04-191-1/+5
|
* * fix phpdocStig Bakken2002-04-191-35/+34
|
* * Add API documentation.Martin Jansen2002-04-181-0/+35
|
* * doooh!Stig Bakken2002-04-171-7/+7
|
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-162-1/+2
| | | | | | | | | | | | Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). Add infrastructure for stat($url) and opendir($url). Tidy up/centralize code that locates and instantiates wrappers for the various operations. Implement opendir for plain files. Make the PHP opendir and dir functions use the streams implementations. Add modelines for syntax highlighting the pear scripts in vim
* * added DB::isConnectionStig Bakken2002-04-161-25/+41
| | | | | * phpdoc fixes
* * started working on analyzeSourceCode and detectDependencies methodsStig Bakken2002-04-161-9/+147
|
* * chdir back to original dir in PEAR_Packager::packageStig Bakken2002-04-161-4/+13
| | | | | * only display "cvstag" hint if CVS/Root exists
* Added standar headerTomas V.V.Cox2002-04-161-1/+20
|
* Added standar headerTomas V.V.Cox2002-04-161-0/+19
|
* Vim tags added plus some other minor text about license and authorTomas V.V.Cox2002-04-161-0/+19
|
* Be more clear when no packages are installedTomas V.V.Cox2002-04-161-0/+3
|
* Give the right error when wrong params given to package-info andTomas V.V.Cox2002-04-161-4/+12
| | | | | fix/add help some help messages
* - Do not try to draw a table if there are not elements.Markus Fischer2002-04-141-1/+4
| | | | | | | | | | | | | | | | | # If no packages are installed, until now the output was: # # INSTALLED PACKAGES: # =================== # + # + # # Now it is: # # INSTALLED PACKAGES: # =================== # # Which is nicer IMHO. It think keeping the caption is ok.
* - Also raise a different error message if we don't specify any package at all.Markus Fischer2002-04-131-0/+3
| | | | | # We might consider giving the 'pear help uninstall' output to the user?
* - Return a different error message if no package file was given at all.Markus Fischer2002-04-131-2/+6
|
* - Properly format error message.Markus Fischer2002-04-131-4/+4
| | | | | # Shouldn't this 'throw' an PEAR Error object ?
* * cvstag command: tag slide option is -f, not -FStig Bakken2002-04-131-3/+3
|
* * missing file role message could be mistaken for missing maintainer roleStig Bakken2002-04-131-3/+3
|