discourse/app
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
..
assets BUGFIX: Handle text input in keypress handler for I18n 2014-10-01 15:50:09 +02:00
controllers add user email on account created page 2014-10-01 13:53:50 +05:30
helpers Renaming site contents to site text 2014-09-24 16:08:14 -04:00
jobs Rename 'leader' -> 'tl3' 2014-09-30 13:16:34 +10:00
mailers FEATURE: add site preference for standard subjects, including support for Re 2014-09-29 21:54:29 +05:30
models Migrate tosAccepted to new user fields 2014-09-30 10:45:18 -04:00
serializers FEATURE: Show user fields when the user is signing up 2014-09-30 10:45:18 -04:00
services FEATURE: Show user fields when the user is signing up 2014-09-30 10:45:18 -04:00
views add user email on account created page 2014-10-01 13:53:50 +05:30