1
0
Fork 0
Commit Graph

1747 Commits (794b51fcdd9a24f822da2b434d8b6a406df251b3)

Author SHA1 Message Date
Jordi Boggiano 3b77d25a3c Merge remote-tracking branch 'hason/priority'
Conflicts:
	src/Composer/Factory.php
2012-03-15 01:01:46 +01:00
Marcin Chyłek 768bedc164 Fix xdebug display errors in autoload 2012-03-15 00:58:12 +01:00
Jordi Boggiano 96b07ffb7b Ensure missing packages are reinstalled if they are deleted from the filesystem, fixes #355, fixes #437 2012-03-15 00:56:04 +01:00
Jordi Boggiano 76e49aa36c Merge pull request #453 from simensen/proxy-https
Fix downloading HTTPS dists through Proxy errors
2012-03-14 16:24:05 -07:00
Beau Simensen ce08b2fc4f Fix HTTPS through Proxy errors. 2012-03-14 15:40:51 -07:00
Jordi Boggiano 71c146e2ab Merge pull request #447 from simensen/composer-branch-alias
Added a branch alias for dev-master.
2012-03-14 13:08:00 -07:00
Jordi Boggiano 7ab3a96874 Micro-optimization 2012-03-14 15:38:56 +01:00
Jordi Boggiano 4b24b972a7 Improve stripping 2012-03-14 15:38:55 +01:00
Jordi Boggiano 32adc8908d Fix line numbers in phars 2012-03-14 15:38:55 +01:00
Ryan Weaver 37b4edc25d Fixing typo per @stof 2012-03-14 00:25:17 -05:00
Ryan Weaver 903eff10eb Proofreading the first and second chapters of the very well-written docs
Changes are mostly wording, rephrasing. I did remove some duplicate content between the intro and the basic usage
2012-03-13 22:16:30 -05:00
till 2562755867 * add a test to cover SvnDriver::supports() (three fail) 2012-03-12 21:27:22 +01:00
till 9a60913d81 incomplete (instead of skipped) 2012-03-12 20:46:01 +01:00
till f06bdcbf16 use shorthand (we have a use statement) 2012-03-12 20:45:45 +01:00
till 50f6445bc9 cleanup 2012-03-12 20:45:27 +01:00
Beau Simensen 1e5331dcc5 Added a branch alias for dev-master. 2012-03-12 10:15:12 -07:00
till 5fdd09104f resolve conflict 2012-03-12 17:35:15 +01:00
till a1e1a8c7d7 * use askConfirmation() instead 2012-03-12 17:28:13 +01:00
till 244cc2a8c2 hide password input 2012-03-12 17:25:45 +01:00
till 96298a33dc catch all failures 2012-03-12 17:24:36 +01:00
Jordi Boggiano e50fbf378b Merge pull request #443 from hason/installer
Save local repo after each success operation
2012-03-12 04:34:02 -07:00
Martin Hasoň 01c1878aea Save local repo after each success operation 2012-03-12 12:24:11 +01:00
Martin Hasoň c85ae48e5d Vendor dir can be outside the current working directory 2012-03-12 12:12:44 +01:00
Jordi Boggiano e82e5c39b5 Merge pull request #441 from igorw/fix-show-without-keywords
fix notice when running show command on package without keywords
2012-03-12 01:18:54 -07:00
Igor Wiedler cd6eb49427 fix notice when running show command on package without keywords 2012-03-11 23:42:27 +01:00
Jordi Boggiano e763af7412 Set push url correctly for github clones 2012-03-11 21:01:41 +01:00
Jordi Boggiano 09083089ff Merge remote-tracking branch 'digitalkaoz/show_command_keywords'
Conflicts:
	src/Composer/Command/ShowCommand.php
2012-03-11 17:02:54 +01:00
Jordi Boggiano 8bd0814b67 Merge pull request #420 from digitalkaoz/composer_tests
added some trivial tests
2012-03-11 09:01:12 -07:00
Jordi Boggiano 6b453906f0 Merge pull request #432 from digitalkaoz/issue_428
fluent api for installer options
2012-03-11 08:55:44 -07:00
Jordi Boggiano b024615e41 Merge pull request #433 from simensen/InstallerCleanup
Remove unneeded code from UpdateCommand
2012-03-11 08:47:46 -07:00
Jordi Boggiano 5dba49af54 Show package descriptions in show/search commands, merge similar packages in show, fixes #366 2012-03-11 16:44:18 +01:00
Jordi Boggiano 33c926c303 Show/Search command cleanups 2012-03-11 16:09:29 +01:00
Jordi Boggiano 67eaae3842 Merge remote-tracking branch 'digitalkaoz/issue_323' 2012-03-11 15:57:03 +01:00
Jordi Boggiano 5696b44a4f Fix tests 2012-03-11 15:56:47 +01:00
Jordi Boggiano 58b8f5f8b6 Merge pull request #436 from perprogramming/hg_change_url
Fixed the HgDownloader when changing the repo url
2012-03-11 07:46:32 -07:00
Jordi Boggiano 0b1b72e4f1 Merge pull request #431 from stof/git_change_url
Fixed the GitDownloader when changing the repo url
2012-03-11 07:45:56 -07:00
Per Bernhardt 9f7155a753 Fixed the HgDownloader when changing the repo url 2012-03-11 13:31:25 +01:00
digitalkaoz 3d56a5645e fixed cs 2012-03-10 22:32:06 +01:00
digitalkaoz 741a66e504 added description to show command, searching in description aswell 2012-03-10 21:55:23 +01:00
digitalkaoz d502065cb7 fixed cs 2012-03-10 20:14:54 +01:00
digitalkaoz a4f6314daa reverted command interfaces for installer refactoring 2012-03-10 19:56:15 +01:00
Beau Simensen 1e9cb6bac8 Use factory name instead of generator. 2012-03-10 10:26:03 -08:00
Beau Simensen 340ac49d87 Change `callback` to `callable` 2012-03-10 09:54:42 -08:00
Beau Simensen 8fde0379ed Cleanup, not needed here. 2012-03-10 09:50:33 -08:00
digitalkaoz 673dd6312b fluent api for installer options 2012-03-10 18:08:36 +01:00
Christophe Coevoet 271e908692 Fixed the GitDownloader when changing the repo url 2012-03-10 17:49:08 +01:00
Jordi Boggiano fcca58ceb6 Fix phar 2012-03-10 10:46:30 +01:00
digitalkaoz e6e90bb174 added keywords to show command 2012-03-10 09:57:11 +01:00
digitalkaoz a284eb5cfe coding style fixes 2012-03-10 09:53:03 +01:00
Beau Simensen 6efbc7d531 Enhanced GitHub API/Private Repository support 2012-03-09 23:49:21 -08:00