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
Jordi Boggiano
ab0d08063d
Merge pull request #995 from till/doc-extension
...
Share more info about COMPOSER_HOME/config.json.
2012-08-13 13:39:06 -07:00
till
37b1e4c4a8
Share more info about COMPOSER_HOME/config.json.
2012-08-13 16:26:24 +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
Jordi Boggiano
d012c38efb
Merge pull request #993 from sstok/issue-992
...
fixed issue #992 - branch name not properly escaped
2012-08-10 05:28:57 -07: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
Jordi Boggiano
35561767fa
Merge pull request #979 from pborreli/patch-1
...
[InstallerTest] Fixed return status was always 0
2012-08-09 10:24:28 -07: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
Pascal Borreli
87bac43b9e
[InstallerTest] Fixed return status was always 0
2012-08-05 05:55:54 +00: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
Luis Cordova
7a326627b0
add note on only works for tagged packages
2012-08-03 16:10:51 -05:00
Luis Cordova
45e6fa381c
add documentation segment recommending .gitattributes use to exclude tests etc files from zip balls
2012-08-03 15:26:32 -05:00
Victor Berchet
2c065416eb
[Autoload] generate an autoload_real.php file
2012-08-01 10:12:46 +02:00