Jordi Boggiano
|
0ac89b2d99
|
Merge pull request #491 from brikou/issue_with_symlinks
fixed issue when creating symlinks under linux (not always allowed ... issue #486)
|
2012-03-23 02:47:07 -07:00 |
Igor Wiedler
|
0fe90c5d87
|
update some links to point to getcomposer.org
|
2012-03-23 09:08:52 +01:00 |
Brikou CARRE
|
3ae860f485
|
fixed issue #486
|
2012-03-23 08:53:32 +01:00 |
Baptiste "Talus" Clavie
|
15b70e2096
|
[ClassLoader] Removing trailing whitespaces
|
2012-03-22 11:45:44 +01: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 |
Mateusz Heleniak
|
2a9e8350b0
|
fixed GitDriver - set correct working directory for cli commands
|
2012-03-22 00:45:31 +01:00 |
Jordi Boggiano
|
ea2d46bcff
|
Fix ComposerRepository calls, fixes #475
|
2012-03-20 17:42:37 +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 |
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
|
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
|
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 |
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 |
Jérôme Tamarelle
|
dd6608e4c2
|
Allow unicode characters for author in "composer init" command.
|
2012-03-15 23:06:00 +01:00 |
Jordi Boggiano
|
659775a607
|
Merge remote-tracking branch 'simensen/GitHub404FixPartTwo'
|
2012-03-15 18:16:31 +01:00 |
Beau Simensen
|
38680998ed
|
Remove the RemoteFilesystem factory and document GitHubDriver->GitDriver fallback.
|
2012-03-14 18:44:27 -07: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
|
3b77d25a3c
|
Merge remote-tracking branch 'hason/priority'
Conflicts:
src/Composer/Factory.php
|
2012-03-15 01:01:46 +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 |
Beau Simensen
|
ce08b2fc4f
|
Fix HTTPS through Proxy errors.
|
2012-03-14 15:40:51 -07:00 |
Jordi Boggiano
|
7ab3a96874
|
Micro-optimization
|
2012-03-14 15:38:56 +01:00 |
Jordi Boggiano
|
4b24b972a7
|
Improve stripping
|
2012-03-14 15:38:55 +01:00 |
Jordi Boggiano
|
32adc8908d
|
Fix line numbers in phars
|
2012-03-14 15:38:55 +01:00 |
Martin Hasoň
|
01c1878aea
|
Save local repo after each success operation
|
2012-03-12 12:24:11 +01:00 |
Igor Wiedler
|
cd6eb49427
|
fix notice when running show command on package without keywords
|
2012-03-11 23:42:27 +01:00 |
Jordi Boggiano
|
e763af7412
|
Set push url correctly for github clones
|
2012-03-11 21:01:41 +01:00 |
Jordi Boggiano
|
09083089ff
|
Merge remote-tracking branch 'digitalkaoz/show_command_keywords'
Conflicts:
src/Composer/Command/ShowCommand.php
|
2012-03-11 17:02:54 +01:00 |
Jordi Boggiano
|
6b453906f0
|
Merge pull request #432 from digitalkaoz/issue_428
fluent api for installer options
|
2012-03-11 08:55:44 -07:00 |
Jordi Boggiano
|
b024615e41
|
Merge pull request #433 from simensen/InstallerCleanup
Remove unneeded code from UpdateCommand
|
2012-03-11 08:47:46 -07:00 |
Jordi Boggiano
|
5dba49af54
|
Show package descriptions in show/search commands, merge similar packages in show, fixes #366
|
2012-03-11 16:44:18 +01:00 |
Jordi Boggiano
|
33c926c303
|
Show/Search command cleanups
|
2012-03-11 16:09:29 +01:00 |
Jordi Boggiano
|
67eaae3842
|
Merge remote-tracking branch 'digitalkaoz/issue_323'
|
2012-03-11 15:57:03 +01:00 |
Jordi Boggiano
|
58b8f5f8b6
|
Merge pull request #436 from perprogramming/hg_change_url
Fixed the HgDownloader when changing the repo url
|
2012-03-11 07:46:32 -07:00 |