Commit History

Author SHA1 Message Date
  Eriksen Costa 0a606642b7 [Locale] updated StubIntlDateFormatter::format() exception message when timestamp argument is an array for PHP >= 5.3.4 13 years ago
  Eriksen Costa 312a5a4201 [Locale] fixed StubIntlDateFormatter::format() to set the right error for PHP >= 5.3.4 and to behave like the intl when formatting successfully 13 years ago
  Eriksen Costa 663d218e97 [Locale] changed method name 13 years ago
  stealth35 bb61e09340 [Locale] use the correct way for Intl error 13 years ago
  Eriksen Costa 31dde144ff [Locale] updated StubIntlDateFormatter::format() behavior for PHP >= 5.3.4 13 years ago
  Kris Wallsmith fe62401907 optimized string starts with checks 13 years ago
  Fabien Potencier e3421a0b1d [DoctrineBridge] fixed some CS 13 years ago
  Fabien Potencier 62e4342a86 fixed CS 14 years ago
  Bernhard Schussek 829aa4dc0b [Locale] Improved error reporting and added stubs for intl_is_failure(), intl_get_error_code() and intl_get_error_message() 14 years ago
  Eriksen Costa 4db0752894 replaced 'bool' with 'Boolean' 14 years ago
  Pascal Borreli b5769c52d6 Fixed various typo 14 years ago
  George Giannoulopoulos 81e1d4f11d Refactoring, replace is_null() wuth null === 14 years ago
  Eriksen Costa 9c6ccd8290 [Locale] replaced symfony-project.org by symfony.com 14 years ago
  Eriksen Costa 310d7eadba [Locale] updated docblocks 14 years ago
  Eriksen Costa 33c37085da [Locale] moved static constructor 14 years ago
  Eriksen Costa d2df09f744 [Locale] refactored time zone support 14 years ago
  Eriksen Costa a04099728b [Locale] removed redundant code 14 years ago
  Eriksen Costa 4cc5b6f2d0 [Locale] throw exception if value different than null is provided (behavior not implemented in the stub) 14 years ago
  Eriksen Costa 7ba71c0be1 [Locale] added missing docblocks 14 years ago
  Igor Wiedler ac8b9be130 [Locale] import FullTransformer via usee statement 14 years ago
  Igor Wiedler 195b2ebdde [Locale] handle IntlDateFormatter::parse with non-integer timestamp 14 years ago
  Eriksen Costa 0449889513 [Locale] added timezone parsing implementation 14 years ago
  Eriksen Costa ed85345312 [Locale] added parsing implementation for year, month and day 14 years ago
  Eriksen Costa f096b7b2bb [Locale] removed trailing whitespace 14 years ago
  Igor Wiedler 0e260c1170 [Locale] refactor date formatting into separate transformer classes, early concepts for date parsing 14 years ago
  Igor Wiedler bcca989c41 [Locale] refactor and simplify some parts of StubIntlDateFormatter 14 years ago
  Igor Wiedler ee5bc36c55 [Locale] add docblocks to StubIntlDateFormatter and adjust some things to be more like StubNumberFormatter 14 years ago
  Igor Wiedler 30ea2bae32 [Locale] add @author tag to StubIntlDateFormatter 14 years ago
  Igor Wiedler 3cc60f7cb4 [Locale] throw NotImplementedException on unimplemented chars 14 years ago
  Igor Wiedler 577dd30927 [Locale] remove setLocale from StubIntlDateFormatter 14 years ago