- 07 Aug, 2014 22 commits
-
-
Fix bok_choy test by changing course separator. Change format of the modal title to '[Subsection/Section Name] Settings'. Improve bok_choy test stability. Studio: correcting modal window size name for outline settings editor Specify full date in bok_choy tests. Refactor bok_choy tests. Remove .modal-editor from basic-modal.underscore Set classes in modal window dynamically. Studio: revising outline edit modal tip content and overall size Rename isEditable to isEditableOnCourseOutline. Interpolate display name. Use graded instead of format as flag. Studio: revising outline settings edit modal size Fix selectors in bok_choy tests.
Alexander Kryklia committed -
STUD-1997
Daniel Friedman committed -
Special-case the outline page requests. STUD-1997
Daniel Friedman committed -
Daniel Friedman committed
-
Stop propagation of clicks in XBlockStringFieldEditor Fix collapsed subsections expanding when creating or deleting subsections Prevent clicking in display name textbox from toggling expand collapse Add test for published title when not live
Ben McMorran committed -
cahrens committed
-
Andy Armstrong committed
-
Andy Armstrong committed
-
organizing_course -> outline
Mark Hoeber committed -
Ben McMorran committed
-
STUD-1873
cahrens committed -
Andy Armstrong committed
-
Ben McMorran committed
-
STUD-1726
Andy Armstrong committed -
Andy Armstrong committed
-
STUD-1860
cahrens committed -
Conflicts: cms/djangoapps/contentstore/views/item.py
Ben McMorran committed -
cahrens committed
-
styling for editing a live unit
Ben McMorran committed -
STUD-1707
cahrens committed -
STUD-1707
Andy Armstrong committed -
STUD-1754
Andy Armstrong committed
-
- 05 Aug, 2014 1 commit
-
-
zubair-arbi committed
-
- 04 Aug, 2014 1 commit
-
-
Modified to a setting in CMS common.py and aws.py Also factored out are: ADVANCED_PROBLEM_TYPES This enables third parties to add XBlocks to their system without having to make a code change. Code also added to ensure that a component should exist in both ADVANCED_COMPONENT_TYPES and the course advanced module list in order for it to be enabled in the course.
David Adams committed
-
- 01 Aug, 2014 3 commits
-
-
LMS-11163
Diana Huang committed -
This resolves an issue where a checklist's long_description being empty caused gettext to dump PO file headers. I had originally made this change to the Stanford-Online/edx-platform repository a few weeks ago [0] to address a failing test on our fork. I didn't take the time to diagnose the root issue; I just fixed it for the single case. After stumbling across the issue elsewhere, @kluo <kevkluo@gmail.com> followed through and tracked down the cause of the behavior. It turns out that `gettext`, by default, translates the empty string into PO file headers; this is apparently a feature, not a bug [1]. This behavior seems counterintuitive; for our use, it seems that translating an empty string should simply return an empty string. We already program defensively around this in platform code [2], but it'd be convenient to resolve this with a centralized solution, instead of a patchwork of fixes. [0] 4b88f54a [1] http://stackoverflow.com/questions/18459387/translation-of-empty-string-shows-po-header [2] https://github.com/edx/edx-platform/blob/master/cms/djangoapps/contentstore/views/checklist.py#L140
stv committed -
polesye committed
-
- 30 Jul, 2014 2 commits
-
-
This test was passing in Jenkins, but failing in our Solano runs (and locally on firefox). This is because it was attaching a file that was not there. This change fixes the test and makes the attachment method smarter so it will fail if it tries attaching a non-existent file.
Ben Patterson committed -
Ben McMorran committed
-
- 29 Jul, 2014 3 commits
-
-
Nimisha Asthagiri committed
-
Conflicts: cms/djangoapps/contentstore/tests/test_course_listing.py
Nimisha Asthagiri committed -
jmclaus committed
-
- 28 Jul, 2014 2 commits
-
-
Added update_item, create_item, create_child to split_draft.py Cleaned up TODOs in test_mixed_modulestore.py Unit test for auto-publish LMS-11017 Added tests to test_mixed_modulestore.py for has_changes and added black_list to _auto_publish Moved DIRECT_ONLY_CATEGORIES to draft_and_publish.py Deleted test_split_draft_modulestore.py Added _auto_publish to create course Publish cleanups for update_version, source_version Changed has_changes to use source_version Removing mixed test that no longer makes sense in auto_publish world Addressed TODOs in test_branch_setting
Mathew Peterson committed -
polesye committed
-
- 25 Jul, 2014 2 commits
-
-
Ben McMorran committed
-
do the import from wherever it unpacked. Avoids an exception where the top-level dir had a subdir of same name as one being moved, but also just makes it faster.
Don Mitchell committed
-
- 24 Jul, 2014 4 commits
-
-
Nimisha Asthagiri committed
-
Tim Babych committed
-
polesye committed
-
In Studio, when the course administrator creates a new tab, its name was being initialized as null in the mongo database. This caused students in LMS to get a server error when trying to access the course page, since LMS was trying to process the null tabname for translation, etc. Now tabname is initialized as 'Empty', which is how it was being done in the frontend. STUD-2000
Se Won Jang committed
-