3153 Commits (fc54a48b522291818f451fd0a82e613abceac98a)
 

Author SHA1 Message Date
Jordi Boggiano fc54a48b52 Fix archiver tests on windows 11 years ago
Jordi Boggiano 6401b6aa46 Fix handling of protocol paths like phar:// 11 years ago
Jordi Boggiano 59c4df5ba3 Merge remote-tracking branch 'hason/autoload' 11 years ago
Jordi Boggiano 83ea90296e Add COMPOSER_NO_INTERACTION env var to allow travis & others to easily make sure every composer run is non-interactive 11 years ago
Jordi Boggiano ffba012673 Merge pull request #1756 from glensc/patch-1
Update 03-cli.md
11 years ago
Jordi Boggiano 24ee9a8bf2 Merge pull request #1752 from njam/issue-1752
Link-resolve tmp dir in tests
11 years ago
Elan Ruusamäe 32601d4b52 Update 03-cli.md
config schema section anchor has changed
11 years ago
Reto Kaiser 918a55659e Call realpath() on result of sys_get_temp_dir()
On OSX the temp dir is within /var, which is a symlink to /private/var.
If this is not resolved, the comparison will fail when comparing to the result of `git archive` in testGitExcludes().
11 years ago
Jordi Boggiano 83084eedf9 Skip update whitelist warning for "nothing" and "lock" 11 years ago
Martin Hasoň 3499610631 Fixed tests for autoloader generator 11 years ago
Martin Hasoň 48444a028c Added support for vendor dir excluded from working dir 11 years ago
Martin Hasoň 0851ef1afb Fixed behaviour of Filesystem::findShortestPath[Code] for paths with up-level references 11 years ago
Jordi Boggiano e1eb35455f Merge pull request #1743 from sandermarechal/abs-path
Fix shortest absolute paths from cwd to classmap path
11 years ago
Sander Marechal 132f2a9d5d Cache getcwd() result 11 years ago
Sander Marechal c10e25a945 Use cross-platform absolute path check 11 years ago
Jordi Boggiano 6c9bc2824e Fix handling of branches with slashes, fixes #1748 11 years ago
Jordi Boggiano 5cd2249898 Merge pull request #1747 from till/topics/satis-downloads-docs
Documentation for satis-based downloads.
11 years ago
till 5774f5db4a Engrish is hard. 11 years ago
till 378615d646 Documentation for satis-based downloads. 11 years ago
Jordi Boggiano bb95a0a788 Fix docblocks 11 years ago
Sander Marechal d7697574ff Fix shortest absolute paths from cwd to classmap path 11 years ago
Jordi Boggiano bf307de1d6 Fix tests 11 years ago
Jordi Boggiano 99eb2252f4 Update changelog 11 years ago
Jordi Boggiano f816f4ee6f Fix changelog typos 11 years ago
Jordi Boggiano f5fececf53 Merge branch 'deprecatedlock' 11 years ago
Jordi Boggiano d8082bab9a Update changelog 11 years ago
Jordi Boggiano ad69d15590 Fix self-update error handling, fixes #1738 11 years ago
Nils Adermann 78c250da19 Merge pull request #1567 from naderman/feature-dist
Distributions/Archives
11 years ago
Nils Adermann 8803281648 Make sure Phar overwrites files and doesn't load them 11 years ago
Nils Adermann 4af69c85ca Fix tests by passing proper working directory to processes 11 years ago
Nils Adermann 6f61d95829 Make sure git is setup to allow commits on travis 11 years ago
Nils Adermann 22044121ce Callbacks must be accessible publically on PHP 5.3 11 years ago
Nils Adermann cfd7a50f0a Do not hardcode vendor dir exclusion on archive.
For one thing this wouldn't have worked for any custom installers anyway
which can write installed code to other places. This will now allow one
to use composer archive on a clean code checkout to build an archive as
we are used to. Or on one that had composer install run to build an
archive that can be used for deployment which includes the vendors.
11 years ago
Nils Adermann 870a87f6d6 Use null as default values rather than false
Also made archive() in the ArchiveCommand protected as it does not need
to be used from the outside. The ArchiveManager can be used instead.
11 years ago
Nils Adermann 14ee67bed4 Output packages in archive command using getPrettyString 11 years ago
Nils Adermann 43be72acb4 Follow PSR-2 for method modifier ordering 11 years ago
Nils Adermann 1af2be9d6d Rename ExcludeFilterBase to BaseExcludeFilter 11 years ago
Nils Adermann ecf4f42885 Use a FilterIterator rather than a modified IteratorIterator, simpler 11 years ago
Nils Adermann 75d1759e77 Replace DIRECTORY_SEPARATOR in paths, not PATH_SEPARATOR 11 years ago
Nils Adermann 6066359944 Skip directories in zip generation, empty dirs won't get archived
This seems ok as we currently rely on git generating archives which does
not archive empty directories either.
11 years ago
Nils Adermann deae50392f Respect gitignore, gitattributes and hgignore files in archiving 11 years ago
Nils Adermann 64941b0a64 Make overwriting files an ArchiveManager option, use sourceRef in names 11 years ago
Nils Adermann 6ee08a2046 Remove unecessary unlink before writing archive 11 years ago
Nils Adermann 074af5dc54 Remove unnecessary dist type information from archive files 11 years ago
Nils Adermann 935f7271f8 The ArchiveManager should return the written path for library usage 11 years ago
Nils Adermann 48dd55b759 Generate a properly unique archive filename for dev revisions 11 years ago
Nils Adermann 0b23643a44 Update json schema as archive include was removed 11 years ago
Nils Adermann 838edd6e7a Fix class description of archive command 11 years ago
Nils Adermann 285603359c Add a missing array typehint 11 years ago
Nils Adermann 51135468f0 Clarify composer archive argument optionality 11 years ago