3594 Commits (9b70b89b8f8d60b56b5900ea232109427604c748)
 

Author SHA1 Message Date
Jordi Boggiano 5267bafa2c Retry fetching composer.json files twice since github returns 404s at random at the moment
@bhuga confirmed it is the best approach until github finds a fix. /cc @gillesruppert enjoy whatever your bet wins you
11 years ago
Jordi Boggiano 3f2b9b4d4b Avoid overwriting notification-url 11 years ago
jos101 8bbb6b9190 Update 00-intro.md 11 years ago
jos101 14260d09c5 Enable php_openssl.dll in php.ini
it specifies to enable the extension php_openssl.dll in php.ini. When php_openssl.gll is disabled, the command show an error in the function file_get_contents but not specify that is necesary to enable php.ini.
11 years ago
Jordi Boggiano 7073d3876e Merge pull request #1891 from drak/patch-1
Make namespaces much more explicit
11 years ago
Drak 4f18f8242c Update 04-schema.md 11 years ago
Drak 38f13f8a44 Update 04-schema.md 11 years ago
Drak 95b2ddb33e Make namespaces much more explicit 11 years ago
Sam Minnee be9aae5bab Formatting updates for PSR-2 compliance. 11 years ago
Sam Minnee b25457a8c1 Refactor wildcard matching to use manipulateVersionString 11 years ago
Sam Minnee 34a21516c8 Fix tilde constraints without a stability suffix to work like wildcard constraints.
With this fix, a tilde constraint such as ~3.1 won't match unstable versions of 3.1,
but a wildcard constraint such as 3.1.* would.  This seems like a confusing
inconsistency, and so I have corrected it.
11 years ago
Jordi Boggiano 2e25a9298d Document a hack 11 years ago
Jordi Boggiano df7114869b Fix handling of multilines in previous commit 11 years ago
Jordi Boggiano 20ef3e3c5b Clarify usage of addcslashes 11 years ago
Jordi Boggiano 3b48a1fea6 Fix JsonManipulator handling of package links, fixes #1465 11 years ago
Jordi Boggiano bebe86262a Refactor self.version update to work on all link types, refs #1883 11 years ago
Jordi Boggiano 460ab04d4d Merge remote-tracking branch 'sminnee/create-project-self-version' 11 years ago
Jordi Boggiano 3bd6af690d Allow JsonManipulator::addMainKey to update top level keys as well 11 years ago
Jordi Boggiano 7f7d13450e Clarify code a bit 11 years ago
Jordi Boggiano 2f4656e87a Merge remote-tracking branch 'simensen/installed-packages' 11 years ago
Jordi Boggiano b0b90cb61c Merge pull request #1886 from phansys/local-fs-check
Added local filesystem permission checks for self-update
11 years ago
Phansys b992c29eb5 Added earlier permission checks in local filesystem before start download. 11 years ago
Phansys d574e5fcab Added FilesystemException to handle errors on local filesystem. 11 years ago
Beau Simensen 3a0e4af132 Ensure packages in additional installed repository are not updated
The underlying assumption of the additional installed repository is that those
packages are installed in such a way that they cannot be updated. Prior to this
fix they were still candidates for change. This ensures that they are treated
like platform and root packages and are not candidates for update.
11 years ago
Sam Minnee d3437d6e76 NEW: Rewrite self.version in create-project (Fixes #1351)
When composer create-project is called and the resulting project is disconnected from the
parent repo, self.version references no longer work.  To fix that, this patch rewrites
self.version to the actual version number as part of 'composer create-project' execution
11 years ago
Jordi Boggiano 82fc3b3eb3 Merge pull request #1872 from pborreli/patch-4
Don't throw an update warning when using selfupdate alias
11 years ago
Pascal Borreli 390ac65466 Don't throw an update warning when using selfupdate alias 11 years ago
Jordi Boggiano 70c86ca18e Merge pull request #1871 from taylorotwell/master
Added "pre-autoload-dump" event.
11 years ago
Taylor Otwell 60cd875cc2 Added "pre-autoload-dump" event.
This event is fired before the autoload file is generated, for either
an install or update command.
11 years ago
Jordi Boggiano 8a06e461e5 Fix a few bugs, fixes #1867 11 years ago
Jordi Boggiano 976fe48a72 Optimize grabbing of first char 11 years ago
Jordi Boggiano 94175ce432 Make performance of the class loader more constant across classes 11 years ago
Jordi Boggiano 5ba147663d Use ClassLoader::set to initialize the class loader paths 11 years ago
Jordi Boggiano dc71ba557b Consistently use arrays as paths for a given namespace prefix 11 years ago
Jordi Boggiano b00081f4f4 Update release date 11 years ago
Jordi Boggiano 9d948eb795 Merge branch 'disjunctive' 11 years ago
Jordi Boggiano b422261219 Add missings bits and pieces to cli docs 11 years ago
Jordi Boggiano 6c84372786 Update changelog 11 years ago
Jordi Boggiano 4b26c627ff Retry file downloads 3 times before giving up in case of basic network failure 11 years ago
Jordi Boggiano b4ff2032cf Merge pull request #1856 from jbboehr/patch-1
Update AutoloadGenerator.php
11 years ago
John Boehr caad88c047 Update AutoloadGenerator.php
This should fix an issue with this commit:
87a42c2f01

This commit is causing a parse error in autoload_namespaces.php:
return array(
    'zsql' => 'phar://' . '$vendorDir . '/jbboehr/zsql/build/zsql.phar',

A similar problem happens when using autoload.files as well.
11 years ago
Jordi Boggiano a7e88f7a80 Unfold aliases in streamable repos since aliases are already loaded by the pool, refs #1346, fixes #1851 11 years ago
Jordi Boggiano 326faf2b51 Minor cleanups 11 years ago
Jordi Boggiano 7687d189e3 Merge pull request #1850 from bitExpert/fix/recursive_get
Fix for recursion problem with wrong http basic auth credentials
11 years ago
Stephan Hochdörfer 4d92626ef0 Fix for recursion problem with wrong http basic auth credentials. First
I got an "array_replace_recursive(): Argument #2 is not an array" error
and after fixing that it resulted in another error saying "Undefined
variable: result".
11 years ago
Jordi Boggiano 29fcca8595 Avoid weird recursion pattern by retrying after the first request is complete 11 years ago
Jordi Boggiano 4d52900dff Bypass failure if the server is just asking for credentials, fixes #1845 11 years ago
Jordi Boggiano b9a44a0057 Add RootAliasPackage, fixes #1842 11 years ago
Jordi Boggiano 9d814c948e Adjust circular dep test 11 years ago
Jordi Boggiano 5cddc9ebc0 Merge remote-tracking branch 'Ocramius/regression/circular-dependency-and-alias-aliases' 11 years ago