Go to file
Jessica McKellar bdf3473bac Fix bug where sending a PM would display as sent to the wrong person.
In get_display_recipient, the userprofile was selected incorrectly by
user_id instead of the userprofile_id. In production, this hasn't
resulted in a user-visible error because we use MySQL and user ids are
always equal to userprofile ids.

This does happen if you are using SQLite locally and run populate_db,
which adds a bunch of users in parallel in an insufficiently
transactional way.

(imported from commit c25a04b4919e3efdfc6996b03492f7714d9034e8)
2012-11-20 15:08:50 -05:00
api zephyr_mirror: Add exception handling around all main loop code. 2012-11-19 12:44:12 -05:00
certs Reorder certificate chaining with updated certificates. 2012-11-08 15:00:35 -05:00
confirmation confirmation: Use timezone-aware datetime object 2012-11-07 18:50:26 -05:00
humbug API: Add unsubscribe function. 2012-11-16 17:06:01 -05:00
servers Puppetize iptables config 2012-11-19 11:06:33 -05:00
templates Module pattern for ui.js 2012-11-19 23:31:22 -05:00
tools Module pattern for ui.js 2012-11-19 23:31:22 -05:00
zephyr Fix bug where sending a PM would display as sent to the wrong person. 2012-11-20 15:08:50 -05:00
.gitignore .gitignore: Update for new all_messages_log filenames 2012-11-13 10:59:02 -05:00
manage.py chmod +x manage.py 2012-10-25 15:22:18 -04:00