2849 Commits (f479db6934808a877f680ba1d3ee5fb283e5760f)

Author SHA1 Message Date
Paul Tarjan ddec582ca1 use HHVM_VERSION
this one is better (they are the same)
10 years ago
Nils Adermann 78f2ad95a9 Correctly add decision reason to transaction 10 years ago
Jordi Boggiano e7b82cdd88 Only check in require and for non-platform packages, add flag to make this warning optional, refs #2320 10 years ago
Jordi Boggiano e0004d0656 Merge remote-tracking branch 'stof/validate_unbound_constraints' 10 years ago
Igor Wiedler c0086ba1e3 Clarify log messages when skipping existing bins 10 years ago
Michael Kühn 5b7e39e919 fixed: dead symlink breaks gc 10 years ago
Jordi Boggiano 3c0edd8c7f Process remove ops first, fixes #2874 10 years ago
Jordi Boggiano a931faaa34 Fix boolean check fail from a8ec134c2c 10 years ago
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 :)
10 years ago
Pierre du Plessis 244e865a35 Fix typo 10 years ago
Jordi Boggiano 0902305196 Fix classmap generator warnings and tests 10 years ago
Jordi Boggiano 8974a1ac92 Ignore ambiguous classes in tests/fixtures dirs, fixes #2858 10 years ago
Jordi Boggiano f56d315036 Ensure both bash and stty are present to assume cygwin, fixes #2857 10 years ago
Jordi Boggiano 6e16d53def Also use rawurlencode in git downloader, refs #2859 10 years ago
Alex Romanenko 5078d7c4fb Fix space in password for git auth 10 years ago
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
10 years ago
Jordi Boggiano 781c97fa9b Refactor to avoid global static state 10 years ago
Jordi Boggiano c3ab09750d Merge remote-tracking branch 'johnikx/ambiguous-reference-warning' 10 years ago
Jordi Boggiano 3e8a767f8a Attempt using bash on windows if it is available, fixes #2831 10 years ago
Jordi Boggiano 07b8fe8109 Refactor code so it works cross-platform, refs #2825 10 years ago
Jordi Boggiano 01bf61fede Merge remote-tracking branch 'sebbrandt87/master' 10 years ago
Sebastian Brandt f633ab503e Update SvnDownloader.php 10 years ago
Jordi Boggiano 8e2b1c3e24 Merge pull request #2838 from timroberson/issue-2826
Add auth for private, non-GitHub repos (#2826)
10 years ago
Jordi Boggiano f233383de8 Merge pull request #2834 from vuhl/master
Fixing perforce driver/downloader bugs
10 years ago
Clark Stuth 8dc6a13a1c Removing dead code segment. 10 years ago
Clark Stuth a12c4e2a17 Removed getWindowsFlag and setWindowsFlag methods from Perforce object. 10 years ago
Jordi Boggiano b09fb521d2 Fix headers array, fixes #2821 10 years ago
Clark Stuth dd1fd0e306 fixed perforce to reference labels instead of invalid tags 10 years ago
Tim Roberson 1f70148884 Change elseif to if. 10 years ago
Clark Stuth 3a3661a0b3 removing dead code lines and excess comments 10 years ago
Jan Brecka b94838169d show warning only instead of throwing exception 10 years ago
Tim Roberson db1e4b7574 Add auth for private, non-GitHub repos (#2826) 10 years ago
drscre b75beda99c Bug in RunScriptCommand::execute()
When checking for known command in commandEvents and scriptEvent '&&' should be used instead of '||'
10 years ago
Jordi Boggiano fc9e1d0cff CS fixes, refs #2823 10 years ago
Jordi Boggiano a6531f6fd3 Merge remote-tracking branch 'fredemmott/hh-support' 10 years ago
Jordi Boggiano c96dedd19c Merge pull request #2268 from schmkr/svnDriver-trunkPath-improvements
Improved the handling of trunkPath
10 years ago
Jordi Boggiano e221757197 Update code to latest EventDispatcher, refs #2722 10 years ago
Sandy Pleyte b9efdd8348 Separated the scripts events in 2 arrays because they need to be called by different dispatchers. 10 years ago
Sandy Pleyte 2618e9a4f1 Fixed some docblocks 10 years ago
Sandy Pleyte fd4fb80d1e Fix for #2557, added missing run-scripts 10 years ago
Jordi Boggiano 808e65f7de Merge pull request #2769 from sndpl/issue/2739
Fix for #2739 (and #1755), added support for directory excludes in the gitignore file
10 years ago
Clark Stuth 2651cbc5fe Fixing perforce dev-master stored reference bug. 10 years ago
Clark Stuth 8fc1961463 Fixing delete client workspace bug. 10 years ago
Clark Stuth c11105dd60 Fixing bug not cleaning up workspaces. 10 years ago
Clark Stuth 492539101c got all unit tests passing 10 years ago
Clark Stuth 24dd42267f almost all unit tests passing after IOInterface dependency refactor. no longer passing IOInterface into any Perforce methods 10 years ago
Clark Stuth 0f7b078d6c added new dependency to Perforce object, updating some tests. 10 years ago
Jan Brecka a41370b021 fix plural in exception message 10 years ago
Jan Brecka ea7717c8e5 improve exception message 10 years ago
Jan Brecka 13b57112a9 Throw RuntimeException when ambiguous reference was found. 10 years ago