discourse/app
Joffrey JAFFEUX b05d7042ae
FIX: prevents events on toolbar when in form (#7567)
If a button is not of type button, pressing enter inside an `<input>` inside a `<form>` without the action attribute will trigger the first available `<button>` as most browsers default the type of an unspecified button to submit.

This commit also prevents d-editor-modal to be filled when it's hidden.
2019-05-17 11:14:09 +02:00
..
assets FIX: prevents events on toolbar when in form (#7567) 2019-05-17 11:14:09 +02:00
controllers DEV: Simplify client and server side code to support removing tags. 2019-05-17 16:39:20 +08:00
helpers DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
jobs FIX: Small tweak to percentiles based on feedback 2019-05-16 13:45:36 -04:00
mailers PERF: remove "new posts" stat from summary email 2019-05-15 16:28:21 -04:00
models FEATURE: Display 'last updated' on dashboard, improve release notes link (#7560) 2019-05-17 15:42:45 +10:00
serializers FIX: Customizing missing pluralized translations didn't work 2019-05-13 09:36:05 +02:00
services DEV: Fix race condition when enqueuing edit wiki-ed notification. 2019-05-16 13:48:46 +08:00
views fix css of prev and next page links, move them to bottom of page (#7465) 2019-05-07 17:04:27 +02:00