Jordi Boggiano
1b789d5226
Fix indenting, refs #2535
2013-12-30 14:11:12 +01:00
chr0n1x
528d35a835
ConfigValidator: ensure that require-dev exists during override check
...
- Ensure that require-dev is present before checking for dependeny overrides.
- A small grammar update for the warning message.
2013-12-28 00:40:27 -05:00
Pascal Borreli
2f4df9d459
Fixed typos
2013-12-27 11:51:01 +00:00
Jordi Boggiano
6ead35f189
Add version arg, docs for --rollback and reorganize the code, refs #2522
2013-12-27 11:06:41 +01:00
Jordi Boggiano
47a542ea89
Merge remote-tracking branch 'chr0n1x/feature-selfupdate-rollback'
2013-12-26 17:55:29 +01:00
Jordi Boggiano
040a9e3977
Merge pull request #2529 from mavimo/patch-1
...
Fixed missing closed warning tag.
2013-12-26 08:44:41 -08:00
Jordi Boggiano
f85a366eb9
Finalize new autoloader-suffix config value, refs #2524 , fixes #1413
2013-12-26 17:40:52 +01:00
Marco Vito Moscaritolo
32b18a9409
Fixed missing closed warning tag.
...
In a console output a warning tag is not closed
2013-12-26 17:33:03 +01:00
Jordi Boggiano
d4b7548cd9
Merge remote-tracking branch 'stanlemon/configure-autoloader-suffix'
2013-12-26 17:32:09 +01:00
Jordi Boggiano
384ed2822d
Fire pre-update|install-cmd event as early as it should be, refs #2520
2013-12-26 16:35:54 +01:00
Jordi Boggiano
4ae5c95c8d
Detect require overrides, fixes #2503
2013-12-26 12:31:43 +01:00
Jordi Boggiano
bcb5e38bcb
Merge pull request #2496 from oziks/fix-exclude
...
Fix error on check exclude from download composer.json
2013-12-26 01:23:24 -08:00
Stan Lemon
5fd3223aec
Updates per @stof
2013-12-23 11:27:33 -05:00
Stan Lemon
d6c46f2091
Allow the autoloader suffix to be configured from a project's composer.json
2013-12-22 22:01:42 -05:00
Andreas Hennings
8e11a7684f
phar compiler should also compile autoload_psr4.php
2013-12-22 19:24:58 +01:00
chr0n1x
d26355ef65
SelfUpdateCommand: removed unneeded return
2013-12-22 00:59:02 -05:00
chr0n1x
0c76bba8bb
SelfUpdateCommand: do not delete old snapshots, allow user to clean them
2013-12-22 00:36:24 -05:00
chr0n1x
bc5ce1ce04
SelfUpdateCommand: only use 1 rollback snapshot at a time
2013-12-22 00:22:27 -05:00
chr0n1x
2760221767
SelfUpdateCommand: initial groundwork for --rollback
2013-12-21 03:06:10 -05:00
Jordi Boggiano
0e9a9a3875
Merge pull request #2509 from glenjamin/opcache-ext
...
Ensure detected extensions have valid package names
2013-12-16 13:58:46 -08:00
Beau Simensen
5caee06c44
Make PluginManager::loadRepository public
2013-12-16 09:21:00 -06:00
Glen Mailer
3620796b7d
Ensure detected extensions have valid package names
2013-12-16 08:51:19 +00:00
Beau Simensen
9ca884944c
Skip aliases packages when looking for plugins.
2013-12-15 23:14:58 -06:00
Andreas Hennings
c0aad84d8b
Validation to make the combination of target-dir with psr-4 illegal.
2013-12-14 16:33:59 +01:00
Andreas Hennings
39c09d5192
Add psr-4 stuff in a few more places.
2013-12-14 16:28:27 +01:00
Morgan Brunot
a300e1d45b
Fix error on check exclude from download composer.json
2013-12-10 21:14:50 +01:00
Jordi Boggiano
80499bb024
Detect ~> misuse and suggest fix, fixes #2476
2013-12-06 13:32:19 +01:00
Jakub Onderka
afc9069771
Check exception code only if class ZipArchive exists
...
If is for example exception throwed when downloading tar archive on system without installed zip extension, PHP hangs on fatal error " Class 'ZipArchive' not found".
2013-12-05 21:26:02 +01:00
Morgan BRUNOT
ca7cb68dd5
Check exclude from downloaded composer.json
2013-12-05 16:03:48 +01:00
mwhittom
dde9c309fd
incorporated change to Perforce: Capture output, stopping errors showing up if p4 is not available
2013-12-02 13:34:48 -06:00
mwhittom
a8084e46ff
Added error handling and error messages around missing perforce driver, invalid username/password
2013-12-02 13:34:47 -06:00
Kim Laï Trinh
691f784f92
fix bug introduced in https://github.com/composer/composer/pull/2375
2013-11-28 17:53:05 +01:00
Andreas Hennings
bbf6278905
AutoloadGenerator to support PSR-4. Tests included.
2013-11-26 02:53:44 +01:00
Andreas Hennings
b08179e399
PSR-4 ClassLoader: Bug fix: PEAR-like path needs ".php" appended.
2013-11-25 23:22:31 +01:00
Andreas Hennings
5dd3c12d3d
Further improve comments.
2013-11-25 23:22:31 +01:00
Andreas Hennings
2e80d148f8
PSR-4 loader: Fix comments: PSR-0 related methods should have comments refering to PSR-0 and prefixes. PSR-4 related methods should have comments refering to PSR-4 and namespaces.
2013-11-25 23:22:30 +01:00
Andreas Hennings
c49a651d81
PSR-4 class loader: Add getters for PSR-4 prefixes. Rename PSR-0 related attributes by appending *Psr0. Add more comments.
2013-11-25 23:22:30 +01:00
Andreas Hennings
8142126b16
Add PSR-4 class loader. (tests needed)
2013-11-25 23:22:30 +01:00
Jordi Boggiano
10f8e564bb
Add warnings for xdebug, fixes #2425
2013-11-25 14:11:49 +01:00
Jordi Boggiano
dea246186d
Merge pull request #2453 from mirkobeine/#2441-V2
...
Use 'cache-files-ttl' for cache gc, fixes #2441
2013-11-25 02:56:58 -08:00
user
a956ce9bb1
Use 'cache-files-ttl' for cache gc, fixes #2441
...
The configuration option 'cache-ttl' was used instead of 'cache-files-ttl' to determine
whether or not a cache gc should be performed.
* changed 'cache-ttl' to 'cache-files-ttl' to determine if a gc should be performed
* refactored FileDownloader to allow for easier testing
* added test to ensure that the gc is called with the proper config option
2013-11-24 10:55:25 +01:00
Jordi Boggiano
e126c92525
Fix exit codes, cc @tyrael
2013-11-22 16:17:02 +01:00
Jordi Boggiano
5b48abe833
Fix previous commit
2013-11-22 15:51:16 +01:00
Jordi Boggiano
8173b42a8a
Force unresolvable hosts through proxies, fixes #2449
2013-11-22 15:38:13 +01:00
Jordi Boggiano
730dcbb80a
Detect failed gethostbyname, refs #2449
2013-11-22 12:09:24 +01:00
Jordi Boggiano
78edca3ad6
Only replace version in Composer.php, fix user agent
2013-11-22 11:06:22 +01:00
Jordi Boggiano
4e4fc257e6
Fix pear ctor, refs #2444
2013-11-22 10:11:04 +01:00
Jordi Boggiano
4fe35ae693
Fix vcs repo constructor, fixes #2444
2013-11-22 10:05:08 +01:00
Jordi Boggiano
1ee30ea592
Merge pull request #2434 from JJK801/extend-pre-file-download
...
Add preFileDownload event on packages.json fetch
2013-11-22 00:27:27 -08:00
Jordi Boggiano
fc3fbdeab3
Rename a few things
2013-11-20 15:17:10 +01:00
Jordi Boggiano
e2f7e4871f
Merge remote-tracking branch 'AlexeyKupershtokh/cache-version-constraint'
2013-11-20 14:01:01 +01:00
Alexey Kupershtokh
0e2959cc32
Cache in VersionConstraint
2013-11-20 10:14:44 +07:00
Bilal Amarni
61cc291c8a
[CreateProject] allowed pretty version constraint
2013-11-20 00:47:02 +01:00
Jérémy JOURDIN
fbadc19bf6
Add preFileDownload event on package.json fetch
2013-11-19 17:45:28 +01:00
Dimitrios Kanellopoulos
81820beefc
Cache path never ends with '/'
2013-11-16 19:34:06 +01:00
Dimitrios Kanellopoulos
95a9ac880b
Check if current dir is writable and if not try the cache dir from settings
2013-11-16 18:59:13 +01:00
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.
2013-11-16 14:13:33 +01:00
Matthias Pigulla
f626f55f41
No need to create hg working copies just to parse tags/branches
2013-11-15 13:05:04 +01:00
Jordi Boggiano
dff5e3c542
Fail hard if anything attempts to wipe the entire filesystem/partition, fixes #2409
2013-11-14 21:22:14 +01:00
Matthieu Auger
fcba5257d9
If installer sets prefer option to false, the manager should too. Fixes #2359
2013-11-11 17:43:11 +01:00
Christian Schiffler
fc4cc79a52
Fix cache directory upgrading - do not try to remove the destination directory.
2013-11-07 23:33:38 +01:00
Jordi Boggiano
a045ab3459
Merge pull request #2402 from cs278/perforce-driver-fixes
...
Perforce driver fixes
2013-11-06 14:13:14 -08:00
Chris Smith
c0316aa957
Capture output, stopping errors showing up if p4 is not available
2013-11-06 21:37:38 +00:00
Chris Smith
a892e6a3bd
Pass IO instance to ProcessExecutor for logging
2013-11-06 21:37:20 +00:00
Chris Smith
d348dd44cd
Fix URL sanitisation regexp being too greedy
2013-11-06 21:31:26 +00:00
Wouter Wolters
97d52968ab
Fix authentication issue with subversion 1.8
2013-11-05 18:57:29 +01:00
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.
2013-11-04 15:21:09 +01:00
Jordi Boggiano
8398c9f2ab
Fix target-dir update checks, fixes #2395
2013-11-04 13:36:30 +01:00
Jordi Boggiano
d3ff302194
Merge pull request #2375 from gena01/github-ee
...
Fixing #728 Adding basic support for Github Enterprise
2013-10-31 15:19:08 -07:00
Jordi Boggiano
0a3df27403
Remove dead code, fixes #2363
2013-10-31 22:29:09 +01:00
Jordi Boggiano
af91b19f5e
Merge pull request #2386 from cebe/allow-file-url
...
added support for file:// url to repository
2013-10-31 13:22:13 -07:00
Paweł Małolepszy
30502f1cb4
changes size of the line default value
2013-10-30 22:03:14 +01:00
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": {
...
}
}
```
2013-10-30 17:46:35 +01:00
Gennady Feldman
e5045ce215
Per request from Jordi Boggiano (Seldaek) making Config 2nd parameter in supports()
2013-10-29 11:07:52 -04:00
Gennady Feldman
93ebfd54b1
Adding Config as parameter to the Driver::supports(), updating all drivers, user and tests.
2013-10-28 15:57:02 -04:00
Gennady Feldman
d8dbcab710
Refactoring my code to use a protected function to generate API Url.
2013-10-28 15:38:28 -04:00
Gennady Feldman
6419266ea3
Validate the originUrl against the list of 'github-domains' from the config.
2013-10-28 15:32:51 -04:00
Gennady Feldman
a4d7fc138a
Fixing broken unit test.
2013-10-28 13:08:18 -04:00
Gennady Feldman
e78499d28d
First working version of GitHub Enterprise API.
2013-10-28 12:40:51 -04:00
Gennady Feldman
f8376a5b34
Updating ConfigCommand so that we can set github-domains from the command line.
2013-10-28 12:40:45 -04:00
Jordi Boggiano
7148b22414
Add github-domains config value for GitHub Enterprise setups, fixes #728
...
Signed-off-by: Gennady Feldman <gena01@gmail.com>
2013-10-28 12:40:20 -04:00
Jordi Boggiano
50fbfe4d63
Filesystem/autoload fixes for windows, refs #2304 , #2342 , #2365
2013-10-28 11:01:17 +01:00
Chris Testroet
2a8eb9df34
Remove slashes from package archive filename
2013-10-19 22:00:40 -07:00
Jordi Boggiano
e2671b6510
Add test and fix patch for #2304 , refs #2341
2013-10-19 13:38:30 +02:00
Jordi Boggiano
17886c3b2e
Merge remote-tracking branch 'hason/windows'
2013-10-19 13:11:51 +02:00
Sebastian Schawohl
4198688f54
Change date format when getting log from mercurial
...
Use rfc3339date format instead of rfc822date to avoid exceptions from
DateTime constructor because of localized dates.
fix #2346
2013-10-18 16:41:54 +02:00
Jordi Boggiano
efb41d467e
Skip redirect to URL lines in svn output, fixes #2338
2013-10-18 11:45:05 +02:00
Jordi Boggiano
08243ce2e3
Fix handling of urlencoded user and password in proxy urls, fixes #2339
2013-10-18 11:35:57 +02:00
mwhittom
0c5f4d9860
Update to fix issue with multiple perforce repositories
2013-10-17 13:39:32 -05:00
Martin Hasoň
9df65ee4c8
Fixed filesystem issue on windows
2013-10-17 11:10:16 +02:00
Jordi Boggiano
7cfeccb101
Merge pull request #2327 from pl-github/with-dependencies
...
Change dependency processing for update with whitelisted packages
2013-10-16 09:15:46 -07:00
Jordi Boggiano
7f03fad391
Revert "Code cleanup, refs #2316"
...
This reverts commit 6e3cfb5fea
.
2013-10-16 18:07:09 +02:00
Jordi Boggiano
6e3cfb5fea
Code cleanup, refs #2316
2013-10-16 15:55:53 +02:00
Jordi Boggiano
7c83e6a04a
Merge remote-tracking branch 'GromNaN/git-cache'
2013-10-16 15:16:48 +02:00
Jordi Boggiano
7682bc0d60
Merge remote-tracking branch 'Devolicious/feature/no-prepend'
2013-10-16 12:15:36 +02:00
Jordi Boggiano
f8be812a49
Merge remote-tracking branch 'origin/master'
2013-10-16 10:57:18 +02:00
Jordi Boggiano
ce8b475f4c
Minor tweaks to perforce support, refs #2329
2013-10-16 10:53:57 +02:00
Fabian Grutschus
a6823d2f9b
non-deep check returns allways false
2013-10-16 10:07:10 +02:00
Phillip Look
07a7284ffc
Change dependency processing for update with whitelisted packages
...
By default dependencies of white listed packages are no longer installed automaticaly.
To Install dependencies of whitelisted packages use --with-dependencies.
- rework after review comments
- precise documentation of option
- add missing punctuation marks
2013-10-16 09:37:14 +02:00
Nils Adermann
4f51db72f8
hhvm version constant still called HPHP on older versions so use it for bc
2013-10-14 15:57:19 -07:00