256 Commits (308e2ff4cb08d7b5992071b9c3dcde6c6109770b)

Author SHA1 Message Date
Johannes M. Schmitt 2a6b12fb65 fixes rename bug (closes #900) 12 years ago
Nils Adermann 9b8efc9fe3 Merge pull request #916 from chEbba/downloadmanager-filesystem
Add missed docblock for the  parameter in the DownloadManager constructor
12 years ago
Jordi Boggiano 354b82bb8c Fix git checkouts of custom branches, fixes #889 12 years ago
Kirill chEbba Chebunin 2f7e064e99 Add missed docblock for the parameter in the DownloadManager constructor 12 years ago
Alexey Prilipko 490b2c0295 Add package name prefix for non 'php', 'script' and 'www' roles 12 years ago
Alexey Prilipko 59773dd9f6 Use trim filter on 'php' location 12 years ago
Alexey Prilipko ac3cebc633 Update PEAR Package Extractor to use 'task:replace', 'phprelease' commands and install role='script' files
Add PearInstaller
Change PEAR packages type from 'library' to 'pear-library' and dist type from 'pear' to 'file'
Remove PearDownloader
Refactor Channel Installer
12 years ago
Jordi Boggiano 656feda837 Revert previous change, use GIT_ASKPASS env var instead 12 years ago
Jordi Boggiano 4ee1ff46a8 Try ssh before http auth, and make sure ssh fails fast if no login is possible 12 years ago
Robert Schönthal 68d80e162a fixes #801 show logs in --verbose mode for source packages 12 years ago
Jordi Boggiano 66e9dcddf4 CS fixes 12 years ago
Jordi Boggiano ccc6fa3714 Merge pull request #775 from palex-fpt/PR-746
PEAR Packages extraction based on package.xml format
12 years ago
Jordi Boggiano 54054365e0 Add some comments 12 years ago
Jordi Boggiano 73a865bf2a Fix tests 12 years ago
Jordi Boggiano 77f6b9e05b Recover from invalid references by taking the parent commit (by date) 12 years ago
Jordi Boggiano 4bbb168d44 Remove BC code 12 years ago
Alexey Prilipko a88265a497 Update PearPackageExtractor for package.xml 2.1 support 12 years ago
Alexey Prilipko 5c16889c48 Update PearDownloader to use PEAR extractor 12 years ago
Alexey Prilipko 01a49ea49e Add PEAR package extractor that honours package.xml formats 12 years ago
Jordi Boggiano d53ebf5ba9 Fix svn status with externals, fixes #766 12 years ago
Jordi Boggiano d21032ace5 CS fixes 13 years ago
Jordi Boggiano c440b4594a More PSR-2 goodness 13 years ago
Jordi Boggiano 1bd4ccbd54 php-cs-fixer magic 13 years ago
Jordi Boggiano 71cecd8e93 Fix CS 13 years ago
Jordi Boggiano edba29be45 Merge remote-tracking branch 'till/download-fun' 13 years ago
Martin Hasoň c8d110aa72 Imporoved exception message for GitDownloader (various protocols for github) 13 years ago
till a8121bc0a6 * fluent interface for set methods
* strtolower() type so setting is a little more relaxed
13 years ago
Jordi Boggiano c2933028e8 Make sure github driver is used for all github urls 13 years ago
Nils Adermann 655588a5e0 Merge pull request #659 from Seldaek/github_https_fallback
Github https fallback
13 years ago
Jordi Boggiano 2ca488f030 Fix message when updating a package installed from source 13 years ago
Jordi Boggiano d74eec9bd5 Clarify output 13 years ago
Jordi Boggiano b84bcd84d6 Let the user know a package is being removed 13 years ago
Jordi Boggiano a9fe883827 Use https fallback for github private repos if ssh protocol fails and we can ask the user's password 13 years ago
Jordi Boggiano f7440076fa Revert "Merge remote-tracking branch 'naderman/remove-packages-by-default'"
This reverts commit 2988152602, reversing
changes made to adb4188e12.
13 years ago
Jordi Boggiano d5e35fbe19 Clarify output 13 years ago
Jordi Boggiano b99f9bae60 Let the user know a package is being removed 13 years ago
Jordi Boggiano ed8aa8322a Do not prevent updates if untracked files are present 13 years ago
Jordi Boggiano 0e9f88a3da Fix DownloadManagerTest creating directories on disk 13 years ago
Jordi Boggiano e364494286 Add BC for the composer remote 13 years ago
Jordi Boggiano 047fa0b553 Add a composer remote that is used by composer so it does not take over the origin one anymore 13 years ago
Jordi Boggiano 98380f3aad Improve unzip failure message 13 years ago
Joseph Bielawski 9631d7c3fd [ZipDownloader] If `unzip` command failed, give cleaner error. 13 years ago
Jordi Boggiano 14c3222478 Simplify code 13 years ago
Jordi Boggiano 858d967a42 Merge pull request #558 from stloyd/patch-1
[PharDownloader] Force overwrite if previous extract failed and was not ...
13 years ago
Joseph Bielawski 2e2f7ea199 [TarDownloader] Force overwrite if previous extract failed and was not removed. 13 years ago
Joseph Bielawski eab3cde48c [PharDownloader] Force overwrite if previous extract failed and was not removed. 13 years ago
Jordi Boggiano 983de81b1d Force a redownload to source when updating from dist to dev package 13 years ago
Jordi Boggiano 17370e3812 Remove unnecessary @ operator, refs #543 13 years ago
Jordi Boggiano bfd48b06bd Capture zip downloader output, fixes #533 13 years ago
Jordi Boggiano 6f8031ac90 Fix error reporting for missing git process 13 years ago
Jordi Boggiano 720b00b561 Merge remote-tracking branch 'Nami-Doc/patch-1' 13 years ago
Jordi Boggiano 9371253e38 Fail hard if a package can not be properly removed 13 years ago
Nami-Doc 66efa343a9 and again. 13 years ago
Nami-Doc 66cd1aad8a Update src/Composer/Downloader/GitDownloader.php 13 years ago
Nami-Doc d245acff83 github online editor is a nice idea, but... 13 years ago
Nami-Doc bd116aec22 try to guess the error 13 years ago
Nami-Doc f57e272ce7 Add a little more explaining message when failing to download. 13 years ago
Jordi Boggiano a3fa19a716 Avoid escaping too early to prevent issues 13 years ago
Jordi Boggiano 13a2bc6ff0 Revert "Fix push url hack"
This reverts commit 269537e466.
13 years ago
Jordi Boggiano 269537e466 Fix push url hack 13 years ago
Jordi Boggiano b5d235abb6 More verbose output for archive and git downloader 13 years ago
Jordi Boggiano 9ed06f8853 Output svn output to user in verbose mode 13 years ago
Jordi Boggiano 1cdae66f8f Fix up git downloader and git driver commands 13 years ago
Jordi Boggiano afa14124f3 Make sure we fetch origin with tags before checking out a new version 13 years ago
Jordi Boggiano 66be50ce71 Always set the push url after git updates 13 years ago
Jordi Boggiano 1cd07e1a2c Fix up merged code 13 years ago
till 9922301841 for debugging 13 years ago
till eb8ad8b74f * docblock 13 years ago
till aef502aa86 * handle errors with ZipArchive error constants to get meaningful error messages 13 years ago
Jordi Boggiano 5be7f4cf09 Fail hard when failing to download using hg 13 years ago
Jordi Boggiano 7cb79bb1c9 Fix typo & tests 13 years ago
Jordi Boggiano 605e1cb925 Clean up in case of download/extraction failure, fixes #356 13 years ago
Jordi Boggiano 5a7abfd84f Remove code duplication in Svn classes 13 years ago
Jordi Boggiano 8fb9c4bf3b Svn related coding style/consistency fixes and minor improvements 13 years ago
till 434f10f2d7 * more cs fixes 13 years ago
till c6653f0711 * fix up CS suggestions from stof/seldaek 13 years ago
till c7dc49fe10 * added execute() wrapper to generalize command execution in downloader
* added Composer\Util\Svn::doAuthDance() to ask for credentials in interactive sessions
13 years ago
till c6566825ad Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded 13 years ago
till 3de8d66a82 * refactor SvnDownloader to use new Util Class
* now supports auth all over
 * svn command generation is proxied through one place
 * still needs the 'interactive' settings and an execute method
13 years ago
Jordi Boggiano f98bd971f2 Add Gzip handling to RemoteFilesystem 13 years ago
Nils Adermann 15e764bb3f Merge pull request #439 from Seldaek/git_push
Set push url correctly for github clones
13 years ago
Jordi Boggiano 659775a607 Merge remote-tracking branch 'simensen/GitHub404FixPartTwo' 13 years ago
Beau Simensen 38680998ed Remove the RemoteFilesystem factory and document GitHubDriver->GitDriver fallback. 13 years ago
Jordi Boggiano a02940cafb Fix tests 13 years ago
Jordi Boggiano e763af7412 Set push url correctly for github clones 13 years ago
Jordi Boggiano 58b8f5f8b6 Merge pull request #436 from perprogramming/hg_change_url
Fixed the HgDownloader when changing the repo url
13 years ago
Per Bernhardt 9f7155a753 Fixed the HgDownloader when changing the repo url 13 years ago
Christophe Coevoet 271e908692 Fixed the GitDownloader when changing the repo url 13 years ago
Jordi Boggiano 89f69256f8 Merge remote-tracking branch 'kostiklv/console-overwrite-fix' 13 years ago
Jordi Boggiano 3e22084ea4 Overhaul VcsDrivers, introduce TransportException for remote filesystem errors 13 years ago
Jordi Boggiano ada9c20db1 Update Git/Hg downloaders tests, making sure they never use a live filesystem instance 13 years ago
Jordi Boggiano 91411a3dd4 Merge pull request #400 from kostiklv/descriptive-exception
More descriptive exceptions wording
13 years ago
Konstantin Tjuterev 49491a9140 Added path to exceptions thrown in enforceCleanDirectory for Hg & Svn also; Imporved exception when git log cannot be run by Compiler 13 years ago
Jordi Boggiano 0f968ab3e2 Auto-switch protocols for git clones from github, refs #353 13 years ago
Konstantin Tjuterev 0b7896cdad Simplified & fixed ConsoleIO->overwrite, corrected output when downloading with progress 13 years ago
Konstantin Tjuterev e072607e90 More descriptive exceptions wording 13 years ago
Ken Marfilla 3e6c8caae7 rm vcs repo target dir before install 13 years ago
Jordi Boggiano 9bcea6f485 Merge remote-tracking branch 'hason/filedownloader' 13 years ago
Dave Marshall c2421db7d9 Add stderr to exceptions for GitDownloader 13 years ago
Martin Hasoň f026e2a0eb Added tests for FileDownloader and ArchiveDownloader 13 years ago