Commit Graph

152 Commits

Author SHA1 Message Date
Piotr Mitros
d44a81f4a9 Problem count 2012-02-07 21:07:57 -05:00
cjt
8d74122032 support for sampled wavedforms 2012-02-07 07:50:23 -05:00
Piotr Mitros
373b7a8291 Slightly more comprehensive check 2012-02-05 23:49:03 -05:00
Piotr Mitros
8480ccd120 Course sanity check 2012-02-05 23:42:44 -05:00
Piotr Mitros
0f848e52ac title to name 2012-02-05 19:51:22 -05:00
Piotr Mitros
80d8da6021 Semantic title 2012-02-05 18:20:17 -05:00
Bridger Maxwell
a18b19601d Fixed python 2.6 incompatibility 2012-02-04 15:02:38 -05:00
Bridger Maxwell
985211a3de Showing due dates and section types on profile page. 2012-02-04 12:45:31 -05:00
Bridger Maxwell
32f69d6493 Merge 2012-02-04 11:53:42 -05:00
Bridger Maxwell
db57dc30eb Changed due date to be display_due_date and close_date. Controlled with due and graceperiod attributes 2012-02-04 11:53:30 -05:00
Piotr Mitros
f894353f4e No cache of courseware. This caused lots of issues 2012-02-03 23:01:26 -05:00
Piotr Mitros
a9f94da8ea Error in conversion from !=None to simpler format 2012-02-03 22:52:31 -05:00
Piotr Mitros
6332fd78dd Fixed CSRF issue most likely introduced by move from Django templates 2012-02-03 21:23:05 -05:00
Piotr Mitros
6304feefd6 Calculator changes for Anant 2012-02-03 18:48:44 -05:00
Bridger Maxwell
81e1a8dc12 Changed case discrepency between course.xml and profile page 2012-02-03 17:34:11 -05:00
Bridger Maxwell
2e91a1d7c3 Removed debug code that put in a score for midterm and final. 2012-02-03 17:21:31 -05:00
Bridger Maxwell
baac1eb8ce Merge 2012-02-03 17:18:25 -05:00
Bridger Maxwell
0d699f2895 Added links from profile to courseware. Updated names in urls to accomodate. 2012-02-03 17:05:34 -05:00
Piotr Mitros
a9e3922047 HTML module looks in html directory in data 2012-02-03 14:07:23 -05:00
Piotr Mitros
22f4004ee9 HTML no longer has answers 2012-02-03 10:27:02 -05:00
Bridger Maxwell
9b38e8c548 Merged profile graphs into default.
--HG--
branch : profiledev
2012-02-02 17:52:43 -05:00
Bridger Maxwell
25f17eac21 Graph tweaks.
--HG--
branch : profiledev
2012-02-02 16:08:58 -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
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
Piotr Mitros
472a399667 STATIC_GRAB, starting to make course.xml ready for AB tests 2012-01-31 16:31:29 -05:00
Piotr Mitros
cf1b0a8655 Seq module makes nicer class types for Kyle's video styling 2012-01-30 17:44:02 -05:00
Bridger Maxwell
9ba59fe3a4 Working on adding up graded scores for sections.
--HG--
branch : profiledev
2012-01-30 13:30:39 -05:00
Bridger Maxwell
c6d2ea6afb Merge with default branch
--HG--
branch : profiledev
2012-01-30 12:39:51 -05:00
Piotr Mitros
b86ba908da Forked django middleware and moved it into the project. We'd like better django integration 2012-01-29 07:46:41 -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
Piotr Mitros
cbd8a96431 Bug in last commit 2012-01-27 22:39:56 -05:00
Piotr Mitros
04a7be0ae7 Fixed e-mail in URLs.py, fixed 2 gjs bugs 2012-01-27 22:37:34 -05:00
Piotr Mitros
1268530f7a Preparing for stage 2012-01-27 22:09:47 -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
Bridger Maxwell
4f15258597 Changed behavior of due date tagger to be more like downward inheritance
--HG--
branch : profiledev
2012-01-27 12:39:55 -05:00
David Ormsbee
efdaa04742 convert more prints to logging 2012-01-27 10:57:36 -05:00
Bridger Maxwell
fa63a17a14 Added due date pre-processor
--HG--
branch : profiledev
2012-01-26 19:03:11 -05:00