- 24 Oct, 2013 2 commits
-
-
- Doubled up :hover and :focus styling to improve a11y - Increase contrast of certain UI elements for improved a11y - Added some image alt text for a11y - Changed video caption styling to blue and made them underline on hover and added a skip link before video for screenreaders. Fixes Bugs: - LMS-1336
Giulio Gratta committed -
Sarina Canelake committed
-
- 22 Oct, 2013 2 commits
-
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
- 18 Oct, 2013 1 commit
-
-
[LMS-57]
Calen Pennington committed
-
- 16 Oct, 2013 8 commits
-
-
Brian Wilson committed
-
Brian Wilson committed
-
Julia Hansbrough committed
-
set max enrollment for downloads to 200
Adam Palay committed -
Brian Talbot committed
-
polesye committed
-
polesye committed
-
polesye committed
-
- 10 Oct, 2013 3 commits
-
-
Brian Wilson committed
-
Julia Hansbrough committed
-
set max enrollment for downloads to 200
Adam Palay committed
-
- 09 Oct, 2013 2 commits
-
-
Defined baseUrl in the legacy instructor dashboard template, fixing a bug where the HTML editor would fail to load
Julia Hansbrough committed -
This required changing structural XModules to fully implement student_view, rather than just returning the HTML of their children in a get_html call. [LMS-223] [LMS-1170]
Calen Pennington committed
-
- 07 Oct, 2013 3 commits
-
-
Adam Palay committed
-
LMS: adds message styling to the separate instructor_2 Sass file
Brian Talbot committed -
set max enrollment for downloads to 200
Adam Palay committed
-
- 30 Sep, 2013 1 commit
-
-
course_about was throwing 500s if ENABLE_SHOPPING_CART=False
Jason Bau committed
-
- 27 Sep, 2013 2 commits
-
-
Sarina Canelake committed
-
With tests, some settings changes (all should default to not breaking anything for edx) Added styling for shopping cart User Experience - Styled shoppingcart list page - Styled navigation shopping cart button - Styled receipt page - Styled course about page for shopping cart courses Addressed HTML/SCSS issues Remove offending body class and unnecessary sass changes Addresses many review comments on stanford shopping cart * framework for generating order instructions on receipt page in shoppingcart.models * move user_cart_has_item into shoppingcart.models * move min_course_price_for_currency into course_modes.models * remove auto activation on purchase * 2-space indents in templates * etc revert indentation on navigation.html for ease of review pep8 pylint move logging/error handling from shoppingcart view to model Addressing @dave changes
Jason Bau committed
-
- 25 Sep, 2013 2 commits
-
-
Renzo Lucioni committed
-
Renzo Lucioni committed
-
- 24 Sep, 2013 1 commit
-
-
This is a recurrent ops problem, so we wanted to make it available on the instructor dashboard.
Nick Parlante committed
-
- 12 Sep, 2013 3 commits
-
-
Felipe Montoya committed
-
Hide show_timezone from Advanced Settings and migrate courses with show_timezone=False to using due_date_display_format.
cahrens committed -
STUD-724 Test course for allowing custom formatting of due date strings. STUD-724 Try making the name of the course match the folder name. More cleanup. More cleanup. updates.
cahrens committed
-
- 05 Sep, 2013 1 commit
-
-
Brian Talbot committed
-
- 04 Sep, 2013 2 commits
-
-
Brian Talbot committed
-
* Uses override_settings to provide test variable * Move location of cms link to upper right * PEP8 / Pylink
Jason Bau committed
-
- 31 Aug, 2013 1 commit
-
-
A one-click way of getting to editing the course
Jason Bau committed
-
- 29 Aug, 2013 6 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Switch to using decorators; refactor and cleanup tests.
Sarina Canelake committed -
Delay for possible race condition with fetching course email object. Use settings.SITE_NAME for host name to generate email footer url.
Kevin Luo committed -
Kevin Luo committed
-
Adds a new Email link to the instructor dashboard for frontend interface to send email to course members. Adds a feature flag ENABLE_INSTRUCTOR_EMAIL to toggle this. Creates a new djangoapp bulk_email that handles this action by getting the recipient list and batching the emails to different celery tasks to do the actual sending. Requires lynx package to convert HTML email to plaintext. Handles SMTP errors by retrying or falling through to the next email. Adds the option to opt out of course specific emails in the user dashboard with an Email Settings link for each course. Uses severable configurable settings with defaults. DEFAULT_BULK_FROM_EMAIL specifies the from address for email. EMAILS_PER_TASK specifies the number of emails each celery task takes on. EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER, EMAIL_HOST_PASSWORD, and EMAIL_USE_TLS for the SMTP email backend settings. Co-authored-by: Akshay Jagadeesh <akjags@gmail.com>
Kevin Luo committed
-