- 05 Dec, 2017 1 commit
-
-
Changed AlreadyRunningError to be able to throw unicode error message, in case of accented characters resulted from language translation EDUCATOR-1730
Awais Jibran committed
-
- 23 Aug, 2017 1 commit
-
-
EDUCATOR-411 hit new report endpoint EDUCATOR-411 bad syntax python join != js join csv headings list too long for task fix string formatting fix wrong set of keys bump edx-proctoring to 1.2.0
Ari Rizzitano committed
-
- 15 Aug, 2017 1 commit
-
-
cahrens committed
-
- 14 Aug, 2017 1 commit
-
-
cahrens committed
-
- 03 Aug, 2017 1 commit
-
-
noraiz-anwar committed
-
- 18 Jul, 2017 1 commit
-
-
Sanford Student committed
-
- 12 Jul, 2017 1 commit
-
-
Albert St. Aubin committed
-
- 10 Jul, 2017 1 commit
-
-
LEARNER-1696
Andy Armstrong committed
-
- 06 Jul, 2017 1 commit
-
-
Albert St. Aubin committed
-
- 12 Jun, 2017 1 commit
-
-
Andy Armstrong committed
-
- 16 May, 2017 1 commit
-
-
Sanford Student committed
-
- 15 May, 2017 1 commit
-
-
rabiaiftikhar committed
-
- 26 Apr, 2017 1 commit
-
-
attiyaishaque committed
-
- 17 Mar, 2017 1 commit
-
-
Asad Azam committed
-
- 06 Feb, 2017 1 commit
-
-
Douglas Hall committed
-
- 29 Dec, 2016 1 commit
-
-
for TNL-6214
Sanford Student committed
-
- 21 Oct, 2016 2 commits
-
-
Qubad786 committed
-
Mushtaq Ali committed
-
- 20 Oct, 2016 1 commit
-
-
TNL-5046
Nimisha Asthagiri committed
-
- 12 Oct, 2016 2 commits
-
-
Sanford Student committed
-
Sanford Student committed
-
- 09 Aug, 2016 2 commits
-
-
Mushtaq Ali committed
-
Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46
Mushtaq Ali committed
-
- 01 Aug, 2016 2 commits
-
-
Adam Palay committed
-
Revert "Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46" This reverts commit 27646b7e.
Adam Palay committed
-
- 27 Jul, 2016 1 commit
-
-
2. Add site configuration overrides to theming/helpers.py 3. Move microsite.get_value from theming/helpers to site_configuration/helpers 4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
Saleem Latif committed
-
- 22 Jul, 2016 1 commit
-
-
Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46
Mushtaq Ali committed
-
- 17 Jun, 2016 1 commit
-
-
Ibrahim committed
-
- 10 Jun, 2016 1 commit
-
-
Robert Raposa committed
-
- 06 Jun, 2016 1 commit
-
-
Adds cohorts as valid bulk email targets.
Eric Fischer committed
-
- 03 Jun, 2016 1 commit
-
-
Douglas Hall committed
-
- 26 May, 2016 1 commit
-
-
TNL-4356 Allows multiple bulk email targets to be specified at once. -The previous "All" option has been split into "Staff" and "Learners" -The backend changes made here lay the groundwork for cohort emailing -The data migration, 0005, is somewhat large and requires deploy attention -Tests have been updated -Numerous safe-commit-linter fixes are included
Eric Fischer committed
-
- 23 May, 2016 1 commit
-
-
asadiqbal committed
-
- 18 May, 2016 3 commits
-
-
If we pass non-ASCII strings to create_csv_response, it will call unicode() on it, and fail with UnicodeDecodeError. So pass Unicode strings, or ASCII-only bytestrings for the headers.
Ned Batchelder committed -
attiyaishaque committed
-
Add bokchoy test and changes in html
Awais Jibran committed
-
- 17 May, 2016 1 commit
-
-
OSPR-1155
cahrens committed
-
- 16 May, 2016 2 commits
-
-
Moves ENABLE_INSTRUCTOR_EMAIL and REQUIRE_COURSE_EMAIL_AUTH from settings files to admin-accessible configuration models. This allows for the bulk email settings to be modified without a new AMI deploy. See TNL-4504. Also updates tests: -python tests mock out the new configurations in place of the old settings -lettuce test has been moved to bokchoy (note that there was some loss of coverage here - the lettuce tests had been doing some voodoo to allow for cross-process inspection of emails messages being "sent" by the server, from the client! In discussion with testeng, this seems outside the realm of a visual acceptance test. So, the bokchoy test simply confirm the successful queueing of the message, and leaves the validation of sending messages to the relevant unit tests.) -bok choy fixture has been added, to replace the settings in acceptance.py -lettuce and bok choy databases have been updated to reflect the backend changes The new default is to have bulk_email disabled, we'll need to call this out in the next OpenEdx release to ensure administrators enable this feature if needed.
Eric Fischer committed -
OSPR-1155
cahrens committed
-
- 10 May, 2016 1 commit
-
-
The student profile report that can be downloaded from the course staff dashboard included the "location" field (which is obsolete) and the mailing address, which is seldom completed. Here, we add the "country" and "city" fields to the csv report. To do so, we need to be able to dump the new fields to JSON so we convert the user fields to unicode when needed. Note that this breaks compatibility with earlier reports.
Régis Behmo committed
-