- 17 May, 2016 9 commits
-
-
Waheed Ahmed committed
-
asadiqbal08/WL-420 Updating drag and drop version. merging.
Asad Iqbal 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 12 commits
-
-
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 -
ML-446 / Aligned the labels in login and registration pages
Douglas Hall committed -
Expire sessions after a password change.
Peter Fogg committed -
update pa11ycrawler version
Christine Lytwynec committed -
Hasnain committed
-
- 15 May, 2016 1 commit
-
-
Merge pull request #12442 from edx/ibrahimahmed443/WL-450-save-cancel-button-on-instructor-image-path show Save and Cancel button when admin change Instructor image asset …
Douglas Hall committed
-
- 14 May, 2016 2 commits
-
-
show Save and Cancel button when admin change Instructor image asset path from Studio schedule and details page
Ibrahim committed -
WL-499 Fix the issue where images do not appear when set through asset linki…
Douglas Hall committed
-
- 13 May, 2016 14 commits
-
-
fix the issue where images do not appear when set through asset linkin Studio scheduls and details page
Ibrahim committed -
Update thresholds.
Robert Raposa committed -
Robert Raposa committed
-
Christine Lytwynec committed
-
Remove tab characters
Renzo Lucioni committed -
Adam Palay committed
-
Integration of Safe Templates Commit into Jenkins
Robert Raposa committed -
Renzo Lucioni committed
-
- Handle case when no files are linted - Skip deleted files for safe commit script - Add verbose options for safe commit
Robert Raposa committed -
These asserts are never run.
Ned Batchelder committed -
TNL-4290: Safe template marathon work
Robert Raposa committed -
These old discussion templates are not referenced in the codebase.
Christina Roberts committed -
mattdrayer/add-bulk-sku-default-none: Fix MySQL insert error
Matt Drayer committed -
Matt Drayer committed
-
- 12 May, 2016 2 commits
-
-
ECOM-4215 adding setup for new program details page
AlasdairSwan committed -
This is slightly more complicated than it should be since we're using custom authentication middleware (i.e., not Django's standard middleware class). We have to check that the session auth hash we have stored is equal to the request's session auth hash (since the stored hash is a function of the password). Normally this gets handled in `django.contrib.auth.get_user`, but due to our caching we don't go through that function, even in the cache miss case. ECOM-4288
Peter Fogg committed
-