Pascal Borreli
|
5eead93250
|
Fixed typos
|
2012-10-24 23:14:04 +00:00 |
Jordi Boggiano
|
f3bfeb3608
|
Rename --optimize-autoloaders to --optimize-autoloader since there is just one
|
2012-10-24 17:33:31 +02:00 |
Jordi Boggiano
|
f15d86111d
|
Merge remote-tracking branch 'KingCrunch/issue/1225'
|
2012-10-24 17:31:09 +02:00 |
Jordi Boggiano
|
9856e9e3f5
|
Fix selection of best package to force update of dev packages, fixes #1252
|
2012-10-24 17:06:42 +02:00 |
Jordi Boggiano
|
125ff3e4f5
|
Fix root aliasing with new providers repo format
|
2012-10-24 16:11:32 +02:00 |
Jordi Boggiano
|
cac0e71d45
|
Add sub-sections for autoload docs
|
2012-10-24 14:31:59 +02:00 |
Jordi Boggiano
|
a7cc5f187f
|
Always reset stash change, refs #1254
|
2012-10-24 12:30:11 +02:00 |
Jordi Boggiano
|
cd284733ef
|
Fix proxy scheme concatenation, fixes #1250
|
2012-10-24 12:14:16 +02:00 |
Jordi Boggiano
|
b8a408883c
|
Reset state after applying stash, fixes #1254
|
2012-10-24 12:10:32 +02:00 |
Jordi Boggiano
|
48b7e329c1
|
Add user ml link
|
2012-10-24 10:22:40 +02:00 |
Sebastian Krebs
|
578a216343
|
Add shorthand '-o'-option for '--optimize-autoloaders'
|
2012-10-23 14:58:41 +02:00 |
Sebastian Krebs
|
86518a22d7
|
Allow autoloader optimization right from 'update' too
|
2012-10-23 13:47:41 +02:00 |
Sebastian Krebs
|
d3aaeb21da
|
Allow autoloader optimization right from 'install'
|
2012-10-23 13:41:17 +02:00 |
Jordi Boggiano
|
935da3fdbc
|
Fix release date
|
2012-10-23 10:56:44 +02:00 |
Jordi Boggiano
|
ad9f887edd
|
Clarify error message to sound less scary until we can guarantee it
|
2012-10-23 10:53:17 +02:00 |
Jordi Boggiano
|
f204314538
|
Merge remote-tracking branch 'cs278/legacy-repo-handling'
|
2012-10-23 10:49:44 +02:00 |
Jordi Boggiano
|
4ffc6fac2a
|
Update changelog
|
2012-10-23 10:49:15 +02:00 |
Chris Smith
|
7681b4cc85
|
Add test covering the new and old repository formats
|
2012-10-22 22:44:56 +01:00 |
Chris Smith
|
9ed481ef02
|
Fix handling of legacy Composer repositories
|
2012-10-22 21:40:32 +01:00 |
Jordi Boggiano
|
e887f6cea9
|
Fix CS
|
2012-10-22 20:25:11 +02:00 |
Jordi Boggiano
|
5fc0de566f
|
Fix docs
|
2012-10-22 20:24:05 +02:00 |
Jordi Boggiano
|
083ca464b3
|
Merge remote-tracking branch 'johnkary/cliEvents'
|
2012-10-22 18:57:51 +02:00 |
Jordi Boggiano
|
89d4df990a
|
Use JsonFile to decode cached entries
|
2012-10-22 17:56:30 +02:00 |
Jordi Boggiano
|
bebd1ce9c7
|
Always check for OAuth token in git config, fixes #1243
|
2012-10-22 17:11:34 +02:00 |
Jordi Boggiano
|
b4bcc5b5c8
|
Fix bogus operations that trigger a "package is not installed" exception for dev installs, refs #789
|
2012-10-22 15:55:29 +02:00 |
Jordi Boggiano
|
bd826d7644
|
Mock local repositories in dry-runs
|
2012-10-22 15:50:40 +02:00 |
Jordi Boggiano
|
85671021c3
|
Clear id when cloning
|
2012-10-22 14:39:49 +02:00 |
Jordi Boggiano
|
e1e7141ae9
|
Apply updates in the NoopInstaller
|
2012-10-22 14:33:09 +02:00 |
Jordi Boggiano
|
1760b1e093
|
Prevent CompositeRepository instances from being nested
|
2012-10-22 14:29:34 +02:00 |
Jordi Boggiano
|
fef3dacdfb
|
Reset ids of aliased packages as well
|
2012-10-22 14:28:55 +02:00 |
Jordi Boggiano
|
350c7cbb3a
|
Fix constraints shown in Problem output
|
2012-10-22 10:27:12 +02:00 |
John Kary
|
a069f7a906
|
Fix styling typo
|
2012-10-21 14:05:32 -05:00 |
Jordi Boggiano
|
233bdb3863
|
Use proper pretty string for the aliased constraint
|
2012-10-21 19:16:31 +02:00 |
Jordi Boggiano
|
eceda0ffc7
|
Fix regression introduced in beb9a5bd72
|
2012-10-21 19:16:11 +02:00 |
Jordi Boggiano
|
76663cf21e
|
Avoid following the URL to the authorization that was just created, fixes #1238
|
2012-10-21 18:10:32 +02:00 |
Wes Mason
|
169bb2d60e
|
Use -r option of read shell builtin to avoid escaping of backslashes on password input
|
2012-10-21 18:07:26 +02:00 |
Jordi Boggiano
|
31a1bd2c39
|
Remove output if the token can be fetched automatically
|
2012-10-21 18:03:18 +02:00 |
Jordi Boggiano
|
c53729793b
|
Make sure the global config file is only readable by the owner
|
2012-10-21 18:01:53 +02:00 |
Jordi Boggiano
|
7aab7c6297
|
Fix StreamContextFactory tests
|
2012-10-21 17:57:16 +02:00 |
Jordi Boggiano
|
39e69a3b12
|
Refactor OAuth acquisition code to generalize it
|
2012-10-21 17:56:57 +02:00 |
Jordi Boggiano
|
bf5f34a114
|
Merge remote-tracking branch '1stvamp/github-tokens-from-git-config'
|
2012-10-21 17:12:14 +02:00 |
Jordi Boggiano
|
c7b26c8d82
|
Return 1 if installation of deps failed, fixes #936
|
2012-10-21 17:00:05 +02:00 |
Jordi Boggiano
|
ca1dcc4659
|
Merge remote-tracking branch 'nbaksalyar/proxy_fix'
|
2012-10-21 16:25:56 +02:00 |
Jordi Boggiano
|
da8dc58444
|
Merge remote-tracking branch 'simensen/update-symfony-deps'
Conflicts:
composer.lock
|
2012-10-21 16:14:35 +02:00 |
Jordi Boggiano
|
338127ff9c
|
Disable failure on hash mismatch until it can be proven to work reliably
|
2012-10-21 16:10:47 +02:00 |
Jordi Boggiano
|
3116c979d3
|
Fix undefined var, fixes #1235
|
2012-10-21 16:03:05 +02:00 |
Jordi Boggiano
|
7d97d54de0
|
Update deps
|
2012-10-21 15:14:19 +02:00 |
Jordi Boggiano
|
573e4b2a7c
|
Merge branch 'newrepo'
|
2012-10-21 14:18:00 +02:00 |
Wes Mason
|
5fb0403276
|
Use process executor instead of exec to run git config
|
2012-10-21 10:05:56 +01:00 |
Wes Mason
|
1442c1e026
|
Damnable tabs!
|
2012-10-21 10:02:33 +01:00 |