- 15 Nov, 2013 1 commit
-
-
Change save_item and create_item to be RESTful.
Christina Roberts committed
-
- 14 Nov, 2013 13 commits
-
-
cahrens committed
-
hidden-module-unicode: Return unicode string to pass assertion
David Baumgold committed -
Studio: Resolves Notifications UI showing in IE9 + CSS Split
Brian Talbot committed -
cahrens committed
-
Sarina/persist student answers on error
Sarina Canelake committed -
Part of STUD-847.
cahrens committed -
Fix for advanced settings failure
Will Daly committed -
Conflicts: cms/djangoapps/contentstore/views/item.py
jsa committed -
Oleg/fix rearrange bug in problems
Oleg Marshev committed -
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 ```
Xavier Antoviaque committed -
Oleg Marshev committed
-
Revert "more granular transactions in grading [LMS-1480]"
David Ormsbee committed -
This reverts commit 19dd49f3.
David Ormsbee committed
-
- 13 Nov, 2013 26 commits
-
-
Will Daly committed
-
Disabled test making external calls to YouTube
Will Daly committed -
Will Daly committed
-
Fix misspelled word in test name
David Baumgold committed -
David Baumgold committed
-
Sarina Canelake committed
-
Removed old release script
David Baumgold committed -
Added explicit wait for payment page to load
Will Daly committed -
Improve memory profile during course grading runs
Calen Pennington committed -
Revert "Don't allow users to enter video url's in http."
Jim Abramson committed -
Will Daly committed
-
Three more A11Y fixes (medium priority ones).
Giulio Gratta committed -
polesye committed
-
LMS-469
Sarina Canelake committed -
Adam/more granular grading transactions
Jim Abramson committed -
restful course_info access
Don Mitchell committed -
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.
Calen Pennington committed -
David Baumgold committed
-
- Make email field in forgot password modal aria-required = true - Added Transcript skip links to both before and after the transcript - Add language code to main.html so that screenreaders know what language/region to speak for
Giulio Gratta committed -
html page and update access use 2 different urls GET update can get an individual update STUD-944
Don Mitchell committed -
remove field_data_cache from grades.grade and grades.progress_summary cleans grading code by adding wrappers
Adam Palay committed -
Silence noisy loggers in the devstack
Will Daly committed -
Will Daly committed
-
Certificates Dashboard Updates
Diana Huang committed -
Added wait for JS before clicking nav menus
Will Daly committed -
Disabled LaTeX acceptance test
Will Daly committed
-