- 30 Dec, 2013 3 commits
-
-
Disable js unit test due to flakiness.
Anton Stupak committed -
removes references to specific edx email addresses (STUD-1069)
Adam committed -
polesye committed
-
- 27 Dec, 2013 4 commits
-
-
Support non-ascii chars as arguments to format.
Christina Roberts committed -
Bug fixes related to unicode support in export workflow.
Christina Roberts committed -
Fixes and improvement to LTI.
Oleg Marshev committed -
Oleg Marshev committed
-
- 26 Dec, 2013 2 commits
-
-
Grading types should not allow empty field for "Total Number" and "Numbe...
zubair-arbi committed -
STUD-988
zubiar-arbi committed
-
- 25 Dec, 2013 1 commit
-
-
Fix video controls on iPad.
Anton Stupak committed
-
- 24 Dec, 2013 6 commits
- 23 Dec, 2013 12 commits
-
-
Removed extra file
Mark Hoeber committed -
Adam Palay committed
-
Removing long-file-name, stray file from earlier commit
Mark Hoeber committed -
Add instructor notes to document
srpearce committed -
Change formatting for notes to instructor from table to warning
spearce committed -
Change course_id to package_id
Don Mitchell committed -
Add base package to edxapp page object setup.py
Will Daly committed -
corrects typo in legacy.py (LMS-1675)
Adam committed -
Adam Palay committed
-
Will Daly committed
-
Moved bok-choy page objects and setup.py to common/test/bok_choy
Will Daly committed -
Will Daly committed
-
- 22 Dec, 2013 2 commits
-
-
Studio HTTPS Fonts (re-enable)
David Baumgold committed -
To acknowledge his help with refactoring URLs in our CSS to be protocol-relative
David Baumgold committed
-
- 21 Dec, 2013 1 commit
-
-
TinyMCE: Updating Google Font Syntax
Brian Talbot committed
-
- 20 Dec, 2013 9 commits
-
-
on new Locators to make it clear that they have a different syntax than Location.course_id altho they represent the same info.
Don Mitchell committed -
Add template instructions for course teams, letting them know where they should modify the text according to their courses
spearce committed -
Fix (re-implement) answer distribution report generation.
David Ormsbee committed -
This restores functionality that has been broken since the introduction of XModuleDescriptor/XModule proxying (part of the XBlock transition). It generates a CSV of all answers for all content of type "problem" in a given course, with a row per (problem part, answer). The format is: url_name, display name, answer id, answer, count Example values: url_name = "7f1b1523a55848cd9f5c93eb8cbabcf7" display name = "Problem 1: Something Hard" answer id = i4x-JediAcdmy-LTSB304-problem-7f1b1523a55848cd9f5c93eb8cbabcf7_2_1 answer = "Use the Force" count = 1138 Since it only grabs things of type "problem", it will not return results for things like self/peer-assessments. Any Loncapa problem types will show up (so multiple choice, text input, numeric, etc.) Instead of crawling the course tree and instantiating the appropriate CapaModule objects to grab state, this version draws directly from StudentModule. This lets us skip a lot of processing and most importantly lets us generate the answer distribution without causing side-effects (since XBlocks auto-save state). It also lets us take advantage of a read-replica database if one is available, to minimize locking concerns. There are minor changes to the legacy dashboard around CSV charset encoding and a change to OptionResponseXMLFactory to make it more unicode friendly. Answer distribution output is now also sorted, to group together answers for the same content piece. Note that this does not introduce celery into the process. Answer distributions are still only available for small courses. This was originally created to fix [LMS-922], but it also addresses [LMS-811] and possibly other areas in the legacy dashboard where CSV downloads break due to character encoding issues.
David Ormsbee committed -
Add handler_url usable by descriptors
Calen Pennington committed -
We've had errors in export related to non-ascii chars being passed to format. Proactively making these usages of format robut to non-ascii chars. Part of STUD-868
cahrens committed -
* matches syntax used when importing Open Sans in LMS/Studio * simplifies and moves syntax to modern Google Web Font standards * maintains the http/https agnostic work
Brian Talbot committed -
script bombs if comments include unicode
e0d committed -
[LMS-1614]
Calen Pennington committed
-