1acb7dc24f
Add a short delay to calculator input focus so it doesn't jump to the bottom of the screen when you open it.
David Ormsbee
2012-09-06 15:52:31 -04:00
8030fdce80
Fix test and assertion reversal in progress test
Calen Pennington
2012-09-06 15:47:45 -04:00
5f261ec335
Test that values are clamped between 0 and 100% for progresses
Calen Pennington
2012-09-06 15:47:12 -04:00
14eb160eea
Just return a null progress if something goes wrong when retrieving capa_module progress (and log the error)
Calen Pennington
2012-09-06 15:18:59 -04:00
897a87646c
Make progress handle extra credit by capping at 100%, and handle malformed progress stuff by ignoring any changes
Calen Pennington
2012-09-06 15:16:24 -04:00
32f79abd9f
added sidebar styling for staff posts and responses
Tom Giannattasio
2012-09-06 11:27:46 -04:00
3a40a55c76
Merge pull request #620 from MITx/jarv/add-local-logging
David Ormsbee
2012-09-06 08:25:17 -07:00
56951e9961
put try-catch around histogram coffeescript code
ichuang
2012-09-06 11:18:00 -04:00
f44898677a
Allow course info and course about pages to vary per-run
Victor Shnayder
2012-09-06 11:17:55 -04:00
39a773616b
Merge pull request #630 from MITx/jarv/update-email
David Ormsbee
2012-09-06 08:10:32 -07:00
efd8a77bf1
Merge pull request #632 from MITx/feature/kfiedler/problems
Tom Giannattasio
2012-09-06 07:42:39 -07:00
3ab85d470a
Fix before element
Kyle Fiedler
2012-09-06 10:39:19 -04:00
91d0fe8a1b
extend test to cover first-chapter state
Victor Shnayder
2012-09-06 10:25:56 -04:00
54f621a329
Added fix for pre as a first child in a list item
Kyle Fiedler
2012-09-06 10:21:23 -04:00
54caa320ef
fixed list items in html in the courseware
Kyle Fiedler
2012-09-05 15:54:37 -04:00
739dd8e3f9
fix for multiple url_name hashing bug
Victor Shnayder
2012-09-06 10:12:48 -04:00
517e6ddeda
Contact email address updates
John Jarvis
2012-09-06 09:26:52 -04:00
26ff14172c
Email update for module-error template
John Jarvis
2012-09-06 09:24:20 -04:00
58f4f01ecd
Fix follow dogear causing page to scroll up on click.
Ibrahim Awwal
2012-09-06 04:49:38 -07:00
e77e5a4e52
Modify jquery.tagsinput plugin to allow filtering tags, and filter tags by converting them to lowercase so the service doesn't just error when you submit.
Ibrahim Awwal
2012-09-06 04:12:29 -07:00
4354afe1b5
Fix markdown in thread bodies and comments.
Ibrahim Awwal
2012-09-06 03:40:10 -07:00
2811822b93
Attach the discussion_id to posts made from the embedded discussion forum.
Ibrahim Awwal
2012-09-06 02:11:47 -07:00
00d21acd79
Add newly posted threads to the inline thread list.
Ibrahim Awwal
2012-09-06 01:33:40 -07:00
2eb763e4ce
New post form on inline discussion, works, with some bugs in styling.
Ibrahim Awwal
2012-09-06 00:25:54 -07:00
00a6526fd0
Make voting render properly in inline discussions. Also might have fixed following if it wasn't working before.
Ibrahim Awwal
2012-09-05 17:58:18 -07:00
4088ac5428
Isolate manual git reload behind a feature flag
Calen Pennington
2012-09-05 15:16:40 -04:00
dad22a1a3f
fixed discussionBodyTop error
Tom Giannattasio
2012-09-05 15:12:57 -04:00
548454a90c
drop down arrow key nav works with nested and filtered lists; scrolls menu to show focused at all times
Tom Giannattasio
2012-09-05 15:03:01 -04:00
7c8838a6b2
Added some different style for the select problems
Kyle Fiedler
2012-09-05 14:52:53 -04:00
f785f6f8a1
Added some nicer styles for dynamic math
Kyle Fiedler
2012-09-05 14:24:05 -04:00
8a5e872c8f
Removed a bunch of font tags
Kyle Fiedler
2012-09-05 12:43:03 -04:00
5e9fce5cae
Merge branch 'master' into feature/halogenandtoast/calculator
David Ormsbee
2012-09-05 13:58:12 -04:00
a8cd4633c0
remove debugging statements
Victor Shnayder
2012-09-05 13:46:15 -04:00
f04cd838e5
Integrate csv export of answer distributions with Ike's sweet dashboard
Victor Shnayder
2012-09-05 13:26:06 -04:00
c89031b077
Export of answer distibutions to csv
Victor Shnayder
2012-09-04 15:39:10 -04:00
7702907662
Make module system handle not having a user, and pass a user in when previewing in the cms
Calen Pennington
2012-09-05 13:29:30 -04:00
003281891e
Merge branch 'feature/tomg/new-discussions' of github.com:MITx/mitx into feature/tomg/new-discussions
Tom Giannattasio
2012-09-05 11:58:17 -04:00
80c6366d46
moved closed thread notice
Tom Giannattasio
2012-09-05 11:58:09 -04:00
dcf1b1db01
Timeago comments correctly.
Matthew Mongeau
2012-09-05 11:53:40 -04:00
f7baa0d8f0
* By default local dev environments will be setup to send tracking logs and application logs (DEBUG) to ENV_ROOT/log. Logs are rotated using the RotatingFileHandler * For non dev environments logging will continue to be handled by rsyslogd
John Jarvis
2012-09-05 11:25:33 -04:00
38b9b53a50
Redo how rendering of list items is done. Better memory, faster rendering.
Matthew Mongeau
2012-09-05 11:23:35 -04:00
44722e86e1
Quick fix for prod issue -- making view courseware link from course about page always work.
David Ormsbee
2012-09-05 08:20:06 -04:00
4b7e5b7c2c
Fix typo.
Ibrahim Awwal
2012-09-05 02:44:11 -07:00
742f4c03ef
Expanding and collapsing threads on inline forums works, but it could use a little styling. Also fixed responding to threads which I may have broken in the commit prior to this one.
Ibrahim Awwal
2012-09-05 02:41:16 -07:00
5c64945e0a
Make appended_id for WMD editor a little less hacky by getting it from data-id of the 'reply-body' element instead of from _id of the wrapper.
Ibrahim Awwal
2012-09-05 00:04:00 -07:00
39185ce191
Fix WMD editor reply boxes on embedded discussions, although I think the way it's implemented is something of a hack.
Ibrahim Awwal
2012-09-04 23:49:56 -07:00
ebf47996a1
fixed commenting to new responses
Rocky Duan
2012-09-04 20:23:29 -07:00
4f62245031
fixed null text error
Rocky Duan
2012-09-04 20:16:37 -07:00