SofHad
|
dc9429c82a
|
Remove deprecated TableHelper and update table style
|
2014-12-26 01:43:36 +01:00 |
SofHad
|
c93305a805
|
To show instead of open the repository or homepage URL
|
2014-12-26 00:07:49 +01:00 |
Nils Adermann
|
4569f528f6
|
Merge pull request #3583 from stof/complex_stability_flag_issue
Fix the parsing of stability flags on complex constraints
|
2014-12-22 12:50:02 +01:00 |
Christophe Coevoet
|
d8813341c3
|
Support parsing stability flags on complex constraints
Fixes #3570
|
2014-12-22 12:31:34 +01:00 |
Christophe Coevoet
|
267af928df
|
Add a failing testcase for stability flags in complex constraints
Refs #3570
|
2014-12-22 12:27:56 +01:00 |
Arfan
|
70007fee4e
|
Typo edited.
Silly typo edit.
|
2014-12-21 02:18:29 +05:30 |
Jordi Boggiano
|
a422d67e27
|
Merge pull request #3567 from tomzx/patch-1
Minor fix to the HTTP Basic Authentication documentation
|
2014-12-18 10:37:32 +00:00 |
tomzx
|
6b5a531782
|
Minor fix to the HTTP Basic Authentication documentation
Replaced JSON array with JSON object since you cannot assign key values in an array.
|
2014-12-17 21:11:36 -05:00 |
Jordi Boggiano
|
60ac971419
|
Fix relative path fetching when a var uses var replacement, fixes #3564
|
2014-12-17 21:57:27 +00:00 |
Jordi Boggiano
|
e0291f3a30
|
Fix parsing of empty git commits, fixes #3565
|
2014-12-17 15:25:22 +00:00 |
Christophe Coevoet
|
d22070526f
|
Add the package license for PEAR packages
Refs https://github.com/composer/satis/issues/192
|
2014-12-16 18:08:38 +01:00 |
Jordi Boggiano
|
c54d6f93e3
|
Add --absolute to resolve absolute paths in config command, otherwise set default back to relative
|
2014-12-16 14:28:51 +00:00 |
Jordi Boggiano
|
331bda235c
|
Fix activation of global plugins, fixes #3557
|
2014-12-16 11:12:13 +00:00 |
Jordi Boggiano
|
2b16a73659
|
Load plugins before purging packages, fixes #3557
|
2014-12-15 20:34:23 +00:00 |
Jordi Boggiano
|
0c87048fed
|
Also detect full temp dir, fixes #3559
|
2014-12-15 20:22:08 +00:00 |
Jordi Boggiano
|
bf6453707b
|
Merge pull request #3554 from loonies/doc-fix-variable
Fix documented Composer home variable name
|
2014-12-15 13:54:55 +00:00 |
Jordi Boggiano
|
f592a36b9e
|
Merge pull request #3556 from alcohol/add-option-no-progress-to-selfupdate
added --no-progress to self-update
|
2014-12-15 09:25:45 +00:00 |
Rob Bast
|
47fd093a44
|
added --no-progress to self-update
closes composer/composer#3555
|
2014-12-15 08:45:13 +01:00 |
Miodrag Tokić
|
12ba415f0e
|
Fix documented Composer home variable name
|
2014-12-14 22:55:49 +01:00 |
Jordi Boggiano
|
523aef76d0
|
Fix tests again..
|
2014-12-14 13:46:37 +00:00 |
Jordi Boggiano
|
901fd838f3
|
Merge pull request #3450 from nicolas-grekas/prefer-lowest-stable
add --prefer-lowest and --prefer-stable to update command
|
2014-12-14 13:02:06 +00:00 |
Jordi Boggiano
|
d621c51b2c
|
Bullet-proof global composer instantiation
|
2014-12-14 12:36:58 +00:00 |
Nicolas Grekas
|
e821ac2772
|
Persist prefer-lowest in composer.lock
|
2014-12-14 10:29:41 +01:00 |
Jordi Boggiano
|
4cc52afcc4
|
Update deps
|
2014-12-13 18:54:43 +00:00 |
Jordi Boggiano
|
0627d846a5
|
PluginManager refactoring, fixes #3550
|
2014-12-13 18:54:42 +00:00 |
Jordi Boggiano
|
e1921ac962
|
Merge pull request #3551 from alcohol/minor-documentation-adjustments
WIP: rewriting some documentation sections
|
2014-12-13 18:06:37 +00:00 |
Rob
|
2e4cb8be33
|
scrapping next line
|
2014-12-13 19:05:52 +01:00 |
Rob
|
d26f817cfd
|
rewriting some documentation sections
|
2014-12-13 18:59:14 +01:00 |
Jordi Boggiano
|
1622b9a390
|
Fix tests
|
2014-12-13 16:14:03 +00:00 |
Jordi Boggiano
|
90a29c127f
|
Fix bug when installing
|
2014-12-13 16:10:51 +00:00 |
Jordi Boggiano
|
cf9d5f637b
|
Suppress errors when creating global composer
|
2014-12-13 15:58:42 +00:00 |
Jordi Boggiano
|
dcd2c9c7c6
|
Make sure global plugins are purged as well, fixes #3115
|
2014-12-13 15:49:35 +00:00 |
Jordi Boggiano
|
8c3ee03734
|
Enough intermittent failures already
|
2014-12-13 15:14:54 +00:00 |
Jordi Boggiano
|
cc4223e6f9
|
Avoid loading plugins that have had their code wiped from filesystem, fixes #3115, closes #3538
|
2014-12-13 14:54:34 +00:00 |
Jordi Boggiano
|
bef89604e2
|
Fix parsing of strings, fixes #3543
|
2014-12-13 14:31:58 +00:00 |
Nils Adermann
|
e844ead223
|
Merge pull request #3467 from naderman/fix-update-whitelist-unused
Add test case for removing unused dependencies on whitelisted update
|
2014-12-13 14:48:24 +01:00 |
Jordi Boggiano
|
d515577560
|
Fix wording, refs #3466
|
2014-12-13 13:37:05 +00:00 |
Jordi Boggiano
|
d6d8fe5f55
|
Merge remote-tracking branch 'PaulSchell/patch-1'
|
2014-12-13 13:35:41 +00:00 |
Jordi Boggiano
|
aec1af4e11
|
Point users at troubleshooting if they get known exceptions
|
2014-12-13 11:47:22 +00:00 |
Jordi Boggiano
|
07ad1da3ac
|
Fix HHVM interop
|
2014-12-13 11:13:25 +00:00 |
Nicolas Grekas
|
98b254a3ec
|
split update --prefer-lowest and --prefer-stable
|
2014-12-13 11:51:30 +01:00 |
Nicolas Grekas
|
4a0feb0189
|
add --prefer-lowest-stable to update command
|
2014-12-13 11:51:30 +01:00 |
Jordi Boggiano
|
2264a80a7d
|
Merge pull request #3549 from localheinz/feature/sort-dependencies
Enhancement: Add sort-packages option which allows sorting of packages
|
2014-12-13 10:44:56 +00:00 |
Andreas Möller
|
6ddd8d4ec7
|
Enhancement: Add sort-packages option which allows sorting of packages
|
2014-12-13 00:24:14 +01:00 |
Jordi Boggiano
|
89a7202399
|
Merge pull request #3547 from alcohol/fix-reflection
fix reflection implementation in EventDispatcher
|
2014-12-12 22:45:23 +00:00 |
Rob
|
d9b8b3611b
|
fixes composer/composer#3546
|
2014-12-12 22:33:04 +01:00 |
Jordi Boggiano
|
76c666e210
|
Merge pull request #3544 from alcohol/match-event-to-listener-expectation
fix for composer/composer#3382
|
2014-12-12 18:18:12 +00:00 |
Rob Bast
|
113606be7b
|
should fix composer/composer#3382
|
2014-12-12 18:41:37 +01:00 |
Jordi Boggiano
|
55895ab494
|
Skip tests on hhvm
|
2014-12-12 13:33:45 +00:00 |
Jordi Boggiano
|
da881c118b
|
Fix failures
|
2014-12-12 13:15:34 +00:00 |