1. 02 Jun, 2015 1 commit
  2. 28 May, 2015 1 commit
  3. 27 May, 2015 14 commits
  4. 26 May, 2015 16 commits
  5. 25 May, 2015 3 commits
  6. 22 May, 2015 5 commits
    • Merge pull request #7948 from edx/jeskew/PLAT_618_elemental_publish_tests · f0c52e32
      Add tests for publishing operations and OLX export.
      John Eskew committed
    • Merge pull request #8138 from edx/benp/add-jshint · c2a0777f
      Benp/add jshint
      Ben Patterson committed
    • Add framework for testing the effects of modulestore operations on OLX. · 4219086d
      Add tests for all course-changing operations from the
      ModuleStoreDraftAndPublished interface.
      Enforce the OLX format of draft and published items for those ops.
      John Eskew committed
    • Use jshint in paver, include in builds. · aebb35d3
      JShint will be executed with paver run_jshint, which will use a defined set of
      directories (likewise defined are directories to ignore). A limit can be imposed
      on the total number of violations. Note that this change does NOT include adding
      jshint to diff-quality or `paver run_quality`.
      Ben Patterson committed
    • SOL-794 Detailed Enrollment Report · b555c869
      - added the abstract and concrete layers of enrollment report provider
      - created a celery task.
      -added the button in the e-commerce reports section
      
      added the enrollment data backend
      
      added the payment data and start writing the test cases.
      
      updated the code with the feedback suggestions and wrote some test cases.
      - all the downloadable reports are now visible in the ecommerce download section.
      Pending instructor tasks is also visible in the ecommerce section
      
      added the fields in the user profile information
      changed the report store configuration key
      added the new http endpoint for financial reports to add more permissions for finance_admin to access.
      
      fix quality issues
      
      added test cases to check csv content data
      
      rebased with master and resolved conflicts
      
      changed the log messages
      
      added the changes as per code clintonb suggestions during code review
      
      updated the test cases for the finance_admin decorator
      
      changes suggested by clinton.
      
      Created and moved Table level filters to the Custom Manager for the CourseEnrollment model.
      
      ecommerce.js file was loaded twice in the instructor_dashboard.js fixed the issues
      
      added the registration code column in the csv
      
      added the full gender in the csv file
      
      Update data sources and add display name translations for the report columns
      
      fix meta name
      
      Make sure the reports section does not appear on non whitelabel courses
      
      pylint fixes
      
      expand out enumerated values
      Muhammad Shoaib committed