1
0
Fork 0
Commit Graph

1529 Commits (674a0b12a636e0801e249aa663ad46333c95b832)

Author SHA1 Message Date
Nils Adermann 27d8904abe resetToOffset method was moved to the Decisions class a while ago 2012-08-21 16:14:08 +02:00
Jordi Boggiano 242df060c7 Clarify exception message 2012-08-21 16:04:19 +02:00
Jordi Boggiano c446331a02 Fix phar compilation 2012-08-21 10:44:05 +02:00
Jordi Boggiano b96c1dd5fa Prevent missing bins from breaking the whole install 2012-08-19 23:58:58 +02:00
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 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 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 5b4c6f6296 Merge remote-tracking branch 'fixe/status-command'
Conflicts:
	src/Composer/Console/Application.php
2012-08-18 13:45:36 +02:00
Baldur Rensch 1398757963 Added a check for the return code when extracting zip file 2012-08-17 13:06:58 -07: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 de4e9c4022 Fix InputOption requirement flags 2012-08-15 18:29:43 +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 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
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 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 9af18880f7 Merge remote-tracking branch 'digitalkaoz/issue_627' 2012-08-13 23:24:56 +02:00
Jordi Boggiano ebc0f8884f Merge remote-tracking branch 'tot-ra/patch-2'
Conflicts:
	src/Composer/Downloader/ArchiveDownloader.php
2012-08-11 18:45:38 +02:00
Jordi Boggiano fe15c6a827 Make dev version matches preserve the proper case, fixes #935 2012-08-11 18:34:01 +02:00
Jordi Boggiano 730c76ef85 Merge pull request #940 from schmittjoh/renameError
fixes rename bug (closes #900)
2012-08-10 06:59:04 -07:00
Jordi Boggiano 198a40fc63 Quote version in output to highlight empty versions 2012-08-10 14:50:03 +02:00
Sebastiaan Stok 9270904765 fixed issue #992 - branch name not properly escaped 2012-08-10 11:43:37 +02:00
Johannes M. Schmitt 3db8419569 removed reference to exec 2012-08-10 10:16:42 +02:00
Johannes M. Schmitt e3a93d5c84 switched to use the ProcessExecutor utility class 2012-08-10 10:14:02 +02:00
Victor Berchet d2dc73e361 [Autoload] Set $vendorDir et $baseDir in ComposerAutoloaderInitTargetDir::getLoader() 2012-08-06 11:33:17 +02:00
Victor Berchet 4c82c35dbc [Autoload] Generate the autoloader_real file in the target directory 2012-08-06 10:56:57 +02:00
Артём Курапов 274b54c2b5 Update src/Composer/Downloader/ArchiveDownloader.php
Code style fix
2012-08-05 11:55:43 +03:00
Артём Курапов 03db848b23 Update src/Composer/Downloader/ArchiveDownloader.php
Fixed single-file archive post-extraction moving
2012-08-05 03:26:06 +03:00
Артём Курапов 091b2e86db Update src/Composer/Downloader/ArchiveDownloader.php
Fix to single-file archive
2012-08-05 03:15:55 +03:00
Артём Курапов ece954a7a4 Update src/Composer/Downloader/ArchiveDownloader.php
Fix for single-file archives, for example http://sourceforge.net/projects/rssphp/files/rssphp/v1/rss_php.v1.zip/download
2012-08-05 02:38:47 +03:00