Commit Graph

13024 Commits

Author SHA1 Message Date
Greg Price
ff2ba68d79 Tweak behavior of registration button for marketing site
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).
2013-05-16 15:06:48 -04:00
Brian Talbot
3ee0ed9e78 Merge pull request #2016 from edx/bug/btalbot/mktg-regbutton
edx.org - reduces padding on course listing register buttons
2013-05-13 06:25:47 -07:00
Brian Talbot
e4b5d21ba6 edx.org - adds in text-decoration nullification and revised padding for course registration buttons 2013-05-10 17:24:48 -04:00
Brian Talbot
17affb0ac7 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 2013-05-10 17:00:25 -04:00
Greg Price
ea4a8cf2ad Merge pull request #1992 from edx/fix/gprice/login-button-link
Make login link button in header work with course enrollment flow
2013-05-10 11:14:39 -07:00
Greg Price
d50608e9c2 Merge pull request #2002 from edx/fix/gprice/drupal-activation-login-link
Make activation complete page use non-modal login link
2013-05-10 11:10:10 -07:00
Greg Price
64d18c0ec4 Merge pull request #2010 from edx/fix/gprice/course-num-case
Make course number in registration button not transformed to lowercase
2013-05-10 10:08:06 -07:00
Greg Price
ec53e3ca90 Merge pull request #1994 from edx/fix/gprice/remove-dashboard-news
Remove edX news from dashboard if marketing site is enabled
2013-05-10 08:55:59 -07:00
Greg Price
d04e8492a8 Merge pull request #1996 from edx/fix/gprice/drupal-course-about-404
Return 404 for course about pages if the marketing site is enabled
2013-05-10 08:52:45 -07:00
Greg Price
7d544d449f Remove edX news from dashboard if marketing site is enabled 2013-05-10 11:03:49 -04:00
Greg Price
6f06a3d92a Make login link button in header work with course enrollment flow
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.
2013-05-10 11:03:38 -04:00
Greg Price
7dd2973eca Return 404 for course about pages if the marketing site is enabled
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.
2013-05-10 11:03:16 -04:00
Greg Price
0a8d426706 Make activation complete page use non-modal login link 2013-05-10 11:02:39 -04:00
Greg Price
c00b903757 Make course number in registration button not transformed to lowercase 2013-05-10 10:58:12 -04:00
Greg Price
a0fb4d6c85 Merge branch 'master' into drupal-new
Conflicts:
	lms/envs/aws.py
	lms/envs/common.py
	lms/static/sass/base/_base.scss
	lms/templates/forgot_password_modal.html
