7240 Commits (e09c632c146cf8553d4d8ebe35ca1cc824035d99)
 

Author SHA1 Message Date
Kévin Dunglas 3e3fd3c6b1
Remove unused variable 8 years ago
Tomáš Fejfar dbc5d3a83f Clarify allowed format for repositories key
Using JSON object should be discouraged as there is no explicit order
of keys in JSON object. Even though it's deterministic in current PHP
version, it may change any time. As stated on http://json.org/:
"An object is an unordered set of name/value pairs. An object begins
with { (left brace) and ends with } (right brace). Each name is
followed by : (colon) and the name/value pairs are separated
by , (comma)."

Fixes #2802.
8 years ago
Jordi Boggiano c540dace8c Merge pull request #5765 from fabpot/remove-obsolete-code
removed obsolete code
8 years ago
Jordi Boggiano 4cd6eabdba Merge branch '1.2' 8 years ago
Jordi Boggiano fd891d2e78 Merge pull request #5758 from stof/clean_test_namespace
Fix namespace for tests for consistency
8 years ago
Jordi Boggiano ca1168478b Remove expander blocks in issue template 8 years ago
Jordi Boggiano 823a673b12 Merge pull request #5770 from fabpot/var-decl-missing
added missing var declaration
8 years ago
Fabien Potencier b502a35fc1 added missing var declaration 8 years ago
Fabien Potencier 2853e82400 removed obsolete code 8 years ago
Christophe Coevoet d5810c8a36 Fix namespace for tests for consistency 8 years ago
Rob Bast a45ae5f585
fix test 8 years ago
Rob Bast 62a890df5c
add dist/source to package definition 8 years ago
Rob Bast 64317e1ff8
bring arraydumper in line with json schema spec and packagist 8 years ago
Rob Bast 585773a3cc
changes based on feedback from @stof in #5739 8 years ago
Nils Adermann 23d2e5600a Merge pull request #5738 from Toflar/reduce-hashing-calls
Reduce calls on Rule::getHash()
8 years ago
Jordi Boggiano d0206233f3 Merge pull request #5739 from alcohol/composer-repository-json-schema
[wip] composer repository json schema
8 years ago
Rob Bast 9437122acc
composer repository json schema 8 years ago
Yanick Witschi 7b5fe5c7d4 CS 8 years ago
Jordi Boggiano af41a814b5 Merge pull request #5747 from alcohol/remove-includes-from-docs
remove 'includes' references from docs
8 years ago
Rafael Kassner 34ec5fba58 Code review fixes 8 years ago
Rafael Kassner 44634a689d HgDriver does not identify bitbucket mercurial repos correctly 8 years ago
Rob Bast 7377db32ae
remove 'includes' references from docs
Relates to #5739 - we do not want to mention attributes/properties that
are considered legacy and/or deprecated.

Also reflowed some lines.
8 years ago
Jordi Boggiano 32e3464e02 Merge pull request #5740 from dzuelke/platform_zts_debug
Add php-debug and php-zts virtual platform packages
8 years ago
Jordi Boggiano 1c34248022 Check that PHP_ZTS is defined 8 years ago
Jordi Boggiano 9b08ee48db Update platform package regex 8 years ago
David Zuelke 19126d76a6 unify php-* package description grammar 8 years ago
David Zuelke a26c03eef0 add php-zts virtual platform package 8 years ago
David Zuelke 0f68c01094 add php-debug virtual platform package 8 years ago
Yanick Witschi a9e88a27b3 CS 8 years ago
Yanick Witschi 4a769a785c Reduce calls on Rule::getHash() 8 years ago
Roel Arents 489a8f3d5a revert to simply making an exception (no acces_token) for bitbucket/user/repo/downloads URLs
[#5584]
8 years ago
Roel Arents d338a95174 use seldaek's bitbucket repo for unit tests instead of 3rd party 8 years ago
berlinger-rarents 5123c5cf76 remove redundant truth check 8 years ago
Jordi Boggiano 00c1b601c8 Add link to docs, fixes #5712 8 years ago
Jordi Boggiano b6cc2c7b83 Merge pull request #5665 from radmiraal/default-strategy-from-environment
Allow setting default transport strategy for path repositories
8 years ago
Jordi Boggiano 0c4cae056f Simplify code 8 years ago
Jordi Boggiano e3a5b4c723 Wording tweaks, refs #5733 8 years ago
Jordi Boggiano 902a5c32db Add bug ref 8 years ago
AnrDaemon c774d41a9c Fix realpath() failing on Windows 8 years ago
Jordi Boggiano 117e09ca48 Merge pull request #5728 from alcohol/pool-priority-matters
add a test that asserts pool priority matters
8 years ago
Jordi Boggiano 205030afc6 Merge pull request #5726 from alcohol/what-provides-stability-ordering-issue
What provides stability ordering issue
8 years ago
berlinger-rarents 8845ea467a try bitbucket downloads first time without auth
also add tests for #5584
8 years ago
vbashkirtsev eb494e5464 Elaborated on importance of PHP extension dependencies
@Seldaek: As discussed yesterday here addition to the docs re PHP extensions. I have put it as a note as it appears emphasized for users to notice easily.
8 years ago
Rob Bast 9cbcda9ae6
add test that asserts pool priority matters
also switch assertEquals for assertSame
8 years ago
Rob Bast 710bb0d008
fix based on test, fixes #5724 8 years ago
Rob Bast 9f2bd34c87
test copied from #5724 8 years ago
Jordi Boggiano d7f821434d Merge pull request #5723 from alcohol/user-password-mask-patch
User password masking patch
8 years ago
Rob Bast e60eff5f2e
apply patch 8 years ago
Rob Bast b4fd19aae4
add test exposing the problem 8 years ago
berlinger-rarents 64fc8ffe3d prevent (prompt for) auth for bitbucket public downloads
#5584
8 years ago