Igor Wiedler
|
d3a63d35d4
[Locale] slightly adjust regex for matching quotes
|
14 years ago |
Igor Wiedler
|
85e6c5e426
[Locale] add some more test cases with escaping
|
14 years ago |
Igor Wiedler
|
632ded5c96
[Locale] use UTC if timezone is unsupported
|
14 years ago |
Igor Wiedler
|
a883a3f62a
[Locale] adjust to new quoting format, some tests failing
|
14 years ago |
Igor Wiedler
|
cc6f996334
[Locale] add a list of unimplemented date format keywords
|
14 years ago |
Igor Wiedler
|
cbfaaef76e
[Locale] support for z (timezone offset from GMT)
|
14 years ago |
Igor Wiedler
|
d68c5fa7fd
[Locale] refactor to use DateTime and DateTimeZone, adding timezone support
|
14 years ago |
Igor Wiedler
|
7efe476693
[Locale] support for s (second)
|
14 years ago |
Igor Wiedler
|
87d3547679
[Locale] support for m (minute of hour)
|
14 years ago |
Igor Wiedler
|
6b26f8296d
[Locale] support for K (12-hour (0-11))
|
14 years ago |
Igor Wiedler
|
5a767045b6
[Locale] implement k (24-hour (1-24)
|
14 years ago |
Igor Wiedler
|
42a652ce3d
[Locale] refactor IntlDateFormatter::format to build regExp dynamically
|
14 years ago |
Igor Wiedler
|
bfc7e55692
[Locale] support for H (24 hour)
|
14 years ago |
Igor Wiedler
|
71e3c97358
[Locale] support for a (AM/PM)
|
14 years ago |
Igor Wiedler
|
49752f104b
[Locale] support for E (day of week)
|
14 years ago |
Igor Wiedler
|
d4c1357f11
[Locale] support for D (day of year)
|
14 years ago |
Igor Wiedler
|
5ffce2d6a2
[Locale] add support for h
|
14 years ago |
Igor Wiedler
|
3b9f52ae9a
[Locale] use assertSame instead of assertEquals
|
14 years ago |
Igor Wiedler
|
ae3ee5d896
[Locale] add support for L, which is the same as M
|
14 years ago |
Igor Wiedler
|
b702ce86b5
[Locale] support for G and Q placeholders in StubIntlDateFormatter::format
|
14 years ago |
Igor Wiedler
|
69f56dbbd9
[Locale] move intl bugs to skipped tests
|
14 years ago |
Igor Wiedler
|
8c1146974f
[Locale] add support for escaping, give specifics on implementation used in tests
|
14 years ago |
Igor Wiedler
|
55ac407458
[Locale] first implementation of StubIntlDateFormatter
|
14 years ago |
Bernhard Schussek
|
404f83ccc3
[Locale] Added stubs as a replacement for the intl extension
|
14 years ago |
Eriksen Costa
|
b649843e00
[Locale] added implementation to StubNumberFormatter::getLocale(), matching StubIntlDateFormatter::getLocale()
|
14 years ago |
Eriksen Costa
|
b58e25cc83
[Locale] added static constructor
|
14 years ago |
Eriksen Costa
|
69b0e09d6a
[Locale] added stub implementations of Locale and NumberFormatter classes
|
14 years ago |
Fabien Potencier
|
d2840aaad3
[AsseticBundle] fixed unit tests
|
14 years ago |
Kris Wallsmith
|
b622e6a9e6
[AsseticBundle] added skip if PHP_CodeSniffer is not installed (closes #14)
|
14 years ago |
Kris Wallsmith
|
d7ea92a0f6
[AsseticBundle] updated for latest assetic development
|
14 years ago |