zulip/frontend_tests/node_tests
Tim Abbott 9b8c541a74 settings: Set state of name/email change fields from data.
Rather than having a toggle function that just flips the state, it's
more correct to have the state just be set to what it should be.

Also, we clean up the use of .attr() for a thing better accessed via
.prop().

We should probably rename the function at this point, but we save that
for a future commit.
2018-03-02 12:49:32 -08:00
..
activity.js right-sidebar: Enable up and down arrow keys. 2018-02-12 15:38:23 -08:00
alert_words.js node tests: Use zrequire in alert_words.js. 2017-11-08 12:24:17 -08:00
bot_data.js frontend: Store embedded bot data in bot_data.js. 2018-03-01 08:25:43 -08:00
channel.js node tests: Use zrequire in channel.js. 2017-11-08 12:24:17 -08:00
colorspace.js node tests: Use zrequire in colorspace.js. 2017-11-08 12:24:17 -08:00
common.js node tests: Use zrequire in common.js. 2017-11-08 12:24:17 -08:00
compose_actions.js compose: Use insert_syntax_and_focus to insert text in compose textarea. 2018-03-01 08:00:42 -08:00
compose_fade.js node tests: Use zrequire in compose_fade.js. 2017-11-08 12:24:17 -08:00
compose_ui.js compose: Fix bug in undo operation 2017-12-10 04:10:18 -08:00
compose.js markdown: Do not use CMD+CTRL on macOS. 2018-02-20 09:50:10 -08:00
composebox_typeahead.js typeahead: Fix last word issues with latest typeahead feature. 2018-03-01 16:00:33 -08:00
copy_and_paste.js copy_and_paste: Fix quirks with some parts of toMarkdown. 2018-02-22 08:26:45 -08:00
dict.js node_tests: Remove unneeded var statements. 2017-11-08 12:24:17 -08:00
dispatch.js message-editing: Mark message as read before deleting it. 2018-02-16 12:53:20 -08:00
drafts.js refactor: new message content -> compose textarea. 2017-11-28 12:53:40 -08:00
emoji_picker.js node tests: Use zrequire in emoji_picker.js. 2017-11-08 12:24:17 -08:00
emoji.js node tests: Use zrequire in emoji.js. 2017-11-08 12:24:17 -08:00
filter.js refactor: Stop using flags array for unread counts. 2017-12-26 09:01:21 -05:00
hashchange.js Add stream ids to urls for stream-related narrows. 2018-02-19 09:03:11 -08:00
hotkey.js hotkeys: Add "p" to narrow to next unread PM thread. 2018-02-27 07:20:31 -05:00
i18n.js settings: Remove autoscroll_forever setting. 2018-01-02 10:35:49 -05:00
markdown.js Add stream ids to urls for stream-related narrows. 2018-02-19 09:03:11 -08:00
message_edit.js node tests: Use zrequire in message_edit.js. 2017-11-08 12:24:17 -08:00
message_list_view.js drafts: Add timestamps showing when last modified. 2018-02-19 09:55:50 -08:00
message_list.js node tests: Use zrequire in message_list.js. 2017-11-08 12:24:17 -08:00
message_store.js refactor: Extract pm_conversations.recent. 2018-02-12 09:34:59 -08:00
muting.js node tests: Use zrequire in muting.js. 2017-11-08 12:24:17 -08:00
narrow_state.js Add narrow_state.pm_string(). 2018-02-12 09:34:59 -08:00
narrow.js node_tests: Remove unneeded var statements. 2017-11-08 12:24:17 -08:00
notifications.js Node Unit Tests: Create test for notifications.message_is_notifiable 2018-02-26 16:50:14 -05:00
password.js node tests: Use zrequire in password.js. 2017-11-08 12:24:17 -08:00
people_errors.js Change warn -> error in people.report_late_add(). 2017-11-07 09:51:10 -08:00
people.js node tests: Use zrequire in people.js. 2017-11-08 12:24:17 -08:00
pm_conversations.js Add pm_conversations.recent.get_strings(). 2018-02-12 09:34:59 -08:00
pm_list.js refactor: Extract pm_conversations.recent. 2018-02-12 09:34:59 -08:00
presence.js node tests: Use zrequire in presence.js. 2017-11-08 12:24:17 -08:00
reactions.js emoji: Remove now unused emojis_name_to_css_class dict. 2018-02-21 12:48:27 -08:00
recent_senders.js recent senders: Use message ids instead of timestamps for sorting. 2018-02-08 18:39:10 -08:00
rtl.js node tests: Use zrequire in rtl.js. 2017-11-08 12:24:17 -08:00
search_suggestion.js node tests: Use zrequire in search_suggestion.js. 2017-11-08 12:24:17 -08:00
server_events.js local echo: Bypass message.flags array. 2017-12-26 09:01:21 -05:00
settings_bots.js bot settings: Generate embedded bot selector in handlebars. 2018-03-01 08:25:43 -08:00
settings_org.js settings: Set state of name/email change fields from data. 2018-03-02 12:49:32 -08:00
settings_user_groups.js settings_user_groups.js: Add 100% node test coverage. 2018-01-20 08:01:06 -05:00
stream_color.js node tests: Use zrequire in topic_data.js. 2017-11-08 12:24:17 -08:00
stream_data.js node tests: Enforce 100% coverage for stream_data.js. 2017-12-28 09:39:45 -05:00
stream_events.js Fix various typos. 2017-11-09 16:26:38 +01:00
stream_list.js Add stream ids to urls for stream-related narrows. 2018-02-19 09:03:11 -08:00
stream_sort.js node tests: Use zrequire in stream_sort.js. 2017-11-08 12:24:17 -08:00
subs.js node tests: Use zrequire in subs.js. 2017-11-08 12:24:17 -08:00
templates.js frontend: Add embedded bot config data editing. 2018-03-01 08:25:43 -08:00
timerender.js drafts: Add timestamps showing when last modified. 2018-02-19 09:55:50 -08:00
top_left_corner.js Extract top_left_corner.js. 2017-08-14 13:03:57 -07:00
topic_data.js node tests: Use zrequire in topic_data.js. 2017-11-08 12:24:17 -08:00
topic_generator.js Add topic_generator.get_next_unread_pm_string(). 2018-02-12 09:34:59 -08:00
topic_list.js Add stream ids to urls for stream-related narrows. 2018-02-19 09:03:11 -08:00
transmit.js refactor: Extract transmit.js from compose.js. 2018-02-20 09:29:26 -08:00
typeahead_helper.js recent senders: Use message ids instead of timestamps for sorting. 2018-02-08 18:39:10 -08:00
typing_data.js node tests: Use zrequire in typing_data.js. 2017-11-08 12:24:17 -08:00
typing_status.js node tests: Use zrequire in typing_status.js. 2017-11-08 12:24:17 -08:00
unread.js refactor: Stop using flags array for unread counts. 2017-12-26 09:01:21 -05:00
upload.js compose: Add spaces around markdown for attachments. 2018-02-27 11:58:36 -05:00
user_events.js settings: Fix real-time sync for account settings. 2018-02-01 16:38:26 -08:00
user_groups.js node tests: Add 100% test coverage for user_groups.js. 2018-01-06 11:50:52 -05:00
util.js markdown: Require double-asterisk around all mentions. 2018-02-16 11:45:08 -08:00
zjquery.js zjquery: Add $.create() method. 2017-07-08 10:32:32 -04:00