This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/tests/unit
Bianca Nenciu eef3532952
DEV: Remove old event preventDefault hack (#19168)
Opening of links in a new tab was difficult because it used a hack to
remove the 'href' attribute and adding it back to prevent the event
taking place instead of calling preventDefault.

This hack is no longer necessary because event handling has been
normalized since it has been implemented (see commit
0221855ba7).
2022-11-23 21:58:40 +02:00
..
controllers DEV: Deprecate create-store test helper (#19021) 2022-11-16 10:54:46 +01:00
ember DEV: Remove all use of Ember/jQuery globals in core (#18670) 2022-10-19 17:04:49 +01:00
lib DEV: Remove old event preventDefault hack (#19168) 2022-11-23 21:58:40 +02:00
mixins DEV: Deprecate assert.not() (#15595) 2022-02-09 18:49:05 +01:00
models FEATURE: Sync user tips status between client (#19095) 2022-11-21 20:57:02 +02:00
routes DEV: Add tests for review-index route (#18415) 2022-10-05 12:39:35 +08:00
services DEV: Convert SiteSettings to a tracked object (#19015) 2022-11-17 18:44:23 +01:00
utils FIX: reimplements chat audio into a service (#18983) 2022-11-11 13:11:41 +01:00
localization-test.js FIX: Overriding text with admin_js.* keys didn't work (#18281) 2022-09-20 10:47:57 +10:00