François Pluchino
|
a10f92aafe
|
Convert Wrapper class to ConsoleIO class
|
2012-01-16 14:14:15 +01:00 |
François Pluchino
|
f65b34860f
|
Merge branch 'test'
Conflicts:
src/Composer/Downloader/FileDownloader.php
src/Composer/Repository/Vcs/HgBitbucketDriver.php
|
2012-01-12 12:19:13 +01:00 |
François Pluchino
|
9af46ad800
|
Add Helper Wrapper
|
2012-01-11 13:55:05 +01:00 |
Hugo Hamon
|
398efbb894
|
[Repository] removed unused local $versions variable from VcsRepository::initialize() method.
|
2012-01-11 11:38:51 +01:00 |
Hugo Hamon
|
09f0ba6604
|
[Repository] removed unused local $match variable from HgBitbucketDriver::supports() method.
|
2012-01-11 11:35:36 +01:00 |
Hugo Hamon
|
70d7ab43ee
|
[Repository] removed unused local $match variable from GitHubDriver::supports() method.
|
2012-01-11 11:34:45 +01:00 |
Hugo Hamon
|
7842149a51
|
[Repository] removed unused local $match variable from GitBitbucketDriver::supports() method.
|
2012-01-11 11:33:21 +01:00 |
Hugo Hamon
|
66f214e446
|
[Repository] removed unused $requires local variable from PearRepository::fetchFromServer() method.
|
2012-01-11 11:30:46 +01:00 |
François Pluchino
|
86070a8b6e
|
Replace getHttpSupport() to getScheme()
|
2012-01-11 01:11:56 +01:00 |
François Pluchino
|
9b0e50cdc2
|
Restore the old regex
|
2012-01-11 01:09:30 +01:00 |
François Pluchino
|
013d145bcd
|
Add InputInterface and OutputInterface
|
2012-01-10 18:50:16 +01:00 |
François Pluchino
|
fa793649fa
|
Add a VcsDriver abstract class.
All XxxDriver extends this abstract class now.
|
2012-01-10 15:44:13 +01:00 |
Jordi Boggiano
|
126c57d07c
|
Fix notice
|
2012-01-08 19:26:40 +01:00 |
Jordi Boggiano
|
f051778192
|
Clean up unneeded initialization stuff
|
2011-12-21 16:43:37 +01:00 |
Per Bernhardt
|
df5da58b87
|
Made HgDriver work on Ubuntu
|
2011-12-13 06:50:35 +01:00 |
root
|
399a406018
|
Fixed notices for edge cases.
|
2011-12-13 06:49:55 +01:00 |
Per Bernhardt
|
2fc49aa88b
|
Stop hg from parsing project's repository information while installing dependencies from source (HgDownloader) or initializing a VcsRepository (HgDriver).
|
2011-12-13 06:49:03 +01:00 |
Per Bernhardt
|
d78548cbf9
|
Added mercurial's "default" branch as a valid dev version (same as master / trunk).
|
2011-12-13 06:47:33 +01:00 |
Per Bernhardt
|
f74dafc08c
|
Fixed root identifier: Use global hash instead of local revision
|
2011-12-13 06:47:00 +01:00 |
Jordi Boggiano
|
f6b9488bf0
|
Move root package handling to a dedicated loader and make ArrayLoader more strict
|
2011-12-13 01:05:29 +01:00 |
Matthias Pigulla
|
ebbc807de0
|
Fix whitespaces and add strict return code checking
|
2011-12-12 10:57:57 +01:00 |
Matthias Pigulla
|
8ab60b7030
|
Still did not get it right
|
2011-12-10 14:23:37 +01:00 |
Matthias Pigulla
|
f24164dc16
|
forgot this when testing
|
2011-12-10 14:15:00 +01:00 |
Matthias Pigulla
|
7cdb8b6b3b
|
Some changes as suggested in the pr
|
2011-12-10 14:11:51 +01:00 |
Matthias Pigulla
|
4e1cb32f8c
|
Allow for file://-URLs here as well
|
2011-12-09 23:37:52 +01:00 |
Matthias Pigulla
|
2fc8e06d81
|
hg repos must not be hosted somewhere in particular, but detection may become expensive.
Additionally, suppress warnings and support file://-local repos
|
2011-12-09 23:10:31 +01:00 |
Jordi Boggiano
|
381fcb248a
|
Allow parsing of branches with invalid names but explicit versions in composer.json
|
2011-12-07 11:44:03 +01:00 |
Jordi Boggiano
|
139de0f79d
|
Fix handling of git repos with no tag, fixes #146
|
2011-12-06 22:19:24 +01:00 |
Jordi Boggiano
|
2e8762744f
|
Fix ComposerRepository ctor
|
2011-12-03 12:43:38 +01:00 |
Jordi Boggiano
|
1277277ec6
|
Fix CS
|
2011-11-27 20:25:30 +01:00 |
Jordi Boggiano
|
8df7eb0475
|
Add SvnDriver for the VcsRepository
|
2011-11-27 20:07:42 +01:00 |
Jordi Boggiano
|
9f55335011
|
Expose the Driver of the VcsRepository
|
2011-11-27 20:02:28 +01:00 |
Jordi Boggiano
|
8a127ed131
|
Fix URL handling for PEAR repositories
|
2011-11-20 21:33:54 +01:00 |
Jordi Boggiano
|
4fdc602037
|
Make VcsRepository drivers configurable
|
2011-11-20 21:23:50 +01:00 |
Jordi Boggiano
|
63d52b3e1b
|
Minor fixes to allow branch -dev versions
|
2011-11-20 21:13:17 +01:00 |
Jordi Boggiano
|
3b8ee5dd54
|
Use pretty name/version in lock file and debug:packages, fixes #98
|
2011-11-20 15:42:32 +01:00 |
Jordi Boggiano
|
8e6f8ae57e
|
Add prettyVersion to packages, fixes #76
|
2011-11-20 15:06:12 +01:00 |
Jordi Boggiano
|
e6710e311c
|
Merge remote-tracking branch 'webfactory/mercurial-support'
|
2011-11-15 15:12:15 +01:00 |
Jordi Boggiano
|
8a2afee55f
|
Rethrow on unexpected failures
|
2011-11-15 14:59:49 +01:00 |
Jordi Boggiano
|
22a93e7273
|
Check we have a driver before using it
|
2011-11-15 11:54:26 +01:00 |
Jordi Boggiano
|
1fd9174c0d
|
Fix auto-date parsing in GitDriver
|
2011-11-15 11:53:26 +01:00 |
Jordi Boggiano
|
b350dda0fe
|
Skip GitHub driver if openssl is disabled
|
2011-11-15 11:29:25 +01:00 |
Per Bernhardt
|
b969309440
|
Register new drivers...
|
2011-11-12 13:23:47 +01:00 |
Per Bernhardt
|
bf21dfeb31
|
Added drivers for bitbucket (hg and git)
|
2011-11-12 13:22:41 +01:00 |
Per Bernhardt
|
38198a5f36
|
Fixed blank lines.
|
2011-11-10 13:39:51 +01:00 |
Per Bernhardt
|
b0d2897af3
|
Fixed unused variables.
|
2011-11-10 13:12:19 +01:00 |
Per Bernhardt
|
3e5fd85768
|
Fixed CS and unused variables
|
2011-11-10 13:10:05 +01:00 |
Per Bernhardt
|
ee4d4ee3fa
|
Added HgDriver for the VcsRepository
|
2011-11-10 11:58:48 +01:00 |
Jordi Boggiano
|
4b5abaf44f
|
Fixes in PEAR support
|
2011-11-06 20:24:52 +01:00 |
Jordi Boggiano
|
f2ab4d08e5
|
Fetch default HEAD branch from remote
|
2011-11-04 10:07:31 +01:00 |