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
|
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 |
Jordi Boggiano
|
438cea6363
|
Regroup bootstrapers
|
2012-03-15 13:14:02 +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 |
Per Bernhardt
|
9f7155a753
|
Fixed the HgDownloader when changing the repo url
|
2012-03-11 13:31:25 +01:00 |
digitalkaoz
|
3d56a5645e
|
fixed cs
|
2012-03-10 22:32:06 +01:00 |
digitalkaoz
|
741a66e504
|
added description to show command, searching in description aswell
|
2012-03-10 21:55:23 +01:00 |
digitalkaoz
|
d502065cb7
|
fixed cs
|
2012-03-10 20:14:54 +01:00 |
digitalkaoz
|
a4f6314daa
|
reverted command interfaces for installer refactoring
|
2012-03-10 19:56:15 +01:00 |
Beau Simensen
|
1e9cb6bac8
|
Use factory name instead of generator.
|
2012-03-10 10:26:03 -08:00 |
Beau Simensen
|
340ac49d87
|
Change `callback` to `callable`
|
2012-03-10 09:54:42 -08:00 |
Beau Simensen
|
8fde0379ed
|
Cleanup, not needed here.
|
2012-03-10 09:50:33 -08:00 |
digitalkaoz
|
673dd6312b
|
fluent api for installer options
|
2012-03-10 18:08:36 +01:00 |
Christophe Coevoet
|
271e908692
|
Fixed the GitDownloader when changing the repo url
|
2012-03-10 17:49:08 +01:00 |
Jordi Boggiano
|
fcca58ceb6
|
Fix phar
|
2012-03-10 10:46:30 +01:00 |
digitalkaoz
|
e6e90bb174
|
added keywords to show command
|
2012-03-10 09:57:11 +01:00 |
Beau Simensen
|
6efbc7d531
|
Enhanced GitHub API/Private Repository support
|
2012-03-09 23:49:21 -08:00 |
Jordi Boggiano
|
edf93f1fcc
|
Fix test & behavior
|
2012-03-10 02:14:40 +01:00 |
Jordi Boggiano
|
744f4b7c9a
|
Backport trait support in ClassMapGenerator from symfony
|
2012-03-10 02:00:29 +01:00 |