Bridger Maxwell
188eeed3a3
Removed accidental symlink.
2012-09-20 17:41:02 -04:00
Bridger Maxwell
997c0ee1c6
Grading test now tries a weighted problem.
2012-09-20 17:38:07 -04:00
Victor Shnayder
26a63850b3
Merge pull request #733 from MITx/feature/victor/static-tabs
...
Feature/victor/static tabs
2012-09-20 14:37:35 -07:00
Bridger Maxwell
dfa977dbfa
Fixed problem weighting bug. Attribute is on descriptor, not module.
2012-09-20 17:37:34 -04:00
Bridger Maxwell
92171ea5da
Added course grading test.
2012-09-20 16:56:27 -04:00
Bridger Maxwell
9ec38176e0
Small cleanup tweaks in grading.
2012-09-20 16:56:09 -04:00
Tom Giannattasio
99a009abdf
tweaked sound lab styles
2012-09-20 15:54:09 -04:00
ichuang
b9af428b40
formula.py handle imaginary correctly; symmath_check add numerical option
2012-09-20 14:37:21 -04:00
Bridger Maxwell
9ce3b83be3
Added a simple course for testing the grading functions.
2012-09-20 13:29:16 -04:00
Bridger Maxwell
a43b09c0a9
Fixed new implementation of abtest's displayable_items.
2012-09-20 13:23:47 -04:00
Chris Dodge
2d35e48b68
Fix JSON postback error where the content-type header line can contain more info than just the application/json descriptor. Now we just to a compare on the start of the header value.
2012-09-20 11:07:11 -04:00
Victor Shnayder
621acd20e3
broken tabs are important enough to count as an error, not a warning
2012-09-20 10:52:40 -04:00
Victor Shnayder
a19319f7fb
add some error handling
2012-09-20 10:36:22 -04:00
jarv
fc61a456b3
Merge pull request #740 from MITx/feature/jarv/add-pkg-config-to-dev-env
...
adding pkg-config
2012-09-20 07:19:44 -07:00
John Jarvis
b292519322
adding pkg-config
2012-09-20 09:46:14 -04:00
kimth
ec0352f05e
Merge pull request #736 from MITx/feature/arjun/fix_install
...
fix ubuntu graphviz lib install
2012-09-20 05:01:13 -07:00
arjun810
c6be3ff098
Merge pull request #739 from MITx/feature/ibrahim/unread_count
...
Properly puluralize comments tooltip and change "unread" to "new".
2012-09-20 04:55:59 -07:00
Ibrahim Awwal
d1e8f4c016
Properly puluralize comments tooltip and change "unread" to "new".
2012-09-20 04:53:02 -07:00
arjun810
2ccff10350
Merge pull request #738 from MITx/feature/arjun/unread_count
...
Show total comments instead of unread only, and use a tooltip to show th...
2012-09-20 04:31:19 -07:00
arjun810
53f524edfd
Merge pull request #737 from MITx/feature/tomg/discussion-read
...
darker background for read posts
2012-09-20 04:29:45 -07:00
Tom Giannattasio
2b14468667
darker background for read posts
2012-09-20 07:27:33 -04:00
Ibrahim Awwal
afdd11342e
Show total comments instead of unread only, and use a tooltip to show the unread count.
2012-09-20 04:26:58 -07:00
Arjun Singh
ed034ff103
fix ubuntu graphviz lib install
2012-09-20 04:23:31 -07:00
Ibrahim Awwal
d6cff4d563
Merge pull request #735 from MITx/feature/arjun/unread_count
...
Unread counts + tracking for discussion
2012-09-20 03:49:10 -07:00
Arjun Singh
55a9da933a
DRY things slightly
2012-09-20 02:15:51 -07:00
Arjun Singh
3567e23a9d
Unneeded imports
2012-09-20 02:13:35 -07:00
Arjun Singh
6132b9b207
Alter some css; don't send the user if there is no user when retrieivng a thread
2012-09-20 02:11:27 -07:00
Arjun Singh
6824ab6305
Merge branch 'master' into feature/arjun/unread_count
2012-09-20 00:34:30 -07:00
Ibrahim Awwal
5032a1a1d5
Merge pull request #734 from MITx/feature/arjun/prepare_lms_discussion_2
...
Change unread to read; makes some things clearer both on the comment service and in the django client
2012-09-20 00:28:27 -07:00
Arjun Singh
93d5a6690e
Change unread to read; makes some things clearer both on the comment service and in the django client
2012-09-20 00:25:43 -07:00
Arjun Singh
117c0b6927
Mark threads as read once they are fetched; change viewed to read
2012-09-20 00:24:36 -07:00
Bridger Maxwell
21f8fc3f9c
Fixed small bug.
2012-09-20 02:17:51 -04:00
Bridger Maxwell
b62e13aec8
Using new xmodule API in grades.py.
2012-09-20 02:06:41 -04:00
Victor Shnayder
27cd9c9f82
Remove unused 'module' parameter from replace_{static,course}_urls
2012-09-20 01:12:33 -04:00
Victor Shnayder
4a162dadae
bugfixes for static tabs
...
- move courseware wiki views above catch-all rule
- handle courses with no custom tabs
2012-09-20 01:11:59 -04:00
Bridger Maxwell
234fb813c6
Changed grades.grade to use new xmodule API. Now properly explores descriptor tree.
2012-09-20 01:03:43 -04:00
Victor Shnayder
7a88223ef7
custom tabs
...
* still needs better error checking and testing
2012-09-20 00:51:23 -04:00
Bridger Maxwell
28826b8a36
Added new API to xmodule(descriptor). get_children_locations and has_dynamic_children.
2012-09-20 00:31:37 -04:00
Victor Shnayder
084a91e325
Merge pull request #730 from MITx/hotfix/rocha/tonys-doc-update
...
Update doc/xml-format.md
2012-09-19 19:17:53 -07:00
ichuang
f1e5d6976e
fix tabs fallback check when no tabs specified
2012-09-19 20:49:36 -04:00
ichuang
672ede14d1
improvements in symbolic math checking - more standard functions,
...
use new capa_alert div for error messages, clean up debugging
2012-09-19 20:37:26 -04:00
Carlos Andrés Rocha
32d224c4d0
Update doc/xml-format.md
2012-09-19 18:10:13 -04:00
David Ormsbee
40b5e54dc5
Merge pull request #725 from MITx/feature/arjun/prepare_lms_for_unread_counts
...
Prepare lms for upcoming discussion service changes.
2012-09-19 15:00:20 -07:00
David Ormsbee
dcd32abc0e
Merge pull request #729 from MITx/feature/dave/textbook_fixes
...
Fixing textbook bugs that didn't appear in 6.002x
2012-09-19 14:58:24 -07:00
David Ormsbee
3cde783bdf
Display the last top level element in the Table of Contents as expandable.
...
This isn't a great fix, but I'm confused what's going on. It's something
in JQuery.TreeView. We write out the HTML correctly, but the lastExpandable
style causes the list item to not be expandable. This didn't bite us in
6.002x because the last item was an appendix that isn't expandable anyway.
It does affect 6.00x, where the last item is Chapter 5 at the moment.
2012-09-19 17:37:15 -04:00
David Ormsbee
f9a49ece6f
Dynamically find the start and end pages of a textbook instead of hardcoding to 6.002 values
2012-09-19 17:12:08 -04:00
kimth
b3bde7d631
Merge pull request #727 from MITx/feature/tomg/multiple-choice
...
fixed styles for checkboxes
2012-09-19 11:05:54 -07:00
Tom Giannattasio
82ab2e5a67
fixed styles for checkboxes
2012-09-19 14:03:56 -04:00
kimth
3428f5f45a
Merge pull request #726 from MITx/feature/tomg/multiple-choice
...
polished multiple choice question styles
2012-09-19 08:48:19 -07:00
David Ormsbee
10a838cb01
remove hardcoding of 6.002x in textbook page
2012-09-19 11:13:47 -04:00