1
0
Fork 0
Commit Graph

2212 Commits (de6bb0409b4673e4bb616fb3902a7c82d0cf20bc)

Author SHA1 Message Date
Nils Adermann de6bb0409b Merge pull request #1008 from mheleniak/master
output info before fetching composer repos
2012-08-19 11:26:34 -07:00
Jordi Boggiano 5e0b39eeb0 Update CHANGELOG 2012-08-18 17:19:08 +02:00
Jordi Boggiano 521bbe6556 CS fixes 2012-08-18 16:22:15 +02:00
Jordi Boggiano ef637c8f1a CS fixes 2012-08-18 16:18:41 +02:00
Jordi Boggiano ef1f8a605f Fix file modes 2012-08-18 16:10:39 +02:00
Jordi Boggiano 4d84f62cd9 Improve consistency and formatting of verbose output for update/install 2012-08-18 16:01:44 +02:00
Jordi Boggiano 1aed88003f Merge remote-tracking branch 'digitalkaoz/issue_801'
Conflicts:
	src/Composer/Downloader/VcsDownloader.php
2012-08-18 15:31:20 +02:00
Jordi Boggiano 2af2c27168 Add regression test for files autoload in root package, fixes #880 2012-08-18 14:58:55 +02:00
Jordi Boggiano 06675259d9 Merge remote-tracking branch 'origin/master' 2012-08-18 14:36:06 +02:00
Jordi Boggiano 209d3ebfc4 Show detailed changes in verbose mode, refs #842 2012-08-18 14:34:24 +02:00
Jordi Boggiano 756c7a04fd Add alias to dump-autoload 2012-08-18 14:33:34 +02:00
Jordi Boggiano 43fa5d5c40 Merge pull request #1010 from baldurrensch/zip_error_check
Added a check for the return code when extracting zip file
2012-08-18 04:57:59 -07:00
Jordi Boggiano 5b4c6f6296 Merge remote-tracking branch 'fixe/status-command'
Conflicts:
	src/Composer/Console/Application.php
2012-08-18 13:45:36 +02:00
Nils Adermann 750fda93b4 Merge pull request #1011 from ktomk/patch-5
Correction of SPDX license identifier examples
2012-08-18 01:12:20 -07:00
Tom Klingenberg e3cbe3fb1e Correction of SPDX license identifier examples
The more common LGPL version number is 2.1 not 2.0, this is a minor mistake I made and should be corrected now.
2012-08-18 08:24:43 +02:00
Baldur Rensch 1398757963 Added a check for the return code when extracting zip file 2012-08-17 13:06:58 -07:00
Mateusz Heleniak ac746ee5b0 fixed unit tests 2012-08-17 19:36:46 +03:00
Jordi Boggiano 7b3ce479cd Merge pull request #1006 from ClementGautier/patch-1
Fixed typo
2012-08-17 08:17:23 -07:00
Jordi Boggiano a54bf6269e Improve error messages when network failures occur 2012-08-17 16:51:58 +02:00
Mateusz Heleniak edc63c2b49 output info before fetching composer repos 2012-08-17 02:42:05 +03:00
Clément Gautier d87d010c35 Fixed typo 2012-08-16 15:56:35 +03:00
Jordi Boggiano a2171e2ed1 Expose LibraryInstallerTest properties to child classes 2012-08-16 11:22:30 +02:00
Jordi Boggiano de4e9c4022 Fix InputOption requirement flags 2012-08-15 18:29:43 +02:00
Jordi Boggiano 58b145b7ed Update vendors 2012-08-15 17:52:50 +02:00
Jordi Boggiano b5c60dd92a Merge remote-tracking branch 'simensen/init-min-stab' 2012-08-15 17:42:49 +02:00
Jordi Boggiano dbd44d6bcf Handle empty namespaces 2012-08-15 13:10:56 +02:00
Jordi Boggiano 2d670fc5cb Merge pull request #1003 from benwaine/documentation_clarification
Added a small clarification to the 05-repositories article.
2012-08-15 04:00:22 -07:00
Jordi Boggiano fde3135a12 Add dump-autoload docs 2012-08-15 12:39:53 +02:00
Jordi Boggiano 269b3481c4 Fix PEAR binaries when the bin dir is non standard, fixes #1001 2012-08-15 12:29:43 +02:00
Jordi Boggiano b7d0892e46 Do not use the .bat php proxy for unixy bins 2012-08-15 12:24:06 +02:00
Ben Waine 1ca478de85 Added a small clarification to the 05-repositories article to
make it clearer how to use version constraints when making use
of your own VCS repository.
2012-08-15 11:04:32 +01:00
Beau Simensen d0773b20df Added minimum-stability option to init command, minor bug fixes
Added the ability to specify `minimum-stability` as an option.
Also added `homepage` and `require-dev` to the whitelist and
added necessary code to format dev requirements only if dev
requirements are present.
2012-08-14 12:09:45 -07:00
Jordi Boggiano fb62e2b52f Merge branch 'classmapgen' 2012-08-14 20:30:01 +02:00
Jordi Boggiano 2edb26db65 Add --optimize flag to dump-autoload that allows turning PSR0 into classmaps 2012-08-14 20:29:29 +02:00
Jordi Boggiano 44d7d4a38e Make PSR0 scanning optional 2012-08-14 20:28:49 +02:00
Jordi Boggiano ee14950972 Add whitelist to the classmap generator to allow skipping of Test files 2012-08-14 19:55:31 +02:00
Jordi Boggiano 48c46ce3b6 Automatically generate classmaps for all PSR-0 packages to speed things up, fixes #541, fixes #127 2012-08-14 19:55:30 +02:00
Jordi Boggiano 289d23b5cc Optimization for autoload misses, refs #964 2012-08-14 19:50:19 +02:00
Jordi Boggiano 4f0ad98905 Always include the ClassLoader since autoload_real is included only once, refs #963 2012-08-14 19:13:39 +02:00
Jordi Boggiano 30fdf379aa Minor consistency tweaks 2012-08-14 19:05:34 +02:00
Jordi Boggiano 034b46bdf6 Merge remote-tracking branch 'vicb/autoload_files' 2012-08-14 18:27:39 +02:00
Jordi Boggiano ec301ea8bb Output error if a VCS repo has no package at all instead of silently going through 2012-08-14 11:19:40 +02:00
Jordi Boggiano 518984b70d Output error if a local filesystem VCS repo points to a non-existing dir 2012-08-14 11:19:15 +02:00
Jordi Boggiano 398d97a629 Merge remote-tracking branch 'schmittjoh/disableCustomInstaller' 2012-08-14 01:32:25 +02:00
Jordi Boggiano c463216726 Restore test for full hash display in create project 2012-08-14 01:23:43 +02:00
Jordi Boggiano 5818d51af0 Refactor functional tests to fit existing tests better 2012-08-14 01:16:40 +02:00
Jordi Boggiano 5c0e4e5d72 Merge remote-tracking branch 'schmittjoh/functionalTests' 2012-08-13 23:45:37 +02:00
Jordi Boggiano 9af18880f7 Merge remote-tracking branch 'digitalkaoz/issue_627' 2012-08-13 23:24:56 +02:00
Jordi Boggiano 6e42fa47b6 Rewrap new content and tweak wording a bit 2012-08-13 23:17:53 +02:00
Jordi Boggiano 3ec8702233 Merge remote-tracking branch 'cordoval/feature/addDocumentationForGitAttributes' 2012-08-13 23:10:48 +02:00