3859 Commits (e4bbd83f1385d2de992ad5fc71a3eda203a10869)
 

Author SHA1 Message Date
Andreas Hennings e4bbd83f13 expected message in ValidatingArrayLoaderTest should also contain psr-4 as allowed key. 11 years ago
Andreas Hennings c0aad84d8b Validation to make the combination of target-dir with psr-4 illegal. 11 years ago
Andreas Hennings 39c09d5192 Add psr-4 stuff in a few more places. 11 years ago
Andreas Hennings b62fa2bc1c run system-wide composer install and THEN run bin/composer install 11 years ago
Andreas Hennings a9321f3101 Travis CI should use bin/composer and not system-wide Composer. 11 years ago
Andreas Hennings bbf6278905 AutoloadGenerator to support PSR-4. Tests included. 11 years ago
Andreas Hennings 2c98813431 Add unit tests for ClassLoader, covering PSR-0 and PSR-4. 11 years ago
Andreas Hennings b08179e399 PSR-4 ClassLoader: Bug fix: PEAR-like path needs ".php" appended. 11 years ago
Andreas Hennings 5dd3c12d3d Further improve comments. 11 years ago
Andreas Hennings 2e80d148f8 PSR-4 loader: Fix comments: PSR-0 related methods should have comments refering to PSR-0 and prefixes. PSR-4 related methods should have comments refering to PSR-4 and namespaces. 11 years ago
Andreas Hennings c49a651d81 PSR-4 class loader: Add getters for PSR-4 prefixes. Rename PSR-0 related attributes by appending *Psr0. Add more comments. 11 years ago
Andreas Hennings 8142126b16 Add PSR-4 class loader. (tests needed) 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