1
0
Fork 0
Commit Graph

1207 Commits (366e98288e3a5b80faa6a971b67f1f173a4742f8)

Author SHA1 Message Date
Nils Adermann 366e98288e Merge pull request #473 from Seldaek/gzip
Automatic gzip encoding support
2012-03-18 15:18:40 -07:00
Jordi Boggiano bcbdb97cc6 Fix message when no composer file is found in a tag 2012-03-18 23:02:46 +01:00
Jordi Boggiano 72b7b169e7 Fix warning 2012-03-18 22:58:53 +01:00
Jordi Boggiano 39f16fb7ff Update CHANGELOG 2012-03-18 22:49:15 +01:00
Jordi Boggiano 5fd50080ab Print details about missing extensions, fixes #312 2012-03-18 22:45:22 +01:00
Jordi Boggiano b12e73792c Handle SolverProblemException nicer 2012-03-18 22:43:07 +01:00
Jordi Boggiano e8bf6e9067 Merge remote-tracking branch 'naderman/human-readable-errors' 2012-03-18 22:22:46 +01:00
Jordi Boggiano 22149d3a70 Fix gzip decoding after a redirect 2012-03-18 22:12:48 +01:00
Jordi Boggiano e4cce193cf Fix PEAR repository 2012-03-18 22:12:25 +01:00
Jordi Boggiano f98bd971f2 Add Gzip handling to RemoteFilesystem 2012-03-18 21:26:05 +01:00
Jordi Boggiano 7f65dd7409 Use RemoteFilesystem everywhere we do http requests 2012-03-18 21:26:04 +01:00
Jordi Boggiano d291d65faf Add getIO proxy to base Command class 2012-03-18 21:26:03 +01:00
Jordi Boggiano 51447074c2 Fix wording & co 2012-03-18 21:16:36 +01:00
Jordi Boggiano a5c2c6c07e Merge remote-tracking branch 'biozshock/issue225' 2012-03-18 21:09:37 +01:00
Nils Adermann 83123b2d40 Generate human readable explanations of rules which cause problems 2012-03-18 21:09:26 +01:00
Nils Adermann 2c87fe5a22 Collect solver problems in Problem objects with human readable output. 2012-03-18 20:41:10 +01:00
Jordi Boggiano 2249dd0548 Fix tests when openssl is disabled 2012-03-18 13:05:20 +01:00
Jordi Boggiano 502048bfd8 Fix schema nesting 2012-03-18 11:49:24 +01:00
Nils Adermann 98686e32e2 fix typo "is is" => "it is" 2012-03-17 15:02:39 +01:00
Nils Adermann 0cedd6b2fe Merge pull request #469 from Maks3w/patch-1
Typo
2012-03-17 02:25:16 -07:00
Maks 099823c369 Typo 2012-03-17 08:49:04 +01:00
Jordi Boggiano 7c43ecd81a Reflow text 2012-03-17 01:14:53 +01:00
Jordi Boggiano 9ed05e09f3 Fix version_compare for ubuntu that ships with versions like 5.3.3-1 (bigger than 5.3.3) 2012-03-16 16:07:48 +01:00
Nils Adermann 15e764bb3f Merge pull request #439 from Seldaek/git_push
Set push url correctly for github clones
2012-03-16 03:24:14 -07:00
Jordi Boggiano 136198d38d Merge pull request #460 from mike-php-net/create-project-fix
fixed create-project with json file
2012-03-16 01:41:13 -07:00
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
2012-03-16 08:40:18 +01:00
Nils Adermann 3fce97da89 Merge pull request #458 from GromNaN/utf8_author
Allow unicode characters for author in "composer init" command.
2012-03-15 15:40:35 -07:00
Jérôme Tamarelle dd6608e4c2 Allow unicode characters for author in "composer init" command. 2012-03-15 23:06:00 +01:00
Jordi Boggiano 59449feb3b Update CHANGELOG 2012-03-15 18:37:09 +01:00
Jordi Boggiano d5891fe8d0 Fix test 2012-03-15 18:32:31 +01:00
Jordi Boggiano 659775a607 Merge remote-tracking branch 'simensen/GitHub404FixPartTwo' 2012-03-15 18:16:31 +01:00
Jordi Boggiano ac36d0c396 Merge pull request #452 from weaverryan/beginning-doc-changes
Proofreading the first and second chapters of the very well-written docs
2012-03-15 05:57:55 -07:00
Ryan Weaver caf29268be Tweaks per @igorw and @Seldaek. Biggest change is the capitalization of Composer (in these first 2 chapters so far) when we're talking about the actual library 2012-03-15 07:53:34 -05:00
Jordi Boggiano 30c880e5ff Update lock file 2012-03-15 13:14:13 +01:00
Jordi Boggiano 438cea6363 Regroup bootstrapers 2012-03-15 13:14:02 +01:00
Jordi Boggiano 36c53f4b82 Merge branch 'patch-xdebug' of https://github.com/SongoQ/composer 2012-03-15 13:03:14 +01:00
Marcin Chyłek 0e0b5ac222 chache to return (file_exists() && include ); 2012-03-15 11:36:40 +01:00
Beau Simensen 38680998ed Remove the RemoteFilesystem factory and document GitHubDriver->GitDriver fallback. 2012-03-14 18:44:27 -07:00
Jordi Boggiano 82812ebc37 Update changelog 2012-03-15 02:29:53 +01:00
Marcin Chyłek 7d2a287863 Add file_exists in bootstrap.php 2012-03-15 01:51:54 +01:00
Jordi Boggiano a5edc9e357 Extract package purging in a method and fix variable overriding 2012-03-15 01:49:41 +01:00
Jordi Boggiano a02940cafb Fix tests 2012-03-15 01:28:10 +01:00
Jordi Boggiano b855643865 Usability fix 2012-03-15 01:13:25 +01:00
Jordi Boggiano 7c97abec8c Update docs on repo order 2012-03-15 01:13:10 +01:00
Jordi Boggiano 3b77d25a3c Merge remote-tracking branch 'hason/priority'
Conflicts:
	src/Composer/Factory.php
2012-03-15 01:01:46 +01:00
Marcin Chyłek 768bedc164 Fix xdebug display errors in autoload 2012-03-15 00:58:12 +01:00
Jordi Boggiano 96b07ffb7b Ensure missing packages are reinstalled if they are deleted from the filesystem, fixes #355, fixes #437 2012-03-15 00:56:04 +01:00
Jordi Boggiano 76e49aa36c Merge pull request #453 from simensen/proxy-https
Fix downloading HTTPS dists through Proxy errors
2012-03-14 16:24:05 -07:00
Beau Simensen ce08b2fc4f Fix HTTPS through Proxy errors. 2012-03-14 15:40:51 -07:00
Jordi Boggiano 71c146e2ab Merge pull request #447 from simensen/composer-branch-alias
Added a branch alias for dev-master.
2012-03-14 13:08:00 -07:00