discourse/lib/freedom_patches
Régis Hanol a2c04be718 FIX: eradicate I18n fallback issues 💣
FIX: client's translation overrides were not working when the current locale was missing a key
FIX: ExtraLocalesController.show was not properly handling multiple translations
FIX: JsLocaleHelper#output_locale was not properly handling multiple translations

FIX: ExtraLocalesController.show's spec which was randomly failing
FIX: JsLocaleHelper#output_locale was muting cached translations hashes

REFACTOR: move 'enableVerboseLocalization' to the 'localization' initializer
REFACTOR: remove unused I18n.js methods (getFallbacks, localize, parseDate, toTime, strftime, toCurrency, toPercentage)
REFACTOR: remove all I18n.pluralizationRules and instead use MessageFormat's pluralization rules

TEST: add tests for localization initializer
TEST: add tests for I18n.js
2017-02-24 11:31:21 +01:00
..
active_record_base.rb stop running exec_sql through active record 2015-08-14 10:01:38 +10:00
ams_include_without_root.rb Fix badge serialization issue. 2014-04-11 07:33:17 +05:30
better_handlebars_errors.rb Update sprockets. (#4167) 2016-04-18 10:47:52 +08:00
fast_pluck.rb FIX: order by op_likes leads to broken browsing 2016-12-27 19:08:54 +11:00
inflector_backport.rb bug fix 2013-04-24 12:26:39 +10:00
open_uri_redirections.rb replace 'open_uri_redirections' gem with a single freedom_patches file 2015-08-18 14:56:36 +02:00
performance_fixes.rb Don't blow up if Redis switches to READONLY 2015-04-24 14:37:16 -04:00
pool_drainer.rb FEATURE: add connnection reaping based on maximum age 2015-10-17 11:29:16 +11:00
rack_patches.rb freedom patches for fixes submitted to rack 2013-09-09 20:35:21 +10:00
rails4.rb hacked dates so jeff sees no more 1mons everywhere. 2013-03-13 00:05:21 -07:00
raw_handlebars.rb Support for Raw Handlebars and helpers in Ember 1.13 2016-10-26 10:27:57 -04:00
redis.rb FIX: Load Redis patch much earlier. 2016-03-11 17:29:00 +08:00
resolve.rb Update sprockets. (#4167) 2016-04-18 10:47:52 +08:00
safe_buffer.rb need to figure out encoding before forcing. 2014-10-30 17:49:44 +11:00
schema_migration_details.rb FEATURE: start tracking information about migrations that run 2016-02-17 18:08:25 +11:00
scrub.rb FIX: scrub freedom_patch should take the optional replacement_char argument. Mysql2::Error uses it. mysql2 is used by some import scripts. 2014-07-03 11:11:21 -04:00
sprockets_patches.rb PERF: make development tolerable under sprockets 3 2016-05-13 18:30:03 +10:00
translate_accelerator.rb FIX: eradicate I18n fallback issues 💣 2017-02-24 11:31:21 +01:00