| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | * add cookie authentication to PEAR_Remote (temporarily in addition to http ↵ | Stig Bakken | 2002-04-13 | 1 | -0/+1 | |
| | | | | | auth) | |||||
| * | use DIRECTORY_SEPERATOR | Alexander Merz | 2002-04-11 | 1 | -20/+20 | |
| | | ||||||
| * | * add download command to description | Stig Bakken | 2002-04-10 | 1 | -0/+1 | |
| | | ||||||
| * | Implemented "pear download <pakage>" | Tomas V.V.Cox | 2002-04-10 | 1 | -1/+44 | |
| | | ||||||
| * | Do not show the "tag it!" message when verbose=0 | Tomas V.V.Cox | 2002-04-10 | 1 | -2/+2 | |
| | | | | | | # Forgot to commit that before | |||||
| * | Added single display() | Tomas V.V.Cox | 2002-04-10 | 1 | -0/+5 | |
| | | ||||||
| * | Help for command "shell-test" | Tomas V.V.Cox | 2002-04-10 | 1 | -0/+6 | |
| | | ||||||
| * | Added "pear package -n" (only output the created package file name) | Tomas V.V.Cox | 2002-04-10 | 1 | -2/+12 | |
| | | ||||||
| * | * ignore dirs and libfiles in older releases (changelog) | Stig Bakken | 2002-04-09 | 1 | -4/+22 | |
| | | ||||||
| * | * ignore files in older releases (changelog) | Stig Bakken | 2002-04-09 | 1 | -0/+6 | |
| | | ||||||
| * | * drop the ondemand connect stuff for now | Stig Bakken | 2002-04-09 | 1 | -14/+6 | |
| | | ||||||
| * | * add preferred_state | Stig Bakken | 2002-04-09 | 1 | -1/+1 | |
| | | ||||||
| * | * drop file replace= attribute | Stig Bakken | 2002-04-09 | 1 | -2/+2 | |
| | | ||||||
| * | * package-validate uses package.xml as default param | Stig Bakken | 2002-04-09 | 1 | -2/+1 | |
| | | ||||||
| * | * ext/xml/expat no longer has xmltok and xmlparse subdirs | Stig Bakken | 2002-04-09 | 1 | -2/+1 | |
| | | ||||||
| * | Make the dependencies check look for the correct registry file | Tomas V.V.Cox | 2002-04-09 | 2 | -6/+6 | |
| | | ||||||
| * | Win95/98/Me doesn't support locking, please check patch on other systems | Alexander Merz | 2002-04-09 | 1 | -26/+28 | |
| | | ||||||
| * | Fix package-list not showing the right Install path | Tomas V.V.Cox | 2002-04-09 | 1 | -2/+9 | |
| | | ||||||
| * | Fix a problem when list-installed is called in a new installation | Tomas V.V.Cox | 2002-04-09 | 1 | -1/+7 | |
| | | ||||||
| * | it's been changed back to php.exe | James Cox | 2002-04-09 | 1 | -2/+2 | |
| | | ||||||
| * | updated, requires PHP4.2 php-cgi | Alexander Merz | 2002-04-09 | 1 | -3/+3 | |
| | | ||||||
| * | * show full cvstag command | Stig Bakken | 2002-04-09 | 1 | -1/+1 | |
| | | ||||||
| * | * get rid of CommandResponse stufff | Stig Bakken | 2002-04-09 | 1 | -23/+0 | |
| | | ||||||
| * | * drop file replace= attribute | Stig Bakken | 2002-04-09 | 1 | -3/+0 | |
| | | ||||||
| * | * remove PEAR/Uploader.php | Stig Bakken | 2002-04-09 | 1 | -1/+1 | |
| | | ||||||
| * | * unused files | Stig Bakken | 2002-04-09 | 2 | -183/+0 | |
| | | ||||||
| * | * implemented role="script" and <replace> substitution during install | Stig Bakken | 2002-04-09 | 6 | -110/+224 | |
| | | ||||||
| * | * package definition for the base PEAR system | Stig Bakken | 2002-04-09 | 1 | -0/+82 | |
| | | ||||||
| * | HEADS UP, package.xml format change: | Stig Bakken | 2002-04-09 | 1 | -6/+14 | |
| | | | | | | | | <file>foo.php</file> is now <file name="foo.php/> Added tags for configure-like substitutions. # the packager will handle both for a while | |||||
| * | * Added getStaticProperty() for static methods. | Richard Heyes | 2002-04-08 | 1 | -0/+21 | |
| | | ||||||
| * | Make pgsql header available for PECL module(s) | Yasuo Ohgaki | 2002-04-08 | 1 | -0/+1 | |
| | | ||||||
| * | Continue the list of features for PEAR DB | Tomas V.V.Cox | 2002-04-08 | 1 | -10/+15 | |
| | | | | | | | | | Release version is 2.0 (apiVersion) # Multiline entries inside the tags looks better in the web or in # "pear package-info" if they aren't formatted to look better # in the xml | |||||
| * | * append "?uncompress=yes" to the package download url if zlib extension | Stig Bakken | 2002-04-07 | 1 | -0/+3 | |
| | | | | | | is not loaded | |||||
| * | * package xml file for DB | Stig Bakken | 2002-04-07 | 1 | -0/+147 | |
| | | ||||||
| * | Added PEAR_Common::getUserRoles() and a suggestion | Tomas V.V.Cox | 2002-04-07 | 1 | -1/+13 | |
| | | ||||||
| * | * added "cvstag" command | Stig Bakken | 2002-04-07 | 3 | -34/+99 | |
| | | ||||||
| * | * give PEAR_Packager::package an option to disable compression and make | Stig Bakken | 2002-04-07 | 1 | -7/+8 | |
| | | | | | | plain .tar files | |||||
| * | * remove empty fold | Stig Bakken | 2002-04-07 | 1 | -3/+0 | |
| | | ||||||
| * | * use the UI's displayFatalError method | Stig Bakken | 2002-04-07 | 1 | -2/+2 | |
| | | ||||||
| * | * added displayError and displayFatalError methods | Stig Bakken | 2002-04-07 | 1 | -0/+17 | |
| | | ||||||
| * | * initialize _PEAR_Command_uiobject | Stig Bakken | 2002-04-07 | 1 | -0/+6 | |
| | | ||||||
| * | * leave error reporting to the validator | Stig Bakken | 2002-04-07 | 1 | -8/+2 | |
| | | ||||||
| * | * more clear cvs tag hint | Stig Bakken | 2002-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | Just some help cleanup | Tomas V.V.Cox | 2002-04-07 | 1 | -2/+2 | |
| | | ||||||
| * | * typo | Stig Bakken | 2002-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | * rename package-verify command to package-validate | Stig Bakken | 2002-04-07 | 1 | -4/+4 | |
| | | ||||||
| * | * support for .tar files in PEAR_Installer | Stig Bakken | 2002-04-07 | 5 | -16/+224 | |
| | | | | | | | | | | * new command: package-verify * "package" command now sanity-checks the package information before making the tarball * -Z option to the install/update commands for downloading non-compressed packages | |||||
| * | * Added registerShutdownFunc() method | Richard Heyes | 2002-04-06 | 1 | -0/+25 | |
| | | ||||||
| * | Fix bug in pushErrorHandling() (fail under very specific circumstances) | Tomas V.V.Cox | 2002-04-06 | 1 | -10/+8 | |
| | | ||||||
| * | Improve the life of external extension maintainers by | Sascha Schumann | 2002-04-06 | 1 | -0/+1 | |
| | | | | | | | | not plaguing them with "./" in absolute paths. Requested by: Andrei, Wez | |||||
