Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openedx/openedx-demo-course
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1
Choose a base ref
...
head repository: openedx/openedx-demo-course
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Feb 23, 2022

  1. Copy the full SHA
    4305b36 View commit details

Commits on Feb 24, 2022

  1. Merge DEPR automation workflow

    Add DEPR workflow automation
    sarina authored Feb 24, 2022
    Copy the full SHA
    b6696ca View commit details

Commits on Mar 15, 2022

  1. docs: Update the link to point to the latest version of the demo course.

    Update the gzipped tarball link to point to the latest release.
    Feanil Patel authored Mar 15, 2022
    Copy the full SHA
    144de13 View commit details
  2. Merge pull request #34 from openedx/feanil/update_the_release_link

    docs: Update the link to point to the latest version of the demo course.
    Feanil Patel authored Mar 15, 2022
    Copy the full SHA
    0a06458 View commit details

Commits on Mar 16, 2022

  1. feat: Publish all draft content.

    Feanil Patel committed Mar 16, 2022
    Copy the full SHA
    0a9969f View commit details
  2. feat: Update course content.

    * Remove an empty section.
    * Update wording in the intro.
    * Replace the Jose Andres video with a new sample video.
    * Remove a sample biology section since we can't find that video.
    Feanil Patel committed Mar 16, 2022
    Copy the full SHA
    13fe0e3 View commit details

Commits on Mar 21, 2022

  1. Merge pull request #35 from openedx/feanil/update_course

    Feanil/update course
    Feanil Patel authored Mar 21, 2022
    Copy the full SHA
    1fd9b73 View commit details

Commits on Apr 26, 2022

  1. Copy the full SHA
    eea18f6 View commit details

Commits on May 4, 2022

  1. Merge pull request #36 from raccoongang/depr/remove_edx-jsme

    FC-0001: Remove edx-jsme, Molecular Structure Problem type
    dianakhuang authored May 4, 2022
    Copy the full SHA
    8eb1af8 View commit details

Commits on Sep 10, 2022

  1. Copy the full SHA
    5df9457 View commit details

Commits on Sep 12, 2022

  1. Merge pull request #37 from openedx/tcril/fix-gh-org-url

    Fix github url strings in .github workflows
    sarina authored Sep 12, 2022
    Copy the full SHA
    d2f411d View commit details

Commits on Feb 8, 2023

  1. Copy the full SHA
    8975f1f View commit details

Commits on Feb 23, 2023

  1. build: Creating a missing workflow file self-assign-issue.yml.

    The .github/workflows/self-assign-issue.yml workflow is missing or needs an update to stay in
    sync with the current standard for this workflow as defined in the
    `.github` repo of the `openedx` GitHub org.
    Feanil Patel committed Feb 23, 2023
    Copy the full SHA
    83d60be View commit details
  2. build: Creating a missing workflow file `add-remove-label-on-comment.…

    …yml`.
    
    The .github/workflows/add-remove-label-on-comment.yml workflow is missing or needs an update to stay in
    sync with the current standard for this workflow as defined in the
    `.github` repo of the `openedx` GitHub org.
    Feanil Patel committed Feb 23, 2023
    Copy the full SHA
    a401904 View commit details
  3. build: Updating a missing workflow file `add-depr-ticket-to-depr-boar…

    …d.yml`.
    
    The .github/workflows/add-depr-ticket-to-depr-board.yml workflow is missing or needs an update to stay in
    sync with the current standard for this workflow as defined in the
    `.github` repo of the `openedx` GitHub org.
    Feanil Patel committed Feb 23, 2023
    Copy the full SHA
    6e95499 View commit details

Commits on Feb 24, 2023

  1. Merge pull request #40 from openedx/repo_checks/ensure_workflows

    Update standard workflow files.
    Feanil Patel authored Feb 24, 2023
    Copy the full SHA
    5a66489 View commit details

Commits on Mar 10, 2023

  1. fix: change the default image title

    In the platform, the default staff
    picture name has been changed.
    However, in the default course, the
    image link still has the old name.
    DmytroAlipov committed Mar 10, 2023
    Copy the full SHA
    e1842b3 View commit details

Commits on Apr 13, 2023

  1. Merge pull request #41 from DmytroAlipov/change-default-title-img

    fix: change the default image title
    sarina authored Apr 13, 2023
    Copy the full SHA
    096d040 View commit details

