- May 16, 2016
-
-
Ned Batchelder authored
-
Peter Fogg authored
Add referral tracking for new registrations.
-
Eric Fischer authored
Move ENABLE_INSTRUCTOR_EMAIL to admin panel
-
Peter Fogg authored
ECOM-4325
-
Eric Fischer authored
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.
-
Douglas Hall authored
ML-446 / Aligned the labels in login and registration pages
-
Peter Fogg authored
Expire sessions after a password change.
-
Christine Lytwynec authored
update pa11ycrawler version
-
Hasnain authored
-
- May 15, 2016
-
-
Douglas Hall authored
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 …
-
- May 14, 2016
-
-
Ibrahim authored
show Save and Cancel button when admin change Instructor image asset path from Studio schedule and details page
-
Douglas Hall authored
WL-499 Fix the issue where images do not appear when set through asset linki…
-
- May 13, 2016
-
-
Ibrahim authored
fix the issue where images do not appear when set through asset linkin Studio scheduls and details page
-
Robert Raposa authored
Update thresholds.
-
Robert Raposa authored
-
Christine Lytwynec authored
-
Renzo Lucioni authored
Remove tab characters
-
Robert Raposa authored
Integration of Safe Templates Commit into Jenkins
-
Renzo Lucioni authored
-
Robert Raposa authored
- Handle case when no files are linted - Skip deleted files for safe commit script - Add verbose options for safe commit
-
Ned Batchelder authored
These asserts are never run.
-
Robert Raposa authored
TNL-4290: Safe template marathon work
-
Christina Roberts authored
These old discussion templates are not referenced in the codebase.
-
Matt Drayer authored
mattdrayer/add-bulk-sku-default-none: Fix MySQL insert error
-
Matt Drayer authored
-
- May 12, 2016
-
-
AlasdairSwan authored
ECOM-4215 adding setup for new program details page
-
Peter Fogg authored
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
-
Renzo Lucioni authored
-
AlasdairSwan authored
-
Ben Patterson authored
Firefox version must meet a minimum
-
Matt Drayer authored
mattdrayer/microsite-jwt-auth: Access setting through theming/microsites
-
Matt Drayer authored
* mattdrayer: Remove individual JWT settings * mattdrayer: Add settings defaults to JWT_AUTH calls
-
Ned Batchelder authored
-
Ned Batchelder authored
Update translations (autogenerated message)
-
Robert Raposa authored
-
Bill DeRusha authored
Safe Templatize: wiki templates
-
Bill DeRusha authored
Safe templatize: choose.html
-
Christine Lytwynec authored
Speed up pa11ycrawler runs on Jenkins, Update pa11ycrawler to v0.0.2
-
Renzo Lucioni authored
Tune program credential backpopulation command
-
Christine Lytwynec authored
-