Commit Graph

22621 Commits

Author SHA1 Message Date
David Ormsbee
39a773616b Merge pull request #630 from MITx/jarv/update-email
Jarv/update email
2012-09-06 08:10:32 -07:00
Victor Shnayder
91d0fe8a1b extend test to cover first-chapter state 2012-09-06 10:25:56 -04:00
Kyle Fiedler
54caa320ef fixed list items in html in the courseware 2012-09-06 10:21:33 -04:00
John Jarvis
517e6ddeda Contact email address updates 2012-09-06 09:26:52 -04:00
John Jarvis
26ff14172c Email update for module-error template 2012-09-06 09:24:20 -04:00
Ibrahim Awwal
58f4f01ecd Fix follow dogear causing page to scroll up on click. 2012-09-06 04:49:38 -07:00
Ibrahim Awwal
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. 2012-09-06 04:12:29 -07:00
Ibrahim Awwal
4354afe1b5 Fix markdown in thread bodies and comments. 2012-09-06 03:40:10 -07:00
Ibrahim Awwal
2811822b93 Attach the discussion_id to posts made from the embedded discussion forum. 2012-09-06 02:11:47 -07:00
Ibrahim Awwal
00d21acd79 Add newly posted threads to the inline thread list. 2012-09-06 01:33:40 -07:00
Ibrahim Awwal
2eb763e4ce New post form on inline discussion, works, with some bugs in styling. 2012-09-06 00:25:54 -07:00
Ibrahim Awwal
00a6526fd0 Make voting render properly in inline discussions. Also might have fixed
following if it wasn't working before.
2012-09-05 17:58:18 -07:00
kimth
d3cd85d81f Merge pull request #627 from MITx/feature/kfiedler/problems
Style changes to problems
2012-09-05 16:06:16 -07:00
Arjun Singh
242f523d74 Explicit request timeout 2012-09-05 15:09:15 -07:00
Arjun Singh
bf5eba4d76 Change new post copy 2012-09-05 15:09:08 -07:00
Ibrahim Awwal
79fedc0bb7 Replace unicode characters with entities for now - it breaks xmodule rendering otherwise. 2012-09-05 14:40:01 -07:00
Victor Shnayder
7c34b02e3b use a NoFollow redirect check 2012-09-05 17:25:16 -04:00
Tom Giannattasio
64d9db8497 fixed variable height filter drop items bug 2012-09-05 17:14:28 -04:00
Victor Shnayder
5738a8cdbb update tests 2012-09-05 16:15:53 -04:00
Victor Shnayder
c354a120d8 Track accordion state:
- on first visit to courseware, go straight to first section of first chapter
- after, clicking on courseware tab sends you most recent chapter, with a link to the most recent section
  (not to section because that might be confusing, and you might want to do something else (e.g. do homework instead of watch videos)
- Moved course errors into instructor tab.
2012-09-05 16:15:53 -04:00
Victor Shnayder
4481adb041 Track current chapter.
- courseware index view now redirects to most recent chapter, or first
- simplify the view a bit
2012-09-05 16:15:53 -04:00
Arjun Singh
e70673cf07 add loading callback back in for new post 2012-09-05 13:05:59 -07:00
Victor Shnayder
d0fcbdda8c convert answers to strings to make sure they're hashable 2012-09-05 16:00:04 -04:00
Matthew Mongeau
df8256085c Update display when creating new post. 2012-09-05 15:56:58 -04:00
Arjun Singh
12c391adbe Merge branch 'feature/tomg/new-discussions' of github.com:MITx/mitx into feature/tomg/new-discussions 2012-09-05 12:47:20 -07:00
Arjun Singh
109eaf4ff0 fix new post 2012-09-05 12:43:38 -07:00
Calen Pennington
4088ac5428 Isolate manual git reload behind a feature flag 2012-09-05 15:16:40 -04:00
Tom Giannattasio
dad22a1a3f fixed discussionBodyTop error 2012-09-05 15:12:57 -04:00
Tom Giannattasio
548454a90c drop down arrow key nav works with nested and filtered lists; scrolls menu to show focused at all times 2012-09-05 15:03:01 -04:00
Kyle Fiedler
7c8838a6b2 Added some different style for the select problems 2012-09-05 15:02:50 -04:00
Kyle Fiedler
f785f6f8a1 Added some nicer styles for dynamic math 2012-09-05 14:24:12 -04:00
Kyle Fiedler
8a5e872c8f Removed a bunch of font tags 2012-09-05 14:24:12 -04:00
David Ormsbee
5e9fce5cae Merge branch 'master' into feature/halogenandtoast/calculator 2012-09-05 13:58:12 -04:00
Victor Shnayder
a8cd4633c0 remove debugging statements 2012-09-05 13:46:15 -04:00
Victor Shnayder
f04cd838e5 Integrate csv export of answer distributions with Ike's sweet dashboard 2012-09-05 13:40:29 -04:00
Victor Shnayder
c89031b077 Export of answer distibutions to csv
- go through all students, all of their problems, save count for each answer
- return csv
- url exists, but no links to it yet
- Will need to integrate with Ike's new dashboard code
2012-09-05 13:40:29 -04:00
Tom Giannattasio
003281891e Merge branch 'feature/tomg/new-discussions' of github.com:MITx/mitx into feature/tomg/new-discussions 2012-09-05 11:58:17 -04:00
Tom Giannattasio
80c6366d46 moved closed thread notice 2012-09-05 11:58:09 -04:00
Matthew Mongeau
dcf1b1db01 Timeago comments correctly. 2012-09-05 11:53:40 -04:00
John Jarvis
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
2012-09-05 11:25:33 -04:00
Matthew Mongeau
38b9b53a50 Redo how rendering of list items is done. Better memory, faster rendering. 2012-09-05 11:25:31 -04:00
Tom Giannattasio
a2cdd012b3 arrow key navigation on topic drop for filtered items 2012-09-05 11:18:25 -04:00
Calen Pennington
2f3f9e5ce9 Merge pull request #624 from MITx/rocha/master
Cleanup of 'About Course' page link to its Courseware
2012-09-05 08:15:33 -07:00
Calen Pennington
54e8819fb1 Merge pull request #615 from MITx/feature/ichuang/instructor-dashboard-upgrade
Upgrade to instructor dashboard
2012-09-05 08:03:55 -07:00
Tom Giannattasio
6e0ddf14c5 prevent scrolling when topic menu is dropped 2012-09-05 10:42:37 -04:00
Tom Giannattasio
32b07d5648 fixed grey button on drop 2012-09-05 10:30:04 -04:00
Tom Giannattasio
098e7022cf simpler sidebar width setting 2012-09-05 10:23:25 -04:00
Carlos Andrés Rocha
2d42c91b9d Cleanup of 'About Course' page link to its Courseware 2012-09-05 10:22:36 -04:00
Tom Giannattasio
925caac649 mark styling added 2012-09-05 10:19:24 -04:00
Tom Giannattasio
c4495e4d8f fixed drop filter bug 2012-09-05 10:06:42 -04:00