1
0
Fork 0
Commit Graph

4669 Commits (d515577560be74add00e068957bca76694b5af98)

Author SHA1 Message Date
Jordi Boggiano 99cfb42b8f Merge remote-tracking branch 'stof/doc_unbound' 2014-04-09 14:21:21 +02:00
Jordi Boggiano b7f45b688d Merge pull request #2891 from igorw/skip-bin-log-msg
Clarify log messages when skipping existing bins
2014-04-09 13:49:44 +02:00
Igor Wiedler c0086ba1e3 Clarify log messages when skipping existing bins 2014-04-09 13:40:55 +02:00
Jordi Boggiano 1efa02a7ab Merge pull request #2888 from BreiteSeite/master
fixed: dead symlink breaks gc
2014-04-07 17:37:10 +02:00
Michael Kühn 5b7e39e919 fixed: dead symlink breaks gc 2014-04-07 14:57:45 +02:00
Jordi Boggiano d99212da52 Fix integration tests 2014-04-07 11:10:57 +02:00
Jordi Boggiano 3c0edd8c7f Process remove ops first, fixes #2874 2014-04-07 11:10:26 +02:00
Jordi Boggiano a931faaa34 Fix boolean check fail from a8ec134c2c 2014-04-06 22:44:56 +02:00
Jordi Boggiano abc34cc62a Merge pull request #2883 from dzuelke/dev-suggestions
Only print suggestions in dev mode
2014-04-06 00:28:38 +02:00
David Zuelke a8ec134c2c Only print suggestions in dev mode
There is no need to clutter the screen/logs/whatever with suggestions in production installs. If someone didn't care about them in dev mode, they certainly won't in production :)
2014-04-06 00:07:20 +02:00
Jordi Boggiano b580ad66a0 Merge pull request #2868 from zeke/master
update homebrew instructions
2014-04-02 09:35:48 +02:00
Jordi Boggiano fa084998d5 Merge pull request #2870 from pierredup/patch-1
Fix typo
2014-04-02 09:31:34 +02:00
Pierre du Plessis 244e865a35 Fix typo 2014-04-02 08:54:24 +02:00
zeke c16f83a8c8 use php 5.5 in homebrew instructions 2014-04-01 13:07:50 -07:00
zeke 8c382d4929 forget a homebrew step that's required for php installation 2014-04-01 09:46:16 -07:00
zeke dbbe91135e update homebrew instructions 2014-04-01 09:20:11 -07:00
Jordi Boggiano 0902305196 Fix classmap generator warnings and tests 2014-04-01 14:38:31 +02:00
Jordi Boggiano 8974a1ac92 Ignore ambiguous classes in tests/fixtures dirs, fixes #2858 2014-03-31 21:36:48 +02:00
Jordi Boggiano 355dc67038 Tweak wording a bit 2014-03-31 16:33:11 +02:00
Jordi Boggiano d97d77b656 Merge remote-tracking branch 'hkdobrev/tilde-examples' 2014-03-31 16:25:09 +02:00
Jordi Boggiano f56d315036 Ensure both bash and stty are present to assume cygwin, fixes #2857 2014-03-31 15:14:47 +02:00
Jordi Boggiano 6e16d53def Also use rawurlencode in git downloader, refs #2859 2014-03-31 14:59:00 +02:00
Jordi Boggiano 03567dfde7 Merge remote-tracking branch 'WARrior-Alex/master' 2014-03-31 14:57:40 +02:00
Alex Romanenko 5078d7c4fb Fix space in password for git auth 2014-03-31 09:39:58 +04:00
Haralan Dobrev aa1745ce2a Specify how ~ constraints handle pre-releases
The "next significant release" a.k.a as the tilde version constraint
would not install a pre-release (alpha, beta, RC) which is not in the same
version namespace.

But in the examples so far it was shown as `~1.2` equals `>=1.2,<2.0` which
would actually install `2.0-beta.1`, because it the pre-release is before
the `2.0` release.

