]> granicus.if.org Git - php/commit
* rename PEAR_CommandUI* to PEAR_Frontend*
authorStig Bakken <ssb@php.net>
Fri, 22 Mar 2002 09:22:28 +0000 (09:22 +0000)
committerStig Bakken <ssb@php.net>
Fri, 22 Mar 2002 09:22:28 +0000 (09:22 +0000)
commit60035fb949e0b1e292e090c86a81c394c9677be1
treed24e3257866f939cf9128a983b53e22433a7f3a9
parent141e3d52f745c670cb75fc90f90d0c9e6627e498
* rename PEAR_CommandUI* to PEAR_Frontend*
* rename PEAR/Command/Login.php to PEAR/Command/Auth.php
* replace PEAR/Command/Info.php with PEAR/Command/Registry.php (will contain
  more commands related to the local registry)
* started working on Frontend table output
12 files changed:
pear/Makefile.frag
pear/PEAR/Command.php
pear/PEAR/Command/Auth.php [moved from pear/PEAR/Command/Login.php with 95% similarity]
pear/PEAR/Command/Common.php
pear/PEAR/Command/Install.php
pear/PEAR/Command/List.php [deleted file]
pear/PEAR/Command/Package.php
pear/PEAR/Command/Registry.php [new file with mode: 0644]
pear/PEAR/CommandUI/CLI.php [deleted file]
pear/PEAR/Frontend/CLI.php [new file with mode: 0644]
pear/PEAR/Installer.php
pear/PEAR/Remote.php