1
0
Fork 0
Commit Graph

2404 Commits (17d8dfba1d0048403b5c244d64e3ccb2a1bd6c05)

Author SHA1 Message Date
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
Johannes M. Schmitt 2a6b12fb65 fixes rename bug (closes #900) 2012-07-23 17:30:11 +02:00
Nils Adermann ac29308eb7 Merge pull request #939 from stewe/master
Fixing custom repository sample code (missing "url" key)
2012-07-23 08:17:04 -07:00
Stefano Sala 89658a753b Fixing custom repository sample code (missing url) 2012-07-23 16:01:49 +02:00
Johannes M. Schmitt f5ce2d577b fixed typo 2012-07-22 01:10:03 +02:00
Johannes M. Schmitt ec74e422f4 added no-custom-installers option to install/update command 2012-07-22 01:06:28 +02:00
Johannes M. Schmitt 48662e9b17 added no-scripts option 2012-07-21 18:50:41 +02:00
Johannes M. Schmitt 88a1f27798 added a way to disable custom installers 2012-07-21 16:51:40 +02:00
Nils Adermann 0473fbec76 Merge pull request #937 from hhamon/selfupdate_command
[Command] fixed typo in "self-update" command class and added a "selfupdate" alias for the command.
2012-07-21 06:45:00 -07:00
Hugo Hamon 33306250f0 [Command] fixed typo in "self-update" command class and added a "selfupdate" alias for the command. 2012-07-21 15:33:07 +02:00
Nils Adermann 6fef956677 Merge pull request #934 from igorw/root-package-context
Clarify that root package depends on context
2012-07-20 15:54:37 -07:00
Igor Wiedler fc2e9e48e8 Clarify that root package depends on context 2012-07-20 20:38:46 +02:00
Jordi Boggiano 7d45ce9d8f Add openssl to suggest, refs #930 2012-07-20 10:37:17 +02:00
Jordi Boggiano 2d41774bcc Add warning when loading an https repo if openssl is disabled, refs #930 2012-07-20 10:27:18 +02:00
Jordi Boggiano 8bf03aea07 Doc fixes 2012-07-19 19:44:08 +02:00
Jordi Boggiano dfd71b31dc Doc fixes 2012-07-19 19:40:39 +02:00
Jordi Boggiano bc330f10b3 Update deps 2012-07-19 18:50:57 +02:00
Jordi Boggiano 0d31e4c567 Add --no-update flag to require 2012-07-19 17:19:36 +02:00
Nils Adermann f2934ce58f Merge pull request #931 from shama/faq-installers
Add FAQ on how to install to a custom directory
2012-07-19 06:06:38 -07:00
Kyle Robinson Young 6e40822abb Add FAQ on how to install to a custom directory 2012-07-18 21:19:03 -07:00
Jordi Boggiano e618648f62 Define property before use 2012-07-18 18:42:46 +02:00
Jordi Boggiano defe5766a4 Revert "Merge remote-tracking branch 'till/bugfix-broken-classmap'"
This reverts commit d837b8a657, reversing
changes made to 520d915860.
2012-07-18 18:41:07 +02:00
Jordi Boggiano 6fb5d26474 Revert "Add test and some fixes to allow absolute paths, refs #869"
This reverts commit a2a2f4af59.
2012-07-18 18:40:17 +02:00
Jordi Boggiano 5777aa8087 Fix typo in validate command 2012-07-18 18:33:21 +02:00
Jordi Boggiano a2a2f4af59 Add test and some fixes to allow absolute paths, refs #869 2012-07-18 18:31:22 +02:00
Jordi Boggiano d837b8a657 Merge remote-tracking branch 'till/bugfix-broken-classmap' 2012-07-18 18:20:14 +02:00
Jordi Boggiano 520d915860 Merge pull request #917 from simensen/package-links
Get links from the pacakge
2012-07-18 08:54:34 -07:00