Jordi Boggiano
6d2b4354f4
Fix test
2012-12-08 21:51:52 +01:00
Jordi Boggiano
0b94fd209a
Warn users if github tokens contain invalid chars
2012-12-08 21:45:43 +01:00
Jordi Boggiano
23d45f67c1
Fix config merging for arrays
2012-12-08 21:45:21 +01:00
Jordi Boggiano
9b2e3766c0
Show reference as well in show command overview
2012-12-08 21:03:32 +01:00
Jordi Boggiano
35afd0a78e
Add github-oauth config documentation, fixes #1405
2012-12-08 20:53:24 +01:00
Jordi Boggiano
c471afab95
Add note about stability flags and min stability to the basic usage docs, fixes #1403
2012-12-08 20:50:48 +01:00
Jordi Boggiano
e7f4768668
Only ask for gitignore if the current dir is a git repo, fixes composer/satis#44
2012-12-08 17:47:44 +01:00
Jordi Boggiano
5b24a48827
Allow disabling svn branches/tags, fixes composer/satis#43
2012-12-08 17:41:46 +01:00
Jordi Boggiano
ae734229d7
Merge pull request #1400 from igorw/patch-3
...
[docs] Format config command options consistently
2012-12-07 01:17:20 -08:00
Jordi Boggiano
e3a557e1ec
Merge pull request #1399 from igorw/patch-2
...
[docs] Lower-case config command name
2012-12-07 01:17:04 -08:00
Igor Wiedler
f6a761ac5d
[docs] Format config command options consistently
2012-12-07 04:33:14 +01:00
Igor Wiedler
01f0a2b165
[docs] Lower-case config command name
2012-12-07 04:30:44 +01:00
Jordi Boggiano
eef64d1189
Update test
2012-12-06 10:26:16 +01:00
Jordi Boggiano
b04d938319
Fix test to reduce cross-platform issues
2012-12-06 10:07:57 +01:00
Jordi Boggiano
7d7eb3b2e8
Fix shell command output, fixes #1295
2012-12-06 09:56:27 +01:00
Jordi Boggiano
04c6670f0c
Detect invalid ssh URLs, fixes #1124
2012-12-05 23:23:01 +01:00
Jordi Boggiano
8af6581bdf
Make sure only proper timestamps are used for the lock, refs #1390
2012-12-05 21:44:20 +01:00
Jordi Boggiano
6ed65c9e91
Reuse hostname var
2012-12-05 21:39:28 +01:00
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