245a3d97a8
Simplified the parameters for AssignmentFormatGrader
Bridger Maxwell
2012-04-08 01:58:21 -04:00
c1e6dd8005
Added single section grader. Midterm and Final are now graded.
Bridger Maxwell
2012-04-08 00:38:00 -04:00
779c247512
Weighted scores now working in the refactor and show up correctly on the profile graph. Dropped score markers are back too.
Bridger Maxwell
2012-04-07 19:21:19 -04:00
14cd055e5e
Two potential sources of error fixed for MathJax wiki bug.
Bridger Maxwell
2012-04-06 19:00:38 -04:00
949745daa6
Remove broken symlink to simplewiki.
David Ormsbee
2012-04-06 15:49:30 -04:00
04221210de
Weighted section grading is mostly working, but the final grade isn't on the graph yet.
Bridger Maxwell
2012-04-06 15:47:21 -04:00
b0e2ea3a63
Still working on grades refactor. Not working yet, but reached a checkpoint.
Bridger Maxwell
2012-04-06 15:04:49 -04:00
a0eb072aff
Refactoring grades. Adding more generic grading classes. Probably broken right now. Just committing to save progress.
Bridger Maxwell
2012-04-05 21:29:38 -04:00
60caf0aa10
Added grades SectionPercentage namedtuple. Fixed bug where problem ids were being used for section labels in graph.
Bridger Maxwell
2012-04-05 16:56:16 -04:00
0704bb3787
Added lectures and solutions in epandable lists
Kyle Fiedler
2012-03-26 11:18:05 -04:00
78f8392599
added styles from old handouts
Kyle Fiedler
2012-03-21 11:03:48 -04:00
442d0691a5
Use the base package name as the provided value, rather than the path, because .deb packages can't start with /
Calen Pennington
2012-04-05 14:03:27 -04:00
a1224bd7b9
Mark that the mitx package provides /opt/wwc/mitx
Calen Pennington
2012-04-05 13:30:42 -04:00
d4a462bd74
only transform height and witdh
Kyle Fiedler
2012-04-04 14:23:10 -04:00
c8a436eb9e
Merge pull request #6 from MITx/kf-captions
Reda Lemeden
2012-04-04 10:52:15 -07:00
34627fb0c9
Speed up dropdown animation
Kyle Fiedler
2012-04-04 12:20:28 -04:00
7c2cb55d81
Added some firefox fixes
Kyle Fiedler
2012-04-04 11:43:26 -04:00
4225317dad
Added some js to make the tooltip show the time
Kyle Fiedler
2012-04-04 10:26:07 -04:00
032f5fc928
Added style for the tooltip
Kyle Fiedler
2012-04-03 14:30:00 -04:00
26c6fe29c1
Added tooltip for time on video
Kyle Fiedler
2012-04-03 14:00:18 -04:00
1016843ae2
Added style and js for speed picker and hover for scrubber
Kyle Fiedler
2012-04-03 11:46:45 -04:00
ca69dc632f
Added styles for the captions and video bar
Kyle Fiedler
2012-04-02 16:38:22 -04:00
77bd47f749
Added some styles to make videos more cohesive
Kyle Fiedler
2012-03-21 16:06:16 -04:00
ceb8d4bf5b
fix some small css bugs in askbot
Kyle Fiedler
2012-04-03 16:47:56 -04:00
cec1ecf952
Merge branch 'master' of github.com:MITx/mitx
Piotr Mitros
2012-04-03 16:21:29 -04:00
3111bdd3a0
Added specificity to the input styles for password reset
Kyle Fiedler
2012-04-03 16:18:15 -04:00
bf7bf61cd5
Moved styling to sass. Editor now looks like textarea used to.
Bridger Maxwell
2012-03-31 15:43:09 -04:00
0c69e00932
Settings has a default sqlite database
Monitor Machine
2012-03-30 18:22:44 -04:00
c121f2b024
Django version restriction
Monitor Machine
2012-03-30 09:16:11 -04:00
6f2f218bea
The wiki creation page now uses the edit template, so it has the unsaved changes confirmation and Codemirror editor.
Bridger Maxwell
2012-03-30 06:03:10 -07:00
acbe1e8860
Re-enabled unsaved changes confirmation on wiki edit.
Bridger Maxwell
2012-03-30 05:49:32 -07:00
393044fba9
cleaned up some css
Kyle Fiedler
2012-03-29 10:45:46 -04:00
dbb4ff18b0
minor user message changes
David Ormsbee
2012-03-29 10:44:06 -04:00
17e84aaed1
Merge pull request #9 from MITx/pmitros/complex-numbers-fix
David Ormsbee
2012-03-29 07:08:59 -07:00
37452f3a58
Moved from type to isinstance * Parallel and exponentials in calc were broken because of this. Confirmed working * Added test cases for the above * Fixed a broken test case
Piotr Mitros
2012-03-29 09:43:45 -04:00
bc604fca34
disabled mail_admins handler for error messages
David Ormsbee
2012-03-29 09:29:47 -04:00
b2fbf537e4
Properly escaping the schematic html attributes.
Bridger Maxwell
2012-03-29 00:16:03 -07:00
f62a43965b
Fixed bug for selecting lines with non-integer heights. It put up a fight...
Bridger Maxwell
2012-03-28 22:50:23 -07:00
686b1bf6bd
Moved site, is_secure, etc. into render_to_string shortcut, and fixed bugs in the shortcut. We should test this pretty well, since this touches a lot of templates
Piotr Mitros
2012-03-28 19:44:22 -04:00
eeffa7a6d2
http to https in confirmation e-mails
Piotr Mitros
2012-03-28 17:50:51 -04:00
9a7c0451ab
Better logging. Tested and fixed bugs in previous commits
Piotr Mitros
2012-03-28 17:45:43 -04:00
25ca62d952
Proper e-mail address validation
Piotr Mitros
2012-03-28 17:20:35 -04:00
bb15d92381
Fixed leanModal bug that caused lots of overlays to be added.
Bridger Maxwell
2012-03-28 14:20:08 -07:00
adf483a96b
type converted to isinstance
Piotr Mitros
2012-03-28 17:11:14 -04:00
f95aa496fa
Better compatibility with the Codemirror editor and the markdown circuit extension.
Bridger Maxwell
2012-03-28 14:09:21 -07:00
7d3caf58e2
Fixed buttons for most sequnces
Kyle Fiedler
2012-03-28 15:48:30 -04:00
b288ec50f3
Fixed bug with the calculator
Kyle Fiedler
2012-03-28 15:09:05 -04:00
230ea1e650
Added fix for sequence nav bug
Kyle Fiedler
2012-03-28 14:56:32 -04:00
f6787bd8be
Minor word smithing
Piotr Mitros
2012-03-28 14:53:35 -04:00
59dfb2cfd4
Complex numbers now work in problems
Piotr Mitros
2012-03-28 14:42:02 -04:00
9f379395b5
Fix issue with publish step not finding the .deb file
Calen Pennington
2012-03-28 13:52:44 -04:00
7199f96891
Use shorter commit hashes, and put the build number in the .deb name
Calen Pennington
2012-03-28 13:46:01 -04:00
c61c642577
Add a publish task that pushes rpms to gp
Calen Pennington
2012-03-27 20:40:01 -04:00