- 11 Aug, 2016 1 commit
-
-
(cherry picked from commit 0e4b816c)
Ned Batchelder committed
-
- 10 Jun, 2016 2 commits
-
-
Switch dashboard from GET to POST.
Robert Raposa committed -
Robert Raposa committed
-
- 14 Apr, 2016 1 commit
-
-
Restrict non-staff users to access preview content.
Ned Batchelder committed
-
- 08 Apr, 2016 4 commits
-
-
TNL-4291
muzaffaryousaf committed -
Usman Khalid committed
-
HOSTNAME_MODULESTORE_DEFAULT_MAPPINGS,
Ehtesham committed -
TNL-4194
muzaffaryousaf committed
-
- 04 Apr, 2016 2 commits
-
-
SEC-109
Ned Batchelder committed -
Ned Batchelder committed
-
- 21 Mar, 2016 4 commits
-
-
Escape full names
Eric Fischer committed -
To prevent XSS attacks, we now properly escape any string containing the user's fullname. Enumerated by searching webview.py for "fullname", and "git grep"-ing any occurrences. This also exposed some unused strings, which I deleted for clarity.
Ayub-khan committed -
Robert Raposa committed
-
TNL-3849/SEC-69
Robert Raposa committed
-
- 18 Mar, 2016 2 commits
-
-
Ned Batchelder committed
-
Port audit cert changes to Dogwood.
Peter Fogg committed
-
- 16 Mar, 2016 4 commits
-
-
Bill DeRusha committed
-
The previous logic was a convoluted way of doing the same thing, and has already led to one bug. Instead of hoping that the bugs are ironed out now and that future devs maintain this logic properly, let's just set a real cutoff date.
Peter Fogg committed -
COR-2403
Peter Fogg committed -
Two new certificate statuses are introduced, 'audit_passing' and 'audit_notpassing'. These signal that the GeneratedCertificate is not to be displayed as a cert to the user, and that they either passed or did not. This allows us to retain existing grading logic, as well as maintaining correctness in analytics and reporting. Ineligible certificates are hidden by using the `eligible_certificates` manager on GeneratedCertificate. Some places in the coe (largely reporting, analytics, and management commands) use the default `objects` manager, since they need access to all certificates. ECOM-3040 ECOM-3515
Peter Fogg committed
-
- 10 Mar, 2016 1 commit
-
-
ECOM-3401
Peter Fogg committed
-
- 07 Mar, 2016 2 commits
-
-
Use the Dogwood Open edX versions of the docs for online help.
Ned Batchelder committed -
See https://openedx.atlassian.net/wiki/display/DOC/Open+edX+Documentation+and+Versioning for details
Ned Batchelder committed
-
- 09 Feb, 2016 3 commits
-
-
Update two management commands to Django 1.8
Ned Batchelder committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
- 04 Feb, 2016 1 commit
-
-
Collectstatic failed in production when comprehensive theme contained custom css files. This patch fixes that problem by removing ComprehensiveThemeFinder from STATICFILES_FINDERS and ComprehensiveThemingAware mixin from STATICFILES_STORAGE. Comprehensive theme static dirs are added to the top of the STATICFILES_DIRS entry, which means that the default django FilesystemFinder will find theme static files, and since the theme folder is at the top of STATICFILES_DIRS, theme files will take precedence over default LMS/CMS static files. This change means that theme static file URLs are no longer prefixed with themes/<theme-name>/, but since we currently only support one comprehensive theme at a time, that shouldn't be a problem. If/when we want to make the choice of a theme dynamic per-request (microsites?), we will have to bring custom theme finders and storage mixins back, but for now, we don't need them.
Matjaz Gregoric committed
-
- 21 Jan, 2016 1 commit
-
-
Bump xblock-utils hash.
Ned Batchelder committed
-
- 20 Jan, 2016 1 commit
-
-
Tim Krones committed
-
- 15 Dec, 2015 4 commits
-
-
Revert "Remove staff debug category type whitelist."
Diana Huang committed -
Add the ActiveTable and Vector Draw XBlocks to ADVANCED_COMPONENT_TYPES.
Sven Marnach committed -
This reverts commit bb25473a. Reason for revert: Was breaking display on Course About and Info pages.
David Ormsbee committed -
Sven Marnach committed
-
- 14 Dec, 2015 7 commits
-
-
All feedback above was addressed, the commits were squashed, and tests passed. Merging.
John Eskew committed -
Course Overview - require manual seeding of the table
Nimisha Asthagiri committed -
add AnnotationProblemTypeTest and SymbolicProblemTypeTest
Christine Lytwynec committed -
Validate country on FA form
Bill DeRusha committed -
Add some missing @autoretry_read() decorators. Change to PyMongo 3.x-compatible syntax.
John Eskew committed -
SOL-1375: org help text updated
Matt Drayer committed -
Zia Fazal committed
-