Nils Adermann
|
b2a2601e50
|
Merge pull request #489 from Taluu/master
[ClassLoader] Optimization: condition that do not belong in a loop
|
2012-03-22 03:32:23 -07:00 |
Baptiste "Talus" Clavie
|
6957743aee
|
[ClassLoader] Corrected indentation
|
2012-03-22 11:19:01 +01:00 |
Baptiste "Talus" Clavie
|
6782287091
|
[ClassLoader] Got an if-condition out of a unnecessary loop
|
2012-03-22 11:12:30 +01:00 |
Martin Hasoň
|
1f8c9eeb6c
|
Added parameter $inDirectory to method Filesystem::findShortestPath
|
2012-03-22 10:11:48 +01:00 |
Jordi Boggiano
|
b11f72eed7
|
Merge pull request #487 from mheleniak/fix_git_driver
correct working directory for cli commands, fixes #482
|
2012-03-22 01:42:44 -07:00 |
Mateusz Heleniak
|
2a9e8350b0
|
fixed GitDriver - set correct working directory for cli commands
|
2012-03-22 00:45:31 +01:00 |
Martin Hasoň
|
afc04c9e53
|
Fixed creating shortest paths in AutoloadGenerator
|
2012-03-21 14:29:24 +01:00 |
Martin Hasoň
|
fde38dacec
|
Added test for generated classmap files
|
2012-03-21 13:58:35 +01:00 |
Martin Hasoň
|
81e8261692
|
Added tests for traits
|
2012-03-21 12:57:50 +01:00 |
Jordi Boggiano
|
d8cdaf8169
|
Merge pull request #483 from rejinka/master
Corrected a line in the documentation
|
2012-03-21 03:40:01 -07:00 |
Tony Lemke
|
108c921fde
|
corrected namespace for Logger::WARNING
|
2012-03-21 11:37:38 +01:00 |
Jordi Boggiano
|
ea2d46bcff
|
Fix ComposerRepository calls, fixes #475
|
2012-03-20 17:42:37 +01:00 |
Jordi Boggiano
|
45b2165057
|
Fix tests
|
2012-03-20 14:37:14 +01:00 |
Jordi Boggiano
|
81fdd790f2
|
Notes on HTTP_PROXY env var
|
2012-03-20 14:03:01 +01:00 |
Jordi Boggiano
|
31ed0c1fb0
|
Fix progress display getting stuck at 95%
|
2012-03-20 12:50:44 +01:00 |
Jordi Boggiano
|
1a32b15003
|
Fix docs
|
2012-03-20 12:50:23 +01:00 |
Jordi Boggiano
|
79c2bf139e
|
Update vendors
|
2012-03-19 08:36:16 +01:00 |
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 |
till
|
8f96786693
|
Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded
|
2012-03-18 17:36:28 +01:00 |
till
|
6f364a85b3
|
* do not use getSvnCommand (since we are not in object context)
* run non interacive instead of piping output to /dev/null
|
2012-03-18 17:35:32 +01:00 |
till
|
c0ec8f16f9
|
* fixSvnUrl()
* extend regex to match more possible svn hosts
|
2012-03-18 16:36:30 +01:00 |
till
|
6d1cdb3e45
|
* fixSvnUrl(): to prefix absolute paths with file://
|
2012-03-18 16:36:03 +01:00 |
till
|
66d53aafef
|
add more examples to the dataprovider
|
2012-03-18 16:35:09 +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 |