7239 Commits (a286c39f2037b0a16bf4a3b18ff4eca7a1f371a1)
 

Author SHA1 Message Date
Jordi Boggiano 8a2f597db3 Fix tests 8 years ago
Jordi Boggiano ce4d941b3e Prepare 1.2.3 changelog 8 years ago
Jordi Boggiano 91e7372c6e Backport update packagist default repo to be packagist.org 8 years ago
Jordi Boggiano 7259630cbe Fix support for partial provider repos 8 years ago
Rob ecf267530d Merge pull request #5910 from debugteam/patch-1
disabling packagist.org did not work
8 years ago
debugteam 2333a0120e disabling packagist.org did not work
While testing i found that 

"packagist.org": false 

didn't work to disable packagist.

I have read following issue 

https://github.com/composer/composer/issues/3713

afterwards i've testet 

"composer config repositories.packagist false"

did the review on the composer.json and found that 

"packagist": false 

actually disabled packagist.
8 years ago
Pierre Rudloff 7d52bd6ed5 Non-zero status code when there are outdated packages (fixes #5901) 8 years ago
Baptiste Donaux 90b79d685a Permanent swap file tutorial proposed 8 years ago
Jordi Boggiano f1eb787013 Merge pull request #5882 from johnstevenson/xdebug-handler-ini
Use random name for tmp ini and delete after use
8 years ago
johnstevenson c1058cf37c Fix XdebugHandler test 8 years ago
Rob Bast 7d67da3ffa
guard against non array value 8 years ago
Rob Bast 611d6a0364
use array as default value
rather than assigning empty array in constructor. the latter can cause
issues with mocks in some scenarios (if constructor does not get called)
8 years ago
Jordi Boggiano 0762aa1e2c Merge pull request #5887 from sectus/windows_remote_paths
windows remote path treats as remote now
8 years ago
Sergey Beresnev 2717e115c8 windows remote path treats as remote now 8 years ago
Rob 75f8954e2c Merge pull request #5886 from alcohol/fix-5884
mardown issue + move urls to footnotes
8 years ago
Rob Bast 4abb02dbe8
fix #5884 - mardown issues + move urls to footnotes 8 years ago
johnstevenson 379fb70ad9 Use random name for tmp ini and delete after use
Thanks to Patrick Rose for reporting this issue.
8 years ago
Jordi Boggiano de9f333ec6 Merge pull request #5846 from markingman/master
Fixing local file VCS URLs with encoded characters
8 years ago
Jordi Boggiano b2e1d4cb9d Merge remote-tracking branch 'tflori/feature-getFileContent' 8 years ago
Rob fd5fca615d Merge pull request #5876 from copitz/patch-1
Add documentation for providers option
8 years ago
Rob Bast 96540d4139
apply proper word wrapping 8 years ago
copitz cc932e5bda Add documentation for providers option
With composer/satis#295 an option for dumping provider includes was added which is missing here in the docs
8 years ago
Jordi Boggiano 30e8845b1e Add security email for sensitive reports 8 years ago
Thomas Flori 7896b1ffab cache only rendered composer information
As suggested we cache now only composer information and also the rendered version again. Perforce is using the same property cache as others and the `Util\Perforce::getComposerInformation()` is using the newly created methods.
8 years ago
Thomas Flori ec27777341 code improvements as suggested
Thanks for your input!
8 years ago
Thomas Flori d70dfd2df3 revert style changes 8 years ago
Thomas Flori 33d026bb06 fix code style to be PSR-2 conform
I tried to solve all PSR-2 style guide violations in files that I changed. One I could not solve: const can not concatenate in php 5.3.
8 years ago
Thomas Flori 597f834ae9 add getFileContent function
This function is very similar to a part from getComposerInformation - so we can use this function in getComposerInformation too. And because it is almost everywhere the same we can put it to abstract class.

By implementing getComposerInformation in abstract class we need to add the getChangeDate to interface too. Only Problem: perforce seems not to support a ChangeDate. For this we use 'now' to have at least something.
8 years ago
Mark Ingman a330d27b10 Code formatting
Updating variable name and whitespace formats inline with the project’s
standards
8 years ago
Mark Ingman 0a3145821f Merge remote-tracking branch 'composer/master' 8 years ago
Jordi Boggiano 8ad6385ffb Merge remote-tracking branch 'fabpot/more-debug' 8 years ago
Jordi Boggiano f3af3da16f Add more comments in ConsoleIO, closes #5836 8 years ago
Jordi Boggiano 43903a3979 Merge branch '1.2' 8 years ago
Jordi Boggiano 98a599d6c3 Merge pull request #5843 from stof/enforce_map_types
Enhance the json schema with validation for map objects
8 years ago
Jordi Boggiano 027de2960b Merge pull request #5794 from andrewjt71/issue-5769
Issue 5769 dev mode varaible
8 years ago
Jordi Boggiano 9801d831ed Merge pull request #5852 from fabpot/io-fix
Remove usage of echo when executing Composer script
8 years ago
Jordi Boggiano adfdb888f0 Merge pull request #5851 from szepeviktor/patch-1
Make download shell script PSR-2 compatible
8 years ago
Jordi Boggiano d6499b7c4a Merge pull request #5748 from kassner/hgdriver-bitbucket
HgDriver does not identify bitbucket mercurial repos correctly
8 years ago
Fabien Potencier 103624d4ed Remove usage of echo when executing Composer script 8 years ago
Viktor Szépe d0918b0594 Make download shell script PSR-2 compatible
Avoid `else`
8 years ago
Mark Ingman 98d2fcb4d8 Fixing local file VCS URLs with encoded characters
realpath() returns FALSE for paths with URL encoding like %20, and
decoded path needs file:/// reapplied.
8 years ago
Mark Ingman 98ba6d8bf4 Fixing empty VCS URL for file:/// paths with spaces
realpath() returns FALSE for fFile paths with URL encoding like %20 for
spaces.
8 years ago
Jordi Boggiano 4dd2e633fd Update changelog 8 years ago
Jordi Boggiano cd5fdf246e Merge branch '1.2' 8 years ago
Jordi Boggiano 0ffa1db489 Update changelog for 1.2.2 8 years ago
Christophe Coevoet 1882f9a502 Enhance the json schema with validation for map objects 8 years ago
Jordi Boggiano 208086d8e3 Merge remote-tracking branch 'channelgrabber/GitSpeedIncrease' 8 years ago
Jordi Boggiano a1e81c38f9 Merge branch '1.2' 8 years ago
Jordi Boggiano f320c67534 Avoid choking on non-string constraints, fixes #5807 8 years ago
Jordi Boggiano adee0ff132 Fix tests 8 years ago