- 04 Dec, 2015 3 commits
-
-
Sarina Canelake committed
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
- 03 Dec, 2015 11 commits
-
-
David Baumgold committed
-
There are English words in these strings, but they are actually specific values that must appear as these English words, and so should not be translated.
Ned Batchelder committed -
Turns out if the string literal starts on the next line after the translation function, then the translator comment is lost. So, either close up short strings, or add a dummy empty string on the first line to concatenate with the real string. Ugh.
Ned Batchelder committed -
ECOM-2929
Ahsan Ulhaq committed -
Dan Powell committed
-
Remove cert messaging from audit cert/grade info partial move enrollment display method to helpers
Bill DeRusha committed -
The Programs authoring app is a Backbone SPA maintained in a separate repository. The app handles its own routing and provides a UI which can be used to create and publish new Programs (e.g, XSeries). ECOM-2598.
Renzo Lucioni committed -
Audit logs were causing open_id provider logins to fail when username or e-mail address contained unicode data.
Jacek Bzdak committed -
Syed Hassan Raza committed
-
Ben Patterson committed
-
Ben Patterson committed
-
- 02 Dec, 2015 1 commit
-
-
raeeschachar committed
-
- 01 Dec, 2015 4 commits
-
-
Braden MacDonald committed
-
raeeschachar committed
-
raeeschachar committed
-
Saleem Latif committed
-
- 30 Nov, 2015 2 commits
-
-
Bill DeRusha committed
-
asadiqbal committed
-
- 28 Nov, 2015 6 commits
-
-
This fixes a flaky condition that is only exposed when tests are run in multiprocessing mode.
Ben Patterson committed -
Fix a flaky test condition that only occurs in multiprocessing mode. Make the page definition more specific; the previous implementation would not fully render all objects in time. Avoid race condition related to events order (in faster, multiprocess testing, the order is not exactly the same since some events arrive at once).
Ben Patterson committed -
Add scenario for testing unicode cohort. Verifying the events is a TODO because the verification method will need to be refactored to handle an additional cohort that's not included in setUp. (Or refactor the setup, or refactor the unicode test, etc.)
Ben Patterson committed -
Ben Patterson committed
-
Ben Patterson committed
-
Ben Patterson committed
-
- 27 Nov, 2015 1 commit
-
-
Syed Hassan Raza committed
-
- 26 Nov, 2015 1 commit
-
-
raeeschachar committed
-
- 25 Nov, 2015 4 commits
-
-
Extends the Programs ConfigurationModel, cleans up Programs-related utilities and corresponding tests, and corrects caching. Uses the Programs API to list programs within Studio. ECOM-2769.
Renzo Lucioni committed -
Brian Beggs committed
-
ECOM-2972
Peter Fogg committed -
Saleem Latif committed
-
- 24 Nov, 2015 2 commits
-
-
Michael Frey committed
-
ECOM-2562
Ahsan Ulhaq committed
-
- 23 Nov, 2015 2 commits
-
-
There's no need to use a string literal in setattr, delattr, or the two-argument form of getattr.
Ned Batchelder committed -
Christine Lytwynec committed
-
- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 21 Nov, 2015 1 commit
-
-
Stop clearing the entire mongo collection with every mixin instantiation. Instead, reset the clock for the particular test. With this approach, filters must be stricter, for example, according to username or user id.
Ben Patterson committed
-
- 19 Nov, 2015 1 commit
-
-
https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/ Django intercepts the 'pull' argument and says "unrecognized arguments pull" There were no tests for this command, so it wasn't noticed during the upgrade testing, only once our integration monitoring noticed.
Kevin Falcone committed
-