- 26 May, 2016 14 commits
-
-
TNL-4449
J. Clifford Dyer committed -
This will allow API servers to limit access based on scopes.
Clinton Blackburn committed -
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 -
Adjust program detail page URL routing
Renzo Lucioni committed -
Update translations (autogenerated message)
Ned Batchelder committed -
The new URL pattern expects a program ID and allows a program name to be included, if desired. It will match paths like 'programs/123/' and 'programs/123/foo/', but not 'programs/123/foo/bar/'. The given ID is passed to the view, where it will be used to retrieve program data. Part of ECOM-4415.
Renzo Lucioni committed -
Extend edX API utility to support retrieval of specific resources
Renzo Lucioni committed -
Ned Batchelder committed
-
ECOM-4218 Draft 1 for Course Cards on program details page
Simon Chen committed -
Simon Chen committed
-
This will be used to retrieve data for the program detail page. Part of ECOM-4415.
Renzo Lucioni committed -
Upgrade radon to repair import issue.
Ben Patterson committed -
Ben Patterson committed
-
AC-454 adding visual clarity for selected menu options in the video player
clrux committed
-
- 25 May, 2016 20 commits
-
-
ECOM-4216 Program Details Header View
AlasdairSwan committed -
AlasdairSwan committed
-
Merge hotfix-2016-05-25
Nimisha Asthagiri committed -
Chris Rodriguez committed
-
Added administrator bit to JWT access token
Clinton Blackburn committed -
Hotfix: Invalidate, don't update, Block structure cache in CMS
Nimisha Asthagiri committed -
Fix import order for HTML, Text.
Robert Raposa committed -
Add a11y tags on accessibility tests.
Diana Huang committed -
Clinton Blackburn committed
-
Nimisha Asthagiri committed
-
Merge Hotfix-2016-05-24 into Release
Bill DeRusha committed -
WL-479 Enable Bulk purchase for anonymous user
Matt Drayer committed -
override SES email region
Fred Smith committed -
Moving main element up higher to not conflict with chart
Bill DeRusha committed -
Diana Huang committed
-
asadiqbal committed
-
Add accessibility tests for discussion forums.
Diana Huang committed -
Fred Smith committed
-
Diana Huang committed
-
Upgrade jQuery to 2.2
Brian Jacobel committed
-
- 24 May, 2016 6 commits
-
-
Simplify paths in karma_cms_squire require paths
Brian Jacobel committed -
Remove this focus test, it's impossible to get it to pass in all envs without breaking something else
Brian Jacobel committed -
Brian Jacobel committed
-
Brian Jacobel committed
-
Fix syntax error in selectors .attr() now returns a string (though it can still be passed an integer) Fixes checkbox test failures Remove remaining references to jquery.min (in wrong folder) $.ajax now returns 422 if type is json and body is not JSON, e.g. '' Substitute prop for attr Remove references to jquery.min, add jquery.migrate (again) "Fix" jquery karma config This wasn't suppoed to survive the merge This throws an error when called with an 'undefined' error Fix Karma warning about [re|un]loading the window Fix path for jquery in cms-squire tests Move jasmine.clock.uninstall() to afterEach so it runs even on failure Fix test failing due to timezone issues Do the timeout before the window scrolling (so handler will not be _.throttled) Fix an alert() triggered by window.onBeforeUnload while testing in Chrome
Brian Jacobel committed -
Removes the jquery dependency on non-existant _jquery.js
Jillian Vogel committed
-