4b6eabec5f
Support editing of metadata on Sequences
Chris Dodge
2012-09-21 13:56:53 -04:00
d51f127afa
work-in-progress: As a problem author, I would like to be able to edit module metadata
Chris Dodge
2012-09-21 09:14:28 -04:00
0a7dfca0e4
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.
Chris Dodge
2012-09-20 11:07:11 -04:00
a7b7fd52d9
Support editing of metadata on Sequences
Chris Dodge
2012-09-21 13:56:53 -04:00
a4d4a3b022
Merge pull request #650 from MITx/feature/bridger/course_grading
David Ormsbee
2012-09-21 08:10:03 -07:00
68fe164b3b
Merge pull request #745 from MITx/feature/lyla/optionresponseformatting
Tom Giannattasio
2012-09-21 06:26:18 -07:00
1cd81a2a4f
work-in-progress: As a problem author, I would like to be able to edit module metadata
Chris Dodge
2012-09-21 09:14:28 -04:00
0ff14d7e00
Merge pull request #749 from MITx/hotfix/arjun/discussion_trailing_slash
Ibrahim Awwal
2012-09-21 05:43:48 -07:00
57d5ba07c0
Remove commented out block and pull some stuff into a function to load the first page of results for a thread query.
Ibrahim Awwal
2012-09-21 04:33:16 -07:00
91de5633b5
DjDT redirect intercept is annoying, especially for tests, so disable it
Ibrahim Awwal
2012-09-20 04:33:47 -07:00
939b927fbd
Merge branch 'master' into feature/ibrahim/followed-threads
Ibrahim Awwal
2012-09-20 23:55:13 -07:00
9ce3b83be3
Added a simple course for testing the grading functions.
Bridger Maxwell
2012-09-20 13:29:16 -04:00
a43b09c0a9
Fixed new implementation of abtest's displayable_items.
Bridger Maxwell
2012-09-20 13:23:47 -04:00
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.
Chris Dodge
2012-09-20 11:07:11 -04:00
621acd20e3
broken tabs are important enough to count as an error, not a warning
Victor Shnayder
2012-09-20 10:52:40 -04:00
a19319f7fb
add some error handling
Victor Shnayder
2012-09-20 10:36:22 -04:00
5032a1a1d5
Merge pull request #734 from MITx/feature/arjun/prepare_lms_discussion_2
Ibrahim Awwal
2012-09-20 00:28:27 -07:00
93d5a6690e
Change unread to read; makes some things clearer both on the comment service and in the django client
Arjun Singh
2012-09-20 00:25:43 -07:00
117c0b6927
Mark threads as read once they are fetched; change viewed to read
Arjun Singh
2012-09-20 00:24:36 -07:00
21f8fc3f9c
Fixed small bug.
Bridger Maxwell
2012-09-20 02:17:51 -04:00
b62e13aec8
Using new xmodule API in grades.py.
Bridger Maxwell
2012-09-20 01:45:06 -04:00
27cd9c9f82
Remove unused 'module' parameter from replace_{static,course}_urls
Victor Shnayder
2012-09-20 01:12:33 -04:00
4a162dadae
bugfixes for static tabs
Victor Shnayder
2012-09-20 01:11:59 -04:00
234fb813c6
Changed grades.grade to use new xmodule API. Now properly explores descriptor tree.
Bridger Maxwell
2012-09-20 01:03:43 -04:00
7a88223ef7
custom tabs
Victor Shnayder
2012-09-20 00:51:23 -04:00
28826b8a36
Added new API to xmodule(descriptor). get_children_locations and has_dynamic_children.
Bridger Maxwell
2012-09-20 00:31:37 -04:00
084a91e325
Merge pull request #730 from MITx/hotfix/rocha/tonys-doc-update
Victor Shnayder
2012-09-19 19:17:53 -07:00
f1e5d6976e
fix tabs fallback check when no tabs specified
ichuang
2012-09-19 20:49:36 -04:00
672ede14d1
improvements in symbolic math checking - more standard functions, use new capa_alert div for error messages, clean up debugging
ichuang
2012-09-19 20:37:26 -04:00
32d224c4d0
Update doc/xml-format.md
Carlos Andrés Rocha
2012-09-19 18:10:13 -04:00
40b5e54dc5
Merge pull request #725 from MITx/feature/arjun/prepare_lms_for_unread_counts
David Ormsbee
2012-09-19 15:00:20 -07:00
dcd32abc0e
Merge pull request #729 from MITx/feature/dave/textbook_fixes
David Ormsbee
2012-09-19 14:58:24 -07:00
3cde783bdf
Display the last top level element in the Table of Contents as expandable.
David Ormsbee
2012-09-19 17:37:15 -04:00
f9a49ece6f
Dynamically find the start and end pages of a textbook instead of hardcoding to 6.002 values
David Ormsbee
2012-09-19 17:12:08 -04:00
73d114d057
Merge pull request #724 from MITx/feature/dev/grade_download_fixes
David Ormsbee
2012-09-18 17:41:31 -07:00
97c880a714
Fix CSV downloads when there are non-ASCII chars in student data, and prefetch groups info to speed up the grades page
David Ormsbee
2012-09-18 20:39:42 -04:00
74ba9319e3
Fix clicking on commentables in the dropdown.
Ibrahim Awwal
2012-09-18 16:30:37 -07:00
0b3ae9052a
Make the default topic a dict so it doesn't error on courses that don't specify topics
David Ormsbee
2012-09-18 19:19:08 -04:00
0966e8bdef
Keep thread sorting order stable when sorting by comments or votes by using created_at time as a tiebreaker. This is a stopgap though; the service should handle this. But it looks silly with things shuffling around right now.
Ibrahim Awwal
2012-09-18 15:06:05 -07:00
6315fe3fe6
Allow sorting followed threads (works same as sorting anything else).
Ibrahim Awwal
2012-09-18 14:50:38 -07:00
53a1611eee
Change following=>followed.
Ibrahim Awwal
2012-09-18 14:50:14 -07:00