1
0
Fork 0
Commit Graph

7313 Commits (00a6b7c794d863c4a9b5d5000731b4ec31369ec5)

Author SHA1 Message Date
Jordi Boggiano 00a6b7c794 Merge branch '1.4' 2017-03-24 09:35:16 +01:00
Alejandro Celaya d20494ddf6 Removed duplicated "to" 2017-03-24 09:34:45 +01:00
Jordi Boggiano 3347ad7020 Bump cli-prompt to 1.0.3 2017-03-24 09:22:47 +01:00
Jordi Boggiano 4a6013d0f4 Merge pull request #6281 from swumao/master
Add config>platform checking
2017-03-21 08:13:00 +01:00
Parallel 4d87f66af5 Merge pull request #1 from swumao/swumao-patch-1
Add config>platform checking
2017-03-21 10:53:43 +08:00
Parallel 6ad7caa25e Add config>platform checking 2017-03-20 23:58:05 +08:00
Jordi Boggiano 74f18133da Merge branch '1.4' 2017-03-17 22:33:28 +01:00
Jordi Boggiano 7aeb1b0c41 Fix conversion of repo format in config command, fixes #6245, closes #6271 2017-03-17 22:09:51 +01:00
Jose Miguel Pérez Ruiz 4ba3c741f5 Fix Init Command to accept author names with Unicode combining diacritical marks 2017-03-17 21:58:57 +01:00
Jordi Boggiano e2b827de46 Merge pull request #6270 from twoixter/fix-init-command-unicode
Fix Init command to accept author names with Unicode combining marks
2017-03-17 21:56:30 +01:00
David Zuelke a4c9c1235e fix #6244 2017-03-16 17:40:37 +01:00
Jordi Boggiano a68c6f61ec Merge pull request #6260 from dzuelke/fix-6244
fix #6244
2017-03-16 17:34:20 +01:00
David Zuelke f20d40a33a fix #6244 2017-03-16 17:31:15 +01:00
Jose Miguel Pérez Ruiz b2f62bc06c Fix Init Command to accept author names with Unicode combining diacritical marks 2017-03-16 01:43:54 +01:00
Jordi Boggiano 2e9dbb79ef Merge pull request #6249 from frezno/patch-1
Correct path
2017-03-11 17:11:59 +01:00
frezno 5a3891d5d9 Correct path 2017-03-11 16:15:19 +01:00
Jordi Boggiano fe45e616ab Add missing link 2017-03-10 09:59:45 +01:00
Jordi Boggiano 5b63ce3ef3 Update lock hash 2017-03-10 09:58:02 +01:00
Jordi Boggiano ddadbd2864 Merge branch '1.4' 2017-03-10 09:57:25 +01:00
Jordi Boggiano 203eb6014c Update changelog 2017-03-10 09:29:35 +01:00
Jordi Boggiano 95987f4aca Do not validate URLs properly in json schema, fixes #6243 2017-03-10 09:27:24 +01:00
Jordi Boggiano d31a1f733c Merge pull request #6241 from ro-kl/patch-1
add missing backet
2017-03-09 15:11:27 +01:00
Roman Kluth aa784bc1a5 Update 01-basic-usage.md 2017-03-09 12:37:34 +01:00
Jordi Boggiano 1a47d59fa0 Merge pull request #6240 from tfrommen/patch-1
Fix typo
2017-03-09 11:33:45 +01:00
Thorsten Frommen 8c388a6a4d Fix typo 2017-03-09 11:14:27 +01:00
Jordi Boggiano 79044bdf4c Switch master target 2017-03-09 09:58:26 +01:00
Jordi Boggiano e556649ad9 Allow trunk-path, branches-path and tags-path to be bool as well as string, fixes #6238 2017-03-09 09:56:45 +01:00
Jordi Boggiano 92b25acce0 Fix config value used for apcu-autoloader in dump-autoload command, fixes #6237 2017-03-09 09:41:22 +01:00
Jordi Boggiano a5ed32982d Update deps 2017-03-08 17:51:11 +01:00
Jordi Boggiano 6ea1d8d1c7 Update changelog 2017-03-08 17:24:35 +01:00
Jordi Boggiano 843877cd6d Fix hg version guessing, fixes #6236, fixes #6235 2017-03-08 17:12:13 +01:00
Filippo Tessarotto 04b1ddb79f VersionGuesser test for HG 2017-03-08 16:10:12 +01:00
Jordi Boggiano 122e422682 CS fixes 2017-03-08 15:16:44 +01:00
Jordi Boggiano 7211eedc36 Prepare 1.4.0 changelog 2017-03-08 14:11:50 +01:00
Jordi Boggiano 11ce391222 Add support for info/warnings in every json file loaded by ComposerRepo 2017-03-08 14:10:50 +01:00
Nils Adermann 001fe8afcf Merge branch 'docs-improve'
* docs-improve:
  Docs: cleanup version branches section
  Docs: those/these composer/Composer
  Docs: notice => note
  Docs: Fix shell sample output
  Docs: Add back a second clear note about hardcoded versions in VCS
  Docs: HHVM is not called HipHop
  Docs: versions plural, and update == rm lock&install
  Docs: don't use short forms, it => composer
  Docs: composer.lock lists versions, not constraints
  Docs: superfluous comma & it => Composer
  The confusing part is probably rather constraints and how versions work, not what they are
  Docs: Clarify what "It" stands for
  Finished reworking docs to clarify points about versioning (fixes #6088)
  Updated basic usage and versions pages to clarify how versioning and package resolution works (refs #6088)
  Added some useful overview information about repositories in the Basic Usage documentation.
2017-03-08 11:21:05 +01:00
Nils Adermann cd224ad44b Docs: cleanup version branches section 2017-03-08 11:20:23 +01:00
Jordi Boggiano 7e6263a71b Merge branch '1.3' 2017-03-08 11:16:10 +01:00
Nils Adermann 6c07bb1fb7 Docs: those/these composer/Composer 2017-03-08 11:13:08 +01:00
Nils Adermann 4a20d5d98b Docs: notice => note 2017-03-08 11:10:51 +01:00
Jordi Boggiano 34300352ca Prep 1.3.3 changelog 2017-03-08 11:05:46 +01:00
Nils Adermann 138fb5b6af Docs: Fix shell sample output 2017-03-08 11:02:24 +01:00
Nils Adermann d835983b15 Docs: Add back a second clear note about hardcoded versions in VCS 2017-03-08 10:58:55 +01:00
Nils Adermann faac4d56b4 Docs: HHVM is not called HipHop 2017-03-08 10:49:06 +01:00
Nils Adermann 78565d00b9 Docs: versions plural, and update == rm lock&install 2017-03-08 10:45:46 +01:00
Nils Adermann 4ccf5b6535 Docs: don't use short forms, it => composer 2017-03-08 10:42:54 +01:00
Nils Adermann 586e0d6cdb Docs: composer.lock lists versions, not constraints 2017-03-08 10:36:27 +01:00
Jordi Boggiano ddef9923b0 Merge branch '1.3' 2017-03-08 10:33:46 +01:00
Nils Adermann 18a4aecef5 Docs: superfluous comma & it => Composer 2017-03-08 10:29:02 +01:00
Sjoerd Adema 8a496cd2a7 Changes the query string parameter `sha` to `ref` to reflect the GitLab API
Updated the unit test to reflect the change
Fixes #6198
2017-03-08 10:27:58 +01:00