- 21 Oct, 2014 1 commit
-
-
fix typo and add more security on API fix some bugs and typos address PR feedback be sure to send emails when accounts already exist PR feedback fix multiple uploads pep8 fixes pep8 fix pylint fixes fix url mapping WL-98 - Complete code coverage - Update code for error and warning messages. - improve code as per some suggestions updated the UI of the auto_enroll feature fixed the errors PR feedback add test add back file filtering add some more error handling of input remove unneeded coffeescript code pylint fixes add pep8 space WL-98 - Updated and added test cases. - Updated membership coffee file for errors display handling. - fixed minor text issues. allow for blank lines and add a test add blank line (pep8)
asadiqbal08 committed
-
- 20 Oct, 2014 1 commit
-
-
Ex-74 Registration Code redemption fix the translation issues added a check if a user is already registered in a course. Changed the messages added course depth=0 and removed pep8 violations Ex-72-added additional billing information Added a new CSV file in the instructor dashboard sales tab to download all the order sales separated from the invoice sales fix path to image updated the failed unit tests and add some minor tweaks in the Shoppingcart.scss Ex-78 New UI In receipt page EX-73 Purchasers can buy a course on behalf of a different student WL-78 updated the receipt page UI. Wl-72 updated Billing Information UI and removed the Order Address fields WL-71 Remove Purchase Type Buttons from UI WL-71 Updated minor UI issues and updated test cases WL-78 updated the enrollment links in the receipt page made changes in Order generated sales csv in Instructor Dashboard. The total_registration_codes and total_used_codes were not correctly stored in the csv file. 1) The total_registration_codes were not filtered with course_id. 2) The total_used_codes that a user had redeemed were not correctly included in the CSV. added a fix in the courseware view to let the users visit the courseware if they have enrolled in the course by clicking on the enrollment link rebase and resolved conflicts with master WL-97 Bulk Registration Email Confirmation Below is the commit summary. - Make email text bold as per requirement. - Improve email template quality and reorder points. - Add text in billing details page : "if no additional billing details are populated the payment confirmation will be sent to the user making the purchase" - Update text on receipt page "You have successfully purchase 3 course registration codes" WL-100 fixed the bug on the edit/add coupon and set course price. Ajax requests were duplicating in each callback. fixed this issue by creating the manual ajax request rather than the Lean Modal Ajax requests allow for better White Label branding in shopping cart purchase emails fix up typos and text fix goof fix fix incorporated model changes as suggested by Jason. updated order sales csv updated test cases for CourseRegCodeItem model and csv for the order generated sales updated the migrations history fixed the lms acceptance tests Be sure to check for multiple types address PR feedback PR feedback PR feedback pep8 fix
asadiqbal08 committed
-
- 24 Sep, 2014 1 commit
-
-
remove extra lines conditionalize address line 2
Chris Dodge committed
-
- 03 Sep, 2014 1 commit
-
-
Sarina Canelake committed
-
- 02 Sep, 2014 1 commit
-
-
Updating EX-60 logic
Muhammad Shoaib committed
-
- 25 Aug, 2014 1 commit
-
-
Make it more active. Adds a separate section for edX.org-specific copy, because it's hard to make it generic. LMS-11084
Victor Shnayder committed
-
- 18 Apr, 2014 1 commit
-
-
Sarina Canelake committed
-
- 11 Apr, 2014 1 commit
-
-
Sarina Canelake committed
-
- 26 Mar, 2014 1 commit
-
-
The email texts in lms/templates/emails are not extracted by rake i18n:generate because the babel_mako.cfg does not include them. And a several emails are not translatable because they do not use ugettext.
louyihua committed
-
- 18 Mar, 2014 1 commit
-
-
LMS-1287
Sarina Canelake committed
-
- 01 Feb, 2014 1 commit
-
-
Ned Batchelder committed
-
- 15 Nov, 2013 1 commit
-
-
into beta dashboard. Also includes new functionality, in both legacy and beta dashboard, to include appropriate email text for a Shibboleth course.
David Adams committed
-
- 30 Oct, 2013 1 commit
-
-
Adam Palay committed
-
- 27 Sep, 2013 1 commit
-
-
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
-
- 12 Sep, 2013 1 commit
-
-
fix templates
Adam Palay committed
-
- 09 Sep, 2013 1 commit
-
-
Diana Huang committed
-
- 05 Sep, 2013 1 commit
-
-
Diana Huang committed
-
- 04 Sep, 2013 2 commits
-
-
Diana Huang committed
-
Diana Huang committed
-
- 29 Aug, 2013 4 commits
-
-
Added some text to guide the student to register with a particular email address. This is the one that was entered into the enrollment/invitation form by the instructor. Modified the template and associated test.
David Adams committed -
Jason Bau 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 -
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
-
- 27 Aug, 2013 1 commit
-
-
Diana Huang committed
-
- 26 Jun, 2013 1 commit
-
-
Optionally email students on enroll/un-enroll actions by instructor from enrollment tab in LMS.
dcadams committed
-
- 05 Jun, 2013 2 commits
-
-
Adjust language of LMS emails to work specifically for Stanford. Here there be dragons: lots of ugly conditionals that will need to be changed once we develop a way to "theme" arbitrary strings throughout the site.
Nate Hardison committed -
Instead of hardcoding things like the platform name, use the corresponding overrideable settings instead. This allows themes to control emails as well.
Nate Hardison committed
-
- 18 Oct, 2012 1 commit
-
-
David Ormsbee committed
-
- 06 Sep, 2012 1 commit
-
-
John Jarvis committed
-
- 18 Jul, 2012 2 commits
-
-
David Ormsbee committed
-
Bridger Maxwell committed
-
- 13 Jul, 2012 1 commit
-
-
Victor Shnayder committed
-
- 12 Jul, 2012 1 commit
-
-
John Jarvis committed
-
- 29 Jun, 2012 1 commit
-
-
John Jarvis committed
-
- 27 Jun, 2012 3 commits
- 26 Jun, 2012 1 commit
-
-
- django debug commented out in lms/envs/dev.py (temporarily - need cleanup) - email backend set - index page modified for edx4edx
ichuang committed
-
- 06 Jun, 2012 1 commit
-
-
Calen Pennington committed
-