コミット履歴

作者 SHA1 メッセージ 日付
  Possum 29ca21f30e PHP version checks tweaking 10 年 前
  Hugo Fonseca e79d067690 Make parseJson safer 10 年 前
  Hugo Fonseca 1bb871dca8 Add docBlock and fix CS 10 年 前
  Jordi Boggiano d9b5c884ba Detect and warn JSON encoding failures, refs #3786 10 年 前
  Jordi Boggiano e172cd81a1 Fix lax validation of packages when loading them, fixes #3606, fixes #3605 10 年 前
  Christophe Coevoet b0f13e0ab6 Fix typo 11 年 前
  Christophe Coevoet c571ccafd3 Restrict the JSONC fix to affected versions 11 年 前
  Christophe Coevoet f3d8323a71 Fixed the json formatting when using JSONC 11 年 前
  Jordi Boggiano 94926218e8 CS fixes 11 年 前
  Jordi Boggiano 109f4ffd5e Normalize json across all php versions, fixes #3226 11 年 前
  Jordi Boggiano ac497feaba CS fixes 11 年 前
  Jordi Boggiano af6ef235e1 Update json schema 11 年 前
  Jordi Boggiano 0df9c803a5 Merge pull request #2718 from sndpl/issue/2613 11 年 前
  Jordi Boggiano 41afc8324e Workaround for json schema bug, fixes #2726 11 年 前
  Sandy Pleyte f92f2f45a9 Fix for #2613, when using php < 5.4 there was an unnecessary backslash before each utf-8 char. The problem was that the regexp matched all utf-8 encoded chars (included the ones that where escaped). The new regexp uses the lookbehind feature to check if the backslash isn't prefixed with an other backslash. 11 年 前
  Sandy Pleyte 7a902ed96d Fix for #2613, when using php < 5.4 there was an unnecessary backslash before each utf-8 char. The problem was that the regexp matched all utf-8 encoded chars (included the ones that where escaped). The new regexp uses the lookbehind feature to check if the backslash isn't prefixed with an other backslash. 11 年 前
  Nicolas Bastien 52711d121c Remove unused use statement. 12 年 前
  Jordi Boggiano 46e82cb38d Retry json file writing 3 times before failing, fixes #2286 12 年 前
  bronze1man 9a1f4e4458 fix some files mode bug 755->644 12 年 前
  Jordi Boggiano 8d0b7f278e CS fixes 12 年 前
  Pavel Savinov 831bd844bd Almost PHPDoc problems fixed 12 年 前
  Jordi Boggiano c7ed20e9d8 Fix minor issues in json code 12 年 前
  Jordi Boggiano 27898c4c31 Suppress errors from mkdir calls that are checked for failure 12 年 前
  deguif 1b5229dc04 Fixed phpdoc 12 年 前
  Jordi Boggiano c0e5736ae7 Add support for one-file-per-provider composer repositories 13 年 前
  Jordi Boggiano a54bf6269e Improve error messages when network failures occur 13 年 前
  Adel d3b9f5c33f Fix phpdocs 13 年 前
  Jordi Boggiano db16f68fbf Tweak exception messages 13 年 前
  Robert Schönthal 0cd453449b minor changes to JsonFile::parseJson for Drivers 13 年 前
  Robert Schönthal c517ac6404 fixed issue #347 added file to json validation exception 13 年 前