1
0
Fork 0
Commit Graph

2230 Commits (ba45ef2b7092b76029c8663946f160c4759d7a55)

Author SHA1 Message Date
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
Nils Adermann 65e95ed796 Merge pull request #961 from vicb/autoload
[Autoload] remove closures because of a bug in APC
2012-07-31 15:30:48 -07:00
Victor Berchet 963fedc9a5 [Autoload] remove closures because of a bug in APC
https://bugs.php.net/bug.php?id=52144
https://bugs.php.net/bug.php?id=61576
2012-07-31 20:17:39 +02:00
Tiago Ribeiro aba2ab2212 Added status command to display local changes to packages 2012-07-29 17:13:26 +01:00
Nils Adermann 98743ba95b Merge pull request #950 from taylorotwell/master
Fix the handling of file auto-loads.
2012-07-27 21:25:29 -07:00
Nils Adermann 36e982fa3e Merge pull request #947 from weierophinney/patch-1
Update doc/00-intro.md
2012-07-27 21:23:03 -07:00
Taylor Otwell 8cf43868da update tests for new expectations. 2012-07-27 09:13:39 -05:00
Taylor Otwell a834efe7c9 Fix directory handling when auto-loading files. 2012-07-27 09:03:25 -05:00
Matthew Weier O'Phinney 990a36ac09 Update doc/00-intro.md
Updated the schema to getcomposer.org to use https instead of http.
2012-07-26 09:03:12 -05:00
Nils Adermann 4e9e66a957 Make sure custom vendor paths don't break file autoloading 2012-07-23 23:53:44 +02:00
Nils Adermann c56b72550d Merge pull request #942 from schmittjoh/filesAutoloadFix
fixes a bug when root package has a 'files' autoload entry
2012-07-23 13:09:31 -07:00
Johannes M. Schmitt 9f150b1c1e fixes a bug when root package has a 'files' autoload entry 2012-07-23 22:02:08 +02:00