1
0
Fork 0
Commit Graph

1334 Commits (a264219f0748731ced7722bae7cacc5809799be7)

Author SHA1 Message Date
Jordi Boggiano a264219f07 Update vendors 2012-03-29 17:52:05 +02:00
Jordi Boggiano beb4cbcd2b Add test for ZipDownloader 2012-03-29 15:34:57 +02:00
Jordi Boggiano ac8ac6e9b2 Fix tests depending on remote sites 2012-03-29 15:09:01 +02:00
Jordi Boggiano 1cd07e1a2c Fix up merged code 2012-03-29 15:08:47 +02:00
till 9922301841 for debugging 2012-03-29 14:32:49 +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
Jordi Boggiano 30cfb69739 Add support for mapping a namespace prefix onto many dirs in the autoload config 2012-03-28 17:09:33 +02:00
Jordi Boggiano f7affa21b0 Fix indenting 2012-03-28 17:09:31 +02:00
Jordi Boggiano 18d2627c22 Merge pull request #506 from igorw/lockfile-lib-docs
[docs] clarify lock file insignificance for libs
2012-03-28 06:39:05 -07:00
Igor Wiedler ea19aba18c [docs] move lib lockfile notes into lib chapter 2012-03-27 23:18:34 +02:00
Igor Wiedler d0cfe35265 [docs] clarify lock file insignificance for libs, closes #504 2012-03-27 22:49:35 +02:00
Jordi Boggiano a3185c75fe Merge pull request #502 from romainneutron/master
Removed scripts documentation duplication, refactor to the dedicated article page
2012-03-27 00:44:55 -07:00
Romain Neutron 6844d7b572 Removed scripts documentation duplication, refactor to the dedicated article page 2012-03-27 00:59:08 +02:00
Nils Adermann 9f331a2192 Merge pull request #501 from mheleniak/patch-1
fixed typo
2012-03-26 13:06:48 -07:00
Mateusz Heleniak 219751b0ad fixed typo 2012-03-26 21:18:12 +03:00
Jordi Boggiano b9f770177b Fix tests 2012-03-26 13:25:45 +02:00
Jordi Boggiano 5be7f4cf09 Fail hard when failing to download using hg 2012-03-26 13:22:05 +02:00
Jordi Boggiano 7cb79bb1c9 Fix typo & tests 2012-03-26 01:56:24 +02:00
Jordi Boggiano 605e1cb925 Clean up in case of download/extraction failure, fixes #356 2012-03-26 01:49:09 +02:00
Jordi Boggiano 87c1629ebc Fix isInstalled detection broken by metapackage installer 2012-03-26 01:47:17 +02:00
Jordi Boggiano 583a0b5f0d Lazy-init the bin directory, fixes #364 2012-03-26 01:26:20 +02:00
Jordi Boggiano 20421931b0 Update changelog 2012-03-25 00:46:29 +01:00
Jordi Boggiano 7285536737 Fix exception handling 2012-03-25 00:39:28 +01:00
Jordi Boggiano 1e2223bcdb Add note for improvement of Svn util 2012-03-25 00:30:59 +01:00
Jordi Boggiano 5a7abfd84f Remove code duplication in Svn classes 2012-03-25 00:29:14 +01:00
Jordi Boggiano cd2e5bf2e0 Make SvnDriver::supports less greedy and more realistic 2012-03-24 23:21:46 +01:00
Jordi Boggiano 30d4080014 Support windows local paths 2012-03-24 23:19:11 +01:00
Jordi Boggiano 862d4af274 Cache credentials by default since that's the default svn behavior 2012-03-24 23:08:43 +01:00
Jordi Boggiano 8fb9c4bf3b Svn related coding style/consistency fixes and minor improvements 2012-03-24 23:07:10 +01:00
Jordi Boggiano da649fdc79 Remove unused pipe argument 2012-03-24 22:47:16 +01:00
Jordi Boggiano ab9fc59d30 Add missing license headers 2012-03-24 22:39:34 +01:00
Jordi Boggiano 6c2b78a669 Merge remote-tracking branch 'till/svn-auth-reloaded' 2012-03-24 22:34:14 +01:00
Jordi Boggiano f0a0d7ffa7 Add docs for metapackages 2012-03-24 18:20:27 +01:00
Jordi Boggiano ab55490254 Merge remote-tracking branch 'hason/metapackage' 2012-03-24 18:14:05 +01:00
Jordi Boggiano d71bed19fc Add more windows paths tests 2012-03-24 18:10:23 +01:00
Jordi Boggiano 5f30206c69 Merge remote-tracking branch 'hason/classloader' 2012-03-24 18:06:49 +01:00
Jordi Boggiano cdfcaface4 Merge remote-tracking branch 'hason/vendordir' 2012-03-24 18:06:05 +01:00
Jordi Boggiano ea13eccbea Merge pull request #495 from cordoval/feature/cleanedUpUpholdingDemeterLaw
cleaned up some getApplication()->getIO() into getIO()s
2012-03-23 13:00:59 -07:00
Jordi Boggiano 04d2acda29 Add docs about satis & why repositories are not loaded recursively 2012-03-23 20:58:12 +01:00
Luis Cordova f76c65914c cleaned up some getApplication()->getIO() into getIO()s 2012-03-23 14:57:43 -05:00
Jordi Boggiano 202dc99b02 Update sf deps 2012-03-23 18:01:08 +01:00
Jordi Boggiano 586913e4fe Merge pull request #494 from cordoval/feature/CleanupRemovingFinderNotUsed
removed finder use clause as it is not used
2012-03-23 09:30:22 -07:00
Luis Cordova 1aa9d9af43 removed finder use clause as it is not used 2012-03-23 11:28:40 -05:00
Jordi Boggiano 7dfb2724cb Fix PEAR dependencies 2012-03-23 17:10:58 +01:00
till 434f10f2d7 * more cs fixes 2012-03-23 16:32:46 +01:00
till c6653f0711 * fix up CS suggestions from stof/seldaek 2012-03-23 16:03:52 +01:00
till 68fa23f5c7 Merge branch 'svn-auth-reloaded' of github.com:till/composer into svn-auth-reloaded 2012-03-23 15:52:19 +01:00
Till Klampaeckel af8d4212bb Merge pull request #3 from toastedghost/svn-auth-reloaded-imp
Improve 'getTags()' and 'getBranches()'
2012-03-23 07:52:10 -07:00
till 2af145338b Merge branch 'svn-auth-reloaded' of github.com:till/composer into svn-auth-reloaded 2012-03-23 15:51:39 +01:00