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
Martin Meyerhoff 3fd8fc97a2 BUGFIX: Handle text input in keypress handler for I18n
While the `keydown` handler is the only way of reliably catching special keys,
for textual input `keypress` is preferable, as it can handle thing like parens
without having to hardcode a keyboard.

I moved that code and in the process converted some magic numbers to constants
- mostly so I can read stuff better.
2014-10-01 15:50:09 +02:00
..
components FEATURE: Show user fields when the user is signing up 2014-09-30 10:45:18 -04:00
controllers add user email on account created page 2014-10-01 13:53:50 +05:30
dialects FIX: reworked handling URL bbcode tags 2014-09-24 20:02:02 +02:00
ember FEATURE: Admin interface for adding custom fields for users 2014-09-25 16:17:51 -04:00
helpers Instead of .js.handlebars use .hbs for handlebars templates 2014-09-26 15:23:15 -04:00
initializers Instead of .js.handlebars use .hbs for handlebars templates 2014-09-26 15:23:15 -04:00
lib BUGFIX: Handle text input in keypress handler for I18n 2014-10-01 15:50:09 +02:00
mixins FEATURE: hide emails behind a button for staff members 2014-09-29 22:31:05 +02:00
models FEATURE: Show user fields when the user is signing up 2014-09-30 10:45:18 -04:00
routes FEATURE: hide emails behind a button for staff members 2014-09-29 22:31:05 +02:00
templates More deprecation fixes for {{action}} 2014-09-30 16:04:04 -04:00
views FEATURE: Show user fields when the user is signing up 2014-09-30 10:45:18 -04:00