summaryrefslogtreecommitdiff
path: root/pear/PEAR/Packager.php
Commit message (Expand)AuthorAgeFilesLines
* - Typo (#1627) (cox)Pierre Joye2004-06-131-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* avoid chdir() callsTomas V.V.Cox2003-10-101-42/+27
* * Fixing #64Martin Jansen2003-10-051-2/+6
* Added support for spaces in path names (thanks Greg!)Tomas V.V.Cox2003-08-031-2/+2
* - SyncPierre Joye2003-06-271-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* * email address changeStig Bakken2003-03-181-2/+2
* * fixed <provides> generation, provides elements are now included forStig Bakken2003-02-251-14/+29
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* * remove debug outputStig Bakken2002-09-091-1/+0
* * use System::mktemp rather than PEAR_Common::mkTempDirStig Bakken2002-07-071-2/+6
* * slight cleanupStig Bakken2002-04-291-20/+10
* * call the right parent constructorStig Bakken2002-04-291-1/+1
* * doooh!Stig Bakken2002-04-171-7/+7
* * chdir back to original dir in PEAR_Packager::packageStig Bakken2002-04-161-4/+13
* Do not show the "tag it!" message when verbose=0Tomas V.V.Cox2002-04-101-2/+2
* * show full cvstag commandStig Bakken2002-04-091-1/+1
* * added "cvstag" commandStig Bakken2002-04-071-1/+2
* * give PEAR_Packager::package an option to disable compression and makeStig Bakken2002-04-071-7/+8
* * more clear cvs tag hintStig Bakken2002-04-071-1/+1
* * support for .tar files in PEAR_InstallerStig Bakken2002-04-071-1/+0
* typoTomas V.V.Cox2002-04-011-2/+4
* if (!function_exists('md5_file')) { ...Tomas V.V.Cox2002-03-311-0/+9
* * regenerate package.xml with file checksumsStig Bakken2002-03-281-6/+23
* Clean up unused stuffTomas V.V.Cox2002-03-211-39/+4
* * output a reminder to set CVS tags after packagingStig Bakken2002-03-011-7/+8
* Maintain headers.Sebastian Bergmann2002-02-281-1/+0
* * started implementing new "cross-environment" command APIStig Bakken2002-02-231-1/+1
* * Packager : Changing the order of the files in the package archive file.Vincent Blavet2002-02-221-4/+7
* * Remove the use of a temp dirVincent Blavet2002-01-261-37/+11
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* check for version for not building broken packages (thanks Markus)Tomas V.V.Cox2001-12-011-0/+6
* E_ALL fixesTomas V.V.Cox2001-11-061-1/+1
* * added "pear info" and "pear show-config" commandsStig Bakken2001-10-311-0/+3
* * disable case-folding in the xml parser (for consistency now that theStig Bakken2001-10-301-172/+0
* more clean up/fixesTomas V.V.Cox2001-10-091-16/+16
* some clean upTomas V.V.Cox2001-10-081-14/+8
* use Tar.php class and clean up some unused propertiesTomas V.V.Cox2001-10-081-18/+7
* work on Windows support (use Tar class and System class)Tomas V.V.Cox2001-10-071-2/+2
* don't want "-" in package namesTomas V.V.Cox2001-09-271-1/+1
* The "pear package" command will try to open "./package.xml" if no moreTomas V.V.Cox2001-08-191-1/+5
* better error hanldingTomas V.V.Cox2001-08-191-2/+2
* maintain original file permsTomas V.V.Cox2001-08-191-3/+8
* package() now returns the full path of the generated package also improvedTomas V.V.Cox2001-07-311-15/+13
* - always write a the package definition file as 'package.xml' inside the packageTomas V.V.Cox2001-07-181-6/+11
* - Removed the xml parser code (use now PEAR_Common::infoFromDescriptionFile())Tomas V.V.Cox2001-07-171-37/+77
* addes more logging and security optionsTomas V.V.Cox2001-07-071-2/+6
* whitespacesTomas V.V.Cox2001-07-061-30/+30
* * missing fold marksStig Bakken2001-05-281-1/+5