Commit Graph

22 Commits

Author SHA1 Message Date
Piotr Mitros
9e42554c2b Better status when sending e-mails 2012-03-05 09:33:56 -05:00
Piotr Mitros
7d6a0af115 Emergency fallback if we need to stop the presses on bulk emails 2012-03-05 09:23:04 -05:00
Piotr Mitros
a379ce365f Give number of e-mails sent 2012-03-05 09:09:21 -05:00
Piotr Mitros
4325437c31 Timestamps in log file for bulk emails 2012-03-05 09:04:23 -05:00
Piotr Mitros
fe082d6248 Script to e-mail users in bulk, in batches, from a text file 2012-03-05 08:55:18 -05:00
Piotr Mitros
b348f5d9b3 Cache toolbox disabled 2012-03-04 13:25:12 -05:00
Piotr Mitros
98f5a79dfc Disabled profile cache -- we ran into issues 2012-03-04 09:40:07 -05:00
Piotr Mitros
3a6bb0cd8b Properly logging 2012-03-03 19:21:03 -05:00
Piotr Mitros
5ae7334b38 Extract email list from DB 2012-03-03 15:46:28 -05:00
Piotr Mitros
3d4e158782 Missed on file 2012-03-03 14:15:49 -05:00
Piotr Mitros
22748768ab Cache keys hashed, scripts to assign student to groups and send out bulk e-mails 2012-03-03 13:53:24 -05:00
David Ormsbee
b54ff42532 add caching to User and UserProfile
--HG--
branch : dormsbee_performance
2012-02-23 20:09:15 -05:00
Piotr Mitros
7b27b01642 Default view now info 2012-02-22 13:58:03 -05:00
David Ormsbee
c52727b0e0 add migration for putting an index on auth_user.email 2012-02-22 11:01:27 -05:00
David Ormsbee
ffba3c59a5 Merge AB testing branch I should have pulled in a week ago. 2012-02-17 15:26:58 -05:00
Piotr Mitros
caa2ed9195 Removed comments and obsolet error codes 2012-02-13 16:36:48 -05:00
Piotr Mitros
d22c0cd5fb Legal name required, better error messages 2012-02-12 09:48:06 -05:00
Piotr Mitros
59e1f5a50a Account already active is there 2012-02-08 13:01:21 -05:00
Piotr Mitros
7218cf4326 AB Test Framework
--HG--
branch : AB Testing
2012-02-05 01:28:01 -05:00
Piotr Mitros
6332fd78dd Fixed CSRF issue most likely introduced by move from Django templates 2012-02-03 21:23:05 -05:00
Ernie Park
66bec4b895 merge
--HG--
rename : auth/views.py => student/views.py
2012-02-02 16:38:17 -05:00
David Ormsbee
7e1d23308c yet another rename, from auth -> user -> student
--HG--
rename : user/__init__.py => student/__init__.py
rename : user/migrations/0001_initial.py => student/migrations/0001_initial.py
rename : user/migrations/0002_text_to_varchar_and_indexes.py => student/migrations/0002_text_to_varchar_and_indexes.py
rename : user/migrations/__init__.py => student/migrations/__init__.py
rename : user/models.py => student/models.py
rename : user/tests.py => student/tests.py
rename : user/views.py => student/views.py
2012-02-02 14:31:42 -05:00