Andreas Hennings
0a4b18ce86
More interesting generator tests for PSR-4.
2013-12-22 19:58:27 +01:00
Andreas Hennings
bda2bcac13
Fix indentation of assignment in AutoloadGeneratorTest
2013-12-22 19:39:09 +01:00
Andreas Hennings
8966376f40
Verify generation of autoload_psr4.php even if empty.
2013-12-22 19:38:11 +01:00
Andreas Hennings
8e11a7684f
phar compiler should also compile autoload_psr4.php
2013-12-22 19:24:58 +01:00
Andreas Hennings
e4bbd83f13
expected message in ValidatingArrayLoaderTest should also contain psr-4 as allowed key.
2013-12-22 19:03:23 +01:00
Andreas Hennings
c0aad84d8b
Validation to make the combination of target-dir with psr-4 illegal.
2013-12-14 16:33:59 +01:00
Andreas Hennings
39c09d5192
Add psr-4 stuff in a few more places.
2013-12-14 16:28:27 +01:00
Andreas Hennings
b62fa2bc1c
run system-wide composer install and THEN run bin/composer install
2013-11-26 22:57:40 +01:00
Andreas Hennings
a9321f3101
Travis CI should use bin/composer and not system-wide Composer.
2013-11-26 19:19:02 +01:00
Andreas Hennings
bbf6278905
AutoloadGenerator to support PSR-4. Tests included.
2013-11-26 02:53:44 +01:00
Andreas Hennings
2c98813431
Add unit tests for ClassLoader, covering PSR-0 and PSR-4.
2013-11-25 23:22:31 +01:00
Andreas Hennings
b08179e399
PSR-4 ClassLoader: Bug fix: PEAR-like path needs ".php" appended.
2013-11-25 23:22:31 +01:00
Andreas Hennings
5dd3c12d3d
Further improve comments.
2013-11-25 23:22:31 +01:00
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.
2013-11-25 23:22:30 +01:00
Andreas Hennings
c49a651d81
PSR-4 class loader: Add getters for PSR-4 prefixes. Rename PSR-0 related attributes by appending *Psr0. Add more comments.
2013-11-25 23:22:30 +01:00
Andreas Hennings
8142126b16
Add PSR-4 class loader. (tests needed)
2013-11-25 23:22:30 +01:00
Jordi Boggiano
10f8e564bb
Add warnings for xdebug, fixes #2425
2013-11-25 14:11:49 +01:00
Jordi Boggiano
dea246186d
Merge pull request #2453 from mirkobeine/#2441-V2
...
Use 'cache-files-ttl' for cache gc, fixes #2441
2013-11-25 02:56:58 -08:00
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
2013-11-24 10:55:25 +01:00
Jordi Boggiano
e126c92525
Fix exit codes, cc @tyrael
2013-11-22 16:17:02 +01:00
Jordi Boggiano
99e260adf0
Update deps
2013-11-22 16:15:18 +01:00
Jordi Boggiano
5b48abe833
Fix previous commit
2013-11-22 15:51:16 +01:00
Jordi Boggiano
8173b42a8a
Force unresolvable hosts through proxies, fixes #2449
2013-11-22 15:38:13 +01:00
Jordi Boggiano
730dcbb80a
Detect failed gethostbyname, refs #2449
2013-11-22 12:09:24 +01:00
Jordi Boggiano
5156a60216
Add test for RepositoryManager repo creation
2013-11-22 11:10:54 +01:00
Jordi Boggiano
78edca3ad6
Only replace version in Composer.php, fix user agent
2013-11-22 11:06:22 +01:00
Jordi Boggiano
4e4fc257e6
Fix pear ctor, refs #2444
2013-11-22 10:11:04 +01:00
Jordi Boggiano
4fe35ae693
Fix vcs repo constructor, fixes #2444
2013-11-22 10:05:08 +01:00
Jordi Boggiano
1ee30ea592
Merge pull request #2434 from JJK801/extend-pre-file-download
...
Add preFileDownload event on packages.json fetch
2013-11-22 00:27:27 -08:00
Jordi Boggiano
fc3fbdeab3
Rename a few things
2013-11-20 15:17:10 +01:00
Jordi Boggiano
e2f7e4871f
Merge remote-tracking branch 'AlexeyKupershtokh/cache-version-constraint'
2013-11-20 14:01:01 +01:00
Jordi Boggiano
bbd9b7fda8
Merge pull request #2431 from bamarni/create-project-pretty-constraint
...
[CreateProject] allowed pretty constraint
2013-11-20 04:48:58 -08:00
Alexey Kupershtokh
0e2959cc32
Cache in VersionConstraint
2013-11-20 10:14:44 +07:00
Bilal Amarni
61cc291c8a
[CreateProject] allowed pretty version constraint
2013-11-20 00:47:02 +01:00
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
2013-11-19 14:44:41 -08:00
ptarjan
09c0d971d3
don't require the error message have the first line of HTTP output in it
2013-11-19 14:35:24 -08:00
Jérémy JOURDIN
fbadc19bf6
Add preFileDownload event on package.json fetch
2013-11-19 17:45:28 +01:00
Jordi Boggiano
a1e4ca4f9b
Merge remote-tracking branch 'jimmykane/master'
2013-11-19 00:05:33 +01:00
Dimitrios Kanellopoulos
81820beefc
Cache path never ends with '/'
2013-11-16 19:34:06 +01:00
Dimitrios Kanellopoulos
95a9ac880b
Check if current dir is writable and if not try the cache dir from settings
2013-11-16 18:59:13 +01:00
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.
2013-11-16 14:13:33 +01:00
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
2013-11-15 05:04:24 -08:00
Matthias Pigulla
f626f55f41
No need to create hg working copies just to parse tags/branches
2013-11-15 13:05:04 +01:00
Jordi Boggiano
dff5e3c542
Fail hard if anything attempts to wipe the entire filesystem/partition, fixes #2409
2013-11-14 21:22:14 +01:00
Jordi Boggiano
f94ec8dd09
Merge pull request #2421 from glensc/patch-3
...
drop ^A
2013-11-14 02:58:51 -08:00
Elan Ruusamäe
847b33da44
drop ^A
...
added probably mistakenly in e34dae4d42
2013-11-13 22:41:44 +02:00
Jordi Boggiano
8d3c2dc9fc
Merge pull request #2417 from glensc/patch-2
...
Minor typo fix
2013-11-13 03:19:33 -08:00
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
2013-11-13 03:15:10 -08:00
Elan Ruusamäe
b92bce5569
Minor typo fix
...
introduced from 6ce0bf7cbf
with #2314
2013-11-13 09:15:08 +02:00
Matthieu Auger
fcba5257d9
If installer sets prefer option to false, the manager should too. Fixes #2359
2013-11-11 17:43:11 +01:00