arjun810
b0e4bebc63
Merge pull request #661 from MITx/kimth/fix-firefox-cktsim
...
Fix circuit simulator js for Firefox
2012-09-11 16:15:55 -07:00
kimth
88e138bfaa
Merge pull request #662 from MITx/feature/arjun/fix_seed
...
Provide a reasonable seeding mechanism for jsresponses
2012-09-11 16:15:14 -07:00
kimth
474b5377b9
Consolidate class names
2012-09-11 18:25:08 -04:00
pmitros
025eb4f64c
Merge pull request #648 from MITx/feature/ichuang/psychometrics
...
Interrim psychometrics with real-time IRT plots and histograms (see note)
Ike is committing to implement the SOA API which discussed in person, in which a separate djangoapp would receive the tracking logs from the LMS, and also be queried by the LMS to perform psychometrics analyses. Initially this psychometrics djangoapp might share some tables like StudentModule with the LMS, but the plan would be to separate them when possible.
Ike will implement this for edX by November.
2012-09-11 15:16:07 -07:00
Arjun Singh
5e4a498cfe
Provide a reasonable seeding mechanism for jsresponses
2012-09-11 15:09:49 -07:00
Ibrahim Awwal
1be378e697
Render comment replies properly, and update them after receiving a response.
2012-09-11 14:31:03 -07:00
Ibrahim Awwal
a91a5df499
Use regular javascript attributes for parent reference rather than setting
...
Backbone.Model attributes because Model attributes get serialized into
JSON which is wasteful.
2012-09-11 13:57:51 -07:00
Ibrahim Awwal
f97d4fe983
Add @login_required to forum views so that they redirect to a login page if you're not logged in.
2012-09-11 13:41:30 -07:00
kimth
f35412f3f4
Don't bind update_schematics to global window.onload
2012-09-11 16:29:17 -04:00
Ibrahim Awwal
2c6c64d533
Sort comment replies in chronological order, keeping the parent references.
2012-09-11 13:12:01 -07:00
Carlos Andrés Rocha
2900c169cc
Load inline comments templates at render time and not during page load
2012-09-11 15:58:16 -04:00
Kyle Fiedler
7a248f0154
Added fixes to some style and one Cale fix to get things working properly
2012-09-11 14:05:07 -04:00
Bridger Maxwell
5df381e728
Merge remote-tracking branch 'origin/master' into feature/bridger/course_grading
2012-09-11 13:37:54 -04:00
Matthew Mongeau
f4ba65c5d5
Show and hide search correctly. Added loading icon.
2012-09-11 13:30:00 -04:00
Kyle Fiedler
4732e39cb4
info-title margin fixed
2012-09-11 12:09:42 -04:00
Kyle Fiedler
064b5e7932
Remove widows in accordion header
2012-09-11 11:25:54 -04:00
Tom Giannattasio
a0eefd1ea2
tweaked inline responses and new response toolbar
2012-09-11 10:59:40 -04:00
Kyle Fiedler
3fd640aef3
Removed display none for histogram
2012-09-11 10:22:03 -04:00
Tom Giannattasio
00156fd600
fixed textbook bug
2012-09-11 10:14:20 -04:00
Ibrahim Awwal
2d105265f9
Add @references for deeply nested (3+) comments.
2012-09-11 05:43:21 -07:00
Ibrahim Awwal
fc459f7e44
Displays deeply nested comments inline.
...
This just puts them in three traversal order rather than chronological order.
Not sure which makes the most sense, but I'll implement both ways.
2012-09-11 05:08:55 -07:00
Ibrahim Awwal
7e96f668c0
Render courseware context after creating a new post.
2012-09-11 04:28:24 -07:00
Ibrahim Awwal
ce16d22451
Fix anonymous posts on the inline discussion view.
2012-09-11 04:09:53 -07:00
Ibrahim Awwal
8b7940f413
Fixed context links after searching for real, and removed some more dead code.
2012-09-11 03:40:33 -07:00
Ibrahim Awwal
8f776ab2d8
Comment out some things which I am 99.9% sure are vestigial, which cuts
...
down on the amount of data shuffled around and saves some rendering time
on the forum index as well.
2012-09-11 02:02:15 -07:00
Ibrahim Awwal
b60feb164c
Remove user_id from content renderer although I'm 99.9% sure this isn't
...
used anywhere anyway.
2012-09-11 01:51:16 -07:00
Ibrahim Awwal
9266ade9b6
Removed helpers.show_if.
...
I don't know why this was ever defined when python has a ternary operator
which doesn't require its arguments to be evaluated if the condition
evaluates to false, whereas this helper method does.
2012-09-11 01:49:43 -07:00
Ibrahim Awwal
fd6e30abfc
Don't try to retrieve roles for anonymous posts.
2012-09-11 01:33:59 -07:00
Ibrahim Awwal
45ba58318f
Hide usernames for anonymous posts.
2012-09-11 01:33:59 -07:00
Arjun Singh
a49b638027
Edit post works now.
2012-09-11 01:07:03 -07:00
Matthew Mongeau
79775c6ea8
Remove all number. Toggle search and dropdown.
2012-09-10 21:51:25 -07:00
Ibrahim Awwal
e3ef9993a0
Fix context for posts that don't have it.
2012-09-10 20:35:06 -07:00
Ibrahim Awwal
c2f741c392
Revert "Disable posting anonymously for now."
...
This reverts commit 6ee6e1c656 .
2012-09-10 20:18:46 -07:00
Ibrahim Awwal
12dbdfa0f8
Removed some dead code and marked a method that I think is dead.
...
Related templates should probably also be deleted. I did this mainly
because it's confusing to have so many functions with similar names and
there's a lot of unused stuff from discussion v1.
2012-09-10 20:07:41 -07:00
Ibrahim Awwal
a8beb2a807
Add context link to threads rendered via AJAX.
2012-09-10 19:48:11 -07:00
ichuang
bffd9ac38d
center histogram bars; pep8
2012-09-10 22:28:37 -04:00
Arjun Singh
ca8b299711
drop unread counts for now
2012-09-10 19:16:57 -07:00
ichuang
1f07bb0466
Merge branch 'master' of github.com:MITx/mitx into feature/ichuang/psychometrics
2012-09-10 22:03:08 -04:00
ichuang
56d44ec7f3
display_name may be empty (eg in tests)
2012-09-10 21:55:58 -04:00
ichuang
c6f794547f
more tabs -> spaces
2012-09-10 21:45:38 -04:00
ichuang
d8c8c85041
tabs to spaces
2012-09-10 21:42:44 -04:00
ichuang
97a32e64ee
fix tooltip titles in seq_module for non-new-xml-format courses
2012-09-10 21:33:54 -04:00
ichuang
e62e58dc6e
log attempts in tracking
2012-09-10 20:33:56 -04:00
Ibrahim Awwal
0da2f60a5e
[ Fixes #35791223 ] Clear the WMD preview after posting a new post.
2012-09-10 17:29:34 -07:00
Ibrahim Awwal
96eb40384f
Fix markdown in thread view.
2012-09-10 16:45:48 -07:00
kimth
bbfc875ff2
Merge branch 'master' into kimth/fix-dynamath-6002x
2012-09-10 19:45:14 -04:00
kimth
bd72fbdfd8
Allow textinputdynamath to specify its Mathjax preprocessor per-problem
2012-09-10 19:42:40 -04:00
Tom Giannattasio
5688cbf0f9
hid inline response toolbar due to lacking inline styles for the icons
2012-09-10 16:14:04 -07:00
Matthew Mongeau
6ee6e1c656
Disable posting anonymously for now.
2012-09-10 16:14:04 -07:00
Tom Giannattasio
d673b3bcf9
tweaked expanded style
2012-09-10 16:14:04 -07:00