990 Commits (24de082fd51a8099e8f4bcfac66426199b241193)
 

Author SHA1 Message Date
Benjamin Eberlei 24de082fd5 Refactored 13 years ago
Benjamin Eberlei db64917a83 Renamed install-project to create-project to differentiate from just "install". 13 years ago
Benjamin Eberlei 62bdaaf408 Add docs 13 years ago
Benjamin Eberlei 23719b3b1d Rename packagist url to repository url 13 years ago
Benjamin Eberlei f60fe5622a Add missing use stmt. 13 years ago
Benjamin Eberlei 1c67633c70 Refactored downloader code and made packagist configuration flexible and validated. 13 years ago
Benjamin Eberlei bbf745f3e6 Add command to install a package as a new project into a non-existant directory. This fetches the given package from packagist or a different packagist-source and installs it into a given path. 13 years ago
Jordi Boggiano 0e6cf61b67 Avoid showing duplicates versions 13 years ago
Jordi Boggiano f999285926 Avoid duplicating self.version requirements 13 years ago
Jordi Boggiano 8ba76fe6d2 Boost default timeout to 5min 13 years ago
Jordi Boggiano e26f7f5ec4 Fix syntax error 13 years ago
Jordi Boggiano f101ec16f6 Add process-timeout docs 13 years ago
Jordi Boggiano 7ae2a7fb99 Merge pull request #370 from hason/config_timeout
Added config directive 'process-timeout'
13 years ago
Martin Hasoň 9b03b7e915 Added config directive 'process-timeout' 13 years ago
Nils Adermann 29a1a2a424 Merge pull request #369 from Seldaek/match_fix
Match fix
13 years ago
Jordi Boggiano 35aa82ada8 Prevent multiple replaces of a same package to be skipped when the first fails to match 13 years ago
Jordi Boggiano c425b8b6cb Prevent a package from having duplicate names 13 years ago
Jordi Boggiano 5026fbb1e9 Merge pull request #368 from igorw/docs
[docs] inconvenient typo
13 years ago
Igor Wiedler 765c1774a9 [docs] inconvenient typo 13 years ago
Jordi Boggiano 5f200db7b7 Merge pull request #367 from igorw/docs
[docs] re-word some things, document env vars
13 years ago
Igor Wiedler 672e7d85a1 [docs] re-word some things, document env vars 13 years ago
Jordi Boggiano d03fb4804c Fix local repo detection 13 years ago
Jordi Boggiano ca8845f44f Fix toString of aliases 13 years ago
Nils Adermann a04f44a4f1 Merge pull request #359 from Seldaek/branch-alias
[WIP] Branch aliases support
13 years ago
Jordi Boggiano 0b7ee194c6 Remove persistence of alias data, make abstract branch aliasing and keep it in composer only 13 years ago
Jordi Boggiano 3135ea2b75 Merge pull request #361 from wookieb/master
Cosmetic tests fix
13 years ago
Wookieb f93135b3bd Cosmetic tests fix - remove test directories 13 years ago
Wookieb 8d3b40ff8e Tests should remove created directories after testing process 13 years ago
Jordi Boggiano 773338a688 Fixes for SVN support, fixes #172 13 years ago
Jordi Boggiano 1bdab5c4c8 Add markers for leftover problems 13 years ago
Jordi Boggiano 1228c04984 Add support for extra.branch-alias config to remap master on 2.1.x for example 13 years ago
Jordi Boggiano c0b18bddb9 Bugfixes in the local git repos handling 13 years ago
Jordi Boggiano ab9fe9f331 Merge pull request #354 from perprogramming/fix_hg_source_reference
Make mercurial dev-branches updateable
13 years ago
Per Bernhardt 9a17899608 Although the tag "tip" does not provide a valid package version (see VersionParser), the implementation of HgDriver::getSource uses tip as the prefered label for the branch that tip is currently on.
This is not a problem at first hand because you can install a new package correctly with "tip" as source reference.

The problem is that any new revision on that branch won't lead to a new package, because the package will always refer to the same reference "tip".

Therefore you cannot update your project to the new version with "composer update".
13 years ago
Jordi Boggiano 2aa61292ae Merge pull request #352 from naderman/positive-branch-levels
Levels are always > 0, negative level was just a hack in the C implementation
13 years ago
Nils Adermann 17f0730e51 Levels are always > 0, negative level was just a hack in the C implementation
Fixes #243
13 years ago
Nils Adermann 73d7528f5f Merge pull request #342 from mikey179/git-error-handling
Git error handling
13 years ago
Jordi Boggiano 0daa6c2dc9 Force dates to be UTC 13 years ago
Nils Adermann 85a07affd7 Merge pull request #350 from Seldaek/aliasing
Aliasing
13 years ago
Jordi Boggiano 62335e9fb7 Merge pull request #345 from hason/process
Added support for change the process timeout
13 years ago
Jordi Boggiano 1213067d96 Add test 13 years ago
Jordi Boggiano 956b54e516 Use policy rule instead of stacking up another repo to prioritize aliased packages 13 years ago
Jordi Boggiano 59d2b1145c Add lock file alias support and a bunch of fixes 13 years ago
Jordi Boggiano f9fc9695e9 Wrap the package in an aliased package instead of replacing 13 years ago
Jordi Boggiano 82054f2060 Add aliasing: `foo as bar` will require foo and automatically make it replace the bar version 13 years ago
Jordi Boggiano 5eb333680b Rename findPackagesByName to findPackages and allow version arg 13 years ago
Jordi Boggiano afbb9cefa4 Adjust version parser so it persists self.version references 13 years ago
Jordi Boggiano 4b70cc2623 Merge pull request #341 from unknownbliss/fix-link
Fix link broken due to newline.
13 years ago
Martin Hasoň 56c0e511da Added support for change the process timeout 13 years ago
Frank Kleine 025f6066ff fix file permissions 13 years ago