1
0
Fork 0
Commit Graph

1984 Commits (432955e0ae0b83a3c213be62d1a8cd21e2e89c07)

Author SHA1 Message Date
Jordi Boggiano 432955e0ae Fix github url escaping, raw.github.com doesnt like escaped slashes 2013-02-11 09:34:50 +01:00
perprogramming 9219e1ab0a Simplify ordering of links (there cannot be multiple links to the same target) 2013-01-31 10:19:16 +01:00
perprogramming 704837c574 - Sort links and keywords in ArrayDumper result (fixes issue #1499)
- Adapt ArrayDumperTest
2013-01-31 09:55:19 +01:00
Jordi Boggiano 3b2accfb58 Merge pull request #1543 from Slamdunk/minor/mt-rand
Switch rand() to mt_rand()
2013-01-30 02:50:42 -08:00
Jordi Boggiano 49c839d780 Fix cache blasting on nix 2013-01-30 11:19:16 +01:00
Filippo Tessarotto 470adc47df Switched rand() to mt_rand() 2013-01-30 10:44:07 +01:00
johnstevenson ff1cf15cb4 Fix unlink(folder) failure on Windows using removeDirectory() 2013-01-28 15:38:50 +00:00
Jordi Boggiano 46f5c53521 Merge pull request #1530 from pborreli/typos
Fixed typos
2013-01-27 02:06:30 -08:00
David Weinraub 86defea407 Modify punctuation for outdated dependency message in installer 2013-01-27 03:25:19 +07:00
Pascal Borreli 46bbf83778 Fixed typos 2013-01-26 18:43:01 +00:00
Jordi Boggiano 5a4c720535 Add another missing use statement, fixes #1521 2013-01-25 10:22:54 +01:00
Jordi Boggiano 1539c54a1d Merge pull request #1523 from deguif/master
Moved setter for repository before getter in BasePackage class
2013-01-25 01:19:31 -08:00
Jordi Boggiano 958ffd8e8b Add missing use statement, fixes #1521 2013-01-25 10:16:53 +01:00
deguif 3c21dc1499 Moved setter before getter and added @inheritDoc 2013-01-24 13:04:37 +01:00
Jordi Boggiano 8904888a74 Add php-64bit package if the php version has 64bit ints, fixes #1506, fixes #1511 2013-01-23 15:55:48 +01:00
Jordi Boggiano 5bac9ffaaa Merge remote-tracking branch 'xrstf/mercurial-support' 2013-01-23 15:47:51 +01:00
deguif 1b5229dc04 Fixed phpdoc 2013-01-23 11:24:20 +01:00
Christoph c84d3d5937 replicate the git behvaiour to resolve a feature's version for mercurial 2013-01-23 04:53:57 +01:00
Christoph d84484b49d added hg support for Package\Locker 2013-01-23 04:37:02 +01:00
Christoph c7c55915f8 do not output the xcopy summary 2013-01-21 00:52:56 +01:00
Jordi Boggiano e33aebc75d Fix cs 2013-01-17 17:15:22 +01:00
Jordi Boggiano 1bd01a8b0b Merge remote-tracking branch 'joeholdcroft/autoload-namespace-prepend' 2013-01-17 17:14:27 +01:00
Joe Holdcroft 7d5e4f76fb Bug fix & changing loop + array_unshift to array_merge 2013-01-17 14:12:03 +00:00
Jordi Boggiano a7c950cddd Add support for github-oauth in config command 2013-01-16 16:19:22 +01:00
Jordi Boggiano dea4bdf8f0 Expand {} into a new line before manipulating json, fixes #1481 2013-01-13 17:06:35 +01:00
Jordi Boggiano cea4c05021 Fix parsing of ~ version constraint with unstable versions, fixes #1476 2013-01-13 16:36:40 +01:00
Igor Wiedler 24611ec919 Add newline because JsonManipulator does not expand {} 2013-01-13 16:02:50 +01:00
Igor Wiedler a48675005b Implicitly create composer.json in require command
This allows shorteninig install instructions if you do not want to use init
(because it is interactive) and you do not want to use create-project (there
is no skeleton, or you do not want to use a skeleton).
2013-01-13 15:57:03 +01:00
Jordi Boggiano a18db058d5 Fix typo 2013-01-11 16:36:03 +01:00
Jordi Boggiano ee1691f799 Also try authenticating on github for 403 responses 2013-01-11 16:27:33 +01:00
Jordi Boggiano b51a4a7854 Improve depends output, fixes #1459 2013-01-08 17:38:27 +01:00
Jordi Boggiano c80cb76b9b Always prepend autoloaders to avoid tools (i.e. phpunit) taking precedence over the project autoloader 2013-01-08 17:34:37 +01:00
Jordi Boggiano 1356021cb9 Remove installation-source from lock file, fixes #1464 2013-01-08 13:54:25 +01:00
Jordi Boggiano 2e19d67aec allow K/KB as well as KiB for cache size configuration 2013-01-05 20:02:51 +01:00
Jordi Boggiano 514a3cde77 CS fixes 2013-01-05 20:01:58 +01:00
Jordi Boggiano 6ce285b70c Merge remote-tracking branch 'galymzhan/add-cache-files-maxsize' 2013-01-05 19:51:54 +01:00
Jordi Boggiano 1a98d9f705 Only inject logo in help page and not in the app name 2013-01-05 18:33:29 +01:00
Jordi Boggiano cd12df5c1f Merge remote-tracking branch 'romainneutron/ascii-art' 2013-01-05 18:20:51 +01:00
Jordi Boggiano 4c35f54356 Simplify regex pattern 2013-01-05 18:04:57 +01:00
Grégoire Pineau fcac93b3f1 Fixed InitCommand::addVendorIgnore 2013-01-02 11:02:32 +01:00
Romain Neutron ce4a015579 Add a composer ascii-art logo 2012-12-28 20:24:21 +01:00
Jordi Boggiano 1beccf9f0f Fix access of the static loader property 2012-12-25 16:08:36 +01:00
Jordi Boggiano 64ca297f97 Autoload dev packages as well for script execution, refs #1430 2012-12-19 10:50:56 +01:00
Martin Hasoň 45d7eb5b53 Fixed generating packageMap in AutoloaderGenerater (fixes generating include_paths.php file) 2012-12-17 11:13:07 +01:00
Galymzhan 219b489d01 add size-based limit for files cache, fixes #1321 2012-12-17 01:19:16 +06:00
Galymzhan 69f2230a4c add public method Filesystem#size 2012-12-17 01:04:39 +06:00
Jordi Boggiano 321065b124 Merge remote-tracking branch 'hason/autoloader' 2012-12-16 18:15:52 +01:00
Jordi Boggiano 247b02d077 Fix minimum-stability handling in InitCommand, fixes #1421 2012-12-15 18:35:32 +01:00
Martin Hasoň 03e355f063 Fixed topological sorting of packages in AutoloadGenerator 2012-12-14 15:21:40 +01:00
Jordi Boggiano 51eca2cdfc Fix matching of classes in trailing non-php text, fixes #1409 2012-12-13 17:39:17 +01:00