1
0
Fork 0
Commit Graph

2262 Commits (5a247ca9a5b4adecb475e5676f09d2c29c451c3c)

Author SHA1 Message Date
Mike van Riel b3e0126acf Removed trailing comma 2012-04-07 18:47:53 +02:00
Mike van Riel 5b8ba09bfc Renamed phpdocumentor/template. to phpdocumentor/template- and limited line length to 80 characters 2012-04-07 18:46:58 +02:00
Mike van Riel 74f460ed80 Written documentation on Custom Installers 2012-04-07 18:27:54 +02:00
Nils Adermann 146215e167 Merge pull request #539 from mvriel/installer-signature-fix
Added $this->io to the creation of composer installers
2012-04-07 07:09:01 -07:00
Mike van Riel a01366e3f5 Added ->io to the creation of composer installers to match signature of LibraryInstaller; this will enable users to extend LibraryInstaller and use the same facilities 2012-04-07 15:48:31 +02:00
Jordi Boggiano 32e86ba410 Fix lockfile 2012-04-07 00:28:14 +02:00
Jordi Boggiano a6e686b29e Merge pull request #535 from fixe/writing_lock_file_message
"Writing lock file" message is only displayed if locker isn't fresh
2012-04-06 14:06:27 -07:00
Nils Adermann fc1a7a3e23 Merge pull request #536 from Seldaek/new_composer_format
Add support for new composer repo format + cache for composer repos
2012-04-06 14:00:25 -07:00
Jordi Boggiano f64dd48aa2 Update changelog 2012-04-06 22:47:02 +02:00
Jordi Boggiano 0d97ec4783 Add cache to the composer repositories 2012-04-06 22:39:43 +02:00
Tiago Ribeiro 13839bf52c "Writing lock file" message is only displayed if locker isn't fresh 2012-04-06 21:37:34 +01:00
Jordi Boggiano f9629165bc Merge pull request #534 from fixe/import_branch
Updated output when a branch is imported to show the pretty version name
2012-04-06 12:21:48 -07:00
Tiago Ribeiro 61beea3c8b Updated output when a branch is imported to show the pretty version name 2012-04-06 20:15:32 +01:00
Jordi Boggiano a476d1f97d Add support for the new composer repository format 2012-04-06 20:40:31 +02:00
Jordi Boggiano b14366ed08 Fix exception when a json file can not be downloaded 2012-04-06 20:05:59 +02:00
Jordi Boggiano a67f62990c Prepare for upcoming format break 2012-04-06 19:56:34 +02:00
Jordi Boggiano bfd48b06bd Capture zip downloader output, fixes #533 2012-04-06 13:29:06 +02:00
Jordi Boggiano 6f8031ac90 Fix error reporting for missing git process 2012-04-06 13:28:47 +02:00
Jordi Boggiano 720b00b561 Merge remote-tracking branch 'Nami-Doc/patch-1' 2012-04-05 23:04:13 +02:00
Jordi Boggiano 6aaa523c0d Fix tests 2012-04-05 23:03:02 +02:00
Jordi Boggiano 9371253e38 Fail hard if a package can not be properly removed 2012-04-05 22:58:30 +02:00
Nami-Doc 1dba604ba1 Update src/Composer/Repository/Vcs/GitDriver.php 2012-04-05 18:46:15 +03:00
Nami-Doc 66efa343a9 and again. 2012-04-05 18:35:58 +03:00
Nami-Doc 66cd1aad8a Update src/Composer/Downloader/GitDownloader.php 2012-04-05 18:30:50 +03:00
Nami-Doc d245acff83 github online editor is a nice idea, but... 2012-04-05 18:26:15 +03:00
Nami-Doc 2c58dbf3a1 better message if git isn't found 2012-04-05 18:21:48 +03:00
Nami-Doc bd116aec22 try to guess the error 2012-04-05 18:20:17 +03:00
Nami-Doc f57e272ce7 Add a little more explaining message when failing to download. 2012-04-05 18:02:05 +03:00
Jordi Boggiano b141ba4322 Merge pull request #529 from holger/master
Enable local git repositories
2012-04-05 02:35:59 -07:00
Holger Rüprich 9e2c523faa Function proc_open doesn't accept a scheme for the current working directory, therefore stripped 'file://' for local repositories. 2012-04-04 20:28:47 +02:00
Jordi Boggiano a3fa19a716 Avoid escaping too early to prevent issues 2012-04-04 17:13:57 +02:00
Jordi Boggiano 13a2bc6ff0 Revert "Fix push url hack"
This reverts commit 269537e466.
2012-04-04 17:11:10 +02:00
Jordi Boggiano 269537e466 Fix push url hack 2012-04-04 16:57:18 +02:00
Christoph Hochstrasser af52c8118e Some tests for include path setting 2012-04-04 15:27:12 +02:00
Christoph Hochstrasser 5ec267ccf4 Added basic docs to schema docs. 2012-04-04 10:40:00 +02:00
Jordi Boggiano b5d235abb6 More verbose output for archive and git downloader 2012-04-04 09:54:27 +02:00
Christoph Hochstrasser 68c12c3516 Do set_include_path only if any package define include paths. 2012-04-04 09:48:49 +02:00
Christoph Hochstrasser f369104bb1 Packages can define include paths. 2012-04-04 09:46:31 +02:00
Jordi Boggiano 9ed06f8853 Output svn output to user in verbose mode 2012-04-04 09:36:04 +02:00
Jordi Boggiano 1cdae66f8f Fix up git downloader and git driver commands 2012-04-04 09:09:27 +02:00
Jordi Boggiano 219c31ed0c Fix git driver updating 2012-04-03 20:07:18 +02:00
Jordi Boggiano afa14124f3 Make sure we fetch origin with tags before checking out a new version 2012-04-03 19:50:25 +02:00
Jordi Boggiano 66be50ce71 Always set the push url after git updates 2012-04-03 19:49:57 +02:00
Jordi Boggiano cb4d77d014 Update changelog 2012-04-03 19:21:06 +02:00
Jordi Boggiano 3fc2e6d7a0 Prepare alpha2 2012-04-03 19:09:58 +02:00
Jordi Boggiano 3abdaa9d4d Bump php requirement 2012-04-03 14:33:19 +02:00
Jérémy Romey 260d7d434f Add a command for adding package to composer.json
Updated doc for require command
2012-04-03 13:49:42 +02:00
Jordi Boggiano 91890545f9 Fix test 2012-04-03 00:38:38 +02:00
Jordi Boggiano 9828472b9e Improve reliability of GitDriver, refs #485 2012-04-03 00:22:58 +02:00
Jordi Boggiano 366176fc73 Add cache to the lock file reading 2012-04-02 21:46:28 +02:00