Joseph Bielawski
|
9631d7c3fd
|
[ZipDownloader] If `unzip` command failed, give cleaner error.
|
2012-04-10 15:59:20 +03:00 |
Jordi Boggiano
|
bfd48b06bd
|
Capture zip downloader output, fixes #533
|
2012-04-06 13:29:06 +02:00 |
Jordi Boggiano
|
1cd07e1a2c
|
Fix up merged code
|
2012-03-29 15:08:47 +02:00 |
till
|
eb8ad8b74f
|
* docblock
|
2012-03-29 14:22:26 +02:00 |
till
|
aef502aa86
|
* handle errors with ZipArchive error constants to get meaningful error messages
|
2012-03-29 14:19:41 +02:00 |
Martin Hasoň
|
f1618df349
|
Added downloader for simple files and refactor FileDownloader into ArchiveDownloader
|
2012-02-28 09:21:42 +01:00 |
Jordi Boggiano
|
4dee2528e9
|
Fix typo
|
2012-01-18 17:36:57 +01:00 |
Kai W.
|
6cf5c6e040
|
Restoring FileDownloader constructor compatibility in ZipDownloader
|
2012-01-18 17:11:26 +01:00 |
Jordi Boggiano
|
f5ac5b9b3e
|
Fix ZipDownloader, fixes #221
|
2012-01-18 16:38:06 +01:00 |
digitalkaoz
|
897ff9126d
|
seperate class for Process, using this one all over the place
|
2012-01-05 11:12:54 +01:00 |
Jordi Boggiano
|
b1f528fb06
|
Add fallback to unzip, refs #158
|
2011-12-16 22:22:08 +01:00 |
Joseph Bielawski
|
d6cd6a4aef
|
Use `RuntimeException` instead of `UnexpectedValueException` when zip extension is not enabled
|
2011-11-14 23:05:08 +01:00 |
Jordi Boggiano
|
00a4fe2a14
|
Refactor downloaders, git installs actually work well now
|
2011-09-29 00:48:52 +02:00 |
Jordi Boggiano
|
d455eef82c
|
Fix pear & zip downloaders
|
2011-09-25 23:43:49 +02:00 |
everzet
|
c9ecb0d1ad
|
Remove unused methods from downloaders
|
2011-09-25 21:00:59 +03:00 |
everzet
|
d2150a3c2e
|
installer and downloaders update
|
2011-09-21 00:42:13 +03:00 |
everzet
|
d7fe0dfda4
|
added missing interfaces
|
2011-09-21 00:42:13 +03:00 |
Kirill chEbba Chebunin
|
e317b4f8ef
|
Add Dowloader and Installer interfaces
|
2011-09-15 23:58:00 +04:00 |
Jordi Boggiano
|
49c3446ac1
|
Make use of new dist properties, refactored ZipDownloader
|
2011-07-06 21:06:52 +02:00 |
Jordi Boggiano
|
f272f66324
|
Fixes and improvements to the PEAR implementation
|
2011-06-28 20:42:59 +02:00 |
Benjamin Eberlei
|
8afc2ca694
|
Add support for PEAR repository and downloading, example composer.json would look like {"repositories":{"doctrine": {"pear":"http://pear.doctrine-project.org"},"requires":{"DoctrineORM":"2.0.5"}}. You can use pear repositories this way for now. PEAR packages are not downloaded via pear, only via their .tgz packages in the PEAR repository. Automatically detecting dependencies will require reverse-engineering the PEAR protocol a little bit more, however from looking at a pirum output it looks simple.
|
2011-06-28 20:42:48 +02:00 |
xaav
|
e1e7bb03be
|
Edited src/Composer/Downloader/ZipDownloader.php via GitHub
|
2011-06-14 14:25:29 -07:00 |
Jordi Boggiano
|
ea71abb3fd
|
Fixed line endings
|
2011-05-06 19:55:49 +02:00 |
Jordi Boggiano
|
e43060eb72
|
Added exceptions and fixed CS of the ZipDownloader
|
2011-05-06 19:54:47 +02:00 |
Geoff
|
99d55792f6
|
Added ZipDownloader.
|
2011-05-01 21:31:06 -05:00 |