990 Commits (17370e3812bd83a6dcd82be948aabf8156299859)

Author SHA1 Message Date
Jordi Boggiano 26b3a1711f Add handling for phar 13 years ago
Jordi Boggiano 3210da0b84 Cleanups 13 years ago
Jordi Boggiano 2d9739bd05 Add support for files in classmap autoload config, fixes #463 13 years ago
Jordi Boggiano d53ac36636 Add debug info and remove autoload parsing that was too slow 13 years ago
Jordi Boggiano 4b2283e41c Add autoload info to PEAR packages 13 years ago
Jordi Boggiano 1fe24a3837 Add support for github URLs in git driver 13 years ago
Jordi Boggiano 6d5b4d606c Add warning in verbose mode if drivers can not be used because of missing openssl 13 years ago
Tiago Ribeiro 67885d8585 Added isDebug to IOInterface and improved debug messages for VcsRepositories 13 years ago
Jordi Boggiano 7a28a2d83a Add support for new GitHub API 13 years ago
Jordi Boggiano 1cd07e1a2c Fix up merged code 13 years ago
till 9922301841 for debugging 13 years ago
till eb8ad8b74f * docblock 13 years ago
till aef502aa86 * handle errors with ZipArchive error constants to get meaningful error messages 13 years ago
Jordi Boggiano 30cfb69739 Add support for mapping a namespace prefix onto many dirs in the autoload config 13 years ago
Jordi Boggiano f7affa21b0 Fix indenting 13 years ago
Jordi Boggiano 5be7f4cf09 Fail hard when failing to download using hg 13 years ago
Jordi Boggiano 7cb79bb1c9 Fix typo & tests 13 years ago
Jordi Boggiano 605e1cb925 Clean up in case of download/extraction failure, fixes #356 13 years ago
Jordi Boggiano 87c1629ebc Fix isInstalled detection broken by metapackage installer 13 years ago
Jordi Boggiano 583a0b5f0d Lazy-init the bin directory, fixes #364 13 years ago
Jordi Boggiano e36dfb150c Add support for hidden prompts on windows 13 years ago
Jordi Boggiano 7285536737 Fix exception handling 13 years ago
Jordi Boggiano 1e2223bcdb Add note for improvement of Svn util 13 years ago
Jordi Boggiano 5a7abfd84f Remove code duplication in Svn classes 13 years ago
Jordi Boggiano cd2e5bf2e0 Make SvnDriver::supports less greedy and more realistic 13 years ago
Jordi Boggiano 30d4080014 Support windows local paths 13 years ago
Jordi Boggiano 862d4af274 Cache credentials by default since that's the default svn behavior 13 years ago
Jordi Boggiano 8fb9c4bf3b Svn related coding style/consistency fixes and minor improvements 13 years ago
Jordi Boggiano da649fdc79 Remove unused pipe argument 13 years ago
Jordi Boggiano ab9fc59d30 Add missing license headers 13 years ago
Jordi Boggiano 6c2b78a669 Merge remote-tracking branch 'till/svn-auth-reloaded' 13 years ago
Jordi Boggiano ab55490254 Merge remote-tracking branch 'hason/metapackage' 13 years ago
Jordi Boggiano 5f30206c69 Merge remote-tracking branch 'hason/classloader' 13 years ago
Jordi Boggiano cdfcaface4 Merge remote-tracking branch 'hason/vendordir' 13 years ago
Luis Cordova f76c65914c cleaned up some getApplication()->getIO() into getIO()s 13 years ago
Luis Cordova 1aa9d9af43 removed finder use clause as it is not used 13 years ago
Jordi Boggiano 7dfb2724cb Fix PEAR dependencies 13 years ago
till 434f10f2d7 * more cs fixes 13 years ago
till c6653f0711 * fix up CS suggestions from stof/seldaek 13 years ago
till 68fa23f5c7 Merge branch 'svn-auth-reloaded' of github.com:till/composer into svn-auth-reloaded 13 years ago
Till Klampaeckel af8d4212bb Merge pull request #3 from toastedghost/svn-auth-reloaded-imp
Improve 'getTags()' and 'getBranches()'
13 years ago
till 2af145338b Merge branch 'svn-auth-reloaded' of github.com:till/composer into svn-auth-reloaded 13 years ago
till 38a997fc26 Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded 13 years ago
Martin Hasoň 36d9513d7b Changed parameter name in Filesystem::findShortestPath 13 years ago
Jordi Boggiano 0ac89b2d99 Merge pull request #491 from brikou/issue_with_symlinks
fixed issue when creating symlinks under linux (not always allowed ... issue #486)
13 years ago
Igor Wiedler 0fe90c5d87 update some links to point to getcomposer.org 13 years ago
Brikou CARRE 3ae860f485 fixed issue #486 13 years ago
Flo 80bb040468 Improve 'getTags()' and 'getBranches()' 13 years ago
Beau Simensen a6366be5a6 Handle auth challenge in SvnDriver supports. 13 years ago
till c7dc49fe10 * added execute() wrapper to generalize command execution in downloader
* added Composer\Util\Svn::doAuthDance() to ask for credentials in interactive sessions
13 years ago
till 059bde1adb * refactored with Composer\Util\Svn::doAuthDance() 13 years ago
till 0d6297f235 * add 'doAuthDance()' to allow code reuse from SvnDownloader and SvnDriver 13 years ago
till c6566825ad Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded 13 years ago
till 3de8d66a82 * refactor SvnDownloader to use new Util Class
* now supports auth all over
 * svn command generation is proxied through one place
 * still needs the 'interactive' settings and an execute method
13 years ago
till 17f90f56eb * move helper functions to util class 13 years ago
Baptiste "Talus" Clavie 15b70e2096 [ClassLoader] Removing trailing whitespaces 13 years ago
Baptiste "Talus" Clavie 6957743aee [ClassLoader] Corrected indentation 13 years ago
Baptiste "Talus" Clavie 6782287091 [ClassLoader] Got an if-condition out of a unnecessary loop 13 years ago
Martin Hasoň 1f8c9eeb6c Added parameter $inDirectory to method Filesystem::findShortestPath 13 years ago
Mateusz Heleniak 2a9e8350b0 fixed GitDriver - set correct working directory for cli commands 13 years ago
Martin Hasoň afc04c9e53 Fixed creating shortest paths in AutoloadGenerator 13 years ago
Jordi Boggiano ea2d46bcff Fix ComposerRepository calls, fixes #475 13 years ago
Jordi Boggiano 81fdd790f2 Notes on HTTP_PROXY env var 13 years ago
Jordi Boggiano 31ed0c1fb0 Fix progress display getting stuck at 95% 13 years ago
Nils Adermann 366e98288e Merge pull request #473 from Seldaek/gzip
Automatic gzip encoding support
13 years ago
Jordi Boggiano bcbdb97cc6 Fix message when no composer file is found in a tag 13 years ago
Jordi Boggiano 72b7b169e7 Fix warning 13 years ago
Jordi Boggiano 5fd50080ab Print details about missing extensions, fixes #312 13 years ago
Jordi Boggiano b12e73792c Handle SolverProblemException nicer 13 years ago
Jordi Boggiano e8bf6e9067 Merge remote-tracking branch 'naderman/human-readable-errors' 13 years ago
Jordi Boggiano 22149d3a70 Fix gzip decoding after a redirect 13 years ago
Jordi Boggiano e4cce193cf Fix PEAR repository 13 years ago
Jordi Boggiano f98bd971f2 Add Gzip handling to RemoteFilesystem 13 years ago
Jordi Boggiano 7f65dd7409 Use RemoteFilesystem everywhere we do http requests 13 years ago
Jordi Boggiano d291d65faf Add getIO proxy to base Command class 13 years ago
Jordi Boggiano 51447074c2 Fix wording & co 13 years ago
Jordi Boggiano a5c2c6c07e Merge remote-tracking branch 'biozshock/issue225' 13 years ago
Nils Adermann 83123b2d40 Generate human readable explanations of rules which cause problems 13 years ago
Nils Adermann 2c87fe5a22 Collect solver problems in Problem objects with human readable output. 13 years ago
till 8f96786693 Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded 13 years ago
till 6f364a85b3 * do not use getSvnCommand (since we are not in object context)
* run non interacive instead of piping output to /dev/null
13 years ago
till c0ec8f16f9 * fixSvnUrl()
* extend regex to match more possible svn hosts
13 years ago
till 6d1cdb3e45 * fixSvnUrl(): to prefix absolute paths with file:// 13 years ago
Jordi Boggiano 9ed05e09f3 Fix version_compare for ubuntu that ships with versions like 5.3.3-1 (bigger than 5.3.3) 13 years ago
Nils Adermann 15e764bb3f Merge pull request #439 from Seldaek/git_push
Set push url correctly for github clones
13 years ago
Michael Wallner f65fe27097 fixed create-project with json file
the create-project command tried to instantiate a FilesystemRepository
with the json file as string instead of an JsonFile instance
13 years ago
Jérôme Tamarelle dd6608e4c2 Allow unicode characters for author in "composer init" command. 13 years ago
Jordi Boggiano 659775a607 Merge remote-tracking branch 'simensen/GitHub404FixPartTwo' 13 years ago
Jordi Boggiano 438cea6363 Regroup bootstrapers 13 years ago
Beau Simensen 38680998ed Remove the RemoteFilesystem factory and document GitHubDriver->GitDriver fallback. 13 years ago
Jordi Boggiano a5edc9e357 Extract package purging in a method and fix variable overriding 13 years ago
Jordi Boggiano a02940cafb Fix tests 13 years ago
Jordi Boggiano b855643865 Usability fix 13 years ago
Jordi Boggiano 3b77d25a3c Merge remote-tracking branch 'hason/priority'
Conflicts:
	src/Composer/Factory.php
13 years ago
Jordi Boggiano 96b07ffb7b Ensure missing packages are reinstalled if they are deleted from the filesystem, fixes #355, fixes #437 13 years ago
Beau Simensen ce08b2fc4f Fix HTTPS through Proxy errors. 13 years ago
Jordi Boggiano 7ab3a96874 Micro-optimization 13 years ago
Jordi Boggiano 4b24b972a7 Improve stripping 13 years ago
Jordi Boggiano 32adc8908d Fix line numbers in phars 13 years ago
till 5fdd09104f resolve conflict 13 years ago