3879 Commits (32b18a9409da1573c15bc3d3407a486ecd096a8c)
 

Author SHA1 Message Date
Marco Vito Moscaritolo 32b18a9409 Fixed missing closed warning tag.
In a console output a warning tag is not closed
11 years ago
Jordi Boggiano 384ed2822d Fire pre-update|install-cmd event as early as it should be, refs #2520 11 years ago
Jordi Boggiano 8a5d072b87 Merge pull request #2519 from cebe/patch-1
Docs: Added Note about tags vs. version constraint
11 years ago
Jordi Boggiano fa60a9974a Merge pull request #2515 from asgrim/patch-1
Add information on how to run scripts manually
11 years ago
Jordi Boggiano 4ae5c95c8d Detect require overrides, fixes #2503 11 years ago
Jordi Boggiano 3f3dc4f32b Merge pull request #2512 from adanlobato/fix/minor-typo
Fixed minor typo on 'require' property
11 years ago
Jordi Boggiano bcb5e38bcb Merge pull request #2496 from oziks/fix-exclude
Fix error on check exclude from download composer.json
11 years ago
Carsten Brandt cf676880c1 Docs: Added Note about tags vs. version constraint
I made this mistake myself a few days ago, so I think it will be useful to note that here.
11 years ago
Jordi Boggiano fb72d26def Merge pull request #2517 from glennpratt/hhvm-travis
Test HHVM on Travis-CI, allowing failures.
11 years ago
Glenn Pratt 120f8d92fd Test HHVM on Travis-CI, allowing failures. 11 years ago
James Titcumb 7799c27df0 Removed sneaky typo 11 years ago
James Titcumb 8bdffd75ce Add information on how to run scripts manually 11 years ago
Adán Lobato f9f144862e Fixed minor typo on 'require' property 11 years ago
Jordi Boggiano 0e9a9a3875 Merge pull request #2509 from glenjamin/opcache-ext
Ensure detected extensions have valid package names
11 years ago
Nils Adermann 95bafebc75 Merge pull request #2510 from simensen/plugin-load-repository-made-public
Make PluginManager::loadRepository public
11 years ago
Beau Simensen 5caee06c44 Make PluginManager::loadRepository public 11 years ago
Nils Adermann b63634396b Merge pull request #2508 from simensen/plugin-manager-skips-alias-packages
Skip aliases packages when looking for plugins.
11 years ago
Glen Mailer 3620796b7d Ensure detected extensions have valid package names 11 years ago
Beau Simensen 9ca884944c Skip aliases packages when looking for plugins. 11 years ago
Morgan Brunot a300e1d45b Fix error on check exclude from download composer.json 11 years ago
Jordi Boggiano 80499bb024 Detect ~> misuse and suggest fix, fixes #2476 11 years ago
Jordi Boggiano 45c8d5c817 Merge pull request #2483 from JakubOnderka/patch-2
Check exception code only if class ZipArchive exists
11 years ago
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".
11 years ago
Jordi Boggiano 43fde9177e Merge pull request #2482 from oziks/fix-composer-archive-property
Check exclude from downloaded composer.json
11 years ago
Morgan BRUNOT ca7cb68dd5 Check exclude from downloaded composer.json 11 years ago
Jordi Boggiano f346274f9a Merge pull request #2472 from vuhl/master
Added some error handling and error messages for common errors using Perforce driver
11 years ago
mwhittom dde9c309fd incorporated change to Perforce: Capture output, stopping errors showing up if p4 is not available 11 years ago
mwhittom a8084e46ff Added error handling and error messages around missing perforce driver, invalid username/password 11 years ago
Jordi Boggiano ae3b7ad5c0 Merge pull request #2467 from kimlai/bugfix_githubdriver
fix bug in GitHubDriver
11 years ago
Kim Laï Trinh 691f784f92 fix bug introduced in https://github.com/composer/composer/pull/2375 11 years ago
Jordi Boggiano b7a4d5b239 Merge pull request #2465 from hostnet/feature/linked-events
Added reference to script events in plugins.md
11 years ago
Nico Schoenmaker 14b463da1c Added reference to script events in plugins.md 11 years ago
Jordi Boggiano 10f8e564bb Add warnings for xdebug, fixes #2425 11 years ago
Jordi Boggiano dea246186d Merge pull request #2453 from mirkobeine/#2441-V2
Use 'cache-files-ttl' for cache gc, fixes #2441
11 years ago
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
11 years ago
Jordi Boggiano e126c92525 Fix exit codes, cc @tyrael 11 years ago
Jordi Boggiano 99e260adf0 Update deps 11 years ago
Jordi Boggiano 5b48abe833 Fix previous commit 11 years ago
Jordi Boggiano 8173b42a8a Force unresolvable hosts through proxies, fixes #2449 11 years ago
Jordi Boggiano 730dcbb80a Detect failed gethostbyname, refs #2449 11 years ago
Jordi Boggiano 5156a60216 Add test for RepositoryManager repo creation 11 years ago
Jordi Boggiano 78edca3ad6 Only replace version in Composer.php, fix user agent 11 years ago
Jordi Boggiano 4e4fc257e6 Fix pear ctor, refs #2444 11 years ago
Jordi Boggiano 4fe35ae693 Fix vcs repo constructor, fixes #2444 11 years ago
Jordi Boggiano 1ee30ea592 Merge pull request #2434 from JJK801/extend-pre-file-download
Add preFileDownload event on packages.json fetch
11 years ago
Jordi Boggiano fc3fbdeab3 Rename a few things 11 years ago
Jordi Boggiano e2f7e4871f Merge remote-tracking branch 'AlexeyKupershtokh/cache-version-constraint' 11 years ago
Jordi Boggiano bbd9b7fda8 Merge pull request #2431 from bamarni/create-project-pretty-constraint
[CreateProject] allowed pretty constraint
11 years ago
Alexey Kupershtokh 0e2959cc32 Cache in VersionConstraint 11 years ago
Bilal Amarni 61cc291c8a [CreateProject] allowed pretty version constraint 11 years ago