Ibrahim Ahmed
0a84b65dcb
Merge branch 'master' into ibrahimahmed443/MAYN-280-explore-new-courses-button-fix
2016-06-06 15:55:21 +05:00
Matt Drayer
c2c2a67753
mattdrayer/WL-493: Enable bulk purchase via Otto for unauthenticated users
2016-06-03 13:00:45 -04:00
Renzo Lucioni
93ba637e5f
Merge pull request #12638 from edx/renzo/fix-failing-a11y
...
Fix program details a11y test
2016-06-03 13:00:13 -04:00
Renzo Lucioni
9c4a3dc9c7
Fix program details a11y test
2016-06-03 11:32:07 -04:00
Ibrahim
8c9ad0d338
fix 'explore new courses' button overlap issue
2016-06-03 20:02:16 +05:00
Ned Batchelder
d0dcfe12e4
Merge pull request #12621 from edx/ned/update-translations
...
Update translations (autogenerated message)
2016-06-02 19:52:51 -04:00
Andy Armstrong
7e2a174eec
Move discussion board to the Pattern Library
...
TNL-4622
2016-06-02 12:48:12 -04:00
Ned Batchelder
64828c48c8
Update translations (autogenerated message)
2016-06-02 14:36:45 +00:00
Waheed Ahmed
c8d23c1603
Fixed i18n issues, follow up PR for "Account Settings Navigation".
...
ECOM-4582
2016-06-02 15:22:32 +05:00
Simon Chen
928e4b46a0
ECOM-4218 Draft 2 to add course card styles ( #12593 )
...
ECOM-4218 Draft 2 to add course card styles
2016-06-01 16:42:03 -04:00
ssemenova
36c867c42a
changed icon html from <i> to <span>
...
TNL-4651
2016-05-31 15:46:23 -04:00
Andy Armstrong
42f44848e5
Merge pull request #12585 from edx/andya/course-navigation-safe-template
...
Refactor staff preview menu logic out of template
2016-05-31 14:05:24 -04:00
Brian Jacobel
53d31551f6
Merge pull request #12591 from edx/bjacobel/forgot_password_empty
...
File doesn't do anything
2016-05-31 11:39:05 -04:00
Andy Armstrong
7ee41eafb3
Refactor staff preview menu logic out of template
2016-05-31 11:36:40 -04:00
Brian Jacobel
a799da96f1
This file is empty and hasn't been touched since 2012
2016-05-31 10:27:13 -04:00
Christina Roberts
880206e438
Merge pull request #12577 from edx/christina/4642
...
Add missing file.
2016-05-31 08:48:40 -04:00
cahrens
3aa7a313fc
Move file to common directory.
...
It is needed by both Studio and LMS.
TNL-4642
x
2016-05-30 12:43:46 -04:00
Ehtesham
b31ba9d041
upgrade Pagingcollection to edx-ui-toolkit's PagingCollection
2016-05-27 04:35:44 +05:00
Eric Fischer
a9a3fabfe8
Bulk Email Multiselect ( #12301 )
...
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
2016-05-26 14:22:04 -04:00
Ned Batchelder
ff6e9b7f3f
Merge pull request #12570 from edx/ned/update-translations
...
Update translations (autogenerated message)
2016-05-26 12:38:27 -04:00
Ned Batchelder
10f7c9bb2f
Update translations (autogenerated message)
2016-05-26 15:57:37 +00:00
Simon Chen
c60cf3911c
ECOM-4218 Draft 1 for Course Cards on program details page
2016-05-26 10:56:30 -04:00
AlasdairSwan
9d3bd8e9cf
Merge pull request #12550 from edx/alasdair/ECOM-4216-program-details-header
...
ECOM-4216 Program Details Header View
2016-05-25 18:21:37 -04:00
AlasdairSwan
dd9d465772
ECOM-4216 Program Details Header View
2016-05-25 16:54:02 -04:00
Brian Jacobel
f4bede6c5b
Fix library load paths (incl. jquery.scrollTo)
...
Simplify paths in karma_cms_squire require paths
2016-05-24 16:53:59 -04:00
Brian Jacobel
4f0aee3f2d
Fix unit and acceptance tests broken in upgrade (squashed)
...
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
2016-05-24 16:53:57 -04:00
Jillian Vogel
a5ef614994
Fixes require.storage.OptimizationError: Error while running r.js optimizer
...
Removes the jquery dependency on non-existant _jquery.js
2016-05-24 16:53:57 -04:00
Daniel Friedman
230f252bad
Fix the way jquery and jquery-migrate are loaded
...
Don't use symlinks to include node_modules
2016-05-24 16:53:51 -04:00
cahrens
665f983c99
Tweak focus/blur functions for JQuery upgrade.
...
Fix incorrectly scoped selector.
2016-05-24 16:53:42 -04:00
cahrens
4ba07bf7a4
Assorted test and dependency fixes to cms-squire and cms
...
isRejected is deprecated.
Actually serve the slick library in LMS jasmine tests
customwmd doesn't need to wait for DOM ready event
... In order to define a class and extend the Markdown class.
2016-05-24 16:53:34 -04:00
Daniel Friedman
15f148141f
Upgrade jQuery 1.7.2 to 2.2.0
...
FEDX-25
2016-05-24 16:52:50 -04:00
Ahsan Ulhaq
fa7ed070b9
Merge pull request #12468 from edx/ahsan/ECOM-4398-Course-Dashboard-Visual-Update
...
Course Dashboard Visual Update
2016-05-24 18:07:02 +05:00
Ahsan Ulhaq
a8f2de8375
Course Dashboard Visual Update
...
ECOM-4398
2016-05-24 16:17:19 +05:00
Waheed Ahmed
dc4e4f7d6a
Account settings navigation.
...
ECOM-2981
2016-05-24 15:44:39 +05:00
sanfordstudent
d95a4c8559
Merge pull request #12493 from edx/sstudent/TNL-4468
...
Sstudent/tnl 4468
2016-05-19 16:07:01 -04:00
clrux
d98bc768df
Merge pull request #12299 from edx/clrux/ac-413
...
AC-413 adding labels to form fields on Instructor dashboard membership page
2016-05-19 15:58:04 -04:00
Sanford Student
987fe723a4
adding link clicked event and associated tests
2016-05-19 14:58:22 -04:00
Ned Batchelder
6c60f73124
Update translations (autogenerated message)
2016-05-19 15:01:26 +00:00
Awais Jibran
4f46716e42
Merge pull request #12441 from edx/aj/ecom4202-disable-gen-cert-exception-btn
...
Disable `Generate Exception Certificate button
2016-05-19 13:41:13 +05:00
John Eskew
e5a5704b38
Merge pull request #12495 from edx/jeskew/release_to_master_merge
...
Merge release to master for 2016-05-17 release
2016-05-17 17:16:16 -04:00
clrux
5db315bebf
Merge pull request #12371 from edx/clrux/ac-405
...
AC-405 calculator image to icon
2016-05-17 17:11:56 -04:00
clrux
f7eba02808
Merge pull request #12411 from edx/clrux/ac-396
...
AC-396 updating courseware nav to display correctly on high contrast displays
2016-05-17 17:11:09 -04:00
Matt Drayer
f2ffbab0ec
mattdrayer: Add receipt page + JS test fixes
2016-05-17 15:41:29 -04:00
AlasdairSwan
7a0d7818bc
Offscreen a11y test fix
2016-05-17 15:41:28 -04:00
Matt Drayer
c6249f4227
mattdrayer/WL-466: Use LMS Courses API
2016-05-17 15:41:28 -04:00
AlasdairSwan
646d0b9b68
ECOM-4450 Added help tab and model styling to Pattern Library pages
2016-05-17 15:41:28 -04:00
Matt Drayer
fe1e659fb7
mattdrayer/rc/2016-05-17: Check for "code" on receipt line item attribute.
2016-05-17 15:41:27 -04:00
Ahsan Ulhaq
300002b54d
Add js test for analytics event on LMS receipt page
...
ECOM-4281
2016-05-17 18:56:05 +05:00
Awais Jibran
8691c2425f
Disable `Generate Exception Certificate button when web certificate config is deactive.
...
ECOM-4202
2016-05-17 16:42:19 +05:00
Peter Desjardins
879fa212c7
Updated URLs for help topic links that had become stale. Per DOC-2568.
2016-05-16 14:30:17 -04:00