3630 Commits (b6a620865420fcd4460d4fd7f2de80412ea129d2)
 

Author SHA1 Message Date
Jordi Boggiano e99b327342 Clarify that composer.json is being read and not downloaded, refs #2096 11 years ago
Jordi Boggiano 22369fd3ae Realpath hg paths to avoid problems after a chdir, fixes #2096 11 years ago
Jordi Boggiano b453b6655b Only check for the package time if a package is actually installed from source, refs #2096 11 years ago
Jordi Boggiano bd345c3b43 Add IO to proc executor in a few more places to get more debug info out 11 years ago
Renan de Lima 610e272faa use available $io in archive
https://github.com/composer/composer/pull/2099#pullrequestreviewcomment-5318806
11 years ago
Renan de Lima e06f0f1233 removes hardcoded "prefer-source" in ArchiveManage when calling
DownloadManager
11 years ago
Renan de Lima d17935acd2 attach IO to DownloadManager in "package" command 11 years ago
Renan de Lima 8e8e9d3719 Factory uses "prefered-install" configuration when creating
DownloadManager
11 years ago
Jordi Boggiano 029341e114 Merge pull request #2158 from igorw/patch-8
[docs] Correct note about require-dev not being installed on install
11 years ago
Igor Wiedler 334c25fbbf [docs] Correct note about require-dev not being installed on install
It's now installed by default.
11 years ago
Jordi Boggiano 30fb3d48fe Merge pull request #2151 from bronze1man/pr-file-mode
fix some files mode bug 755->644
11 years ago
Martin Hasoň b1c4eed57f Throw exception if the local repository does not contain a package to uninstall 11 years ago
bronze1man 9a1f4e4458 fix some files mode bug 755->644 11 years ago
Jordi Boggiano af1f5a3423 Merge pull request #2091 from jaypea/archivemanager
cleanup temporary download location when archiving
11 years ago
Jordi Boggiano 1f2d331fd3 Merge pull request #2141 from donquixote/feature/autoload-generator-heredoc
Slightly nicer heredoc in AutoloadGenerator::getIncludePathsFile()
11 years ago
Andreas Hennings ce8a9aae5b Slightly nicer heredoc in AutoloadGenerator::getIncludePathsFile() 11 years ago
Jordi Boggiano 26ef9d3e47 Merge pull request #2139 from donquixote/feature/autoload-files-corrected-1
Feature/autoload files corrected 1
11 years ago
Andreas Hennings 5369904dd3 autoload_files.php should return an array of files, instead of directly including them. 11 years ago
Andreas Hennings 8e9bdfb4da Factor the filesCode generation into a separate method. 11 years ago
Andreas Hennings f98a8f472e Generate an autoload_files.php next to autoload_namespaces.php and autoload_classes.php 11 years ago
Jordi Boggiano 5b042943e3 Merge pull request #2138 from sascha-egerer/feature/add_status_event_scripts
Add pre-status-cmd and post-status-cmd script hooks
11 years ago
Sascha Egerer c13327dd75 CGL fix 11 years ago
Sascha Egerer e31a0f8296 Add pre-status-cmd and post-status-cmd hooks 11 years ago
Jordi Boggiano 1217a632fe Adjust function signatures and add type hints, refs #2136 11 years ago
Jordi Boggiano d96d9b3926 Merge remote-tracking branch 'sascha-egerer/feature/changereport_interface' 11 years ago
Jordi Boggiano 7912253df6 Retry downloading when a corrupt zip is found, fixes #2133, fixes #2128, fixes #2125 11 years ago
Sascha Egerer 80cebbd4be Fixed getLocalChanges calls in VCS downloaders to match new function interface 11 years ago
Sascha Egerer 49d89bbbfc CGL fix 11 years ago
Sascha Egerer 667176d1d0 Add ChangeReport Interface
Added a ChangeReport Interface to allow also non VCS-Downloaders to check the status of there package
11 years ago
Jordi Boggiano 12d63b0a35 Fix test 11 years ago
Jordi Boggiano dc7b46a0cb Merge pull request #2131 from javiereguiluz/patch-1
Fixed minor typo in composer.json example
11 years ago
Javier Eguiluz 7fb0ea45e7 Fixed minor typo in composer.json example 11 years ago
Jordi Boggiano 67407801b8 Add debugging info for invalid zip files to try and get to the bottom of it, refs #2125 11 years ago
Jordi Boggiano 542edbdeab Fix typo, fixes #2126 11 years ago
Jordi Boggiano d740f50277 Fix parsing of inferred stability flags that are more stable than the min stability 11 years ago
Jordi Boggiano f8a1d41967 Merge pull request #2118 from acasademont/retry_on_error
Retry file download also on Internal Server Error 500 code ...
11 years ago
Jordi Boggiano ab709107e5 Fix detection of git bitbucket repos with incorrect URLs, fixes #2095 11 years ago
Jordi Boggiano 7252078508 Attempt to fix travis build 11 years ago
Albert Casademont 5234e64e97 Retry file download also on Internal Server Error 500 code as is mostly a temporary glitch (at least on GitHub) 11 years ago
Jordi Boggiano 1d91e43587 Merge pull request #2101 from e1en0r/patch-1
Allow whitespace in installers - fix for issue #2071
11 years ago
Jordi Boggiano 5c7af783f6 Merge pull request #2114 from kibao/init-command-utf8-author-name
Init command - diacritical marks in author name
11 years ago
Jordi Boggiano 771233a5a0 Make it clear what is going on when a vcs folder is missing, fixes #2108 11 years ago
Przemysław Piechota 95cbb177dd Init command - diacritical marks in author name 11 years ago
Jordi Boggiano 3ffad59719 Also try a php copy-and-remove on unix if mv failed, refs #1765 11 years ago
Sebastian Kurfuerst 51b1eeeb3f [BUGFIX] make sure composer/installers is always installed/updated first
Resolves: #1147
11 years ago
Elenor 2a33a7bed6 Allow whitespace in installers - fix for issue #2071
Custom installers can have the class definition indented.
11 years ago
Jan Prieser 290b9307f4 remove unneeded braces 11 years ago
Jan Prieser c6db86e444 cleanup temporary download location when archiving 11 years ago
Benoît Merlet 4a3c419e74 thrown exception when using an unsupported format 11 years ago
Benoît Merlet 7591c064f5 used TableHelper for text output 11 years ago