3382 Commits (c1cae8d838502291ca0ed91d919a7b0adb2a7dbd)
 

Author SHA1 Message Date
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
Jordi Boggiano e78a21015b Dont try to gzip decode empty responses, refs #1846 11 years ago
Jordi Boggiano c8f5b72166 Update dependencies, fixes #1844 11 years ago
Marco Pivetta d7e8aa49a5 Adding failing test to show the current failure in circular deps resolution 11 years ago
Jordi Boggiano 343d4effaa Fix usage of GitDownloader with relative paths, fixes #1843 11 years ago
Jordi Boggiano 81f1451118 Clarify exception message when an empty response is returned 11 years ago
Jordi Boggiano 5264d0637b Fix regression added in 33af9eea95, fixes #1841 11 years ago
Jordi Boggiano 823ca21e6c Merge pull request #1840 from Josiah/patch-1
Update InstallerInterface.php
11 years ago
Jordi Boggiano b1989a5fc0 Remove leftover copy 11 years ago
Jordi Boggiano 566313834a Add workaround for php bug 64634 in copy 11 years ago
Jordi Boggiano 33af9eea95 Always dump packages, even if only an alias is added, fixes #1809 11 years ago
Josiah ce71dfb10e Update InstallerInterface.php
Fixed an incorrect documentation variable reference
11 years ago
Jordi Boggiano 606f5839f1 Unfold aliased root packages, refs #1573 11 years ago