zulip/zephyr/management/commands
Tim Abbott b317f0899b Add a management command to render all old messages.
I'd like to minimize the probability that we'll actually run the code
in the "messages not rendered yet in database" codepath since it might
perform poorly, and it seems like the best way to do that is to just
run a loop that renders them all.

(imported from commit 247cb85fffa6cbc95958b9feda97462792a542c2)
2013-08-01 14:41:25 -04:00
..
__init__.py Add a management command to populate the database. 2012-08-28 12:45:10 -04:00
activate_mit.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
active_user_stats.py Remove unused imports 2013-06-27 16:22:39 -04:00
add_users_to_streams.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
analyze_mit.py Remove unused imports 2013-06-27 16:22:39 -04:00
bankrupt_users.py Use update_fields more consistently when modifying model objects. 2013-07-24 17:04:39 -04:00
change_user_email.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
check_redis.py Remove unused imports 2013-06-27 16:22:39 -04:00
clear_db.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
colorize_streams.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
copy_colors.py Remove unused imports 2013-06-27 16:22:39 -04:00
create_realm.py create_realm: be able to specify an open realm. 2013-06-02 15:12:27 -04:00
create_user.py Use standard functions for parsing/validating email addresses. 2013-07-18 13:58:16 -04:00
deactivate_user.py Deactivate bots in deactivate_user.py 2013-07-08 14:30:20 -04:00
delete_tutorial_streams.py Rename tutorial bot to zulip.com domain. 2013-07-25 17:16:53 -04:00
dump_passwords.py [manual] Use ujson instead of simplejson. 2013-06-24 10:17:10 -04:00
dump_pointers.py Use update_fields more consistently when modifying model objects. 2013-07-24 17:04:39 -04:00
dump_useractivity.py Remove unused imports 2013-06-27 16:22:39 -04:00
explain_js_error.py Make stack trace annotation work 2013-07-23 16:34:26 -04:00
expunge_db.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
expunge_logs.py [manual] Use ujson instead of simplejson. 2013-06-24 10:17:10 -04:00
fill_memcached_caches.py Remove unused imports 2013-06-27 16:22:39 -04:00
generate_invite_links.py Remove unused imports 2013-06-27 16:22:39 -04:00
gravatar_to_user_avatar.py Add tool for migrating users from Gravatar to user avatars 2013-07-26 07:39:16 -04:00
knight.py knight should dry-run unless you specify -f 2013-07-08 17:07:55 -04:00
logout_all_users.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
populate_db.py Revert "Hack to make populate_db still work during domain transition." 2013-07-25 17:19:18 -04:00
print_initial_password.py Use proper randomization when generating new API keys. 2013-05-29 15:11:24 -04:00
process_signups.py [manual] Rename manage.py subscribe_new_users to process_signups. 2013-07-17 17:50:19 -04:00
process_user_activity.py Add error handling for process_user_activity bot. 2013-07-26 16:06:59 -04:00
profile_request.py Remove unused imports 2013-06-27 16:22:39 -04:00
rate_limit.py Remove unused imports 2013-06-27 16:22:39 -04:00
realm_stats.py realm_stats: report on features like starred messages and home view. 2013-05-01 21:59:29 -04:00
remove_users_from_stream.py Remove unused imports 2013-06-27 16:22:39 -04:00
render_old_messages.py Add a management command to render all old messages. 2013-08-01 14:41:25 -04:00
reset_colors.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
runtornado.py Send the proper Content-Type header on our Tornado responses 2013-07-02 11:46:10 -04:00
send_confirmation_emails.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
send_missedmessage_reminders.py Remove unused imports 2013-06-27 16:22:39 -04:00
send_stats.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
set_default_streams.py Remove unused imports 2013-06-27 16:22:39 -04:00
set_message_flags.py Remove unused imports 2013-06-27 16:22:39 -04:00
set_unread_to_pointer.py Remove unused imports 2013-06-27 16:22:39 -04:00
stream_stats.py Remove unused imports 2013-06-27 16:22:39 -04:00
sync_api_key.py Use update_fields more consistently when modifying model objects. 2013-07-24 17:04:39 -04:00
test_messages.txt populated_db: Rename many functions/variables from zephyr => message. 2012-10-03 18:14:15 -04:00
update_mit_fullnames.py Use update_fields more consistently when modifying model objects. 2013-07-24 17:04:39 -04:00
update_permissions.py Add a management command to create objects for newly defined permissions 2013-07-08 17:07:55 -04:00
user_stats.py Enable absolute imports. 2013-04-23 09:51:17 -07:00