Jordi Boggiano
|
e85ca1ed94
|
Add --check to troubleshooting docs
|
2012-10-30 12:54:53 +01:00 |
Jordi Boggiano
|
abe3f2d28f
|
Merge remote-tracking branch 'bamarni/patch-4'
|
2012-10-28 20:17:02 +01:00 |
Jordi Boggiano
|
f18839c350
|
Fix var override, fixes #1061
|
2012-10-28 20:15:36 +01:00 |
Djordje Kovacevic
|
d92ccd111d
|
Fixed library installer windows .bat generator
|
2012-10-28 14:07:36 +01:00 |
Bilal Amarni
|
b10c832be0
|
fixed a typo
|
2012-10-28 09:57:42 +01:00 |
Jordi Boggiano
|
2b06503027
|
SvnDriver fixes
|
2012-10-26 01:53:34 +02:00 |
Jordi Boggiano
|
39349cc2df
|
Update vendors
|
2012-10-26 01:14:18 +02:00 |
Jordi Boggiano
|
e90955b8b9
|
Fix windows setup instructions, fixes #1262
|
2012-10-26 00:50:39 +02:00 |
Jordi Boggiano
|
85bbf99817
|
Fix deletion of vcs dirs, fixes #1260
|
2012-10-26 00:19:28 +02:00 |
Jordi Boggiano
|
711179b2b4
|
Do not send an empty list of packages to the default policy, fixes #1259
|
2012-10-25 18:18:02 +02:00 |
Jordi Boggiano
|
532f237003
|
Reorganize intro page a bit
|
2012-10-25 15:20:16 +02:00 |
Jordi Boggiano
|
6485f7eef3
|
Add setup instructions
|
2012-10-25 15:17:35 +02:00 |
Jordi Boggiano
|
0342c30415
|
Merge remote-tracking branch 'cloakedninjas/master'
|
2012-10-25 15:14:35 +02:00 |
Jordi Boggiano
|
b88d9167d1
|
Merge remote-tracking branch 'pborreli/typos'
|
2012-10-25 15:11:46 +02:00 |
Pascal Borreli
|
83fd3967f0
|
Fixed PHPDoc
|
2012-10-24 23:44:40 +00:00 |
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 |