Ali Mohammad
eb70f2303c
Merge pull request #8749 from edx/rc/2015-06-29
...
Merge back into master
2015-07-02 13:34:42 -04:00
frances botsford
b127bfe0c7
Merge pull request #8468 from edx/frances/teams-listings
...
Team card/listing
2015-07-01 11:04:10 -04:00
Frances Botsford
e3080e6d0d
give the header the right height in the verify flow
...
ECOM-1808
2015-06-30 16:17:00 -04:00
Braden MacDonald
49d200c7ec
Improve screen reader user experience on logistration page
2015-06-29 14:38:41 -07:00
Frances Botsford
15b9104471
generic and Team card/listing FED
...
adjusting styles for teams cards
2015-06-29 16:14:07 -04:00
Braden MacDonald
7437bcfe12
New provider config options, New Institution Login Menu - PR 8603
2015-06-26 13:24:01 -07:00
Braden MacDonald
b4904adc1e
Use ConfigurationModels for third_party_auth, new metadata fetching - PR 8155
2015-06-26 13:23:59 -07:00
Will Daly
8c52c92bcb
Reverification iOS support and refactor
...
* Delete reverification templates
* Delete photocapture.js
* Delete unused "name change" end-points
* Rebuild the reverification views using Backbone sub-views
* Stop passing template names to the JavaScript code
* Avoid hard-coding the parent view ID in the webcam view (for getting the capture click sound URL)
2015-06-22 08:45:12 -07:00
Clinton Blackburn
72ca88c44e
Merge pull request #8578 from edx/clintonb/checkout-button-update
...
Updated Payment Buttons
2015-06-19 17:25:44 -04:00
Clinton Blackburn
1281532be5
Updated Payment Buttons
...
The payment buttons now match the style of the verified upgrade buttons.
XCOM-422
2015-06-19 13:39:16 -04:00
Braden MacDonald
345fcabd05
Fix CRI-9 so third_party_auth pipeline always completes, and consolidate auto-enrollment code
2015-06-18 20:57:19 -07:00
Chris
b621870f27
Merge pull request #8218 from edx/clrux/UX-2252-accessibility-fixes-payment-page
...
Accessibility tweaks and patching RTL
2015-06-16 12:14:20 -04:00
Chris Rodriguez
926f2c0355
Removing element selectors
2015-06-16 10:47:23 -04:00
Chris Rodriguez
3561b5c7a0
PR feedback and receiept template updates
2015-06-16 10:46:11 -04:00
Chris Rodriguez
8f8f1184a5
PR feedback
2015-06-16 07:34:07 -04:00
Chris Rodriguez
9af7cb9b97
Removing uppercase requirement
2015-06-04 10:55:32 -04:00
Chris Rodriguez
c6e8ef010b
Reducing size of error message heading
2015-06-04 10:55:32 -04:00
frances botsford
446e2aa7f3
Merge pull request #7859 from edx/frances/teams-ux
...
UX templates for Teams
2015-06-04 08:07:05 -04:00
Frances Botsford
cf89f3a62f
base teams space (template) and create team form
2015-06-03 14:51:28 -04:00
Chris Rodriguez
ffad558fb1
Centering text in sign in button vertically
2015-06-03 13:07:49 -04:00
Chris
801b77d100
Merge pull request #8269 from edx/clrux/UX-2260-social-login-button-hoverz
...
Removing background-image from button hovers
2015-06-03 12:47:07 -04:00
marjev
3fe8768d93
(SOL-883) RTL support for Registration Code redemption page
2015-06-01 13:59:33 +02:00
Martyn James
7f633fc045
Course Discovery feature using edx-search
2015-06-01 10:33:45 +02:00
Chris Rodriguez
4e4c68f5b1
Removing background-image from button hovers
2015-05-29 10:33:28 -04:00
Dino Cikatic
077ea49b58
SOL-839 confirmation and receipt page internationalization
2015-05-29 13:49:19 +02:00
Chris Rodriguez
9b8d6206c5
Accessibility tweaks and patching RTL
2015-05-28 12:28:56 -04:00
marjev
f5b166f120
(SOL-837) Added RTL support to payment page
2015-05-22 16:42:01 +02:00
muzaffaryousaf
2d08d669ca
Learner Profile page tweaks.
...
TNL-2047
2015-05-15 17:06:02 +05:00
Chris Rodriguez
709f86c11b
Addressing RTL inconsistencies on Verification process
2015-05-12 07:20:32 -04:00
Clinton Blackburn
6577bb3bd6
Merge pull request #7950 from edx/clintonb/update-verify-now
...
Updated Take Photo page to include verification requirements
2015-05-07 22:46:28 -04:00
Clinton Blackburn
fc61c292b9
Updated Take Photo page to include verification requirements
...
As part of the unification of verify later/now, the take photo page needs to list the verification requirements.
XCOM-254
2015-05-07 18:14:33 -04:00
Martyn James
2f398559ae
Merge pull request #7845 from edx/mjevtic/SOL-776
...
(SOL-776)(SOL-740)(SOL-532) Prerequisites for course discovery feature
2015-05-07 14:05:38 -04:00
marjev
8107073c58
(SOL-776)(SOL-740)(SOL-532) Added setting flags for COURSE DISCOVERY feature; Exposed course search input as well as the course result page; Added flag for limiting the number of course cards on the homepage;
2015-05-07 08:57:04 +02:00
zubair-arbi
ede1c70ed8
Merge pull request #7944 from edx/zub/bugfix/ecom-1470-photo-verification-heading
...
change photo reverification page heading from h3 to h1
2015-05-07 11:52:54 +05:00
zubair-arbi
b393f167fe
change photo reverification page heading from h3 to h1
...
ECOM-1470
2015-05-06 17:47:00 +05:00
muzaffaryousaf
0d2e2660e2
Adding hover state to image profile for accessibility.
...
TNL-2051
2015-05-05 21:01:47 +05:00
Will Daly
05baddb2a6
Add remember me checkbox back to the combined login/registration page
2015-04-30 17:13:03 -04:00
Brian Talbot
ded6c4dbb0
fix: resolving edx.org and Open edX breakpoint clash
...
* simplifying edx.org breakpoints to use min-width
* creating -bp-* centric Sass variables
* converting all existing edx.org centric media queries to use new Sass variables
ECOM-1457
2015-04-21 16:44:32 -04:00
muhammad-ammar
e50a641673
Accessibility changes for Account Settings and Learner Profile pages
2015-04-17 17:23:17 -04:00
muzaffaryousaf
f1657d1d4a
Fixing the SaSS for RTL.
...
TNL-1759
2015-04-17 17:23:17 -04:00
muzaffaryousaf
c2d83bd4a6
Bok_choy tests for upload/remove profile image.
...
TNL-1538
2015-04-17 17:23:17 -04:00
muhammad-ammar
ca1f2f7768
Jasmine tests for upload/remove profile image on learner profile page.
...
TNL-1538
2015-04-17 17:23:17 -04:00
Usman Khalid
adf111e4d5
Adding functionlity to upload/remove profile image.
...
TNL-1538
2015-04-17 17:23:16 -04:00
muzaffaryousaf
4f97cd7a04
Learner profile page.
...
TNL-1502
2015-04-17 17:23:14 -04:00
Usman Khalid
74bf7f239e
Account settings page.
...
TNL-1499
2015-04-17 17:23:14 -04:00
Chris Rodriguez
b6b7acbd53
Chaning table th td color to meet AA guidelines
2015-04-16 06:57:42 -04:00
Marko Jevtić
a3aecb2014
Merge pull request #7548 from edx/mjevtic/SOL-531
...
(SOL-531)(SOL-532) Course Cards update on the homepage;
2015-04-14 16:17:34 +02:00
marjev
939a3672d4
(SOL-531)(SOL-532)Course Cards update; A link to course discovery page has been added to the OpenEdX homepage
2015-04-14 14:58:06 +02:00
zubair-arbi
2c10eeb3aa
update track selection page, use only min price for course modes
...
ECOM-1228
2015-04-10 11:53:31 +05:00
Awais
1d8b0e3e89
ECOM-1205-adding models and tests
2015-04-02 14:55:41 +05:00