- 04 Nov, 2015 1 commit
-
-
Amir Qayyum Khan committed
-
- 03 Nov, 2015 23 commits
-
-
Andy Armstrong committed
-
Adam/disable check button on save click
Adam committed -
Adam Palay committed
-
Giulio Gratta committed
-
Fix formatting.
Ben Patterson committed -
Ben Patterson committed
-
Improve documentation for bok-choy.
Ben Patterson committed -
Includes info about the serversonly/testsonly pattern, as well as multiprocessing.
Ben Patterson committed -
SEC-27: Escape json for Studio advanced settings
Robert Raposa committed -
Remove chat feature
Sarina Canelake committed -
- Resolve SEC-27 by escaping course name in advanced settings - Add escape_json_dumps to simplify escaping json in Mako templates SEC-27: XSS/JS Error in Advanced Settings with invalid course name
Robert Raposa committed -
SOL-1315: Add Cert Exception UI on Instructor Dash
Matt Drayer committed -
Fix for flaky asset test SOL-1160
Jesse Zoldak committed -
Fix flaky video test
Christina Roberts committed -
Multi-process bok-choy tests
Ben Patterson committed -
Jesse Zoldak committed
-
Fixed an incorrect revert
David Baumgold committed -
This includes: * Ability to specify number of processes to run bok-choy tests in * A forked nose commit to get the multiprocess plugin's logging to work * A different plugin (xunitmp) must be used for pulling together xunit results This works by: * Starting the various servers that are needed for the acceptance test environment * Running the tests themselves in multiprocess mode
Ben Patterson committed -
Bug fix: Added test cases and updated course info view with exception handling
Waheed Ahmed committed -
Changed command description texts to be sentences
Vedran Karačić committed -
Saleem Latif committed
-
TNL-3643
Qubad786 committed -
Fix an incorrect string format
David Baumgold committed
-
- 02 Nov, 2015 16 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 -
David Baumgold committed
-
When I reverted the edx.org theme in 116ca291, I reverted this line incorrectly. It should be like this.
David Baumgold committed -
Convert country to unicode before sending to segment
Bill DeRusha committed -
TNL-3725
cahrens committed -
Vedran Karačić committed
-
Date summary blocks.
Peter Fogg committed -
Bill DeRusha committed
-
Fix bugs in course unenroll popup
Sarina Canelake 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 -
The string is passed through the JS 'interpolate' function, which expects %()s style placeholders.
Matjaz Gregoric committed -
Hide Xblock due dates in studio for self-paced courses.
Peter Fogg committed -
Enabled behind the `SelfPacedConfiguration.enable_course_home_improvements` flag. ECOM-2604
Peter Fogg committed -
Removed read-only fields from enrollment admin
Clinton Blackburn committed -
asadiqbal08/SOL-1292 Entrance Exam is not imported with an imported course
Matt Drayer committed -
Remove flaky flag from profile bok choy test
Christina Roberts committed
-