Commit Graph

411 Commits

Author SHA1 Message Date
David Ormsbee
04ebd38368 update tracking log to use pids 2012-03-03 15:06:33 -05:00
David Ormsbee
60312d927b switch tracking logs to go to local file 2012-03-03 14:56: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
Bridger Maxwell
8c3c33b7ac Fixed accordion on hidden courseware pages 2012-03-01 17:12:39 -05:00
David Ormsbee
d60d689611 Merge performance fixes, and rename StudentModule.get_from_cache to get_with_caching 2012-02-29 18:28:18 -05:00
Piotr Mitros
7f68610dac Error in case sensitivity. Applying patch from gjs' machine 2012-02-29 14:22:33 -05:00
David Ormsbee
638ff966ec Added LOGGING_ENV so that syslog can more easily split our logs. 2012-02-27 18:37:38 -05:00
David Ormsbee
46278515b6 replaced print with debug log statement 2012-02-27 18:36:57 -05:00
Bridger Maxwell
f7ac370f67 Updated askbot karma point requirements 2012-02-26 01:15:55 -05:00
Bridger Maxwell
61983b70a4 Added better random score generation, for recording profile page tutorial 2012-02-26 01:15:24 -05:00
Bridger Maxwell
1b936997a1 Fixed format specifier to not print out 12 instead of 12.0 on profile page 2012-02-24 23:06:31 -05:00
Bridger Maxwell
ab0b791010 Added caching for processed course.xml
--HG--
branch : dormsbee_performance
2012-02-24 17:14:23 -05:00
David Ormsbee
6ad93db8ce ug fixes to StudentModel caching. Added cache-update on db-update because we do POST/GET pairings for submitting answers and checking them.
--HG--
branch : dormsbee_performance
2012-02-24 14:32:32 -05:00
David Ormsbee
1bfd1d78ae merging modx updates elimination from default
--HG--
branch : dormsbee_performance
2012-02-24 13:02:49 -05:00
David Ormsbee
be69bc3f76 merged pmitros_cut_writes 2012-02-24 13:01:53 -05:00
David Ormsbee
fd75b49bec add caching for StudentModule
--HG--
branch : dormsbee_performance
2012-02-24 12:55:18 -05:00
Piotr Mitros
05aad2359a Only keeping session cookie; no Askbot stuff
--HG--
branch : pmitros_cut_writes
2012-02-24 12:40:44 -05:00
Piotr Mitros
f803f4dfb8 Merge with master
--HG--
branch : pmitros_cut_writes
2012-02-24 12:02:09 -05:00
Piotr Mitros
3deaf6ff4d Merge dormsbee 2012-02-24 11:52:35 -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
463ba9a1ea merge superflous head I created because I'm an hg newb 2012-02-23 14:47:08 -05:00
David Ormsbee
487407172c merged 2012-02-23 14:40:08 -05:00
David Ormsbee
bd34843036 Add caching for User objects (again) 2012-02-23 14:30:36 -05:00
David Ormsbee
c5b0115be0 add User object caching 2012-02-23 13:28:00 -05:00
Piotr Mitros
49f86241ed Maximum tracking event is now 10k. We were losing ends of event on the main server with big sessions 2012-02-22 21:21:44 -05:00
Piotr Mitros
09cc7ec35d Tracking now records time 2012-02-22 21:15:25 -05:00
Piotr Mitros
ec4538ac65 Untested patch to eliminate AJAX DB writes
--HG--
branch : pmitros_cut_writes
2012-02-22 21:06:41 -05:00
Piotr Mitros
e18074024e Missing authentication on /info 2012-02-22 15:49:38 -05:00
Piotr Mitros
d42198ada9 Rerandomize patch merged 2012-02-22 14:43:34 -05:00
Piotr Mitros
c9bbc54238 Rerandomize per_student/always/never tested and working
--HG--
branch : pmitros-rerandomize
2012-02-22 14:37:51 -05:00
Piotr Mitros
c202d550f5 Merge
--HG--
branch : pmitros-rerandomize
2012-02-22 13:59:21 -05:00
Piotr Mitros
7b27b01642 Default view now info 2012-02-22 13:58:03 -05:00
Piotr Mitros
91d083f881 Default page is now course updates/info 2012-02-22 11:25:35 -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
f9f9dbdf53 Merged profile-cache updates 2012-02-21 19:45:05 -05:00
Piotr Mitros
3037a0c8ab Fixed bad commit 2012-02-21 18:36:36 -05:00
Piotr Mitros
d99676432b Rerandomize patch -- untested
--HG--
branch : pmitros-rerandomize
2012-02-21 18:27:37 -05:00
Piotr Mitros
10732cbcc2 Support for sections outside of course.xml 2012-02-21 18:11:19 -05:00
Piotr Mitros
2033b065f0 Merge with subtitles 2012-02-21 18:09:16 -05:00
David Ormsbee
7e79e9f34a emergency move of askbot settings back into settings.py so staging doesn't blow up 2012-02-21 15:09:45 -05:00
David Ormsbee
2a5ba5d0c7 Force askbot config to draw all config values from askbotsettings.py, and not hit the database 2012-02-21 14:43:05 -05:00
Piotr Mitros
024da20b48 Subtitle support working
--HG--
branch : pmitros-subtitles
2012-02-20 20:58:47 -05:00
Piotr Mitros
2416587c19 Minor cleanup
--HG--
branch : pmitros-section
2012-02-20 16:47:53 -05:00
Piotr Mitros
f83c492720 per-section rendering works, if unclean
--HG--
branch : pmitros-section
2012-02-20 16:35:12 -05:00
Piotr Mitros
086523e0fa Bug in urls file 2012-02-20 16:10:55 -05:00
Piotr Mitros
9812fda559 Minor bug when restarting server with custom tags
This patch has limited testing w.r.t. whether the bug is completely
gone, but it appears to have no negative side effects, and fix at
least one case.
2012-02-20 15:46:31 -05:00
Piotr Mitros
0888eed906 Post-merge cleanup 2012-02-20 13:06:13 -05:00
Piotr Mitros
34affdabde Merge with new settings
--HG--
rename : settings_new_askbot.py => settings.py
2012-02-20 12:14:48 -05:00
Piotr Mitros
8dec0aa7cd Merging with fixes to Capa 2012-02-20 12:06:19 -05:00