Commit Graph

276 Commits

Author SHA1 Message Date
David Ormsbee
eed5d95dde lower karma threshold for file/image uploads to 1 2012-02-03 14:00:06 -05:00
Piotr Mitros
22f4004ee9 HTML no longer has answers 2012-02-03 10:27:02 -05:00
Bridger Maxwell
de585e2ccd Merged with profile changes again. Last time was backwards 2012-02-02 18:08:51 -05:00
Bridger Maxwell
9b38e8c548 Merged profile graphs into default.
--HG--
branch : profiledev
2012-02-02 17:52:43 -05:00
David Ormsbee
b7fe049f04 merged and updated urls to point to student and not auth 2012-02-02 17:37:49 -05:00
David Ormsbee
154d75e1e8 disable gravatar, alternative login, email editing options from askbot 2012-02-02 17:21:10 -05:00
Ernie Park
66bec4b895 merge
--HG--
rename : auth/views.py => student/views.py
2012-02-02 16:38:17 -05:00
Bridger Maxwell
25f17eac21 Graph tweaks.
--HG--
branch : profiledev
2012-02-02 16:08:58 -05:00
David Ormsbee
1b4aa2dcd9 update askbot settings to lower upvote karma requirement to 1 and disable social sharing 2012-02-02 16:02:14 -05:00
Bridger Maxwell
00b1bad38f Got grade overview graph drawing
--HG--
branch : profiledev
2012-02-02 14:32:44 -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
David Ormsbee
2048a2ebc7 update pm fixture to reflect model move 2012-02-02 11:14:34 -05:00
David Ormsbee
a3e6e70e6d migration to change text fields to varchar and put indexes on them 2012-02-02 10:54:09 -05:00
Bridger Maxwell
5a752dffe2 Got a basic, working graph of the scores
--HG--
branch : profiledev
2012-02-01 21:04:04 -05:00
David Ormsbee
3cc72c84af new migrations, this time with user and courseware split out 2012-02-01 19:47:43 -05:00
David Ormsbee
b9f770face remove outdated courseware migrations 2012-02-01 19:33:22 -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
Piotr Mitros
40efe3e7cb merge 2012-02-01 18:39:11 -05:00
Piotr Mitros
a3914cc1ac course.xml includes work 2012-02-01 18:18:45 -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
167d2dd8fe adding debug logging to show how often we're opening problem files (35x for /profile) 2012-02-01 17:21:54 -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
Bridger Maxwell
8712197df0 Simple graphing of homework and lab scores
--HG--
branch : profiledev
2012-02-01 14:32:43 -05:00
David Ormsbee
b045108350 Add indexes to fields in courseware.StudentModule 2012-02-01 12:28:50 -05:00
Ernie Park
6ccfd87e22 merge 2012-02-01 11:59:37 -05:00
Ernie Park
a6977aae4c update routes and new password_reset 2012-02-01 11:59:27 -05:00
Piotr Mitros
472a399667 STATIC_GRAB, starting to make course.xml ready for AB tests 2012-01-31 16:31:29 -05:00
Piotr Mitros
ef1bc23971 JSON password reset 2012-01-30 20:19:11 -05:00
Piotr Mitros
cf1b0a8655 Seq module makes nicer class types for Kyle's video styling 2012-01-30 17:44:02 -05:00
Piotr Mitros
811995a27e Changes needed for Askbot S3 2012-01-30 16:43:17 -05:00
Piotr Mitros
c23425b7cd Merge 2012-01-30 15:53:57 -05:00
Piotr Mitros
974f744289 Amazon S3 SSL 2012-01-30 15:53:16 -05:00
Bridger Maxwell
6f2f08fb1c Merged in bug fixes from default
--HG--
branch : profiledev
2012-01-30 13:30:55 -05:00
Bridger Maxwell
9ba59fe3a4 Working on adding up graded scores for sections.
--HG--
branch : profiledev
2012-01-30 13:30:39 -05:00
David Ormsbee
6fa632c0c5 merged with deleted settings 2012-01-30 13:27:50 -05:00
David Ormsbee
b4a91ff486 Suppress op level exception logging middleware if TEMPLATE_DEBUG=True 2012-01-30 13:27:18 -05:00
Piotr Mitros
f7eef6b217 Removed old settings 2012-01-30 12:48:47 -05:00
David Ormsbee
9a0af7f47d remove outdated logging comment 2012-01-30 12:41:59 -05:00
David Ormsbee
3622f81c69 update logging to add pid to filename, so we don't have to worry about multiple processes trying to share the same log file 2012-01-30 12:40:35 -05:00
Bridger Maxwell
c6d2ea6afb Merge with default branch
--HG--
branch : profiledev
2012-01-30 12:39:51 -05:00
David Ormsbee
3a6a43c055 Update logging handlers to use WatchedFileHandler (TimedRotatingFileHandler has problems with multiple processes) 2012-01-29 22:45:34 -05:00
Piotr Mitros
9ad26e0646 Bug in tracking framework when no cookie 2012-01-29 22:17:04 -05:00
Piotr Mitros
2222e5b781 Attemping another fix for staging... 2012-01-29 21:59:27 -05:00
Piotr Mitros
c7059bb005 import bug fixed (runserver vs. runfcgi issue) 2012-01-29 21:55:35 -05:00
Piotr Mitros
a17dbb3c24 Fixed bugs from lfischer merge 2012-01-29 21:47:55 -05:00
Piotr Mitros
29c7f529b5 merge 2012-01-29 20:55:50 -05:00
Piotr Mitros
768c085334 We can now use Amazon S3 2012-01-29 20:55:11 -05:00
fischerl
a1a37f700d fixed previous merge 2012-01-29 17:19:07 -05:00