- Nov 15, 2013
-
-
dcadams authored
Email port to beta dash and new option for shibboleth courses
-
Julia Hansbrough authored
Fixed bug where Flash photo taker would fail
-
David Adams authored
into beta dashboard. Also includes new functionality, in both legacy and beta dashboard, to include appropriate email text for a Shibboleth course.
-
polesye authored
Video player: improvements.
-
polesye authored
-
polesye authored
Video: tests to check speed change
-
Christina Roberts authored
Change save_item and create_item to be RESTful.
-
polesye authored
-
- Nov 14, 2013
-
-
cahrens authored
-
David Baumgold authored
hidden-module-unicode: Return unicode string to pass assertion
-
Brian Talbot authored
Studio: Resolves Notifications UI showing in IE9 + CSS Split
-
cahrens authored
-
Sarina Canelake authored
Sarina/persist student answers on error
-
cahrens authored
Part of STUD-847.
-
Will Daly authored
Fix for advanced settings failure
-
jsa authored
Conflicts: cms/djangoapps/contentstore/views/item.py
-
Oleg Marshev authored
Oleg/fix rearrange bug in problems
-
Xavier Antoviaque authored
XBlock Fragments expect unicode strings, and fail on an assertion when it isn't: ``` 2013-11-14 07:55:50,774 ERROR 3788 [django.request] base.py:215 - Internal Server Error: /courses/TestU/TST101/now/courseware/41d55c576a574fde99319420228f7f88/5fef5794e34842f4a2d45ebcdeaa9a3a/ Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py", line 20, in _wrapped_view return view_func(request, *args, **kwargs) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py", line 91, in _wrapped_view response = view_func(request, *args, **kwargs) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/cache.py", line 75, in _cache_controlled response = viewfunc(request, *args, **kw) File "/edx/app/edxapp/edx-platform/lms/djangoapps/courseware/views.py", line 407, in index context['fragment'] = section_module.render('student_view') File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/core.py", line 156, in render return self.runtime.render(self, view, context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 903, in render return block.xmodule_runtime.render(to_render, view_name, context) File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/runtime.py", line 356, in render frag = view_fn(context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py", line 77, in student_view rendered_child = child.render('student_view', context) File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/core.py", line 156, in render return self.runtime.render(self, view, context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 903, in render return block.xmodule_runtime.render(to_render, view_name, context) File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/runtime.py", line 356, in render frag = view_fn(context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/vertical_module.py", line 27, in student_view rendered_child = child.render('student_view', context) File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/core.py", line 156, in render return self.runtime.render(self, view, context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 903, in render return block.xmodule_runtime.render(to_render, view_name, context) File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/runtime.py", line 356, in render frag = view_fn(context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 464, in student_view return Fragment(self.get_html()) File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/fragment.py", line 34, in __init__ self.add_content(content) File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/fragment.py", line 71, in add_content assert isinstance(content, unicode) AssertionError ```
-
Oleg Marshev authored
-
David Ormsbee authored
Revert "more granular transactions in grading [LMS-1480]"
-
David Ormsbee authored
This reverts commit 19dd49f3.
-
- Nov 13, 2013
-
-
Will Daly authored
-
Will Daly authored
Disabled test making external calls to YouTube
-
Will Daly authored
-
David Baumgold authored
Fix misspelled word in test name
-
David Baumgold authored
-
Sarina Canelake authored
-
Julia Hansbrough authored
-
Julia Hansbrough authored
LMS-1487
-
David Baumgold authored
Removed old release script
-
Will Daly authored
Added explicit wait for payment page to load
-
Calen Pennington authored
Improve memory profile during course grading runs
-
Jim Abramson authored
Revert "Don't allow users to enter video url's in http."
-
Will Daly authored
-
Giulio Gratta authored
Three more A11Y fixes (medium priority ones).
-
polesye authored
-
Sarina Canelake authored
LMS-469
-
Jim Abramson authored
Adam/more granular grading transactions
-
Don Mitchell authored
restful course_info access
-
Calen Pennington authored
This centralizes the logic for group membership, and means that we don't need to make queries to find out whether the legacy groups names exist.
-