discourse/app
Arun Israel 9ced796674 [bugfix] Fix for '/' keyboard shortcut putting '/' into search input
Changed the search button binding from a click binding in mousetrap.js to a function binding.
Added a showSearch function that uses jquery to click the '#search-button' element
and the function returns false preventing the default action and stops the keydown event
from bubbling upwards.

Meta Discourse Bug Thread: https://meta.discourse.org/t/shortcut-for-search-leaves-a-in-the-search-field/14394
Mousetrap reference: http://craig.is/killing/mice
2014-04-05 01:38:00 -04:00
..
assets [bugfix] Fix for '/' keyboard shortcut putting '/' into search input 2014-04-05 01:38:00 -04:00
controllers BUGFIX: ensured logged in wasn't listing all anonymous filters 2014-04-04 10:05:40 -07:00
helpers Always use lower case URLs, fix date formatting and add full date title 2014-03-23 15:22:02 -04:00
jobs Send email to contact_email if there are flags submitted more than 48 hours ago. Configurable with the notify_about_flags_after site setting. 2014-04-03 14:34:40 -04:00
mailers Send email to contact_email if there are flags submitted more than 48 hours ago. Configurable with the notify_about_flags_after site setting. 2014-04-03 14:34:40 -04:00
models BUGFIX: new users not getting correct error messages 2014-04-04 11:08:54 +11:00
serializers New field: Whether or not to include an expandable first post for 2014-04-02 10:26:46 -04:00
services FIX: remove likes and other post actions before nuking a user 2014-03-31 14:06:35 -04:00
views Send email to contact_email if there are flags submitted more than 48 hours ago. Configurable with the notify_about_flags_after site setting. 2014-04-03 14:34:40 -04:00