3926 Commits (7c1042eef56f54df957f89487534db8b080c1c84)
 

Author SHA1 Message Date
Jordi Boggiano a1e4ca4f9b Merge remote-tracking branch 'jimmykane/master' 11 years ago
Dimitrios Kanellopoulos 81820beefc Cache path never ends with '/' 11 years ago
Dimitrios Kanellopoulos 95a9ac880b Check if current dir is writable and if not try the cache dir from settings 11 years ago
Dimitrios Kanellopoulos 9477e015bd Use cache directory when downloading composer.phar
Since there is a cache dir there is no need to populate the project
directory with temp files. Plus the permissions on the project dir
might not allow that.
11 years ago
Jordi Boggiano 348031cc73 Merge pull request #2427 from webfactory/hg-no-working-copy
No need to create hg working copies just to parse tags/branches
11 years ago
Matthias Pigulla f626f55f41 No need to create hg working copies just to parse tags/branches 11 years ago
Jordi Boggiano dff5e3c542 Fail hard if anything attempts to wipe the entire filesystem/partition, fixes #2409 11 years ago
Jordi Boggiano f94ec8dd09 Merge pull request #2421 from glensc/patch-3
drop ^A
11 years ago
Elan Ruusamäe 847b33da44 drop ^A
added probably mistakenly in e34dae4d42
11 years ago
Jordi Boggiano 8d3c2dc9fc Merge pull request #2417 from glensc/patch-2
Minor typo fix
11 years ago
Jordi Boggiano c5be60b5c8 Merge pull request #2414 from matthieuauger/fix/2359/config-option-overwrite-cli
If installer sets prefer to false, the manager should too. Fixes #2359
11 years ago
Elan Ruusamäe b92bce5569 Minor typo fix
introduced from 6ce0bf7cbf with #2314
11 years ago
Matthieu Auger fcba5257d9 If installer sets prefer option to false, the manager should too. Fixes #2359 11 years ago
Jordi Boggiano f134e09f45 Add stronger warning in docs about #<ref> hack, refs #2410 11 years ago
Jordi Boggiano 0e847a9f31 Merge pull request #2406 from websafe/patch-1
Composer supports four types.
11 years ago
Jordi Boggiano 034ac85465 Merge pull request #2405 from discordier/fix-upgrade-cache
Fix cache directory upgrading - do not try to (re)move the active cache dir.
11 years ago
Thomas Szteliga 36712386f9 Composer supports four types. 11 years ago
Christian Schiffler fc4cc79a52 Fix cache directory upgrading - do not try to remove the destination directory. 11 years ago
Jordi Boggiano a045ab3459 Merge pull request #2402 from cs278/perforce-driver-fixes
Perforce driver fixes
11 years ago
Jordi Boggiano 65d516e427 Merge pull request #2401 from cs278/fix-url-sanitisation
Fix URL sanitisation regexp being too greedy
11 years ago
Chris Smith c0316aa957 Capture output, stopping errors showing up if p4 is not available 11 years ago
Chris Smith a892e6a3bd Pass IO instance to ProcessExecutor for logging 11 years ago
Chris Smith d348dd44cd Fix URL sanitisation regexp being too greedy 11 years ago
Jordi Boggiano d1c166eb26 Merge pull request #2399 from wouter90/subversion
Fix authentication issue with subversion 1.8
11 years ago
Wouter Wolters 97d52968ab Fix authentication issue with subversion 1.8 11 years ago
Jordi Boggiano e243b4edd1 Merge pull request #2397 from smaftoul/patch-1
Retry on some 5xx errors
11 years ago
smaftoul 0959d8f134 Retry on some 5xx errors
`composer install` gives me some intermittent 502 errors on github. Composer already does some retries. I think, on 502, 503 and 504, we should retry.
11 years ago
Jordi Boggiano 8398c9f2ab Fix target-dir update checks, fixes #2395 11 years ago
Jordi Boggiano d3ff302194 Merge pull request #2375 from gena01/github-ee
Fixing #728 Adding basic support for Github Enterprise
11 years ago
Jordi Boggiano 0a3df27403 Remove dead code, fixes #2363 11 years ago
Jordi Boggiano af91b19f5e Merge pull request #2386 from cebe/allow-file-url
added support for file:// url to repository
11 years ago
Jordi Boggiano d11bb86778 Merge pull request #2387 from dyferencjal/inconsistent-io-interface
changes size of the line default value
11 years ago
Paweł Małolepszy 30502f1cb4 changes size of the line default value 11 years ago
Carsten Brandt f538acc4b0 added support for file:// url to repository
file:// is valid url even if it does not define a host.

allows to define a repo like this (local directory generated with
composer/satis):

```json
{
	"repositories": [ { "type": "composer", "url": "file:///home/cebe/dev/jescali/xeno-core/core/repo" } ],
	"require": {
        ...
	}
}
```
11 years ago
Gennady Feldman e5045ce215 Per request from Jordi Boggiano (Seldaek) making Config 2nd parameter in supports() 11 years ago
Jordi Boggiano c849f7d05d Merge pull request #2376 from epeay/patch-1
Update 05-repositories.md
11 years ago
Elliott Peay c14e277476 Update 05-repositories.md
Typo, which is best addressed as a small rewrite.
11 years ago
Gennady Feldman 93ebfd54b1 Adding Config as parameter to the Driver::supports(), updating all drivers, user and tests. 11 years ago
Gennady Feldman d8dbcab710 Refactoring my code to use a protected function to generate API Url. 11 years ago
Gennady Feldman 6419266ea3 Validate the originUrl against the list of 'github-domains' from the config. 11 years ago
Gennady Feldman a4d7fc138a Fixing broken unit test. 11 years ago
Gennady Feldman e78499d28d First working version of GitHub Enterprise API. 11 years ago
Gennady Feldman f8376a5b34 Updating ConfigCommand so that we can set github-domains from the command line. 11 years ago
Jordi Boggiano 7148b22414 Add github-domains config value for GitHub Enterprise setups, fixes #728
Signed-off-by: Gennady Feldman <gena01@gmail.com>
11 years ago
Jordi Boggiano 50fbfe4d63 Filesystem/autoload fixes for windows, refs #2304, #2342, #2365 11 years ago
Jordi Boggiano a2a70380c1 Merge pull request #2351 from Leftbrained/feature/remove-slashes-from-package-archive-filename
Remove slashes from package archive filename
11 years ago
Jordi Boggiano 86831502c0 Merge pull request #2350 from metric152/master
Update 00-intro.md
11 years ago
ernest leitch ebece5a3b9 Update 00-intro.md
Updated spelling
11 years ago
Chris Testroet 2a8eb9df34 Remove slashes from package archive filename 11 years ago
ernest leitch 1e4ace764d Update 00-intro.md
Added note to help install PHP via brew if it's missing.
11 years ago