3851 Commits (ae3b7ad5c07d1df35cf4c2dcba20fed329cf82b0)
 

Author SHA1 Message Date
Jordi Boggiano ae3b7ad5c0 Merge pull request #2467 from kimlai/bugfix_githubdriver
fix bug in GitHubDriver
11 years ago
Kim Laï Trinh 691f784f92 fix bug introduced in https://github.com/composer/composer/pull/2375 11 years ago
Jordi Boggiano b7a4d5b239 Merge pull request #2465 from hostnet/feature/linked-events
Added reference to script events in plugins.md
11 years ago
Nico Schoenmaker 14b463da1c Added reference to script events in plugins.md 11 years ago
Jordi Boggiano 10f8e564bb Add warnings for xdebug, fixes #2425 11 years ago
Jordi Boggiano dea246186d Merge pull request #2453 from mirkobeine/#2441-V2
Use 'cache-files-ttl' for cache gc, fixes #2441
11 years ago
user a956ce9bb1 Use 'cache-files-ttl' for cache gc, fixes #2441
The configuration option 'cache-ttl' was used instead of 'cache-files-ttl' to determine
whether or not a cache gc should be performed.

* changed 'cache-ttl' to 'cache-files-ttl' to determine if a gc should be performed
* refactored FileDownloader to allow for easier testing
* added test to ensure that the gc is called with the proper config option
11 years ago
Jordi Boggiano e126c92525 Fix exit codes, cc @tyrael 11 years ago
Jordi Boggiano 99e260adf0 Update deps 11 years ago
Jordi Boggiano 5b48abe833 Fix previous commit 11 years ago
Jordi Boggiano 8173b42a8a Force unresolvable hosts through proxies, fixes #2449 11 years ago
Jordi Boggiano 730dcbb80a Detect failed gethostbyname, refs #2449 11 years ago
Jordi Boggiano 5156a60216 Add test for RepositoryManager repo creation 11 years ago
Jordi Boggiano 78edca3ad6 Only replace version in Composer.php, fix user agent 11 years ago
Jordi Boggiano 4e4fc257e6 Fix pear ctor, refs #2444 11 years ago
Jordi Boggiano 4fe35ae693 Fix vcs repo constructor, fixes #2444 11 years ago
Jordi Boggiano 1ee30ea592 Merge pull request #2434 from JJK801/extend-pre-file-download
Add preFileDownload event on packages.json fetch
11 years ago
Jordi Boggiano fc3fbdeab3 Rename a few things 11 years ago
Jordi Boggiano e2f7e4871f Merge remote-tracking branch 'AlexeyKupershtokh/cache-version-constraint' 11 years ago
Jordi Boggiano bbd9b7fda8 Merge pull request #2431 from bamarni/create-project-pretty-constraint
[CreateProject] allowed pretty constraint
11 years ago
Alexey Kupershtokh 0e2959cc32 Cache in VersionConstraint 11 years ago
Bilal Amarni 61cc291c8a [CreateProject] allowed pretty version constraint 11 years ago
Jordi Boggiano a537594e59 Merge pull request #2435 from ptarjan/master
don't require the error message have the first line of HTTP output in it
11 years ago
ptarjan 09c0d971d3 don't require the error message have the first line of HTTP output in it 11 years ago
Jérémy JOURDIN fbadc19bf6 Add preFileDownload event on package.json fetch 11 years ago
Jordi Boggiano a1e4ca4f9b Merge remote-tracking branch 'jimmykane/master' 11 years ago
Dimitrios Kanellopoulos 81820beefc Cache path never ends with '/' 11 years ago
Dimitrios Kanellopoulos 95a9ac880b Check if current dir is writable and if not try the cache dir from settings 11 years ago
Dimitrios Kanellopoulos 9477e015bd Use cache directory when downloading composer.phar
Since there is a cache dir there is no need to populate the project
directory with temp files. Plus the permissions on the project dir
might not allow that.
11 years ago
Jordi Boggiano 348031cc73 Merge pull request #2427 from webfactory/hg-no-working-copy
No need to create hg working copies just to parse tags/branches
11 years ago
Matthias Pigulla f626f55f41 No need to create hg working copies just to parse tags/branches 11 years ago
Jordi Boggiano dff5e3c542 Fail hard if anything attempts to wipe the entire filesystem/partition, fixes #2409 11 years ago
Jordi Boggiano f94ec8dd09 Merge pull request #2421 from glensc/patch-3
drop ^A
11 years ago
Elan Ruusamäe 847b33da44 drop ^A
added probably mistakenly in e34dae4d42
11 years ago
Jordi Boggiano 8d3c2dc9fc Merge pull request #2417 from glensc/patch-2
Minor typo fix
11 years ago
Jordi Boggiano c5be60b5c8 Merge pull request #2414 from matthieuauger/fix/2359/config-option-overwrite-cli
If installer sets prefer to false, the manager should too. Fixes #2359
11 years ago
Elan Ruusamäe b92bce5569 Minor typo fix
introduced from 6ce0bf7cbf with #2314
11 years ago
Matthieu Auger fcba5257d9 If installer sets prefer option to false, the manager should too. Fixes #2359 11 years ago
Jordi Boggiano f134e09f45 Add stronger warning in docs about #<ref> hack, refs #2410 11 years ago
Jordi Boggiano 0e847a9f31 Merge pull request #2406 from websafe/patch-1
Composer supports four types.
11 years ago
Jordi Boggiano 034ac85465 Merge pull request #2405 from discordier/fix-upgrade-cache
Fix cache directory upgrading - do not try to (re)move the active cache dir.
11 years ago
Thomas Szteliga 36712386f9 Composer supports four types. 11 years ago
Christian Schiffler fc4cc79a52 Fix cache directory upgrading - do not try to remove the destination directory. 11 years ago
Jordi Boggiano a045ab3459 Merge pull request #2402 from cs278/perforce-driver-fixes
Perforce driver fixes
11 years ago
Jordi Boggiano 65d516e427 Merge pull request #2401 from cs278/fix-url-sanitisation
Fix URL sanitisation regexp being too greedy
11 years ago
Chris Smith c0316aa957 Capture output, stopping errors showing up if p4 is not available 11 years ago
Chris Smith a892e6a3bd Pass IO instance to ProcessExecutor for logging 11 years ago
Chris Smith d348dd44cd Fix URL sanitisation regexp being too greedy 11 years ago
Jordi Boggiano d1c166eb26 Merge pull request #2399 from wouter90/subversion
Fix authentication issue with subversion 1.8
11 years ago
Wouter Wolters 97d52968ab Fix authentication issue with subversion 1.8 11 years ago