adeel khan
e518e62e20
Merge pull request #25794 from edx/adeel/fix_checkbox_text
...
Make optional checkbox text small.
2020-12-09 23:24:00 +05:00
Ned Batchelder
2dd618e3a2
Merge pull request #25756 from edx/nedbat/settable-support-link
...
New LOGIN_ISSUE_SUPPORT_LINK setting
2020-12-08 15:07:13 -05:00
Awais Jibran
0cbfbd5272
Merge pull request #25798 from edx/aj/update-edge-logo-height
...
Update Edge footer logo height
2020-12-08 14:35:59 +05:00
Awais Jibran
f146ca0600
Edge logo height
2020-12-08 13:44:36 +05:00
Adeel Khan
099e9eeb95
Make optional checkbox text small.
2020-12-08 03:14:31 +05:00
edx-pipeline-bot
fe3cdb1209
Merge pull request #25786 from edx/private_to_public_4fed713
...
Mergeback PR from private to public.
2020-12-07 20:30:23 +05:00
Zainab Amir
2d3c6c05e1
Update page title to H1 ( #25783 )
...
Rebrand related work for:
- VAN-160
- VAN-186
2020-12-07 18:41:55 +05:00
adeel khan
bca0b5e2fb
Merge pull request #25775 from edx/adeel/van_168_vertically_center_align_labels
...
Center align vertically label fields.
2020-12-07 15:52:42 +05:00
Ali Akbar
4fed713ce9
Merge pull request #208 from edx/IM/security-fixes
...
IM security fixes
2020-12-07 15:39:20 +05:00
Adeel Khan
4144ae2dc9
Center align vertically label fields.
...
VAN-168
2020-12-06 22:33:32 +05:00
Adeel Khan
68d869dc09
Reduce tos/honorcode font size
...
VAN-170
2020-12-06 21:35:03 +05:00
Ned Batchelder
761306114d
New LOGIN_ISSUE_SUPPORT_LINK setting
...
The login page had a hard-coded support.edx.org URL. This changes it to
a configurable setting. BTR-32.
2020-12-04 14:55:27 -05:00
Christie Rice
2ca9b6c4e8
MICROBA-734 Add class ( #25744 )
2020-12-03 11:54:05 -05:00
Awais Jibran
64e26407f2
Logo Swap & Config for serving assets from cdn.
...
1. Header Logo
2. Footer Logo
3. Favicon
2020-12-03 17:30:13 +05:00
Awais Jibran
b901be8a25
Brand Update for Course Dates
2020-12-02 17:38:17 +05:00
Awais Jibran
c0d1f68ee7
Merge pull request #25692 from edx/branding/aj/update-masquerading-learner-theme-color
...
Update Masquerade text color for specific learner
2020-12-02 13:21:45 +05:00
Awais Jibran
e4f4face95
Merge pull request #25693 from edx/aj/branding/not-sure-link
...
Course Updates "Not sure" link
2020-12-02 01:22:29 +05:00
azanbinzahid
f4261cee46
PROD-2227
2020-11-30 17:20:36 +05:00
azanbinzahid
c6e36c4fa2
PROD-2229
2020-11-30 17:20:36 +05:00
azanbinzahid
c04fa4b92d
PROD-2230
2020-11-30 17:20:36 +05:00
azanbinzahid
478570793f
PROD-2246
2020-11-30 17:20:36 +05:00
azanbinzahid
e091313c72
PROD-2249
2020-11-30 17:20:36 +05:00
azanbinzahid
7d42bd225c
PROD-2244
2020-11-30 17:20:36 +05:00
azanbinzahid
09f55b8db6
PROD-2231
2020-11-30 17:20:36 +05:00
azanbinzahid
6e53cb99f8
PROD-2232
2020-11-30 17:20:36 +05:00
root
f1f6c291ab
PROD-2250
2020-11-30 17:20:36 +05:00
azanbinzahid
a760f19824
PROD-2233
2020-11-30 17:10:26 +05:00
Awais Jibran
f8436a0ab8
Update Course Date Links to be buttons
2020-11-30 17:09:03 +05:00
Ali-D-Akbar
49f86c004f
PROD-2236
2020-11-30 16:05:40 +05:00
Awais Jibran
c29184be3a
Course Updates "Not sure" link
2020-11-28 01:51:49 +05:00
Awais Jibran
cebb4eaeb2
Update Masquerade text color for specific learner
...
Ensure that while masquerading as a specific learner you can view the text telling you what learner is being previewed.
2020-11-27 15:39:23 +05:00
Christie Rice
d80a7786e1
MICROBA-734 Rename specific color ( #25671 )
2020-11-24 10:13:00 -05:00
Albert (AJ) St. Aubin
9e5071e0c3
[MICROBA-746] Improve this code to check for the availability of banner_images
2020-11-18 08:11:44 -05:00
Awais Jibran
28311e3aa5
Merge pull request #25610 from edx/aj/update-progress-page-border
...
Branding: Update boder-left on Progress page
2020-11-18 13:26:52 +05:00
Thomas Tracy
44187fb4d2
Fix courserun_key name to properly be picked up by snowflake ( #25605 )
2020-11-17 10:18:07 -05:00
Awais Jibran
21b29e8155
Update boder-left on Progress page
2020-11-17 20:10:15 +05:00
edX Transifex Bot
1ca41a7861
fix(i18n): update translations
2020-11-15 16:34:09 -05:00
Asad
da640c13b5
Fixed social icons color
2020-11-13 19:35:26 +05:00
Kyle McCormick
151bd13666
Use full names for common.djangoapps imports; warn when using old style ( #25477 )
...
* Generate common/djangoapps import shims for LMS
* Generate common/djangoapps import shims for Studio
* Stop appending project root to sys.path
* Stop appending common/djangoapps to sys.path
* Import from common.djangoapps.course_action_state instead of course_action_state
* Import from common.djangoapps.course_modes instead of course_modes
* Import from common.djangoapps.database_fixups instead of database_fixups
* Import from common.djangoapps.edxmako instead of edxmako
* Import from common.djangoapps.entitlements instead of entitlements
* Import from common.djangoapps.pipline_mako instead of pipeline_mako
* Import from common.djangoapps.static_replace instead of static_replace
* Import from common.djangoapps.student instead of student
* Import from common.djangoapps.terrain instead of terrain
* Import from common.djangoapps.third_party_auth instead of third_party_auth
* Import from common.djangoapps.track instead of track
* Import from common.djangoapps.util instead of util
* Import from common.djangoapps.xblock_django instead of xblock_django
* Add empty common/djangoapps/__init__.py to fix pytest collection
* Fix pylint formatting violations
* Exclude import_shims/ directory tree from linting
2020-11-10 07:02:01 -05:00
Thomas Tracy
ead2825b14
Re-add course key to segment unenroll tracker ( #25516 )
2020-11-03 15:51:48 -05:00
Dillon Dumesnil
8bb88df35f
Revert "AA-51: Adds in 'Up next' banner to course home"
2020-10-23 11:05:27 -07:00
Carla Duarte
ca7434ce3b
AA-405: UI fixes for courseware
2020-10-23 09:20:46 -04:00
Ahtisham Shahid
64c0cfe16b
Fixed UI issues in problem report ( #25183 )
...
Fixed height issue in Problem grade report new UI
2020-10-21 20:43:52 +05:00
edX Transifex Bot
a62843e764
fix(i18n): update translations
2020-10-20 12:27:28 -04:00
Jeremy Bowman
d19368525b
DEPR-43 Remove most of the shoppingcart app ( #24692 )
...
Removed most of the deprecated shoppingcart app, leaving just enough to allow us to cleanly remove the related database tables later. Also removed the relevant Django settings that weren't in use elsewhere.
2020-10-14 14:24:52 -04:00
adeelehsan
a50215031e
Merge pull request #25227 from edx/aehsan/van-81/suppressed_email_for_forgot_password
...
suppressed email in forgot password banner
2020-10-06 14:41:27 +05:00
Thomas Tracy
6d88ad96cb
Ttracy/mb 618 modal fast follow ( #25217 )
...
* Fix ref on multiselect button to prevent if from staying open
2020-10-05 10:05:41 -04:00
adeelehsan
0f96e595ee
suppressed email in forgot password banner
...
VAN-81
2020-10-05 17:34:38 +05:00
edX Transifex Bot
b7cd41f100
fix(i18n): update translations
2020-10-04 17:40:16 -04:00
Thomas Tracy
f605ce3763
Fix aria-hidden on info icon ( #25167 )
...
* Fix aria-hidden on info icon
* caps
2020-09-30 12:26:56 -04:00