- 15 Dec, 2014 3 commits
-
-
Will Daly committed
-
set position to default value if POST request don't have position argume...
zubair-arbi committed -
TNL-922
zubair-arbi committed
-
- 14 Dec, 2014 2 commits
-
-
change the context_processor in the shopping cart to return a pointer to...
chrisndodge committed -
change the context_processor in the shopping cart to return a pointer to a function so that only the templates that actually need to know if the shopping cart button should be shown will actually make the database roundtrips
Chris Dodge committed
-
- 13 Dec, 2014 7 commits
-
-
XBlockAsides in LMS
Calen Pennington committed -
Calen Pennington committed
-
[PLAT-217]
Calen Pennington committed -
Calen Pennington committed
-
Move lms.lib.xblock into lms.djangoapps.lms_xblock in preparation add database backed configuration to it
Calen Pennington committed -
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 4 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
-