Waheed Ahmed
d7d310bc4f
Course dates mobile fragment improvments.
...
Added new mobile css entry in css pipline and removed
dates heading for mobile view.
LEARNER-3206
2017-12-04 15:16:06 +05:00
Michael Terry
8570809cae
Fix keyboard navigation in course outline
...
Remove some obsolete and broken a11y markup that was causing
keyboard navigation in the main course outline to focus elements
that shouldn't be focused.
LEARNER-2893
2017-11-27 16:48:08 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
Marco Morales
9fc58a25bd
Merge pull request #16506 from edx/hrein/responsive-experience/cleanups
...
Styling changes for responsive behavior on LMS.
2017-11-09 14:47:28 -05:00
Harry Rein
aa853a930e
Styling changes for responsive behavior on LMS.
2017-11-09 12:46:48 -05:00
John Eskew
80d70f6ecb
Run all touched files through isort.
2017-11-09 09:25:19 -05:00
John Eskew
6672f64188
Add commerce AppConfig and use to register signals. Move imports.
...
Add explicit 'lms.djangoapps' prefix to all commerce imports, as another
commerce Django app exists at openedx.core.djangoapps.commerce
2017-11-09 09:24:37 -05:00
Harry Rein
7091ed0f70
Merge pull request #16337 from edx/HarryRein/home-page-styling-fixes
...
Course home page styling with bootstrap.
2017-10-26 13:39:44 -04:00
Harry Rein
d4e93fc655
Course home page styling with bootstrap.
...
Updates the new bootstrap course home page to match the old course home page.
2017-10-26 09:25:58 -04:00
Matthew Piatetsky
f015682d5d
Only convert price to local currency after document is ready
2017-10-24 22:41:22 -04:00
Gabe Mulley
7efa805fbc
fix tests
2017-10-24 13:51:22 -04:00
Gabe Mulley
f90f4276f9
fix course sock for courses without verified modes
2017-10-24 11:18:36 -04:00
Gabe Mulley
44e5afba1e
Revert "Revert "Merge pull request #16260 from edx/mulby/dynamic-deadline-upgrade-messaging""
...
This reverts commit b541dfa3fd .
2017-10-24 11:18:06 -04:00
Matthew Piatetsky
e0c739288e
Do not set location cookie for USA and set cookie on top level domain
2017-10-23 17:22:37 -04:00
Sanford Student
fd8a9fdb02
EDUCATOR-1511: credit users added to verified user partition irrespective of upgrade deadline
2017-10-23 13:14:47 -04:00
Eric Fischer
b541dfa3fd
Revert "Merge pull request #16260 from edx/mulby/dynamic-deadline-upgrade-messaging"
...
This reverts commit a13595352f , reversing
changes made to 68d5fe8922 .
2017-10-20 10:45:40 -04:00
Andy Armstrong
e2612bdccf
Merge pull request #16249 from edx/andya/responsive-discussions
...
Make the discussion board responsive
2017-10-19 17:09:47 -04:00
Andy Armstrong
d18022bb5d
Make the discussion board responsive
...
LEARNER-1923
2017-10-19 14:09:22 -04:00
Gabe Mulley
dafeca5770
Change upgrade deadline messaging
2017-10-19 10:59:44 -04:00
Harry Rein
ec17971a2b
Orders course goals and updates styling.
...
LEARNER-2860
2017-10-18 16:57:57 -04:00
Waheed Ahmed
202f190104
Course dates web fragment for mobile apps.
...
Implement a course dates fragment as a web view, currently we are using
the course info page to get the course dates section by parsing the
whole html page.
LEARNER-2769
2017-10-17 13:09:38 +05:00
Calen Pennington
12e1af275a
Merge pull request #16092 from edx/upsell-nudges-for-unverified-users
...
Upsell nudges for unverified users
2017-10-13 11:32:29 -04:00
Robert Raposa
92318ccc0f
Merge pull request #16217 from edx/robrap/fix-outline-caching
...
LEARNER-2819: Fix caching of course_outline_root_block.
2017-10-13 11:19:04 -04:00
Robert Raposa
1a66ae368a
Fix caching of course_outline_root_block.
...
LEARNER-2819
2017-10-13 10:10:37 -04:00
sandroroux
40d3f4f2fc
Unit tests for "_add_upsell_button_to_email_template".
2017-10-13 10:08:52 -04:00
Calen Pennington
8468357ac4
Separate the date and link logic out of VerifiedUpgradeDeadlineBlock, so that it can be called directly with prefetched data for check_and_get_upgrade_link_and_date
2017-10-13 10:01:34 -04:00
Matthew Piatetsky
c741bcbee7
Implement local currency in lms
...
LEARNER-2412
2017-10-11 14:37:18 -04:00
Andy Armstrong
374cdb0a3d
Convert course home page to Bootstrap
...
LEARNER-1694
Fix a11y failure
Fix header styling
Fix layout issues
Further layout fixes
2017-10-10 20:18:27 -04:00
Harry Rein
c63020f9ce
Merge pull request #16184 from edx/HarryRein/LEARNER-2784-sock-cleanup
...
Harry rein/learner 2784 sock cleanup
2017-10-06 14:18:58 -04:00
Harry Rein
f534e01888
Merge pull request #16096 from edx/HarryRein/LEARNER-2308-update-course-goal
...
Harry rein/learner 2308 update course goal
2017-10-06 14:11:23 -04:00
Harry Rein
0666ea6969
Sock upgrade message on mobile.
2017-10-06 13:15:54 -04:00
Harry Rein
f3f3edf4bd
Allow user to update course goal on course home page.
...
LEARNER-2308
Once a goal has been set for a user on the course home message,
allow them to update it on the course home side bar. Automatically
sets a course goal for users when enrolling in a verifiable course.
2017-10-06 13:07:03 -04:00
Robert Raposa
91bf523920
Merge pull request #16175 from edx/robrap/LEARNER-2026-clean-up
...
LEARNER-2026: Revert remains of 'upgrade upsell to course info banner'.
2017-10-06 10:02:49 -04:00
Robert Raposa
e8945ebdc5
Course home event clean-up.
...
- Convert hero events to BI events.
- Upgrade click event clean-up
LEARNER-2026
2017-10-05 15:29:37 -04:00
Harry Rein
747611eaca
Merge pull request #16168 from edx/HarryRein/LEARNER-2332-reviews-speed-up
...
Add loading icon to reviews page.
2017-10-05 14:31:54 -04:00
John Eskew
b07826cbc0
Merge pull request #16148 from edx/jeskew/initial_django_1.11_startup_changes
...
Initial Django 1.11 startup changes
2017-10-05 12:48:26 -04:00
John Eskew
0890193d6b
PLAT-1408: Import csrf from new path.
2017-10-05 11:12:53 -04:00
John Eskew
7dfb6cc681
Change all UTC timezones to import from pytz instead of Django.
2017-10-05 11:12:52 -04:00
Harry Rein
271f3c9f3c
Add loading icon to reviews page.
...
LEARNER-2332
Since CourseTalk doesn't allow for loading a read and write reviews
page at the same time, this commit adds a loading icon to show that
we need to grab the iframe.
2017-10-05 09:18:49 -04:00
Diana Huang
eab6363d94
Make the welcome message disappear after sevent days of first viewing.
2017-10-04 13:30:03 -04:00
Harry Rein
0e6d9acece
Merge pull request #16104 from edx/HarryRein/LEARNER-2236-remove-old-wells
...
Remove old messaging wells.
2017-10-03 11:29:13 -04:00
Diana Huang
7f4550387c
Add eventing to course home upgrade paths.
2017-10-02 17:27:51 -04:00
Andy Armstrong
7dfe12a1f3
Show course home messages for important course dates
...
LEARNER-2073
2017-10-02 17:27:51 -04:00
Gabe Mulley
d509ae1da1
change verified cert image
2017-10-02 12:21:18 -04:00
Robert Raposa
23fbde8ef1
Refactor Goal Enum to Choices.
2017-09-26 15:59:07 -04:00
Harry Rein
08ab462c4a
Remove old messaging wells.
...
LEARNER-2236
2017-09-26 14:32:06 -04:00
Harry Rein
2fa8fa2249
Merge branch 'master' into HarryRein/LEARNER-2471-safari-sock-issue
2017-09-22 12:17:15 -04:00
Harry Rein
afe35acf80
Fixing sock issue on master in safari.
2017-09-22 11:02:36 -04:00
Harry Rein
bc76ffe5dc
Add message for setting course goal.
...
LEARNER-2307
2017-09-22 09:56:27 -04:00
Jeremy Bowman
cebf6d3ea9
Merge pull request #15960 from edx/jmbowman/fragile_test_fixes
...
Fixes for test order dependence
2017-09-06 13:06:04 -04:00