6 Commits (99ae0eb378c3ea240e2e0ade0e5cdbd0b4f44b9e)

Author SHA1 Message Date
barisusakli 3567f2ad55 closes #4208 9 years ago
barisusakli f5a910fea0 remove incorrect test 9 years ago
barisusakli d4ce9c4f80 add failing test for #4141 9 years ago
Julian Lam baaad13286 reverted latest change to translator match regex
- Fixes issue with parentheses in translations (closes #4107)
- No longer marking translation keys invalid if they contain HTML,
  as that was probably not performant. Instead, parameters will
  simply be escaped via the StringJS library.
10 years ago
Julian Lam 99315e1c73 updated translator so that language key parameters cannot contain
html in them (or more specifically, < and >)
10 years ago
Julian Lam 2d48faf5df Fixed #4033
Also related to regression first caused by the fix to #3695 from
fcb381f922

Also, added tests for translator. omg.
10 years ago