zulip/static/js
Steve Howell b97c60b635 Restore the compose box's original size after hitting send.
This fix required upgrading to 1.1.17, but it's not squashed
with the upgrade, because that would complicate keeping the
copyright-fixing commit separate from the upgrading commit.

The new version of the plugin makes it so we can trigger a
resize event, but it's backward incompatible with our old
compose box code.

A minor cleanup here is that we also don't trigger a resize
right before hiding the compose box.

(imported from commit 6b0cb9ccd2ddef919fd375a80cfca535b5b74c0f)
2013-09-06 10:58:48 -04:00
..
activity.js Up offline threshold to 140sec and decrease ping interval to 50sec. 2013-08-21 14:45:01 -07:00
admin.js Switch to checking database is_bot field instead of using a heuristic. 2013-08-13 14:20:18 -04:00
alert_words.js Feature-flag alert words to staging + reddit 2013-09-05 10:21:39 -04:00
api.js Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
avatar.js Add curly braces for all javascript if statements lacking them. 2013-08-01 11:47:54 -04:00
blueslip.js blueslip: Get complete stack traces in Chrome 2013-08-15 13:16:40 -04:00
colorspace.js Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
common.js Add curly braces for all javascript if statements lacking them. 2013-08-01 11:47:54 -04:00
compose.js Restore the compose box's original size after hitting send. 2013-09-06 10:58:48 -04:00
compose_fade.js Hide/show the floating recipient bar when fade state changes. 2013-08-15 18:26:36 -04:00
composebox_typeahead.js [third] Don't move typeahead popups when the body scrolls. 2013-08-21 16:29:12 -04:00
debug.js Replace $.each with _.each 2013-07-30 12:12:58 -04:00
dict.js Remove enforce_arity checks from Dict 2013-08-28 12:29:11 -04:00
emoji.js Show realm emoji in typeahead and update the list via events. 2013-08-23 21:39:29 -04:00
feature_flags.js Feature-flag alert words to staging + reddit 2013-09-05 10:21:39 -04:00
filter.js Allow filtering to alerted messages with is:alerted 2013-09-05 10:18:41 -04:00
hashchange.js Add administrative panel to allow for user deactivations etc. 2013-08-13 14:20:18 -04:00
hotkey.js Enable "enter" key for muted summary rows. 2013-08-23 15:52:08 -04:00
initial_invite.js Replace $.each with _.each 2013-07-30 12:12:58 -04:00
invite.js Create stream_data.js module. 2013-08-19 12:17:55 -04:00
landing-page.js Replace $.each with _.each 2013-07-30 12:12:58 -04:00
message_edit.js propagate_topic_edits feature flag: staging and CUSTOMER7 2013-09-04 14:51:46 -04:00
message_list.js Add a MessageList method to update message recipients. 2013-08-28 10:23:39 -04:00
message_list_view.js Render both the above and below time on date_row 2013-08-30 16:05:05 -04:00
message_tour.js Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
metrics.js Rename our custom JS events to use Zulip, not Zephyr. 2013-07-29 12:11:26 -04:00
muting.js Turn off the "muted" topic special case 2013-08-23 18:33:48 -04:00
narrow.js Move parse/unparse from narrow to Filter. 2013-08-22 14:53:00 -04:00
navigate.js Restore centering when using the down arrow (or "j"). 2013-08-05 16:10:01 -04:00
notifications.js Add a span around alert words to mark them visually 2013-09-05 10:18:40 -04:00
notifications_bar.js Add curly braces for all javascript if statements lacking them. 2013-08-01 11:47:54 -04:00
onboarding.js New onboarding step: Set up an integration. 2013-08-08 17:23:27 -04:00
popovers.js Toggle user sidebar popover when chevron clicked again 2013-08-28 16:10:33 -04:00
referral.js Add retractable left sidebar. 2013-08-23 14:16:51 -07:00
reload.js Save the original initial_pointer when updating it on reload. 2013-08-13 18:09:19 -04:00
rows.js Make narrowing click handlers work more generally. 2013-08-27 15:46:33 -04:00
search.js Move parse/unparse from narrow to Filter. 2013-08-22 14:53:00 -04:00
search_suggestion.js Allow filtering to alerted messages with is:alerted 2013-09-05 10:18:41 -04:00
settings.js Feature-flag alert words to staging + reddit 2013-09-05 10:21:39 -04:00
setup.js Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
signup.js Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
stream_color.js Add a test for stream_color.js (pick_color). 2013-08-09 12:29:02 -04:00
stream_data.js Update a stream name in the UI when it has been changed. 2013-08-28 10:23:39 -04:00
stream_list.js Unread counts on the toggle buttons when in skinny mode 2013-09-04 12:35:48 -04:00
subs.js Add "announce stream" option to frontend UI 2013-08-29 10:32:37 -04:00
summary.js Extract mark_summarized(). 2013-08-13 11:26:12 -04:00
tab_bar.js Create stream_data.js module. 2013-08-19 12:17:55 -04:00
templates.js Don't wait for DOM ready to register Handlebars helpers 2013-08-27 15:32:20 -04:00
timerender.js fixup 4c6c956118ae09fedca042e797a6029fdd26e00c 2013-09-03 14:00:40 -04:00
tutorial.js tutorial: adjust the placement of the stream and subject popovers. 2013-08-27 15:09:28 -04:00
typeahead_helper.js Add curly braces for all javascript if statements lacking them. 2013-08-01 11:47:54 -04:00
ui.js Feature-flag alert words to staging + reddit 2013-09-05 10:21:39 -04:00
unread.js Restore subject counts for Uppercase streams 2013-08-26 11:21:29 -04:00
util.js Add a `.expectOne` method to jQuery objects. 2013-09-04 16:44:33 -04:00
viewport.js Use msg_list.get_row(id) instead of rows.get(id, msg_list.table_name) 2013-08-14 17:08:32 -04:00
zulip.js Allow filtering to alerted messages with is:alerted 2013-09-05 10:18:41 -04:00