Jordi Boggiano
76450cc2a1
Merge pull request #4989 from naderman/t/fix-self-reference-transaction-root
...
Ignore self references when anlaysing independent root requirements
2016-03-02 13:26:18 +00:00
Jordi Boggiano
27e1c4358e
Fix show/depends commands to display and abort when a circular dep was reached, fixes #4983
2016-03-02 13:24:07 +00:00
Jordi Boggiano
b93b73e836
Rewrite git unpushed status checks, fixes #4987
2016-03-02 13:00:20 +00:00
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
ef6b7cdf12
Merge pull request #4982 from barryvdh/patch-1
...
Add changelog entry for #4970
2016-03-01 14:37:55 +00:00
Barry vd. Heuvel
66c1057373
Add changelog entry for #4970
2016-03-01 15:29:49 +01:00
Jordi Boggiano
7e1a23eef7
Add missing use statements
2016-03-01 14:09:44 +00:00
Jordi Boggiano
30b7015f31
Update docs for github-protocols
2016-03-01 13:46:54 +00:00
Jordi Boggiano
fea99bcb1b
Clarify the fetch/push URL selection for github repos and various protocols, fix regression
2016-03-01 13:43:59 +00:00
Jordi Boggiano
b080a73840
Fix broken test on windows, fixes #4973
2016-03-01 13:25:39 +00:00
Jordi Boggiano
6f42b9c865
Disable git, svn, http protocols for VCS downloaders, fixes #4968
2016-03-01 13:20:35 +00:00
Jordi Boggiano
cc14bb3ba9
Merge pull request #4980 from antriver/patch-1
...
Gender neutral authors
2016-02-29 19:10:08 +00:00
Anthony Kuske
cb6e567967
Gender neutral authors
2016-02-29 18:59:19 +00:00
Jordi Boggiano
4207a33ccf
Fix escaping
2016-02-29 18:46:21 +00:00
Jordi Boggiano
8cfbe7023d
CS fixes
2016-02-29 18:12:51 +00:00
Jordi Boggiano
c29f20964e
Damn git
2016-02-29 18:10:46 +00:00
Jordi Boggiano
4b0624a93a
Fix regression in create-project
2016-02-29 18:09:56 +00:00
Jordi Boggiano
bf1ddaa298
Fix method name for php5
2016-02-29 17:51:34 +00:00
Jordi Boggiano
1aec1c1fc8
Add --repository flag to init command, and rename --repository-url to --repository in create-project, fixes #4200 , closes #4207 , closes #2604 , fixes #2920
2016-02-29 17:33:46 +00:00
Jordi Boggiano
b6b2635f42
Merge pull request #4970 from barryvdh/list-installed-default
...
Change default behavior of show/list to --installed by default
2016-02-29 16:29:34 +00:00
Jordi Boggiano
e745b37935
Fix tests
2016-02-29 15:50:04 +00:00
Jordi Boggiano
a0de19f74d
Fix feedback, refs #3199
2016-02-29 15:32:49 +00:00
Jordi Boggiano
d24ea66892
Merge remote-tracking branch 'fduch/console-select-support'
2016-02-29 15:24:28 +00:00
Jordi Boggiano
c2d78e5ce0
Restore GC and add comments to clarify why we turn it off, fixes #3488 , closes #3503
2016-02-29 15:05:11 +00:00
Jordi Boggiano
0ed5b541a9
Fix CS
2016-02-29 15:05:11 +00:00
Jordi Boggiano
6825c04a62
Merge pull request #4799 from balbuf/balbuf/honor-class-name
...
createPackage() method should use the $class argument it accepts
2016-02-29 14:53:20 +00: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
Barry vd. Heuvel
2d2affdf56
Keep --installed option for BC
2016-02-27 22:35:13 +01:00
Barry vd. Heuvel
5fdb4c8af3
Make --installed default for show/list
2016-02-27 21:46:26 +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