- 07 Dec, 2015 1 commit
-
-
AlasdairSwan committed
-
- 06 Dec, 2015 1 commit
-
-
Sarina Canelake committed
-
- 04 Dec, 2015 3 commits
-
-
Rendering form. Updated form field template to accept instructions for all input types Added setExtraData function to FormView to allow non-form attributes to be added to the model before saving
alasdairswan committed -
Page skeleton and endpoint to submit FA requests to Zendesk. ECOM-2824 ECOM-3038
Peter Fogg committed -
ECOM-2866
Awais committed
-
- 03 Dec, 2015 1 commit
-
-
David Baumgold committed
-
- 02 Dec, 2015 3 commits
-
-
Chris Rodriguez committed
-
Chris Rodriguez committed
-
Chris Rodriguez committed
-
- 01 Dec, 2015 1 commit
-
-
Saleem Latif committed
-
- 30 Nov, 2015 2 commits
-
-
TNL-3821
Muhammad Rehan committed -
asadiqbal committed
-
- 25 Nov, 2015 3 commits
-
-
ECOM-2972
Peter Fogg committed -
Saleem Latif committed
-
- API built atop Django REST Framework - Added support for OAuth 2.0 and session authentication - Added permissions around eligibility data ECOM-2609
Clinton Blackburn committed
-
- 24 Nov, 2015 2 commits
-
-
Chris Rodriguez committed
-
aamir-khan committed
-
- 23 Nov, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 20 Nov, 2015 4 commits
-
-
Content that doesn't fit on the screen was causing the viewport to be the wrong size on mobile devices resulting. This forces wrapping for long content instead of letting it force the viewport size. JIRA: https://openedx.atlassian.net/browse/MA-1236
Akiva Leffert committed -
Frances Botsford committed
-
Christine Lytwynec committed
-
Amir Qayyum Khan committed
-
- 19 Nov, 2015 1 commit
-
-
Adam Palay committed
-
- 18 Nov, 2015 2 commits
-
-
(facepalm)
Peter Fogg committed -
Otto is gaining the ability to temporarily disable payment processors. If all are disabled, no checkout buttons will appear on the payment page, and so we need to communicate to the user that they cann't pay right now but should try again later. ECOM-2346
Peter Fogg committed
-
- 13 Nov, 2015 2 commits
-
-
ECOM-2890
Peter Fogg committed -
Added error message incase user specified start or due date without time and also added start date and due date comparison validation in ccx coach dashboard validation.
Amir Qayyum Khan committed
-
- 10 Nov, 2015 2 commits
-
-
Amir Qayyum Khan committed
-
Saleem Latif committed
-
- 07 Nov, 2015 1 commit
-
-
1. No string concatenation should be used in the gettext function. 2. Some extra parentheses should be used in coffee script, to avoid the following situation: in coffee script, the call ```gettext "text to be extracted" + "text should not be extracted"``` will be translated into ```gettext("text to be extracted" + "text should not be extracted")``` rather than ```gettext("text to be extracted") + "text should not be extracted"```.
louyihua committed
-
- 06 Nov, 2015 1 commit
-
-
Adds UTC time to the "Today's Date" block, and a fuzzy/relative timestamp to all other displayed dates. ECOM-2807
Peter Fogg committed
-
- 03 Nov, 2015 2 commits
-
-
Chris Dodge committed
-
Saleem Latif committed
-
- 02 Nov, 2015 3 commits
-
-
This was originally contributed upstream by Stanford, circa 2013. We neither use nor support this feature in its current implementation, and in fact, we may never have used this production. Until recently, we had additional chat/Jabber code [1] (in the form of a Jabber djangoapp in LMS); context there suggests this feature may have never been more than a prototype. The original author is no longer on the team, so I can't directly confirm this on our end. Do you use this feature? Stanford had already abandoned this Jabber-backed chat implementation, in favor of an IRC backend, by the time I joined the team in early 2014. [1] https://github.com/Stanford-Online/edx-platform/commit/dbe52a6b133ab6ff637dea5324f7322da2909070
stv committed -
Having the messeges embedded into onclick attributes was fragile because it could break if the translated string contained special characters such as single quotes. Rather than trying to escape the special characters inside the onclick handler, move the translatable strings into separate h-escaped data attributes and interpolate the values in the (already existing) jQuery click handler rather than in the inline onclick handler. This makes the javascript code more consistent as well as fixes the problem where the popup would break if translation included single quotes.
Matjaz Gregoric committed -
Enabled behind the `SelfPacedConfiguration.enable_course_home_improvements` flag. ECOM-2604
Peter Fogg committed
-
- 30 Oct, 2015 3 commits
-
-
Ahsan Ulhaq committed
-
Ahsan Ulhaq committed
-
Muhammad Shoaib committed
-
- 29 Oct, 2015 1 commit
-
-
Afzal Wali committed
-