1814 Commits (5357e3503fda9ce90ba196312e581ad28297b73e)
 

Author SHA1 Message Date
Nils Adermann 59cc5a54de Merge pull request #716 from stof/update_lock
Updated the lock file
12 years ago
Christophe Coevoet e124d3ea81 Updated the lock file 12 years ago
Nils Adermann 9ffe0d13f5 Remove useless if 12 years ago
Nils Adermann cdf3b4e012 Use SplDoublyLinkedList instead of custom linked list 12 years ago
Nils Adermann 731a451dfe Move handling of watch graph to separate classes 12 years ago
Jordi Boggiano 71cecd8e93 Fix CS 12 years ago
Jordi Boggiano edba29be45 Merge remote-tracking branch 'till/download-fun' 12 years ago
Jordi Boggiano aaf65eb0c4 Update lock file 12 years ago
Jordi Boggiano 3ff4026a30 Merge pull request #712 from hason/githuberror
Imporoved exception message for GitDownloader (various protocols for git...
12 years ago
Martin Hasoň c8d110aa72 Imporoved exception message for GitDownloader (various protocols for github) 12 years ago
till a8121bc0a6 * fluent interface for set methods
* strtolower() type so setting is a little more relaxed
12 years ago
Jordi Boggiano 25a61cd763 Merge pull request #706 from gergoerdosi/master
Update Homebrew installation instructions.
12 years ago
Gergo Erdosi b6cd2f6e08 Update Homebrew installation instructions.
Composer is now part of the homebrew-php repository which is used by most of the Homebrew users. The Gist formula in the previous version of the instructions raises a warning, which might confuse users. The installation of the new formula runs seamlessly without any warnings.
12 years ago
Nils Adermann bac9d6d2e7 Merge pull request #705 from stof/support_local_repo
Support local repo
12 years ago
Christophe Coevoet c2d3c0509c Fixed the check for local git repositories 12 years ago
Christophe Coevoet 4404c5f287 Revert "Merge remote-tracking branch 'github-ercanozkaya/master'"
This reverts commit b5eededbe9, reversing
changes made to 799a478f2a.

This change was wrong as the GitDriver was then telling it supports
all local URIs even when they are not git repositories.
12 years ago
Nils Adermann b5eededbe9 Merge remote-tracking branch 'github-ercanozkaya/master'
By Ercan Özkaya
via Ercan Özkaya
* github-ercanozkaya/master:
  Add support for file:// URIs to GitDriver
12 years ago
Ercan Özkaya ca217bd48f Add support for file:// URIs to GitDriver 12 years ago
Jordi Boggiano d7608bcddd Added docs for new reference feature 12 years ago
Jordi Boggiano c10eb66ac4 Ignore references when parsing dev versions 12 years ago
Jordi Boggiano ba29b4bf94 Added references for dev versions, fixes #599
dev-<branch> and <n.m>.x-dev versions can now have a #<reference> appended
to them. This reference being a git/hg commit hash, or svn revision.
12 years ago
Andrea Turso 3a31b59473 Minor changes to the EventDispatcherTest
- Removed Exception class import
 - Added FQN at L60
 - Added documentation
 - Added @group event-dispatcher
12 years ago
Nils Adermann 799a478f2a GitHub rather than github in changelog 12 years ago
Nils Adermann 90e52a0828 Merge remote-tracking branch 'github-seldaek/gh-cache'
By Jordi Boggiano
via Jordi Boggiano
* github-seldaek/gh-cache:
  Update changelog
  Add caching for metadata in github driver
12 years ago
Andrea Turso f8b2f203a1 Added exception class and message to the error string. 12 years ago
Andrea Turso f626ccbcee Wrapped the listener invocation a try/catch block that catches any
exception and throws a \RuntimeException.
Added a test case for the EventDispatcher.

Note:
In order to test the doDispatch method I had to use a stub EventDispatcher
with a getListeners that returned a preconfigured array. IMHO there should
be a way to inject the listeners into the EventDispatcher.
12 years ago
Nils Adermann 71ee5c8f4c We don't have a systemsolvable at the lowest level 12 years ago
Nils Adermann 286593cf99 Move solver debugging code into solver subclass 12 years ago
Nils Adermann 46e4ae0e6a Move rule generation from solver into separate rule set generator 12 years ago
Nils Adermann 83c499cf29 Remove unecessary use statement in Transaction class 12 years ago
Nils Adermann 70e306f055 Process all jobs in one method and remove lock jobs which are not used 12 years ago
Nils Adermann 3fcd042fd4 Skip adding (ignored) duplicate rules which were already added 12 years ago
Nils Adermann 1d60ae1bfc We no longer support recommended packages, remove left over code 12 years ago
Nils Adermann 92ecf5a603 Remove unused variables 12 years ago
Nils Adermann bd66c27ff6 We mark packages as uninstallable by removing them from the repo
As it is faster to remove packages from the repos and keep them out of the
package pool to begin with, we don't need an installable() method on the
policy.
12 years ago
Nils Adermann 8fc09afbae Move transaction generation to a separate class 12 years ago
Nils Adermann be250fbb8b Remove alias loading code which is no longer necessary
Since alias packages do not get dumped anymore, only original packages
will ever be in Filesystem repositories. Alias are created on the fly
based on alias info in the composer.json/composer.lock and on branch
alias data in the original package.
12 years ago
Jordi Boggiano 8d65d70c56 Merge pull request #695 from adanlobato/FixPHPDoc
Fixed some mistakes at PHPDoc
12 years ago
Adán Lobato 61eb0119f1 Fixed some mistakes at PHPDoc 12 years ago
Jordi Boggiano 1a255420b0 Ignore aliases in autoload generator 12 years ago
Jordi Boggiano 2db9ff6ec9 Update changelog 12 years ago
Jordi Boggiano ba9676e0f2 Add caching for metadata in github driver 12 years ago
Nils Adermann 35120d7d04 Merge pull request #685 from Seldaek/integ-tests
More integration tests
12 years ago
Jordi Boggiano 5e8418a4f5 Add test for aliases and overrides between repos 12 years ago
Jordi Boggiano 5026f8a115 Fix AliasOperations output 12 years ago
Jordi Boggiano 46972fbc22 Add handling for alias operations 12 years ago
Jordi Boggiano f7d5df2764 Prevent backtracking issues with long tests 12 years ago
Jordi Boggiano cd4cceaf7b Merge pull request #682 from ktomk/patch-1
Cont. code simplification & better tests.
12 years ago
Nils Adermann 83e8dba23c Merge pull request #684 from Seldaek/functional
Add functional tests for the installer, fixes #580
12 years ago
Jordi Boggiano 4505df29df Add functional tests for the installer, fixes #580 12 years ago