1
0
Fork 0
Commit Graph

6285 Commits (d5332a1b5c87618d83e4257797e104ce3b8abc22)

Author SHA1 Message Date
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
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
Jordi Boggiano a0bff7af1d Merge pull request #4958 from kler/patch-1
Update troubleshooting.md
2016-02-25 12:47:16 +00:00
Jordi Boggiano cb59cf0c85 Allow exception to secure-http for packagist provider files and add docs, refs #4907 2016-02-25 12:36:09 +00:00
Jordi Boggiano 79b7f5f77a Merge remote-tracking branch 'cinamo/issue-4777' 2016-02-25 12:23:51 +00:00
Jordi Boggiano 35d26db704 Add docs for exec command, refs #4887 2016-02-25 12:21:30 +00:00
Jordi Boggiano 934be204a2 Simplify exec implementation and add full PATH support, refs #4887 2016-02-25 12:15:38 +00:00
Jordi Boggiano f4f66be6f6 Merge remote-tracking branch 'dshafik/add-exec-command' 2016-02-25 12:01:33 +00:00
Jordi Boggiano 1375f8e60a Remove setter/getter that isnt needed, refs #4933 2016-02-25 11:50:43 +00:00
Patrik Lermon 1da09f24ee Update troubleshooting.md 2016-02-25 12:48:46 +01:00
Jordi Boggiano 4df7ade801 Merge remote-tracking branch 'burci/feature/path_downloader_option_to_force_copy' 2016-02-25 11:42:47 +00:00
Patrik Lermon 0c93bc3d0b Update troubleshooting.md 2016-02-25 11:18:41 +01:00
Rob Bast a245c4618b php-cs-fixer 2016-02-25 11:04:44 +01:00