2013-05-10 10:30:10 -04:00
Greg Price
c765906fc5 Merge pull request #1986 from edx/feature/gprice/fix-help-modal-text
Update "thank you" text in help modal
2013-05-09 14:37:13 -07:00
Greg Price
89d0dc1963 Update "thank you" text in help modal
As per request from Mary.
2013-05-09 17:16:43 -04:00
Diana Huang
f9023fd112 Merge pull request #1983 from edx/diana/jobs-page-update
Jobs page updates.
2013-05-09 11:04:14 -07:00
Diana Huang
e5b18a5688 Put Front End Developer back in. 2013-05-09 13:58:25 -04:00
David Baumgold
d09e93142f Merge pull request #1980 from edx/backbone-1.0.0
Upgrade to Backbone 1.0.0
2013-05-09 09:34:35 -07:00
Greg Price
623c55222f Merge pull request #1987 from edx/feature/gprice/redirect-if-logged-in
Redirect authenticated users from registration or login to dashboard
2013-05-09 07:50:49 -07:00
Diana Huang
ec5f239d91 Add in new Coordinator position. 2013-05-09 09:12:07 -04:00
Jason Bau
ca1aeb5bb8 Merge pull request #1988 from edx/devops/jbau/server_email_lms_setting
Set SERVER_EMAIL so that mail_admins works
2013-05-08 14:30:19 -07:00
Greg Price
4bba6c7d55 Merge pull request #1981 from edx/fix/gprice/drupal-mktg-links
Remove marketing URLs from common.py
2013-05-08 14:23:48 -07:00
Jason Bau
1354cd412a Set SERVER_EMAIL so that mail_admins works 2013-05-08 14:16:20 -07:00
Greg Price
f8539cc2d7 Redirect authenticated users from registration or login to dashboard 2013-05-08 17:10:54 -04:00
Greg Price
8e6a0914d4 Merge pull request #1984 from edx/feature/gprice/accept-zendesk-ssl-cert
Disable SSL cert validation for Zendesk API
2013-05-08 13:30:04 -07:00
Diana Huang
1e61bbd1c8 Jobs page updates. 2013-05-08 16:06:08 -04:00
Brian Talbot
b36a05b8cb Merge pull request #1982 from edx/fix/btalbot/studio-alerts
studio - alerts: synced up styles and sample markup
2013-05-08 12:51:45 -07:00
Greg Price
0e525d69ff Disable SSL cert validation for Zendesk API
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.
2013-05-08 15:45:12 -04:00
Brian Talbot
25dd2c7d67 studio - alerts: synced up example HTML to show advanced settings live notification, aria roles, and action classes; integrated typography mixins 2013-05-08 15:30:17 -04:00
Christina Roberts
0c6c7868ae Merge pull request #1965 from edx/feature/christina/fields
Pass through the value (either default or inherited) that a metadata field WILL have if it is not explicitly set.
2013-05-08 10:32:55 -07:00
Greg Price
e190dc00d6 Remove marketing URLs from common.py
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.
2013-05-08 11:06:02 -04:00
Diana Huang
d522b53f6d Merge pull request #1974 from edx/diana/hide-api-key
Hide the Comments Service API key during logging.
2013-05-08 07:50:31 -07:00
David Baumgold
7f69e45b9e whitespace changes 2013-05-08 09:29:20 -04:00
David Baumgold
ec79ebd4a7 Updated Backbone.js and Underscore.js
Backbone 1.0.0, Underscore 1.4.4
2013-05-08 09:29:15 -04:00
Will Daly
b19c80ccb5 Merge pull request #1957 from edx/fix/will/bug_392
Added unit tests for safe_key() to resolve bug 392.
2013-05-08 06:23:49 -07:00
Greg Price
c82b28aac3 Merge pull request #1977 from edx/fix/gprice/drupal-registration-links
Fix links to honor code, ToS, and privacy policy for marketing site
2013-05-07 14:58:26 -07:00
Greg Price
7143749d7b Fix links to honor code, ToS, and privacy policy for marketing site 2013-05-07 17:54:32 -04:00
VikParuchuri
fb4685fe9a Merge pull request #1976 from edx/vik/fix/oe-bugs
Vik/fix/oe bugs
2013-05-07 14:54:17 -07:00
Vik Paruchuri
5cd9641f24 Update peer grading comment 2013-05-07 17:35:00 -04:00
Vik Paruchuri
530ac51c1c Add .error callback back in 2013-05-07 17:33:34 -04:00
Greg Price
50d8321bc5 Merge pull request #1975 from edx/fix/gprice/drupal-registration-button-text
Fix registration button text
2013-05-07 14:21:48 -07:00
Vik Paruchuri
2648a19cc2 Fix check for use for single location 2013-05-07 17:08:14 -04:00
Greg Price
ab7795aaf6 Merge pull request #1972 from edx/fix/gprice/drupal-fix-course-link
Fix courses link in LMS header when not logged in
2013-05-07 13:59:23 -07:00
Vik Paruchuri
e0d1eca6aa Delete two lines. without this, the xblock fields are never created in cases where the module is "fresh" (ie has no existing data) 2013-05-07 16:56:08 -04:00
Greg Price
23eacdbea2 Fix registration button text 2013-05-07 16:45:33 -04:00
caesar2164
fe5fc448e6 Merge pull request #1948 from edx/feature/giulio/accessibility
Feature/giulio/accessibility
2013-05-07 13:41:04 -07:00
Diana Huang
c6f63140a2 Hide the API key during logging. 2013-05-07 16:38:38 -04:00
Greg Price
dadb0b6931 Fix courses link in LMS header when not logged in 2013-05-07 16:35:08 -04:00