zulip/frontend_tests/node_tests
Yago González 6837fc5d56 i18n: Add missing strings for custom profile fields and fix capitalization.
The "Short/Long Text" option for custom profile fields wasn't properly
capitalized (i.e. "Text" should have been all lowercase), and also
wasn't properly tagged for translation.

For the sake of consistency, the change to proper capitalization has
also been applied to the models and any tests involving this feature.

Due to a bug in Django, it complained about the models having changed
and thus not being consistent with the migrations. That isn't actually
true (since the database stores the numeric values for each key), but
the migrations have been modified to avoid this error. This does not
affect the migrations' behaviour in any way.
2018-05-06 19:44:36 -07:00
..
.eslintrc.json lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
activity.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
alert_words.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
bot_data.js node tests: Avoid sneaky throttle/debounce delays. 2018-04-26 08:42:47 -07:00
buddy_data.js buddy list: Relax count limit when doing searches. 2018-04-28 11:15:14 -07:00
buddy_list.js compose_fade: Extract user_fade_config. 2018-04-28 11:15:14 -07:00
channel.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07: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
components.js refactor: Remove factory code for toggle component. 2018-04-20 13:45:58 -07:00
compose_actions.js node tests: Remove extra $ declaration. 2018-04-17 17:52:19 -07:00
compose_fade.js refactor: Simplify return values for would_receive_message(). 2018-04-28 11:15:14 -07:00
compose_pm_pill.js pm_pill: Achieve 100% node-test coverage for compose_pm_pill.js. 2018-04-13 11:59:57 -07:00
compose_ui.js compose: Append space when text added at the end of textarea. 2018-03-04 13:16:17 -08:00
compose.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
composebox_typeahead.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
copy_and_paste.js copy_and_paste.js: Remove excess newlines while pasting markdown html. 2018-04-24 08:27:43 -07:00
dict.js zblueslip: Convert node_tests/dict.js to zblueslip. 2018-04-30 10:12:55 -07:00
dispatch.js server_events_dispatch: Add node coverage for user groups. 2018-04-19 14:59:08 -04:00
drafts.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
emoji_picker.js node tests: Use zrequire in emoji_picker.js. 2017-11-08 12:24:17 -08:00
emoji.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
fetch_status.js Add fetch_status.has_found_newest(). 2018-05-03 12:44:30 -07:00
filter.js Add filter.is_for_only(operand). 2018-05-02 11:23:58 -07:00
general.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
hash_util.js hash_util: Add 100% node-coverage for hash_util.js. 2018-04-19 14:59:08 -04:00
hashchange.js node tests: Add coverage to hashchange.js. 2018-04-17 17:52:19 -07:00
hotkey.js hotkey: Make it possible to use ctrl+K from inside compose. 2018-05-06 19:30:31 -07:00
i18n.js settings: Remove obsolete default_desktop_notifications setting. 2018-04-28 13:46:07 -07:00
input_pill.js zblueslip: Convert node_tests/input_pill.js to zblueslip. 2018-04-30 10:12:55 -07:00
list_render.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
markdown.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
message_edit.js message: Extract function for editability of topic. 2018-04-28 13:00:29 -07:00
message_fetch.js refactor: Extract MessageListData class. 2018-05-05 06:31:51 -07:00
message_list_data.js node tests: Add tests for message_list_data. 2018-05-05 06:31:51 -07:00
message_list_view.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
message_list.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
message_store.js zblueslip: Convert node_tests/messge_store.js to zblueslip. 2018-05-03 16:27:05 -07:00
muting.js node tests: Use zrequire in muting.js. 2017-11-08 12:24:17 -08:00
narrow_activate.js node tests: Fix flaws with narrow_activate tests. 2018-05-03 07:52:15 -07:00
narrow_state.js refactor: Simplify narrow_state.is_for_stream_id(). 2018-05-02 09:16:24 -07:00
narrow_unread.js Add starred messages to our new API for unread ids. 2018-05-03 14:36:34 -07:00
narrow.js node tests: Fix some leaks with $(...). 2018-04-12 11:37:00 -07:00
notifications.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
password.js node tests: Use zrequire in password.js. 2017-11-08 12:24:17 -08:00
people_errors.js zblueslip: Log output for all function calls. 2018-04-23 16:18:35 -07:00
people.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
pm_conversations.js Add pm_conversations.recent.get_strings(). 2018-02-12 09:34:59 -08:00
pm_list.js zblueslip: Convert node_tests/pm_list.js to zblueslip. 2018-05-03 16:27:05 -07:00
popovers.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
presence.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
reactions.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07: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
scroll_util.js node tests: Reach 100% coverage for scroll_util.js. 2018-04-28 11:15:14 -07:00
search_suggestion.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
server_events.js local echo: Bypass message.flags array. 2017-12-26 09:01:21 -05:00
settings_bots.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
settings_muting.js muting: Achieve 100% node-test coverage for settings_muting.js. 2018-04-13 11:59:57 -07:00
settings_org.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
settings_user_groups.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
stream_color.js node tests: Use zrequire in topic_data.js. 2017-11-08 12:24:17 -08:00
stream_data.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
stream_events.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
stream_list.js node tests: Test deactivating streams. 2018-04-28 11:15:14 -07:00
stream_search.js node tests: Add coverage for stream sidebar search. 2018-04-28 11:15:14 -07:00
stream_sort.js stream list: Use newer code for the list cursor. 2018-04-28 11:15:14 -07:00
subs.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
templates.js i18n: Add missing strings for custom profile fields and fix capitalization. 2018-05-06 19:44:36 -07:00
timerender.js install-node: Upgrade node, yarn, and nvm. 2018-04-09 13:56:48 -07:00
top_left_corner.js tests: Fully cover top_left_corner.js. 2018-04-19 14:56:55 -04:00
topic_data.js node tests: Use zrequire in topic_data.js. 2017-11-08 12:24:17 -08:00
topic_generator.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
topic_list.js Add stream ids to urls for stream-related narrows. 2018-02-19 09:03:11 -08:00
transmit.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
typeahead_helper.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
typing_data.js refactor: Add util.sorted_ids(). 2018-05-02 09:16:24 -07:00
typing_status.js node tests: Use zrequire in typing_status.js. 2017-11-08 12:24:17 -08:00
unread.js Add starred messages to our new API for unread ids. 2018-05-03 14:36:34 -07:00
upload.js upload: Make progress bar for each file independent. 2018-05-02 12:32:13 -07:00
user_events.js custom profile data: Send event to active user on update. 2018-03-21 16:08:12 -07:00
user_groups.js lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
user_pill.js node tests: Add tests for user_pill.js. 2018-03-07 15:53:11 -08:00
util.js markdown: Add @stream as an alias for @all. 2018-04-09 16:35:14 -07:00
zblueslip.js zblueslip: Improve usage documentation in test file. 2018-04-23 16:18:35 -07:00
zjquery.js zjquery: Support $.fn.foo mechanism. 2018-04-12 11:37:00 -07:00