提交歷史

作者 SHA1 備註 提交日期
  Eriksen Costa 31dde144ff [Locale] updated StubIntlDateFormatter::format() behavior for PHP >= 5.3.4 13 年之前
  Eriksen Costa beb4fc0899 [WIP][Locale] StubIntlDateFormatter::parse was throwing exception instead of returning Boolean false like intl implementation 13 年之前
  stealth35 43b55efd04 [Locale] Fix #2179 StubIntlDateFormatter support yy format 13 年之前
  Fabien Potencier 17cd08dc6c fixed CS 14 年之前
  Joseph Bielawski d65a56e13b [Locale] Prevent failing test when used with PHP 5.3.3+ 14 年之前
  Bernhard Schussek 829aa4dc0b [Locale] Improved error reporting and added stubs for intl_is_failure(), intl_get_error_code() and intl_get_error_message() 14 年之前
  George Giannoulopoulos 81e1d4f11d Refactoring, replace is_null() wuth null === 14 年之前
  Pascal Borreli 8a82aee56f [Locale][Windows] Fixing tests for old ICU version (default in php.net packages) 14 年之前
  Eriksen Costa 9c6ccd8290 [Locale] replaced symfony-project.org by symfony.com 14 年之前
  Eriksen Costa b5622f3c77 [Locale] fixed typo 14 年之前
  Eriksen Costa 0be12d7a89 [Locale] skip test if intl extension is not loaded 14 年之前
  Eriksen Costa d8e35a2f5c [Locale] added tests to document behavior not implemented by StubIntlDateFormatter::parse() 14 年之前
  Eriksen Costa 0a577e6fce [Locale] added more tests to time zone parsing with AM/PM markers 14 年之前
  Eriksen Costa d2df09f744 [Locale] refactored time zone support 14 年之前
  Eriksen Costa 4cc5b6f2d0 [Locale] throw exception if value different than null is provided (behavior not implemented in the stub) 14 年之前
  Igor Wiedler fd0cc37c71 [Locale] handle escaped (enquoted) strings when parsing 14 年之前
  Igor Wiedler a5f8411eff [Locale] minor cosmetical tweaks to the pre-escaped regExp 14 年之前
  Igor Wiedler 7e577acede [Locale] do not use unimplemented chars in examples 14 年之前
  Igor Wiedler 20acdac57d [Locale] remove support for era (BC|AD) 14 年之前
  Igor Wiedler 195b2ebdde [Locale] handle IntlDateFormatter::parse with non-integer timestamp 14 年之前
  Igor Wiedler 3f42be3fe9 [Locale] use assertSame in parse tests 14 年之前
  Eriksen Costa b7e9b35ca9 [Locale] added parsing of dates with regExp metachars 14 年之前
  Eriksen Costa 0449889513 [Locale] added timezone parsing implementation 14 年之前
  Eriksen Costa dadd896915 [Locale] added implementation for minutes and seconds 14 年之前
  Eriksen Costa c1c0c3c42e [Locale] added parsing for hours (12 and 24 hours) 14 年之前
  Eriksen Costa ed85345312 [Locale] added parsing implementation for year, month and day 14 年之前
  Igor Wiedler bcca989c41 [Locale] refactor and simplify some parts of StubIntlDateFormatter 14 年之前
  Igor Wiedler 71c99422f3 [Locale] convenience createStubFormatter method for StubIntlDateFormatter tests 14 年之前
  Igor Wiedler ee5bc36c55 [Locale] add docblocks to StubIntlDateFormatter and adjust some things to be more like StubNumberFormatter 14 年之前
  Igor Wiedler 31313f183a [Locale] use is64Bit helper for StubIntlDateFormatterTest 14 年之前