- 04 Nov, 2015 10 commits
-
-
Update `cert_info` docstring with correct return type.
Peter Fogg committed -
Disabled auto enroll in ccx coach's enrollment tab
Peter Pinch committed -
Peter Fogg committed
-
Fix `withData` and `withConfiguration` helpers.
Peter Fogg committed -
Where possible, use ugettext_noop instead of lambdas assigned to the underscore
Sarina Canelake committed -
If NO_PREREQ_INSTALL is set, print a message to explain why
Ned Batchelder committed -
Replaces instances of an old hack with the more clear ugettext_noop.
Renzo Lucioni committed -
Ben Patterson committed
-
Use 0.3.2 of edx-lint, with pylint-django and C extensions read
Ned Batchelder committed -
Amir Qayyum Khan committed
-
- 03 Nov, 2015 25 commits
-
-
Andy Armstrong committed
-
Ned Batchelder committed
-
Ned Batchelder 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 5 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
-
Both of them dynamically generate specs which close over the iteration variable of a for loop. Closures capture *references*, not values, and so when the variable is mutated on loop iteration its new value is used when the spec is called. This means that instead of running a spec with n different values, we run the spec n times with the same value. This is bad.
Peter Fogg 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
-