Commits on Aug 2, 2023

  1. Copy the full SHA
    375ef10 View commit details
  2. Merge pull request #45 from raccoongang/ruzniaievdm/fix/change-syntax

    fix: change syntax for img in overview.html
    sarina authored Aug 2, 2023
    Copy the full SHA
    51d2166 View commit details

Commits on Feb 6, 2024

  1. feat!: replace old demo course with the new one

    The old demo course can still be accessed by checking out
    named release tags of this repo.
    kdmccormick committed Feb 6, 2024
    Copy the full SHA
    dd7602e View commit details
  2. fix: Course Cleanup and Import Fixes

    Copied over from openedx-unsupported/openedx-demo-course-new#4
    
    Co-Authored-By: John Swope <john@johnswope.com>
    kdmccormick and jswope00 committed Feb 6, 2024
    Copy the full SHA
    661f848 View commit details
  3. build: don't pack git-ignored files into tars

    When temporary operating-system-specific files like .DS_Store
    (a macOS Finder artifact) are packed into the dist/ tars, it
    creates version control noise and can make the source-matches-tars
    check fail unnecessarily.
    
    This updates `make dist` to first `git clean` away any git-ignored
    files. It also changes `make unpack` to work in the case where the
    source directories are missing, which is useful when you want to
    unpack the tars from scratch.
    
    Finally, this commit re-runs `make dist`, so that the dist/
    tars no longer have unnecessary OS-specific files in them.
    kdmccormick committed Feb 6, 2024
    Copy the full SHA
    4104aa8 View commit details
  4. fix: remove the SCORM XBlock to avoid import errors on older instances

    Copied from: openedx-unsupported/openedx-demo-course-new#5
    
    Co-Authored-By: John Swope <john@johnswope.com>
    kdmccormick and jswope00 committed Feb 6, 2024
    Copy the full SHA
    2d97122 View commit details
  5. fix: Replace Rectangle-only image with an image that can work with sq…

    …uare cropping
    
    The original tpu thumbnail did not work well with new square crop on Quince
    and beyond versions of Open edX® LMS.
    
    Copied from: openedx-unsupported/openedx-demo-course-new#6
    
    Co-Authored-By: John Swope <john@johnswope.com>
    kdmccormick and jswope00 committed Feb 6, 2024
    Copy the full SHA
    85aa9b1 View commit details

Commits on Feb 7, 2024

  1. Merge pull request #48 from kdmccormick/kdmccormick/no-scorm

    Merge last changes from openedx-demo-course-new
    sarina authored Feb 7, 2024
    Copy the full SHA
    a89f8d4 View commit details

Commits on Feb 9, 2024

  1. feat!: update org and URL slugs for demo course and library

    We want to present the course and library as belonging to
    the Open edX community, not Axim.
    
    Per consult with Axim legal, OpenedX is the proper slug,
    not Open_edX or Open-edX.
    
    Before:
    * course-v1:Axim+DemoX+demo_course
    * library-v1:Dummy+RESP_Q1
    
    After:
    * course-v1:OpenedX+DemoX+DemoCourse
    * library-v1:OpenedX+DemoRespiratoryQuestions
    kdmccormick authored Feb 9, 2024
    Copy the full SHA
    3d08769 View commit details

Commits on Feb 28, 2024

  1. Copy the full SHA
    ed93a26 View commit details
  2. Merge pull request #51 from openedx/update-maintainer

    Update repo maintainer
    Feanil Patel authored Feb 28, 2024
    Copy the full SHA
    551244b View commit details

Commits on Feb 29, 2024

  1. docs: Add link to hosted course demo

    Add a a link to a hosted instance of the course at https://training.openedx.org for people to try the course without having to import it
    jswope00 authored Feb 29, 2024
    Copy the full SHA
    1da4835 View commit details

Commits on Mar 20, 2024

  1. Merge pull request #52 from openedx/jswope00/add-hosted-course

    docs: Add link to hosted course demo
    jswope00 authored Mar 20, 2024
    Copy the full SHA
    89b40c6 View commit details

Commits on Jan 31, 2025

  1. Copy the full SHA
    5dabf1b View commit details
  2. Merge pull request #54 from salman2013/salman/update-catalog-info-file

    Update catalog-info file for release data
    feanil authored Jan 31, 2025
    Copy the full SHA
    6fbbeb4 View commit details
Loading