Commit Graph

21 Commits

Author SHA1 Message Date
David Ormsbee
fd75b49bec add caching for StudentModule
--HG--
branch : dormsbee_performance
2012-02-24 12:55:18 -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
085cc17178 Caching problem maximum scores in profile (~10x performance boost in that section of the code)
--HG--
branch : profile-cache
2012-02-16 19:52:52 -05:00
Bridger Maxwell
9b38e8c548 Merged profile graphs into default.
--HG--
branch : profiledev
2012-02-02 17:52:43 -05:00
David Ormsbee
72c45e8bbb Move UserProfile and Registration out of courseware and into a renamed auth (now user)
--HG--
rename : auth/__init__.py => user/__init__.py
rename : auth/tests.py => user/tests.py
rename : auth/views.py => user/views.py
2012-02-01 19:32:18 -05:00
David Ormsbee
e27d9f41e1 warning message so people know they have to use migrations for model changes 2012-02-01 17:46:19 -05:00
David Ormsbee
bf0591631d fix migration to reflect the right table name for registration 2012-02-01 17:26:41 -05:00
David Ormsbee
4926701efb add migrations for initial courseware and adding indexes 2012-02-01 16:40:49 -05:00
David Ormsbee
2cd105ceef move local auth models into courseware, remove courseware migrations 2012-02-01 16:28:03 -05:00
David Ormsbee
b045108350 Add indexes to fields in courseware.StudentModule 2012-02-01 12:28:50 -05:00
Bridger Maxwell
c6d2ea6afb Merge with default branch
--HG--
branch : profiledev
2012-01-30 12:39:51 -05:00
Piotr Mitros
8125180edc Major number of minor cleanups. Fixed from e-mail, import order, ==None, etc. 2012-01-28 12:10:56 -05:00
Bridger Maxwell
c3a6ad2f8c Module ids are unique even across module types. Fix bugs where other fields were being used for an id.
--HG--
branch : profiledev
2012-01-27 16:12:56 -05:00
Piotr Mitros
4442754a86 Redundant DB queries eliminated. We're at about 5 hits per sequence w/o Askbot, and 10 with 2012-01-23 22:02:36 -05:00
Ernie Park
bc3a6d38fd fix bug introduced in fdf0d141844d where MODULE_TYPES defined after it was used 2012-01-09 20:38:09 -05:00
Ernie Park
3aa5df6a14 Piotr added comments 2012-01-09 14:28:46 -05:00
Piotr Mitros
9ac4ac8a12 Minor layout fixes, basic schematic entry support, XPath for XML 2011-12-20 19:17:18 -05:00
Piotr Mitros
b6808c3957 Minor cleanups. Basic infrastructure for restoring video playback state (but unfinished) 2011-12-11 19:42:37 -05:00
Piotr Mitros
49a000a3ad Folding stuff in capa_module from views 2011-12-07 20:47:50 -05:00
Piotr Mitros
9e18b2611f Refactoring into module, part 1 2011-12-07 17:49:48 -05:00
Piotr Mitros
cc1de22e26 Initial commit 2011-12-07 09:28:16 -05:00