Jordi Boggiano
b6680b6f2a
Fix why-not command to dig deeper when it is given a specific version it checks installed packages against that version's requirements
2016-04-21 22:16:05 +01:00
Jordi Boggiano
f13e0f975f
Add --no-secure-http flag to temporarily disable secure-http in create-project installation of the root package, fixes #5121
2016-04-21 21:11:33 +01:00
Jordi Boggiano
95e0347917
Merge branch '1.0'
2016-04-21 12:40:42 +01:00
Jordi Boggiano
4ed1e88689
Update changelog
2016-04-21 12:30:00 +01:00
Jordi Boggiano
a5f86b6ea0
Fix all other instances of addcslashes that might have issues with $ signs in strings, refs #5221
2016-04-21 12:16:46 +01:00
Jordi Boggiano
47bba5bd14
Merge remote-tracking branch 'danieliancu/1.0' into 1.0
2016-04-21 12:01:36 +01:00
Jordi Boggiano
ff46816e79
Add support for file:///c:/-style paths, refs #3338
2016-04-21 11:00:41 +01:00
Jordi Boggiano
766c45c047
Add support for local paths pointing directly at the .git folder instead of actual repo, refs #3338
2016-04-21 11:00:03 +01:00
Rob
66e6c521f1
Merge pull request #5226 from forevermatt/patch-1
...
Fix small typos in doc/articles/scripts.md
2016-04-21 10:04:02 +02:00
Daniel Iancu
3bdb0ee5fd
Fix addMainKey method of JsonManipulator with content having $n
...
This will store correctly passwords having a dolloar sign followed by a digit in the auth.json file.
If the content variable has "$n" (where n consists of digits) it will match as a replacement reference for preg_replace and thus it will get stripped because there's no such parenthesized pattern.
2016-04-20 22:34:39 +03:00
Jordi Boggiano
2f9a4bf10b
Merge pull request #5224 from Seldaek/always-include-dev-in-lock
...
Always resolve dev packages even when doing an update with --no-dev
2016-04-20 19:18:49 +01:00
forevermatt
f1a16596d1
Fix small typos
2016-04-20 13:25:06 -04:00
Jordi Boggiano
4de17cef6b
Always resolve dev packages even when doing an update with --no-dev, fixes #5016
2016-04-20 12:34:04 +01:00
Jordi Boggiano
2062070be9
Warn users with secure-http disabled once per hostname they access insecurely to avoid bad URLs going by undetected, fixes #5008
2016-04-19 22:29:04 +01:00
Jordi Boggiano
11daebcb3a
Merge pull request #5210 from Seldaek/fix_partial_updates_from_dirty_state
...
Fix partial updates from a dirty state and apply exactly the locked state
2016-04-19 20:07:52 +01:00
Jordi Boggiano
47ea9d8ddc
Merge branch '1.0'
2016-04-19 20:04:19 +01:00
Jordi Boggiano
c7c8335b8b
Fix updating of dev refs if they are not whitelisted
2016-04-19 20:03:14 +01:00
Jordi Boggiano
e656834d7b
Merge pull request #5220 from MichaelFoss/patch-1
...
Convert documentation to ordered list
2016-04-19 16:18:08 +01:00
Jordi Boggiano
31dcc0bdea
Merge branch '1.0'
2016-04-19 15:44:38 +01:00
Jordi Boggiano
1bf711fe1f
Guard against mbstring func_overload, fixes #5218
2016-04-19 15:44:13 +01:00
Michael Foss
6ffc39a0ad
Convert documentation to ordered list
...
Switch the dependency management documentation
to an ordered list from a pseudo-ordered list. This
has the benefit of using more structured markdown,
and the added benefit of matching the "Suppose"
list items with corresponding "Composer" list items.
2016-04-19 10:15:03 -04:00
Jordi Boggiano
467ece15ed
Skip regex engine when not necessary
2016-04-19 11:53:24 +01:00
Jordi Boggiano
21a9f21cc8
Add package filtering in show command, fixes #5212 , closes #5215
2016-04-19 11:31:41 +01:00
Jordi Boggiano
89cfde051d
Convert exception to a warning, refs #5205
2016-04-19 11:00:39 +01:00
Jordi Boggiano
fa5c73f0d8
Merge remote-tracking branch 'curry684/issue-5186'
2016-04-19 10:57:45 +01:00
Jordi Boggiano
fc33e0835e
Merge branch '1.0'
2016-04-19 10:52:01 +01:00
Michael Aherne
830644f374
Observe COMPOSER environment variable in init command
2016-04-19 10:51:44 +01:00
Niels Keurentjes
43eb471ec2
Code cleanup and ensure checked file is unique.
2016-04-19 01:39:32 +02:00
Jordi Boggiano
de5bfcb4c5
Fix partial updates from a dirty state and apply exactly the locked state, fixes #3468
2016-04-18 23:33:04 +01:00
Jordi Boggiano
aed818fda2
Merge branch '1.0'
2016-04-18 23:31:56 +01:00
Jordi Boggiano
feda2a283f
Improve error reporting some more, fixes #4310
2016-04-18 23:03:00 +01:00
Jordi Boggiano
b10074338c
Fix tests
2016-04-18 22:17:04 +01:00
Jordi Boggiano
118d8fb52f
Output composer/php/os version info in debug mode
2016-04-18 22:09:07 +01:00
Jordi Boggiano
993fd06858
Merge branch '1.0'
2016-04-18 21:14:03 +01:00
Jordi Boggiano
f04802ad68
Update changelog
2016-04-18 21:13:28 +01:00
Jordi Boggiano
30ef73f7b2
Merge branch '1.0'
2016-04-18 20:42:53 +01:00
David Zuelke
d716c73333
fail download on content-length mismatch
2016-04-18 20:42:38 +01:00
Jordi Boggiano
27f216dba4
Merge pull request #5204 from peterrehm/update-channel
...
Show channel even if there is no new version on the current channel
2016-04-18 10:36:19 +01:00
Jordi Boggiano
b018292357
Update deps, fixes #5209
2016-04-18 10:34:38 +01:00
Jordi Boggiano
e3f957324d
Merge branch '1.0'
2016-04-18 10:23:42 +01:00
Niels Keurentjes
d5158d943f
Exempt custom URLs from secure-http checks, refs #5173
2016-04-18 10:23:10 +01:00
Jordi Boggiano
73139a59bf
Update origin remote URL when package URL changed and origin still uses the same url as the composer remote, fixes #3874
2016-04-18 10:10:12 +01:00
Jordi Boggiano
1a334b0f6f
Merge branch '1.0'
2016-04-18 09:35:26 +01:00
Sami Jawhar
9d2db57f65
BinaryInstaller::generateWindowsProxyCode() now trims both single and double quotes from $binPath when creating windows .bat file.
2016-04-18 09:35:11 +01:00
Jordi Boggiano
6d20146d08
Normalize URL updates to point to the correct reference and always update URLs consistently, fixes #3849 , fixes #4126
2016-04-18 09:34:23 +01:00
Jordi Boggiano
398feb3c90
Merge pull request #5208 from ktomk/patch-9
...
Support empty directories with tar-files, closes #5206
2016-04-18 09:29:00 +01:00
Tom Klingenberg
73d04bf28b
Support empty directories with tar-files, closes #5206
...
- Report: #5206
- Ref: 8389b4b
2016-04-18 00:24:44 +02:00
Niels Keurentjes
28e9193e9e
Check temp folder usability before runtime to prevent weird errors.
2016-04-16 21:01:10 +02:00
Peter Rehm
bdd90a49c4
Show channel even if there is no new version on the current channel
2016-04-16 19:15:12 +02:00
Jordi Boggiano
76350676b5
Warn on exact/overly strict constraints, fixes #2746
2016-04-15 16:37:47 +01:00