Nils Adermann
4af74b54e0
Ignore self references when anlaysing independent root requirements
...
When creating a transaction we try to identify all requirements that are
not themselves required by any other package. If a package references
itself this should not mark it as being required by another package.
2016-03-02 13:03:26 +01:00
Jordi Boggiano
7b404c4717
Add failing test for #3990
2016-02-29 14:45:35 +00:00
Jordi Boggiano
2ff19e4c62
Fix JsonConfigSource fallback on php5.3, refs #4972
2016-02-29 14:17:24 +00:00
Jordi Boggiano
f2e2dd8f86
Merge pull request #4972 from curry684/code-quality
...
Code quality
2016-02-29 14:14:49 +00:00
Jordi Boggiano
0f1a3c803d
Merge pull request #4974 from curry684/broken-unittest
...
Disabled unit test breaking on some platforms. Ref #4973
2016-02-29 14:05:31 +00:00
Jordi Boggiano
993942ba54
Escape quotes and backslashes for safety
2016-02-29 14:04:54 +00:00
Jordi Boggiano
fff71e5dde
Merge pull request #4971 from e-moe/bugfix/4936-check-auth-overwrite
...
fix #4936 : warn user about auth overwriting
2016-02-29 13:57:07 +00:00
Jordi Boggiano
49b0bd75b3
Add handling for dir, file and class magic constants when loading plugins, fixes #4975
2016-02-29 13:50:36 +00:00
Nikolay Labinskiy
957e1ccb47
4936: warn user about auth overwriting
2016-02-28 17:07:16 +02:00
Jordi Boggiano
070ee50693
Actually check for the dir existence before retrying, refs #4009
2016-02-28 14:08:43 +00:00
Jordi Boggiano
c502601c4b
Retry on RecursiveDirectoryIterator failure to open dir, refs #4009
2016-02-28 14:06:36 +00:00
Niels Keurentjes
a409e158b8
Disabled unit test breaking on some platforms. Ref #4973
2016-02-28 01:08:25 +01:00
Niels Keurentjes
3a66d1b9bb
Fixed unit test explicitly depending on erroneous method invocation.
2016-02-27 23:42:55 +01:00
Niels Keurentjes
f794ee7870
Fixes for implicit variable declarations, return type mismatches and invalid method declarations.
2016-02-27 23:39:57 +01:00
Niels Keurentjes
b059cbe37c
Removed unused variables and includes, fixed functions being called with more arguments than declared.
2016-02-27 23:21:11 +01:00
Niels Keurentjes
98845dca6f
PHP 5.3 does not support $this in closures. Nested reuse of identical variables separated.
2016-02-27 22:45:44 +01:00
Niels Keurentjes
868e607f17
Missing parent constructor calls.
2016-02-27 22:39:03 +01:00
Jordi Boggiano
823266407f
Rollback changes in case the installer fails in remove/require commands, fixes #3464
2016-02-27 16:58:45 +00:00
Jordi Boggiano
b9a3ef73c0
Allow skipping author, fixes #4969
2016-02-27 16:44:46 +00:00
Rob
151774bb58
Merge pull request #4966 from curry684/issue-2565
...
Troubleshooting and warning in code related to issues with native ZipArchiver
2016-02-26 14:46:50 +01:00
Niels Keurentjes
d60e0c1842
Accidentally indented.
2016-02-26 14:45:19 +01:00
Niels Keurentjes
379d769132
Troubleshooting and warning in code related to issues with native ZipArchiver.
2016-02-26 08:38:39 +01:00
Jordi Boggiano
269e545921
Make sure we can probe http requests, fixes #4965
2016-02-26 00:05:09 +00:00
Jordi Boggiano
3753ccf25d
Merge pull request #4962 from curry684/issue-4955
...
Improve handling of removing junctions in Windows path repositories
2016-02-26 00:00:10 +00:00
Jordi Boggiano
22086671a1
Update changelog, refs #4956
2016-02-25 23:50:37 +00:00
Rob Bast
5f6d7b26e9
update composer/semver
2016-02-25 23:35:19 +01:00
Niels Keurentjes
756f9e10b7
Further protect junctioned path repos from accidentally deleting source packages.
2016-02-25 22:29:55 +01:00
Jordi Boggiano
2f638c7d96
Fix test
2016-02-25 21:16:48 +00:00
Niels Keurentjes
478f923ec2
Improved junction detection on Windows NTFS, fixes #4955
2016-02-25 22:16:38 +01:00
Jordi Boggiano
249d97f7cb
Fix undefined var
2016-02-25 21:01:51 +00:00
Jordi Boggiano
be4d385942
Fix uncommitted change detection, refs #3633
2016-02-25 20:59:26 +00:00
Jordi Boggiano
9f4f8a9578
Merge remote-tracking branch 'greg0ire/improve-status-for-unpushed-branches'
2016-02-25 19:43:20 +00:00
Jordi Boggiano
3c640e689e
Fix regex escaping and remove constants
2016-02-25 19:07:09 +00:00
Jordi Boggiano
06be9b88c2
Merge remote-tracking branch 'slbmeh/feature/gh-2787'
2016-02-25 19:03:36 +00:00
Jordi Boggiano
12b860733f
-v should not show everything twice, refs #4846
2016-02-25 18:49:23 +00:00
Jordi Boggiano
44cfad36b7
Merge remote-tracking branch 'curry684/sort-suggestions'
2016-02-25 18:47:19 +00:00
Jordi Boggiano
cd3c3ac56d
Merge pull request #4843 from remicollet/issue-diagphar
...
skip diag. which are only for phar mode
2016-02-25 17:27:53 +00:00
Jordi Boggiano
c0883d85fa
Fix backticks
2016-02-25 15:44:15 +00:00
Jordi Boggiano
a63f8d511e
Avoid chmod on windows
2016-02-25 15:36:50 +00:00
Jordi Boggiano
250862b325
Merge pull request #4941 from astehlik/doc/troubleshoot-ssh-controlma
...
Troubleshoot info about SSH ControlMaster
2016-02-25 15:33:06 +00:00
Jordi Boggiano
7ac783197b
Keep v prefix on pretty version for numerical branches
2016-02-25 15:16:03 +00:00
Jordi Boggiano
04a1085d47
Rename new flag to --root-reqs, refs #4938
2016-02-25 14:39:50 +00:00
Jordi Boggiano
f039407420
Merge remote-tracking branch 'davidbarratt/issue/4729'
2016-02-25 14:36:53 +00:00
Jordi Boggiano
2dcd76aa43
Fix test suite
2016-02-25 14:24:27 +00:00
Jordi Boggiano
2c67fb67f2
Rename variable and remove useless comment
2016-02-25 14:04:29 +00:00
Jordi Boggiano
4f55386a81
Set dist reference for root package as well, fixes #4828
2016-02-25 14:03:12 +00:00
Jordi Boggiano
5b65221523
Reverse order of version guessing for git, fixes #4673
2016-02-25 14:01:16 +00:00
Jordi Boggiano
bad80878bc
Merge remote-tracking branch 'sashman/master'
2016-02-25 13:55:49 +00:00
Jordi Boggiano
406e087a46
Stop running PEAR Repo test suite as it fails and is kinda irrelevant at this point
2016-02-25 13:10:46 +00:00
Jordi Boggiano
b945fc4d83
Add unzip support on windows and fail earlier if unzipping is impossible, fixes #4943
2016-02-25 13:09:15 +00:00