- 18 May, 2016 1 commit
-
-
Add bokchoy test and changes in html
Awais Jibran committed
-
- 17 May, 2016 30 commits
-
-
Corrects duplicate main element wrapper on Wiki article template
clrux committed -
Updates and corrects href links to readthedocs
Alison Hodges committed -
Merge release to master for 2016-05-17 release
John Eskew committed -
AC-405 calculator image to icon
clrux committed -
AC-399 adding alt for circuit schematic controls
clrux committed -
AC-396 updating courseware nav to display correctly on high contrast displays
clrux committed -
User administration updates
Clinton Blackburn committed -
Matt Drayer committed
-
AlasdairSwan committed
-
Matt Drayer committed
-
AlasdairSwan committed
-
OSPR-1155
cahrens committed -
Douglas Hall committed
-
Include course price in course_about template context if either the ecommerce service is enabled or shoppingcart is enabled
Douglas Hall committed -
Matt Drayer committed
-
Chris Rodriguez committed
-
Alison Hodges committed
-
Fix flaky bok-choy test
Diana Huang committed -
Safe template cleanup in settings.html
Christina Roberts committed -
Use CourseOverview instead of modulestore.
Waheed Ahmed committed -
Waheed Ahmed committed
-
asadiqbal08/WL-420 Updating drag and drop version. merging.
Asad Iqbal committed -
Diana Huang committed
-
Display correct timezone on timestamp for question submission
Christina Roberts committed -
Ahsan/removal underscore string from commerce js
Ahsan Ulhaq committed -
Fixes for courseware date formatting/translation.
Peter Fogg committed -
ECOM-4281
Ahsan Ulhaq committed -
Peter Fogg committed
-
Add skip_clean option to pa11ycrawler
Christine Lytwynec committed -
refine from_addr length limits (TNL-4264)
Adam committed
-
- 16 May, 2016 9 commits
-
-
cahrens committed
-
Updated URLs for help topic links that had become stale. Per DOC-2568.
Peter Desjardins committed -
The view for submission history used to grab the timezone from the database (UTC) and appeded the TIME_ZONE variable after (could be any time zone). Adjusted displayed timedate to the TIME_ZONE variable. Added unittest checks the localized datetime object used by submission history for the expected hour difference.
sigberto committed -
Peter Desjardins committed
-
Add referral tracking for new registrations.
Peter Fogg committed -
Move ENABLE_INSTRUCTOR_EMAIL to admin panel
Eric Fischer committed -
ECOM-4325
Peter Fogg committed -
Christine Lytwynec committed
-
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
-