- 12 Dec, 2014 12 commits
-
-
Daniel Friedman committed
-
Change openedx footer image to a non-broken link
Sarina Canelake committed -
Implements keyword sub feature for bulk emails
Sarina Canelake committed -
Sarina Canelake committed
-
Don't break up i18n string
David Baumgold committed -
David Baumgold committed
-
Unit test speed improvements
Jesse Zoldak committed -
David Baumgold committed
-
David Baumgold committed
-
Fix white spaces inside navigation
Shrhawk committed -
WL-105 Show course cards sorted by start dates, oldest first.
chrisndodge committed -
Afzal Wali committed
-
- 11 Dec, 2014 8 commits
-
-
This commit pulls in changes from #4487 that implements keyword substitution for bulk emails. With these changes, an instructor can include keywords in their bulk emails which will be automatically substituted with the corresponding value for the recepient of the email. Keywords are of the form %%keyword%%, and the keywords implemented in this commit include: %%USER_ID%% => anonymous_user_id %%USER_FULLNAME%% => user profile name %%COURSE_DISPLAY_NAME%% => display name of the course %%COURSE_END_DATE%% => end date of the course Client-side validations have also been implemented to ensure that only emails with well-formed keywords can be sent. The architecture is designed such that adding in new keywords in the future would be relatively straight-forward.
njdup committed -
Limit Upload File Sizes to GridFS
Sarina Canelake committed -
hotfix-2014-12-11
Clinton Blackburn committed -
Update pillow to 2.6.1
David Baumgold committed -
MA-182 Fix Mobile Subtitles.
Clinton Blackburn committed -
Nimisha Asthagiri committed
-
round-off weight value while returing grading policy
zubair-arbi committed -
TNL-884
zubair-arbi committed
-
- 10 Dec, 2014 20 commits
-
-
moving defaults for yaml config out of common.py
John Jarvis committed -
This reads configuration directly from yaml and imports it directly into settings
John Jarvis committed -
Add DEFAULT_FILE_STORAGE configuration.
Christina Roberts committed -
It might be different from the requested filename.
cahrens committed -
Tests in common are run with both CMS and LMS configuration (with different env files). Ensure the DEFAULT_FILE_STORAGE variables are in both environments.
cahrens committed -
Fix Mako templates to always use updated request context
Andy Armstrong committed -
Jesse Zoldak committed
-
This should always be overridden by the testcases if needed.
Jesse Zoldak committed -
add find_fixme task
Christine Lytwynec committed -
Upload CSV file for cohorting students
Christina Roberts committed -
Christine Lytwynec committed
-
Christine Lytwynec committed
-
TNL-735
Daniel Friedman committed -
Syed Hassan Raza committed
-
Fixed the edX middleware to lazily create request context for Mako templates, so that it is based on any changes made to the request object. Verified that with this fix the "Instructor" tab is correctly hidden when a staff member is viewing the course as a student.
Andy Armstrong committed -
Clean up common/ images - moving, deleting, renaming as necessary
Sarina Canelake committed -
Sarina Canelake committed
-
OPEN-328
Sarina Canelake committed -
OPEN-328
Sarina Canelake committed -
spinner.gif and spinner-on-grey.gif are the same file. Explicitly give the LMS a spinner.gif file. OPEN-328
Sarina Canelake committed
-