Jordi Boggiano
224934831d
Change all github archive URLs to API URLs and handle fallback for those to nodeload
2012-12-05 19:20:52 +01:00
Chris Smith
e3838bbc1f
Update tests to expect correct URLs for private dist downloads
2012-12-05 18:55:25 +01:00
Chris Smith
120f52c632
Generate private zipball urls for private repositories
2012-12-05 18:55:13 +01:00
Wes Mason
1ce7c28f11
Allow OAuth2 authentication to downloads on api.github.com not just github.com
2012-12-05 18:54:46 +01:00
Jordi Boggiano
308e2ff4cb
Add support for headers as strings to avoid regressions, refs #1387
2012-12-05 16:57:54 +01:00
Jordi Boggiano
9c3201f6d7
Fix commit logs display with svn
2012-12-05 16:55:48 +01:00
Jordi Boggiano
bf28618ae0
Merge pull request #1389 from fernandomantoan/solve-header-content-proxy-bug
...
InstallerManager should define headers as array
2012-12-05 07:14:54 -08:00
Fernando Mantoan
df592d40de
Solving the issue #1387
2012-12-05 12:35:10 -02:00
Fernando Mantoan
0f337dd56a
Solving the issue #1387
2012-12-05 12:22:24 -02:00
Jordi Boggiano
07f7487c60
Clear cached files when they fail to extract or validate, refs #941
2012-12-05 10:10:54 +01:00
Jordi Boggiano
c281315fb4
Merge pull request #1384 from dbojdo/patch-1
...
Update src/Composer/Package/Locker.php
2012-12-03 08:24:56 -08:00
Jordi Boggiano
8bbb358e1f
Merge pull request #1380 from bamarni/depends-local
...
added a local option to the depends command
2012-12-03 08:09:00 -08:00
Daniel Bojdo
11880f016f
Update src/Composer/Package/Locker.php
...
There were some cases when result of execute was 0 but output was empty string.
It causes an exception in line 295 (create DateTime object from "@" string).
2012-12-03 14:51:45 +01:00
Bilal Amarni
4e02cbd49e
added a local option to the depends command
2012-12-03 14:10:51 +01:00
Jordi Boggiano
ace3eefe1a
Merge pull request #1383 from simensen/get-composer-file-static
...
Made getComposerFile static.
2012-12-03 04:07:04 -08:00
Jordi Boggiano
23844bd6e5
Merge pull request #1382 from xrstf/hg-inactive-branches
...
fixed detection of inactive branches in hg
2012-12-03 04:06:03 -08:00
Beau Simensen
8d1d060d66
Made getComposerFile static.
2012-12-02 16:24:39 -08:00
Christoph
cebd43e735
fixed detection of inactive branches in hg
2012-12-03 01:21:56 +01:00
Jordi Boggiano
dfb5516af6
Merge pull request #1375 from igorw/missing-docs
...
Document batch notification API and cli command options
2012-12-02 11:46:03 -08:00
Jordi Boggiano
e9df9a4aa8
Merge pull request #1376 from igorw/short-stability-option
...
Rename init --minimum-stability to --stability
2012-12-02 11:45:00 -08:00
Jordi Boggiano
28b64f9910
Merge pull request #1379 from deweller/master
...
Added config command documentation.
2012-12-02 07:27:22 -08:00
Devon Weller
0484febffe
moved misplaced backtick
2012-12-02 07:56:01 -06:00
Devon Weller
385709ba6c
Updated config command documentation.
...
This implements issue #1377 .
2012-12-02 06:52:07 -06:00
Devon Weller
9aa2c5f1ee
Updated config command documentation.
...
This implements issue #1377 .
2012-12-02 06:49:51 -06:00
Devon Weller
c2a97663f6
Added config command documentation.
...
This implements issue #1377 .
2012-12-02 06:43:11 -06:00
Igor Wiedler
423728440b
Rename init --minimum-stability to --stability
...
This is consistent with create-project.
2012-11-30 17:40:52 +01:00
Igor Wiedler
2ef741626d
[docs] notify_batch is no longer URL template
2012-11-30 17:29:56 +01:00
Igor Wiedler
c441f94d1a
[docs] Update repositories notify_batch title
2012-11-30 17:29:15 +01:00
Igor Wiedler
7461be280b
[docs] status command
2012-11-30 17:23:01 +01:00
Igor Wiedler
303debe047
[docs] --name-only option for search command
2012-11-30 17:15:36 +01:00
Igor Wiedler
162b1f6653
[docs] -s shorthand for --stability
2012-11-30 17:10:37 +01:00
Igor Wiedler
2b48d6835b
[docs] Remove mention of deprecated non-batch notification API
2012-11-30 17:08:01 +01:00
Igor Wiedler
77062eb792
[docs] --stability option for init command
2012-11-30 17:07:30 +01:00
Igor Wiedler
ae2c3e8ddb
[docs] Batch notification API
2012-11-30 16:55:04 +01:00
Igor Wiedler
5317f9e542
[docs] create-project command --stability option
2012-11-30 16:46:22 +01:00
Jordi Boggiano
111c42b8fb
Make config command list all values in the config (aggregated defaults + global [+ local])
2012-11-30 16:21:08 +01:00
Jordi Boggiano
977fc3241c
Clarify exception messages when invalid versions are detected in aliases
2012-11-29 12:05:45 +01:00
Jordi Boggiano
365058ee99
Fix CS
2012-11-29 11:16:46 +01:00
Jordi Boggiano
d1956d9d24
Merge remote-tracking branch 'Unister/master'
2012-11-29 11:16:19 +01:00
Jordi Boggiano
9c029c234e
Merge remote-tracking branch 'mkopras/ticket_1052'
2012-11-29 11:12:03 +01:00
Jordi Boggiano
4965fb599c
s/return/continue/
2012-11-29 10:11:23 +01:00
Jordi Boggiano
da1cc39cfd
Fix tests
2012-11-29 09:33:51 +01:00
Jordi Boggiano
a8f74a0983
Allow notification from locked installs, fixes #1368 , fixes #1372 , fixes #1369
2012-11-29 09:24:28 +01:00
Mikołaj Kopras
534fe36149
Added php.ini path to error message #1052
2012-11-28 21:26:58 +01:00
Jordi Boggiano
e868c9706b
Add support for batch notifications
2012-11-28 18:44:49 +01:00
go.schmidt
f748fb1953
fixed version output for show command
2012-11-28 11:46:33 +01:00
Jordi Boggiano
c5f3a6febd
Fix optimized autoloader generation for PSR-0 configs that include non-existent dirs, fixes #1286
2012-11-27 14:23:10 +01:00
Jordi Boggiano
ead17b2680
Fix solving issue when provide provides a platform package that is already installed, fixes #1171
2012-11-27 13:55:20 +01:00
Jordi Boggiano
cd4d569540
Use old-style named subpattern syntax to avoid problems with antiquated PCRE
2012-11-26 13:21:03 +01:00
Jordi Boggiano
de3235a2a4
Add tests to prevent regressions on strings/nowdoc/comment stripping
2012-11-25 14:10:58 +01:00