Jordi Boggiano
bc153ea78b
Clean up var name
2014-01-06 19:20:03 +01:00
Andrej Hudec
5b4a3f9e9f
List all available downloader types in exception message.
2014-01-05 09:22:33 +01:00
Jordi Boggiano
7c1042eef5
Detect color.ui always git setting as bad, fixes #2544
2014-01-03 18:22:05 +01:00
Jordi Boggiano
3c5000ad7f
CS tweaks and cleanups, allow "" to set fallback dirs, refs #2459
2014-01-03 16:31:23 +01:00
Jordi Boggiano
b23742e30c
Merge remote-tracking branch 'donquixote/feature/psr4-complete'
2014-01-03 14:56:36 +01:00
Jordi Boggiano
f6666fe601
Update source/dist refs when a commit is recovered from, fixes #1130
2014-01-01 18:22:35 +01:00
Jordi Boggiano
543599cdf7
Fix commit is gone recovery, refs #1130
2014-01-01 18:15:04 +01:00
Jordi Boggiano
81994f6b90
Re-download files when the cached copy is invalid, fixes #1496
2013-12-31 17:28:27 +01:00
Jordi Boggiano
51e6c3a466
Optimize solving by removing packages that are excluded by the root package requires
2013-12-31 16:58:31 +01:00
Jordi Boggiano
cc7920000c
Ask for auth if we get a 403 and did not have auth yet, fixes #2464
2013-12-31 15:31:03 +01:00
Jordi Boggiano
1d0cc93fbb
Handle metapackages properly in downloadmanager, fixes #2466
2013-12-31 15:21:53 +01:00
Jordi Boggiano
a5c6319d46
Fix uninitialized var, fixes #2539
2013-12-31 15:16:36 +01:00
Jordi Boggiano
1b789d5226
Fix indenting, refs #2535
2013-12-30 14:11:12 +01:00
chr0n1x
528d35a835
ConfigValidator: ensure that require-dev exists during override check
...
- Ensure that require-dev is present before checking for dependeny overrides.
- A small grammar update for the warning message.
2013-12-28 00:40:27 -05:00
Pascal Borreli
2f4df9d459
Fixed typos
2013-12-27 11:51:01 +00:00
Jordi Boggiano
6ead35f189
Add version arg, docs for --rollback and reorganize the code, refs #2522
2013-12-27 11:06:41 +01:00
Jordi Boggiano
47a542ea89
Merge remote-tracking branch 'chr0n1x/feature-selfupdate-rollback'
2013-12-26 17:55:29 +01:00
Jordi Boggiano
040a9e3977
Merge pull request #2529 from mavimo/patch-1
...
Fixed missing closed warning tag.
2013-12-26 08:44:41 -08:00
Jordi Boggiano
f85a366eb9
Finalize new autoloader-suffix config value, refs #2524 , fixes #1413
2013-12-26 17:40:52 +01:00
Marco Vito Moscaritolo
32b18a9409
Fixed missing closed warning tag.
...
In a console output a warning tag is not closed
2013-12-26 17:33:03 +01:00
Jordi Boggiano
d4b7548cd9
Merge remote-tracking branch 'stanlemon/configure-autoloader-suffix'
2013-12-26 17:32:09 +01:00
Jordi Boggiano
384ed2822d
Fire pre-update|install-cmd event as early as it should be, refs #2520
2013-12-26 16:35:54 +01:00
Jordi Boggiano
4ae5c95c8d
Detect require overrides, fixes #2503
2013-12-26 12:31:43 +01:00
Jordi Boggiano
bcb5e38bcb
Merge pull request #2496 from oziks/fix-exclude
...
Fix error on check exclude from download composer.json
2013-12-26 01:23:24 -08:00
Stan Lemon
5fd3223aec
Updates per @stof
2013-12-23 11:27:33 -05:00
Stan Lemon
d6c46f2091
Allow the autoloader suffix to be configured from a project's composer.json
2013-12-22 22:01:42 -05:00
Andreas Hennings
8e11a7684f
phar compiler should also compile autoload_psr4.php
2013-12-22 19:24:58 +01:00
chr0n1x
d26355ef65
SelfUpdateCommand: removed unneeded return
2013-12-22 00:59:02 -05:00
chr0n1x
0c76bba8bb
SelfUpdateCommand: do not delete old snapshots, allow user to clean them
2013-12-22 00:36:24 -05:00
chr0n1x
bc5ce1ce04
SelfUpdateCommand: only use 1 rollback snapshot at a time
2013-12-22 00:22:27 -05:00
chr0n1x
2760221767
SelfUpdateCommand: initial groundwork for --rollback
2013-12-21 03:06:10 -05:00
Jordi Boggiano
0e9a9a3875
Merge pull request #2509 from glenjamin/opcache-ext
...
Ensure detected extensions have valid package names
2013-12-16 13:58:46 -08:00
Beau Simensen
5caee06c44
Make PluginManager::loadRepository public
2013-12-16 09:21:00 -06:00
Glen Mailer
3620796b7d
Ensure detected extensions have valid package names
2013-12-16 08:51:19 +00:00
Beau Simensen
9ca884944c
Skip aliases packages when looking for plugins.
2013-12-15 23:14:58 -06: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
Morgan Brunot
a300e1d45b
Fix error on check exclude from download composer.json
2013-12-10 21:14:50 +01:00
Jordi Boggiano
80499bb024
Detect ~> misuse and suggest fix, fixes #2476
2013-12-06 13:32:19 +01:00
Jakub Onderka
afc9069771
Check exception code only if class ZipArchive exists
...
If is for example exception throwed when downloading tar archive on system without installed zip extension, PHP hangs on fatal error " Class 'ZipArchive' not found".
2013-12-05 21:26:02 +01:00
Morgan BRUNOT
ca7cb68dd5
Check exclude from downloaded composer.json
2013-12-05 16:03:48 +01:00
mwhittom
dde9c309fd
incorporated change to Perforce: Capture output, stopping errors showing up if p4 is not available
2013-12-02 13:34:48 -06:00
mwhittom
a8084e46ff
Added error handling and error messages around missing perforce driver, invalid username/password
2013-12-02 13:34:47 -06:00
Kim Laï Trinh
691f784f92
fix bug introduced in https://github.com/composer/composer/pull/2375
2013-11-28 17:53:05 +01:00
Andreas Hennings
bbf6278905
AutoloadGenerator to support PSR-4. Tests included.
2013-11-26 02:53:44 +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