282 Commits (23ef8a419a8f65fee30a1acc036929ef1ee52ed5)

Author SHA1 Message Date
Jerome Tamarelle 23ef8a419a Fix var scope in HgDriver 12 years ago
Jérôme Tamarelle d200481037 Fix tmp dir for HgDriver 12 years ago
Jerome Tamarelle cc6e1397b2 Fix var scope 12 years ago
Jerome Tamarelle da823f5f19 Store vcs repositories in composer home to prevent permission issues 12 years ago
Jerome Tamarelle 949728f812 Remove redundant __contruct from VcsDriver implementations and move init code to initialize method 12 years ago
Jerome Tamarelle 017ebabcb5 Pass composer configuration to VcsDriver 12 years ago
Jerome Tamarelle d489d2aa3c Store cached git repositories in user HOME to avoid file permission issues 12 years ago
Jordi Boggiano 70ad8274cd Work around poorly configured php 12 years ago
Jordi Boggiano ef300ca56a Fix tests 12 years ago
Jordi Boggiano a5e00a9e96 Fix PEAR loading, fixes #590 12 years ago
Jordi Boggiano 466d953b5f Add verbose output to composer compat mode 12 years ago
Jordi Boggiano 9c72b093a3 Merge remote-tracking branch 'bashofmann/master' 12 years ago
Bastian Hofmann a86ea59742 various fixes for composer interaction with pear repositories:
- corrected pear repository base url from channel.xml is now used instead of a hardcoded host/rest/* endpoin
t
- XML is now parsed with LIBXML_NOERROR to accomondate pear repositories with slightly invalid XML (e.g. components.ez.no)
- instead of following links in the returned xml files the pear api structure is now hardcoded so that pear repositories with invalid links also work (again components.ez.no). additional benefit: this removes the need for some str_replace calls
- for pear packages with a packages.json file: 'pear-'.$channelName is not added to package names if this is already part of the package name (see pear.phpunit.de)
12 years ago
Jordi Boggiano f63df842b3 Fix alias handling with --dev installs, fixes #579 12 years ago
Jordi Boggiano 89e095b4b5 Handle --dev installs/updates 12 years ago
Jordi Boggiano b094ef7155 Add repository notification API support 12 years ago
Jordi Boggiano 2d49090ffd Make sure branches have proper .x suffix so that they can be parsed properly 12 years ago
Jordi Boggiano 273e0f777b Fix branch extraction, fixes #565 12 years ago
Jordi Boggiano 9da7fbbf37 Fix project aliases being redownloaded since they had no version 12 years ago
Jordi Boggiano fc29487a2a Add home config key and use it to create the cache instance 12 years ago
Jordi Boggiano 68a1bc645b Skip some packages in pear requirements 12 years ago
Nils Adermann fc1a7a3e23 Merge pull request #536 from Seldaek/new_composer_format
Add support for new composer repo format + cache for composer repos
12 years ago
Jordi Boggiano 0d97ec4783 Add cache to the composer repositories 12 years ago
Tiago Ribeiro 61beea3c8b Updated output when a branch is imported to show the pretty version name 12 years ago
Jordi Boggiano a476d1f97d Add support for the new composer repository format 12 years ago
Jordi Boggiano a67f62990c Prepare for upcoming format break 12 years ago
Jordi Boggiano 6f8031ac90 Fix error reporting for missing git process 12 years ago
Nami-Doc 1dba604ba1 Update src/Composer/Repository/Vcs/GitDriver.php 12 years ago
Nami-Doc 2c58dbf3a1 better message if git isn't found 12 years ago
Holger Rüprich 9e2c523faa Function proc_open doesn't accept a scheme for the current working directory, therefore stripped 'file://' for local repositories. 12 years ago
Jordi Boggiano 1cdae66f8f Fix up git downloader and git driver commands 12 years ago
Jordi Boggiano 219c31ed0c Fix git driver updating 12 years ago
Jordi Boggiano 9828472b9e Improve reliability of GitDriver, refs #485 12 years ago
Jordi Boggiano 2844a5673d Use refs API since it is more stable than the branches API with force-pushes, fixes #514 12 years ago
Nils Adermann 85caa65088 Merge pull request #520 from Seldaek/pear_composer
Detect PEAR repos that support composer via Pirum
12 years ago
Jordi Boggiano ecb82e1784 Detect PEAR repos that support composer via Pirum 12 years ago
Jordi Boggiano d53ac36636 Add debug info and remove autoload parsing that was too slow 12 years ago
Jordi Boggiano 4b2283e41c Add autoload info to PEAR packages 12 years ago
Jordi Boggiano 1fe24a3837 Add support for github URLs in git driver 12 years ago
Jordi Boggiano 6d5b4d606c Add warning in verbose mode if drivers can not be used because of missing openssl 12 years ago
Tiago Ribeiro 67885d8585 Added isDebug to IOInterface and improved debug messages for VcsRepositories 12 years ago
Jordi Boggiano 7a28a2d83a Add support for new GitHub API 12 years ago
Jordi Boggiano 7285536737 Fix exception handling 12 years ago
Jordi Boggiano 5a7abfd84f Remove code duplication in Svn classes 12 years ago
Jordi Boggiano cd2e5bf2e0 Make SvnDriver::supports less greedy and more realistic 12 years ago
Jordi Boggiano 30d4080014 Support windows local paths 12 years ago
Jordi Boggiano 8fb9c4bf3b Svn related coding style/consistency fixes and minor improvements 12 years ago
Jordi Boggiano ab9fc59d30 Add missing license headers 12 years ago
Jordi Boggiano 6c2b78a669 Merge remote-tracking branch 'till/svn-auth-reloaded' 12 years ago
Jordi Boggiano 7dfb2724cb Fix PEAR dependencies 12 years ago