Piotr Mitros
|
f1ad393f18
|
Course admins can now access student grades by going to profile/[userid]
--HG--
branch : visible-grades
|
2012-03-10 20:34:13 -05:00 |
|
Piotr Mitros
|
a2c4010b8f
|
Removed caching for dev machines
|
2012-03-10 20:13:03 -05:00 |
|
Piotr Mitros
|
a8c2c3c5b4
|
More helpers
|
2012-03-10 19:38:51 -05:00 |
|
Piotr Mitros
|
6561cac242
|
User counts
|
2012-03-10 17:41:54 -05:00 |
|
Piotr Mitros
|
52dd6361e7
|
Helper methods for managing users
|
2012-03-10 17:33:20 -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 |
|
David Ormsbee
|
b54ff42532
|
add caching to User and UserProfile
--HG--
branch : dormsbee_performance
|
2012-02-23 20:09:15 -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
|
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 |
|
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 |
|