thewilkybarkid
afe9554515
Use full diagnose command name
2013-06-12 13:05:01 +01:00
Tobias Munk
f28f3c2d96
updated docs with new create project command information
2013-05-31 11:39:14 +02:00
Taylor Otwell
60cd875cc2
Added "pre-autoload-dump" event.
...
This event is fired before the autoload file is generated, for either
an install or update command.
2013-05-06 09:37:21 -05:00
Jordi Boggiano
062b05d37d
Fix typos/wording
2013-04-27 17:51:05 +02:00
Jordi Boggiano
5806770a81
Merge remote-tracking branch 'tarjei/patch-1'
2013-04-27 17:49:24 +02:00
Max Voloshin
66c7654b45
fix ssl options; add tips about ssl and ssh2 options
2013-04-13 19:24:03 +03:00
Jordi Boggiano
7740196b13
Add docs for diag command
2013-04-04 00:47:03 +02:00
Jeremy Postlethwaite
e16c697b4c
Update custom-installers.md
...
Fixed documentation error.
2013-04-02 09:00:20 -07:00
till
5774f5db4a
Engrish is hard.
2013-03-30 21:48:18 +01:00
till
378615d646
Documentation for satis-based downloads.
2013-03-30 21:21:14 +01:00
David Zülke
d693bdf3bc
Clarify custom installer names/interfaces
...
"i.e." is an abbreviation for "id est", meaning "that is". The intention here is probably "e.g.", "exempli gratia", meaning "for example".
Also gave non-`Composer\` example path and added the name of the interface an installer should implement (it's mentioned later in the article, but it's useful to mention it early).
2013-03-13 16:39:22 +02:00
Jordi Boggiano
e69a05949b
Tweaking text and wrapping lines
2013-03-13 11:03:44 +01:00
Alexander Pánek
91c431c907
Adding some more description what Satis is/does
2013-03-13 10:59:02 +01:00
Tarjei Huse
b79daf4357
Update troubleshooting.md
...
I never thought of looking in the aliases section of the documentation...
2013-03-04 14:17:43 +01:00
Jordi Boggiano
7f861d0c07
Merge pull request #1609 from jeffturcotte/patch-1
...
Satis configuration file description
2013-02-25 09:23:32 -08:00
Jordi Boggiano
8518cd1be8
Add post-autoload-dump event to docs/schema
2013-02-22 18:44:50 +01:00
Jeff Turcotte
6428aa1aa2
Further simplified Satis Config intro
2013-02-22 09:48:43 -05:00
Jeff Turcotte
f6059890b1
Satis configuration file description
...
Better upfront description of what a Satis configuration file actually is. Was previously not clear the name didn't matter until further down.
2013-02-21 21:05:27 -05:00
Jordi Boggiano
9dfdc86292
Rephrase package not found troubleshooting entry
2013-02-19 16:18:45 +01:00
Jordi Boggiano
7620541c27
Merge remote-tracking branch 'pscheit/patch-1'
2013-02-19 16:11:58 +01:00
Igor Wiedler
c1a4e5d43b
Add curl -sS everywhere
2013-02-18 17:56:13 +01:00
Bilal Amarni
b02e077ab2
added a note about #1526
2013-01-27 23:07:01 +01:00
Arul
1ba62d09e4
Update doc/articles/vendor-binaries.md
2013-01-26 11:52:28 +08:00
PCSG
d0a61bbaa0
Update doc/articles/scripts.md
...
forget a comma
2013-01-23 18:55:57 +01:00
Matt Kirwan
9ad629b39b
Update doc/articles/handling-private-packages-with-satis.md
...
Added the stability flag to this article, was a little confusing as to why satis didn't install correctly using this article. Turned out the github composer/satis README had the answer so i've put it here also.
Matt
2013-01-22 16:35:20 +00:00
David Zuelke
7e1f81dc1e
rename vendor-bins.md to vendor-binaries.md
2013-01-14 19:42:12 +01:00
David Zuelke
e423c69d8e
Rename "vendor bins" to "vendor binaries"
...
Because a binary is not a receptacle :) Less confusing this way.
2013-01-14 19:01:09 +01:00
Philipp Scheit
ab53020ab0
add solution to #1454 to troubleshooting
...
The solution suggested by Seldaek helped to solve the issue.
https://github.com/composer/composer/issues/1454
2013-01-06 21:00:36 +01:00
Jordi Boggiano
3f68577775
Clarify what a comparable version is on the aliasing page
2012-11-08 21:01:26 +01:00
Jordi Boggiano
83cd5dd092
Change docs URLs to point to HTTPS versions of the sites
2012-11-08 15:10:26 +01:00
Igor Wiedler
0d07559287
Clarify that branch aliases must be done in the target repository
2012-11-06 15:17:52 +01:00
Jordi Boggiano
e85ca1ed94
Add --check to troubleshooting docs
2012-10-30 12:54:53 +01: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
John Kary
a069f7a906
Fix styling typo
2012-10-21 14:05:32 -05:00
Jonathon Hill
dee785cc81
Minor English and readability improvements
2012-10-16 15:49:01 -03:00
Dmitry Menshikov
4302ede68a
Fixed urls on the troubleshooting page
2012-10-11 21:20:49 +03:00
Jordi Boggiano
0e997a94fb
Format docs
2012-10-08 19:42:28 +02:00
Jordi Boggiano
81a7d40428
Merge remote-tracking branch 'timheil/master'
2012-10-08 19:31:49 +02:00
John Kary
b213e585df
Update and refine Scripts docs with CLI-based commands
2012-10-05 23:37:26 -05:00
Sander Marechal
3e63ebf7fe
Add stream context options documetation
2012-10-03 20:32:00 +02:00
Jordi Boggiano
9798361937
Merge pull request #1040 from igorw/make-pdf
...
Script to generate PDF from docs
2012-09-09 03:23:44 -07:00
Igor Wiedler
d93f03d0c4
Re-wrap and re-format some docs to make the LaTeX friendly
2012-08-29 22:30:47 +02:00
Tim Heil
f2ba19ace2
Troubleshooting ... some lessons learnt
2012-08-27 22:09:00 +02:00
Jordi Boggiano
3946a44499
Merge remote-tracking branch 'chEbba/memory_limit'
...
Conflicts:
bin/composer
2012-08-24 17:39:49 +02:00
Kirill chEbba Chebunin
34c4f94619
Fix typo in troubleshooting doc
2012-08-24 18:32:36 +04:00
Kirill chEbba Chebunin
21596b2ccd
Increase memory to 512M, remove warning
2012-08-24 17:49:35 +04:00
Kirill chEbba Chebunin
4f129424e1
Increase memory_limit to 256M if it is lower than this value
2012-08-24 17:06:03 +04:00
Kirill chEbba Chebunin
99f3444f30
Fix typo in troubleshooting article
2012-08-24 14:35:16 +04:00
Kirill chEbba Chebunin
47156103a6
Remove hard coded memory limit. Add troubleshooting doc
2012-08-24 13:53:02 +04:00