- May 16, 2013
-
-
Greg Price authored
If a course is not started, the course image and title on the dashboard link to the course about page. Because the LMS course about pages do not exist (i.e. 404) with the marketing site enabled, we simply do not use a link if the course has not started.
-
Greg Price authored
If a user is already registered for a course but the course has not started yet, display a grey button that says "you are registered" and goes nowhere instead of the blue "access courseware" button, which goes to the LMS course about page (which 404s).
-
- May 13, 2013
-
-
Brian Talbot authored
edx.org - reduces padding on course listing register buttons
-
- May 10, 2013
-
-
Brian Talbot authored
-
Brian Talbot authored
edx.org - reduces padding on course listing register buttons (all states) and resets box-sizing to border box to make a proper box model for element
-
Greg Price authored
Make login link button in header work with course enrollment flow
-
Greg Price authored
Make activation complete page use non-modal login link
-
Greg Price authored
Make course number in registration button not transformed to lowercase
-
Greg Price authored
Remove edX news from dashboard if marketing site is enabled
-
Greg Price authored
Return 404 for course about pages if the marketing site is enabled
-
Greg Price authored
-
Greg Price authored
When an unauthenticated user clicks the registration button for a course, they are redirected to the registration page with query params that are ultimately included in the form that gets submitted so they can be enrolled in the course upon successful registration. The header login button is fixed to pass the same query parameters to the login page so the user can be enrolled in the course upon successful login.
-
Greg Price authored
It would be better to redirect to the marketing site course about pages, but the URLs for those are not easily computed, and we do not have time to set up a full mapping in the LMS config.
-
Greg Price authored
-
Greg Price authored
-
Greg Price authored
Conflicts: lms/envs/aws.py lms/envs/common.py lms/static/sass/base/_base.scss lms/templates/forgot_password_modal.html
-
- May 09, 2013
-
-
Greg Price authored
Update "thank you" text in help modal
-
Greg Price authored
As per request from Mary.
-
Diana Huang authored
Jobs page updates.
-
Diana Huang authored
-
David Baumgold authored
Upgrade to Backbone 1.0.0
-
Greg Price authored
Redirect authenticated users from registration or login to dashboard
-
Diana Huang authored
-
- May 08, 2013
-
-
Jason Bau authored
Set SERVER_EMAIL so that mail_admins works
-
Greg Price authored
Remove marketing URLs from common.py
-
Jason Bau authored
-
Greg Price authored
-
Greg Price authored
Disable SSL cert validation for Zendesk API
-
Diana Huang authored
-
Brian Talbot authored
studio - alerts: synced up styles and sample markup
-
Greg Price authored
They are currently using a CA that is not installed on our servers. Since it isn't a top-tier CA and we aren't submitting anything particularly sensitive anyway, we don't have to feel too bad about this.
-
Brian Talbot authored
studio - alerts: synced up example HTML to show advanced settings live notification, aria roles, and action classes; integrated typography mixins
-
Christina Roberts authored
Pass through the value (either default or inherited) that a metadata field WILL have if it is not explicitly set.
-
Greg Price authored
The MKTG_URLS dictionary is overwritten completely in aws.py anyway, and we shouldn't be trying to keep both the production config and LMS code in sync with changes to the marketing site.
-
Diana Huang authored
Hide the Comments Service API key during logging.
-
David Baumgold authored
-
David Baumgold authored
Backbone 1.0.0, Underscore 1.4.4
-
Will Daly authored
Added unit tests for safe_key() to resolve bug 392.
-
- May 07, 2013
-
-
Greg Price authored
Fix links to honor code, ToS, and privacy policy for marketing site
-
Greg Price authored
-