- Apr 06, 2015
-
-
Chris Rossi authored
individual students, and a reimplementation of the individual due date feature. This work introduces an architecture, used with the 'authored_data' portion of LmsFieldData, which allows arbitrary field overrides to be made for fields that are part of the course content or settings (Mongo data). The basic architecture is extensible by means of writing and configuring arbitrary field override providers. One concrete implementation of a field override provider is provided which allows for overrides to be for individual students. This provider is then used as a basis for reimplementing the individual due date extensions feature as a proof of concept for the design. One can imagine writing override providers that provide overrides based on a student's membership in a cohort or other similar idea. This work is being done, in fact, to pave the way for the Personal Online Courses feature being developed by MIT, which will use an override provider very much long those lines.
-
Piotr Mitros authored
Make e-mail activation optional
-
Piotr Mitros authored
-
Sarina Canelake authored
Fix i18n breaking in some js and underscore files
-
Sarina Canelake authored
Add i18n_fastgenerate
-
Adam authored
use different queue for smaller emails (TNL-1591)
-
Mark Hoeber authored
Redirect Enrollment API to Platform API doc
-
Sarina Canelake authored
Update translations (autogenerated message)
-
Sarina Canelake authored
-
Adam Palay authored
-
Braden MacDonald authored
Add mentoring v2 and its bump dependency xblock-utils for Harvard
-
- Apr 05, 2015
-
-
louyihua authored
1. Spliting strings inside the call to `gettext()` in javascript breaks the string extraction process, so the string should kept in one line. 2. Using escape string inside a string in `gettext()` may cause the extractor to misunderstand the escape string, so that it will escape this escape string.
-
louyihua authored
So the time-consuming i18n_extract step can be skipped for situations that only the translated strings are modified while the source strings are still the same.
-
- Apr 03, 2015
-
-
Braden MacDonald authored
-
Will Daly authored
Merge release back into master (hotfix-2015-04-03)
-
Will Daly authored
Hotfix: Add proxy to allow IE9 to make xdomain requests
-
Greg Price authored
Move debug toolbar to end of devstack middleware
-
Renzo Lucioni authored
Update SKU field help text and verbose name
-
Greg Price authored
The django debug toolbar circumvents other middleware with process_view functions, so it needs to go at the end of our MIDDLEWARE_CLASSES setting. https://django-debug-toolbar.readthedocs.org/en/1.3/tips.html#middleware-isn-t-working-correctly
-
Kelketek authored
Fix duplication of Randomized Content Blocks
-
Kelketek authored
Update XBlock Hash
-
Nimisha Asthagiri authored
PLAT-520 Fix Asset store import of null values.
-
Kelketek authored
-
Will Daly authored
Adds an /xdomain_proxy.html endpoint that serves the proxy file from the xdomain library. This allows IE9 users to iframe in the proxy page to simulate a cross-domain request with cookies.
-
Jonathan Piacenti authored
-
Nimisha Asthagiri authored
-
Renzo Lucioni authored
-
Mark Hoeber authored
-
Jonathan Piacenti authored
-
Marco Morales authored
Reverts removed styling rule which broke certificate status message on the course dashboard
-
Matt Drayer authored
Add social sharing feature (Twitter, Facebook) to student dashboard
-
Sarina Canelake authored
Ignore pylint error 7610 (translation-of-non-string) on where it is intended
-
Awais Jibran authored
Fixed invalid `usage key` errors which previously throw 500.
-
louyihua authored
As some i18n features need ```ugettext``` or its shorcut ```_``` to be called on a non-string-literal, so the pylint check of ```translation-of-non-string``` should be explicitly disabled in such situations.
-
Marco Morales authored
-
Braden MacDonald authored
-
Braden MacDonald authored
-
- Apr 02, 2015
-
-
Nimisha Asthagiri authored
MA-410 Update video_module import to use target course_id.
-
Jonathan Piacenti authored
-
Jonathan Piacenti authored
-