- 16 May, 2016 9 commits
-
-
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 -
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 13 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 -
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 15 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 -
Renzo Lucioni committed
-
AlasdairSwan committed
-
Firefox version must meet a minimum
Ben Patterson committed -
mattdrayer/microsite-jwt-auth: Access setting through theming/microsites
Matt Drayer committed -
* mattdrayer: Remove individual JWT settings * mattdrayer: Add settings defaults to JWT_AUTH calls
Matt Drayer committed -
Ned Batchelder committed
-
Update translations (autogenerated message)
Ned Batchelder committed -
Robert Raposa committed
-
Safe Templatize: wiki templates
Bill DeRusha committed -
Safe templatize: choose.html
Bill DeRusha committed -
Speed up pa11ycrawler runs on Jenkins, Update pa11ycrawler to v0.0.2
Christine Lytwynec committed -
Tune program credential backpopulation command
Renzo Lucioni committed -
Christine Lytwynec committed
-