Skip to content
Snippets Groups Projects
  1. Feb 26, 2015
  2. Feb 24, 2015
  3. Feb 20, 2015
  4. Feb 19, 2015
  5. Feb 18, 2015
  6. Feb 17, 2015
  7. Feb 16, 2015
    • Xavier Antoviaque's avatar
      xblock-external-ui: Add XBlock API call to render XBlock views · 2ba49579
      Xavier Antoviaque authored
      xblock-external-ui: Include CSRF token in the API answer
      xblock-external-ui: Include full path when building local_url
      xblock-external-ui: Fix TestHandleXBlockCallback & bok_choy, add tests
      xblock-external-ui: Only return `instance` in `_invoke_xblock_handler()`
      xblock-external-ui: Group resources by hash tag to avoid duplicate loads
      xblock-external-ui: PEP8
      xblock-external-ui: Fail early if the XBlock view is called anonymously
      
          We used to serve anonymous requests, but most XBlocks assume that the
          user is logged in, which can generate a lot of errors when the user is
          accessed or when an XBlock ajax callback is queried. Fail early to only
          get one error per page load, and prevent displaying the XBlock
          altogether when the LMS doesn't find an active user session.
      
      xblock-external-ui: Add request params in view render context
      xblock-external-ui: HTTP error status when file is too large for handler
      xblock-external-ui: Fix unicode encodings in XBlock rendering
      xblock-external-ui: Feature flag for API call ENABLE_XBLOCK_VIEW_ENDPOINT
      2ba49579
  8. Feb 13, 2015
  9. Feb 11, 2015
  10. Feb 09, 2015
  11. Feb 03, 2015
  12. Feb 02, 2015
  13. Jan 30, 2015
  14. Jan 29, 2015
  15. Jan 28, 2015
  16. Jan 27, 2015
  17. Jan 22, 2015
  18. Jan 21, 2015
  19. Jan 20, 2015
    • Will Daly's avatar
      Add RequireJS and RequireJS Optimizer configuration to the LMS · 1d6fceda
      Will Daly authored
      Respond to review comments:
      
      - Rename build and config files for consistency between lms/studio.
      - Fix merge conflicts with lms require config.
      - Devstack uses optimized pipeline to skip require JS optimizer step
      - Add tests for render_require_js_path_overrides
      1d6fceda
  20. Jan 16, 2015
  21. Jan 15, 2015
    • Renzo Lucioni's avatar
      Bok Choy tests for the split payment and verification flow · c6777a5b
      Renzo Lucioni authored
      Adds mode creation endpoint to course_modes app and ability to bypass media device access prompt when proceeding through verification flow in a testing environment.
      c6777a5b
    • Zia Fazal's avatar
      ca3d84a5
    • Afzal Wali's avatar
      Added the reportlab requirement to base.txt · a8ebf6da
      Afzal Wali authored
      Added receipts_pdf.py
      
      Used Paragraph for displaying a large body of text.
      
      added the table
      
      Line breaks in the para text. font size adjusted.
      
      Improved the main table (alignments) and totals (converted to a table as well)
      
      Converted the footer into a table, and allowed for pagination.
      
      Added pagination to item data table.
      
      Handled wrapping of long descriptions into multiple lines.
      
      email attachment for both invoice and receipt
      
      added the currency from the settings
      
      Removed magic numeric literals and added meaningful variables.
      
      Added initial set of substitutions from configuration
      
      add defining logo paths via configuration
      
      Removed font dependencies. Will use the system default fonts which appear good enough to me.
      
      Alignment adjustments as per suggestions.
      
      Fixed the pep8 violations. Added comments to styling
      
      added the decimal points to the price values
      
      Cleanup. Docstrings.
      
      i18n the text in the pdf file
      
      fix pep8/pylint issues
      
      Changed the amounts from string to float.
      
      Overrode the 'pdf_receipt_display_name' property in the OrderItem subclass Donation.
      
      used the PaidCourseRegistration instead of the parent OrderItem to avoid course_id related exceptions.
      
      quality fixes
      
      added  the test cases for the pdf
      
      made the changes in the pdf suggested by griff
      
      updated the pdf tests to assert the pdf content
      
      used the pdfminor library
      
      fix quality issues
      
      made the changes suggested by Will
      
      added the text file that says "pdf file not available. please contact support"
       in case pdf fails to attach in the email
      a8ebf6da
  22. Jan 14, 2015
  23. Jan 13, 2015
  24. Jan 09, 2015
  25. Jan 07, 2015
    • David Baumgold's avatar
      Remove LinkedIn integration · e95f2aee
      David Baumgold authored
      e95f2aee
    • stephensanchez's avatar
      Initial framework for the Course About API. · 1e7d567b
      stephensanchez authored
      ECOM-248 Course Info API. Basic functionality implemented.
      
      ECOM-248 adding factory for about descriptor and test cases for course info api
      
      ECOM-248 adding test cases for couse info api.
      
      ECOM-248 re-factoring code. updating test cases.
      
      Tests for course_about data module
      
      ECOM-248 Adding test cases for the exceptions.
      
      ECOM-248 re-factoring code. fixing quality issues.
      
      ECOM-248 fixing test cases and moved parse video method into utils.
      
      added github username in authors
      
      ECOM-248 removed merging issue of test_data
      
      ECOM-248 removed unused files
      1e7d567b
  26. Jan 06, 2015
Loading