See https://github.com/composer/getcomposer.org/issues/64
2014-03-30 23:33:30 +03:00
Jordi Boggiano 321bd3e1f7 Merge pull request #2855 from karptonite/patchambiguous
Bugfix: Don't show Ambiguous class resolution warning when not ambiguous
2014-03-30 19:55:37 +02:00
Daniel Karp e3be04c443 Don't show Ambiguous class resolution warning if class when not ambiguous
if a class or interface is defined twice in the same class, this should not produce a warning
2014-03-30 12:53:15 -04:00
Jordi Boggiano 7daf876d70 Fix test because the order of filesystem iteration is non deterministic 2014-03-29 18:10:32 +01:00
Jordi Boggiano 781c97fa9b Refactor to avoid global static state 2014-03-29 17:46:55 +01:00
Jordi Boggiano c3ab09750d Merge remote-tracking branch 'johnikx/ambiguous-reference-warning' 2014-03-29 17:29:55 +01:00
Jordi Boggiano 3e8a767f8a Attempt using bash on windows if it is available, fixes #2831 2014-03-29 17:26:43 +01:00
Jordi Boggiano 07b8fe8109 Refactor code so it works cross-platform, refs #2825 2014-03-29 14:16:13 +01:00
Jordi Boggiano 01bf61fede Merge remote-tracking branch 'sebbrandt87/master' 2014-03-29 14:10:46 +01:00
Sebastian Brandt f633ab503e Update SvnDownloader.php 2014-03-28 16:27:00 +01:00
Jordi Boggiano 8e2b1c3e24 Merge pull request #2838 from timroberson/issue-2826
Add auth for private, non-GitHub repos (#2826)
2014-03-28 14:32:06 +01:00
Jordi Boggiano f233383de8 Merge pull request #2834 from vuhl/master
Fixing perforce driver/downloader bugs
2014-03-26 18:28:52 +01:00
Clark Stuth d038276a31 Merge pull request #6 from clarkstuth/master
Removing dead code segment.
2014-03-25 10:49:28 -05:00
Clark Stuth 8dc6a13a1c Removing dead code segment. 2014-03-25 10:48:38 -05:00
Clark Stuth bee3070014 Merge pull request #5 from clarkstuth/master
composer/composer pull request changes
2014-03-25 10:04:32 -05:00
Clark Stuth a12c4e2a17 Removed getWindowsFlag and setWindowsFlag methods from Perforce object. 2014-03-25 08:30:44 -05:00
Jordi Boggiano b09fb521d2 Fix headers array, fixes #2821 2014-03-25 11:44:16 +01:00
Clark Stuth dd1fd0e306 fixed perforce to reference labels instead of invalid tags 2014-03-24 15:19:35 -05:00
Tim Roberson 1f70148884 Change elseif to if. 2014-03-24 11:03:44 -04:00
Clark Stuth a392e9a32c Merge pull request #4 from clarkstuth/master
removing dead code lines and excess comments.   Looks good - @clarkstuth
2014-03-24 09:46:28 -05:00
Clark Stuth 3a3661a0b3 removing dead code lines and excess comments 2014-03-24 09:43:45 -05:00
Jan Brecka b94838169d show warning only instead of throwing exception 2014-03-24 14:34:02 +01:00
Tim Roberson db1e4b7574 Add auth for private, non-GitHub repos (#2826) 2014-03-24 09:01:35 -04:00
Jordi Boggiano 45fe0124f2 Merge pull request #2837 from drscre/patch-1
Bug in RunScriptCommand::execute()
2014-03-24 11:51:54 +01:00
drscre b75beda99c Bug in RunScriptCommand::execute()
When checking for known command in commandEvents and scriptEvent '&&' should be used instead of '||'
2014-03-24 13:26:04 +03:00
Jan Brecka de09c5e371 remove duplicity 2014-03-24 10:35:44 +01:00