1590 Commits (298815260246408dc93de66af83d0d9c6a3b24b7)
 

Author SHA1 Message Date
Jordi Boggiano 2988152602 Merge remote-tracking branch 'naderman/remove-packages-by-default' 12 years ago
Jordi Boggiano adb4188e12 Add detection of the current version from git if possible 12 years ago
Jordi Boggiano 7b2d3ff6a2 Refactor InstallerTest to be a bit more future proof 12 years ago
Jordi Boggiano 63c6c6d875 Cache the version parser used in TestCase 12 years ago
Jordi Boggiano bd50ad32f0 Refactor InstallationManagerMock 12 years ago
Jordi Boggiano 2dffa612a3 Merge remote-tracking branch 'igorw/root-install-twice' 12 years ago
Jordi Boggiano d60188903d Add warning for PHP <5.3.2 users that didn't use the installer 12 years ago
Nils Adermann d51ebb9650 Merge pull request #1 from Seldaek/patches
Patches
12 years ago
Jordi Boggiano 2c726123cf Merge pull request #642 from danielholmes/patch-1
Fixed variable reference in verbose pear repository message
12 years ago
Daniel Holmes d44b81527b Fixed variable reference in verbose pear repository message 12 years ago
Jordi Boggiano e982c19bdb Add fields to sample satis config 12 years ago
Jordi Boggiano d5e35fbe19 Clarify output 12 years ago
Jordi Boggiano b3659d85f3 Force platform packages to remain installed 12 years ago
Jordi Boggiano 22a825fc07 Clean up vendor dir after a package was removed 12 years ago
Jordi Boggiano b99f9bae60 Let the user know a package is being removed 12 years ago
Jordi Boggiano b356c30c5c Remove rogue. dot 12 years ago
Jordi Boggiano 66dc17bf39 Avoid adding duplicate aliases 12 years ago
Nils Adermann f4d5568937 Rules of type feature are no longer needed 12 years ago
Nils Adermann d153ab3f8f Call feature rules update rules, as there is no difference in composer 12 years ago
Nils Adermann f98ab2e491 An array of installed packages is no longer needed in the solver 12 years ago
Nils Adermann 7be4b82ad2 Move all solver members to top of the file 12 years ago
Nils Adermann 6410817c4e Policy rules cannot conflict with jobs anymore
As we no longer need special feature rules for updating installed packages
we don't have policy rules which might conflict with job rules anymore.
Everything is driven by jobs now.
12 years ago
Nils Adermann 3618ddacb0 Remove commented out debug output 12 years ago
Nils Adermann 2cb2cde096 Installed packages are now always removed unless otherwise requested
This means that an update request must always be accompanied by an install
request, otherwise the package might be removed rather than updated.
12 years ago
Nils Adermann 1a48ebaf57 Create lookup table for installed packages in only one place 12 years ago
Nils Adermann 0e537b9c93 We won't implement choice rules, you need to edit composer.json to choose 12 years ago
Nils Adermann 5ba9a887c2 We do not support any options to keep obsolete packages 12 years ago
Jordi Boggiano 41bd845c54 Merge pull request #634 from igorw/bin-relative-symlink
[Installer] Make bin symlinks relative, closes #620
12 years ago
Igor Wiedler 8d71030cc1 [Installer] Classic var_dump must be removed 12 years ago
Igor Wiedler aa4ececa2a [Installer] Make bin symlinks relative, closes #620 12 years ago
Jordi Boggiano 54f2e8fb45 Merge pull request #633 from igorw/fix-installer-remove-bins
[Installer] Fix removeBinaries, closes #567
12 years ago
Igor Wiedler b83422b051 [Installer] Fix removeBinaries, closes #567 12 years ago
Jordi Boggiano f5ea87e855 Merge pull request #632 from igorw/no-suggest-installed
Do not suggest packages that were installed
12 years ago
Igor Wiedler 1e23354666 Do not suggest packages that were installed 12 years ago
Jordi Boggiano 8ff497ac6f Skip filter_var on 5.3.2 since it is buggy 12 years ago
Igor Wiedler 0995933183 Do not install root package as a vendor if some dependency requires it, closes #480
Also add some tests for the installer.
12 years ago
Jordi Boggiano ed8aa8322a Do not prevent updates if untracked files are present 12 years ago
Jordi Boggiano 0e9f88a3da Fix DownloadManagerTest creating directories on disk 12 years ago
Jordi Boggiano 939c745a9a Improvements to autoload docs 12 years ago
Jordi Boggiano fb0d89cce5 Merge pull request #630 from dpb587/fix-implicit-proxy-ports
Add default http(s) ports to proxy configuration if they are missing.
12 years ago
Danny Berger e7ba0c38a8 Add default http(s) ports to proxy configuration if they are missing. 12 years ago
Jordi Boggiano 762f469cd9 Merge pull request #626 from igorw/notify-and-repo-docs
[docs] Notify, composer repository spec, COMPOSER_HOME, aliases
12 years ago
Igor Wiedler 6a1843da38 [docs] Change alias article according to comments
1.0.x-dev alias is safer than 1.0-dev. require-dev is also supported.
Clarify that inline aliases are for matching constraints of deps.
Tell users to avoid inline aliasing if possible.
12 years ago
Igor Wiedler 3b40771089 [docs] Remove false information about recursive include fields 12 years ago
Igor Wiedler 8dd2a72e8d [docs] Remove mentions of version_normalized
People will get it wrong so it would possibly cause more harm than good
12 years ago
Igor Wiedler 21b39f8e87 [docs] Clarify that there is no cross-repo leakage with notify 12 years ago
Igor Wiedler bca2ab7836 [docs] Correct default process timeout 12 years ago
Igor Wiedler 1d3fd25cf2 [docs] Improve description of COMPOSER_HOME 12 years ago
Igor Wiedler 7b882479a7 [docs] Aliases: branch-alias and inline aliasing 12 years ago
Igor Wiedler b14aac84ae [docs] Document COMPOSER_HOME 12 years ago