3409 Commits (6f6228fb1d46f13315c33dfe894697bf920bd621)
 

Author SHA1 Message Date
Francesc Rosàs 9aa0aba77c Extract email validation into a method 11 years ago
Francesc Rosàs e3b9dd10c2 Test InitCommand::parseAuthorString() 11 years ago
Jordi Boggiano e4b48d39d0 Merge pull request #1922 from Seldaek/matchbranches
Only compare branches as versions in the policy to sort packages, but not in the solver, fixes #1817
11 years ago
Jordi Boggiano 921e03c62a Merge pull request #1927 from Adduc/patch-2
Remove unused variable $valid from ConfigValidator::validate
11 years ago
Jordi Boggiano 9171c9d503 Merge pull request #1929 from Adduc/patch-4
Add class property Compiler::$version
11 years ago
Jordi Boggiano 6efca49bdd Merge pull request #1928 from Adduc/patch-3
Remove unused variable $dialog from RequireCommand::configure
11 years ago
Jordi Boggiano 8f51fb8653 Merge pull request #1926 from Adduc/patch-1
Remove unused variable $version from RootPackageLoad::load
11 years ago
John Long 908b71b7e5 Add class property Compiler::$version
Compiler::$version is referenced within compile, addFile, and getStub
11 years ago
John Long 4d6910ece6 Remove unused variable $dialog from RequireCommand::configure
I traced the get and getHelperSet to Symfony's Console\Command and Console\Helper\HelperSet, and there was only stored variables being retrieved (no actions being done that'd require these functions to be called).
11 years ago
John Long 8eda0aa8c9 Remove unused variable $valid from ConfigValidator::validate 11 years ago
John Long 159a041775 Remove unused variable $version from RootPackageLoad::load
$version is not referenced anywhere past the removed declaration.
11 years ago
Jordi Boggiano 59bda2bb9b Skip pear tests when repos are unreachable 11 years ago
Jordi Boggiano e848c76cbc Only compare branches as versions in the policy to sort packages, but not in the solver, fixes #1817 11 years ago
Jordi Boggiano 950fc7e66e Add debug output to cache class 11 years ago
Jordi Boggiano 978ba292a6 Merge pull request #1919 from DavidMikeSimon/master
Bugfix: Classmap parsing of PHP source with weird escape-like pattern
11 years ago
David Simon 2acb02cda9 Fixed bug parsing multiline strings with 'escaped' newlines 11 years ago
David Simon 2665c60b2f Test for bug parsing multiline strings with 'escaped' newlines 11 years ago
Jordi Boggiano 165190bb38 Merge pull request #1903 from jos101/patch-2
Enable php_openssl.dll in php.ini
11 years ago
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
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