summaryrefslogtreecommitdiff
path: root/pear
Commit message (Collapse)AuthorAgeFilesLines
...
* * add cookie authentication to PEAR_Remote (temporarily in addition to http ↵Stig Bakken2002-04-131-0/+1
| | | | auth)
* use DIRECTORY_SEPERATORAlexander Merz2002-04-111-20/+20
|
* * add download command to descriptionStig Bakken2002-04-101-0/+1
|
* Implemented "pear download <pakage>"Tomas V.V.Cox2002-04-101-1/+44
|
* Do not show the "tag it!" message when verbose=0Tomas V.V.Cox2002-04-101-2/+2
| | | | | # Forgot to commit that before
* Added single display()Tomas V.V.Cox2002-04-101-0/+5
|
* Help for command "shell-test"Tomas V.V.Cox2002-04-101-0/+6
|
* Added "pear package -n" (only output the created package file name)Tomas V.V.Cox2002-04-101-2/+12
|
* * ignore dirs and libfiles in older releases (changelog)Stig Bakken2002-04-091-4/+22
|
* * ignore files in older releases (changelog)Stig Bakken2002-04-091-0/+6
|
* * drop the ondemand connect stuff for nowStig Bakken2002-04-091-14/+6
|
* * add preferred_stateStig Bakken2002-04-091-1/+1
|
* * drop file replace= attributeStig Bakken2002-04-091-2/+2
|
* * package-validate uses package.xml as default paramStig Bakken2002-04-091-2/+1
|
* * ext/xml/expat no longer has xmltok and xmlparse subdirsStig Bakken2002-04-091-2/+1
|
* Make the dependencies check look for the correct registry fileTomas V.V.Cox2002-04-092-6/+6
|
* Win95/98/Me doesn't support locking, please check patch on other systemsAlexander Merz2002-04-091-26/+28
|
* Fix package-list not showing the right Install pathTomas V.V.Cox2002-04-091-2/+9
|
* Fix a problem when list-installed is called in a new installationTomas V.V.Cox2002-04-091-1/+7
|
* it's been changed back to php.exeJames Cox2002-04-091-2/+2
|
* updated, requires PHP4.2 php-cgiAlexander Merz2002-04-091-3/+3
|
* * show full cvstag commandStig Bakken2002-04-091-1/+1
|
* * get rid of CommandResponse stufffStig Bakken2002-04-091-23/+0
|
* * drop file replace= attributeStig Bakken2002-04-091-3/+0
|
* * remove PEAR/Uploader.phpStig Bakken2002-04-091-1/+1
|
* * unused filesStig Bakken2002-04-092-183/+0
|
* * implemented role="script" and <replace> substitution during installStig Bakken2002-04-096-110/+224
|
* * package definition for the base PEAR systemStig Bakken2002-04-091-0/+82
|
* HEADS UP, package.xml format change:Stig Bakken2002-04-091-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 Heyes2002-04-081-0/+21
|
* Make pgsql header available for PECL module(s)Yasuo Ohgaki2002-04-081-0/+1
|
* Continue the list of features for PEAR DBTomas V.V.Cox2002-04-081-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 extensionStig Bakken2002-04-071-0/+3
| | | | | is not loaded
* * package xml file for DBStig Bakken2002-04-071-0/+147
|
* Added PEAR_Common::getUserRoles() and a suggestionTomas V.V.Cox2002-04-071-1/+13
|
* * added "cvstag" commandStig Bakken2002-04-073-34/+99
|
* * give PEAR_Packager::package an option to disable compression and makeStig Bakken2002-04-071-7/+8
| | | | | plain .tar files
* * remove empty foldStig Bakken2002-04-071-3/+0
|
* * use the UI's displayFatalError methodStig Bakken2002-04-071-2/+2
|
* * added displayError and displayFatalError methodsStig Bakken2002-04-071-0/+17
|
* * initialize _PEAR_Command_uiobjectStig Bakken2002-04-071-0/+6
|
* * leave error reporting to the validatorStig Bakken2002-04-071-8/+2
|
* * more clear cvs tag hintStig Bakken2002-04-071-1/+1
|
* Just some help cleanupTomas V.V.Cox2002-04-071-2/+2
|
* * typoStig Bakken2002-04-071-1/+1
|
* * rename package-verify command to package-validateStig Bakken2002-04-071-4/+4
|
* * support for .tar files in PEAR_InstallerStig Bakken2002-04-075-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() methodRichard Heyes2002-04-061-0/+25
|
* Fix bug in pushErrorHandling() (fail under very specific circumstances)Tomas V.V.Cox2002-04-061-10/+8
|
* Improve the life of external extension maintainers bySascha Schumann2002-04-061-0/+1
| | | | | | | not plaguing them with "./" in absolute paths. Requested by: Andrei, Wez