1780 Commits (4ea9b33a6c986aea4e360262ef68c773e0e20c51)
 

Author SHA1 Message Date
Jordi Boggiano 4ea9b33a6c Merge remote-tracking branch 'naderman/solver-refactor' 12 years ago
Jordi Boggiano 1b36482d77 Merge pull request #723 from schmittjoh/createDevProject
added --dev to create-project command (closes #645)
12 years ago
Johannes M. Schmitt 305b9cee9a added --dev to create-project command (closes #645) 12 years ago
Nils Adermann 5567820beb Merge pull request #721 from Hounddog/issue_674
Wrong variable used for foreach. Fixes issue 674.
12 years ago
Nils Adermann 21c7e219e2 Change "else if" to "elseif" 12 years ago
Nils Adermann 99200af51b Correctly indent break statements 12 years ago
Nils Adermann f193d61dfe Remove unecessary brackets 12 years ago
Nils Adermann 7f9c5ffeef Add documentation to RuleWatchChain and RuleWatchNode 12 years ago
Nils Adermann 76d3950992 Document the RuleWatchGraph 12 years ago
Martin Shwalbe 9d80a4e220 Wrong variable used for foreach. Fixes issue 674. 12 years ago
Jordi Boggiano 5c0c101327 Wrap token_get_all for better debuggability 12 years ago
Nils Adermann 265533d390 Rename watches array to watchChains to make clearer what they are 12 years ago
Jordi Boggiano 794b51fcdd Merge remote-tracking branch 'naderman/remove-outdated-alias-code' 12 years ago
Nils Adermann 81de780533 Merge pull request #702 from Seldaek/specify-refs
Specify commit/refs for dev requirements
12 years ago
Nils Adermann e817a2e2d7 Move public members above protected members in rule watch node 12 years ago
Nils Adermann c869566868 Make ruleHash a protected member of rules 12 years ago
Nils Adermann fa7bd35413 Make debug solver methods protected 12 years ago
Nils Adermann 2dfea8a5e0 Only consider undecided literals for selectAndInstall
Fixes #707
12 years ago
Nils Adermann dd527a4049 Remove weak rules
Since we no longer have suggest/recommend rules and no longer use any update
or feature rules so packages are removed by default, we do not need weak rules
anymore.
12 years ago
Nils Adermann 025581b365 Rename walkLiteral method to more explicitly say what it does 12 years ago
Nils Adermann a395bc04d7 Get rid of continue 2; and use array_filter instead of manual looping 12 years ago
Nils Adermann 451bab1c2c Get rid of Literal object / literal id mix, use literals only to save memory 12 years ago
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
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
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