- 24 Jan, 2014 1 commit
-
-
Oleg Marshev committed
-
- 23 Jan, 2014 2 commits
- 22 Jan, 2014 3 commits
-
-
polesye committed
-
STUD-1186
cahrens committed -
BLD-529.
Valera Rozuvan committed
-
- 21 Jan, 2014 1 commit
-
-
polesye committed
-
- 15 Jan, 2014 2 commits
- 14 Jan, 2014 1 commit
-
-
Don Mitchell committed
-
- 10 Jan, 2014 1 commit
-
-
[LMS-226] [LMS-2013]
Calen Pennington committed
-
- 08 Jan, 2014 2 commits
-
-
David Baumgold committed
-
Added sorting to the new pagination logic for STUD-995.
Andy Armstrong committed
-
- 07 Jan, 2014 1 commit
-
-
STUD-1072
David Baumgold committed
-
- 06 Jan, 2014 1 commit
-
-
These changes implement STUD-813. The commit consists of the following logical changes: - a REST API has been implemented for a course's assets - the page itself now fetches the assets client-side - the Backbone.Paginator library is used to support pagination - the AssetCollection has been refactored to extend Backbone.Paginator.requestPager so that it can be paged - an abstract PagingView class has been added to generalize the communication with a paging REST API - the AssetsView has been reimplemented to extend PagingView - two new child views have been added: - PagingHeader: the paging controls above the list of assets - PagingFooter: the paging controls below the assets
Andy Armstrong committed
-
- 24 Dec, 2013 2 commits
- 20 Dec, 2013 1 commit
-
-
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
-
- 19 Dec, 2013 2 commits
-
-
polesye committed
-
Jay Zoldak committed
-
- 18 Dec, 2013 1 commit
-
-
polesye committed
-
- 17 Dec, 2013 5 commits
-
-
Oleg Marshev committed
-
BLD-564.
Valera Rozuvan committed -
Oleg Marshev committed
-
polesye committed
-
BLD-564.
Valera Rozuvan committed
-
- 16 Dec, 2013 1 commit
-
-
Don Mitchell committed
-
- 11 Dec, 2013 1 commit
-
-
polesye committed
-
- 09 Dec, 2013 2 commits
-
-
polesye committed
-
Moving work on BLD-465 from PR 1811. Fixing missing import clause in Python. Addressing DB's comment. BLD-465.
Valera Rozuvan committed
-
- 06 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 05 Dec, 2013 2 commits
-
-
This applies to global staff (is_staff=True), not course staff. Previously, staff were granted the Moderator role but not the Student role upon enrolling in a course. If the Moderator role were later revoked, then the user would have no role and be unable to post in the forums, which is confusing for the user. edX staff indicated they would prefer to not automatically receive the Moderator role, so the Student role is granted instead. Note that staff will still be able to grant themselves Moderator privileges through the instructor dashboard if they wish. JIRA: FOR-338
Greg Price committed -
polesye committed
-
- 03 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 02 Dec, 2013 2 commits
- 26 Nov, 2013 2 commits
-
-
Co-author: Alexander Kryklia <kryklia@edx.org> Co-author: Ned Batchelder <ned@edx.org> Co-author: Oleg Marchev <oleg@edx.org> Co-author: Valera Rozuvan <valera@edx.org> Co-author: polesye [BLD-384]
Calen Pennington committed -
The show/hide toggle now properly acts like a button, and focus is now trapped on the loading element for both the show/hide action and loading of a new page.
Greg Price committed
-
- 25 Nov, 2013 2 commits
-
-
All the dialogs in the wiki are now accessible to screen readers. Also, the "Switch to selected version" button did the odd thing of reloading the page with the new version selected, but inside a dialog. That is now fixed. The merge dialog has a warning that looks kind of funky still, but you can read it, unlike the previous code. LMS-1337
Ned Batchelder committed -
Will Daly committed
-