- 13 Dec, 2014 2 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
- 12 Dec, 2014 24 commits
-
-
fix git_export tests
Christine Lytwynec committed -
fix pep8 violation
Christine Lytwynec committed -
Christine Lytwynec committed
-
Fix typo in cms unit test
Daniel Friedman committed -
fixes failing unit test in course_groups
Christine Lytwynec committed -
Christine Lytwynec committed
-
Update pep8 to 1.5.7
David Baumgold committed -
David Baumgold committed
-
Daniel Friedman committed
-
Christine Lytwynec 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
-
Check settings.FEATURES["ADVANCED_SECURITY"] first
David Baumgold 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
-
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 12 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 -
David Baumgold committed
-
We do this intentionally, to preserve tracebacks
David Baumgold committed -
David Baumgold committed
-
David Baumgold 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 2 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
-