Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Now works with font-awesome move icons rather than old images. #3

Open
wants to merge 31 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2017

  1. Now works with font-awesome move icons rather than old images. Preven…

    …t javascript breaking in page
    thepurpleblob committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    52b0db7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. small formatting tidy

    thepurpleblob committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    d36e82e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Configuration menu
    Copy the full SHA
    7c1372c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Configuration menu
    Copy the full SHA
    e973639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef01a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Configuration menu
    Copy the full SHA
    1f53908 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Configuration menu
    Copy the full SHA
    7d639b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    e2f2a6b View commit details
    Browse the repository at this point in the history
  2. adding grunted js

    thepurpleblob committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    1aec534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8477c32 View commit details
    Browse the repository at this point in the history
  4. move.php no longer used

    thepurpleblob committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    b9a08fc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    2cabba1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    ca01549 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Version 3.3.4

    thepurpleblob committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    a30b23e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Configuration menu
    Copy the full SHA
    f7892e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Improve layout for Bootstrapbase themes. Show correct icons for favs …

    …in courses list. Fixes #6. Fixes #5
    thepurpleblob committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    386a10e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    ae61fcd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Configuration menu
    Copy the full SHA
    da428f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    b8ae54d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    458aefe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7cf20d View commit details
    Browse the repository at this point in the history
  4. new version 3.5.1

    thepurpleblob committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    6847f1c View commit details
    Browse the repository at this point in the history
  5. updated changes

    thepurpleblob committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    44c92b8 View commit details
    Browse the repository at this point in the history
  6. updated changes

    thepurpleblob committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    b73b08d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    97a1f3d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Implement pagination on block course list

      This adds optional pagination to the list of courses presented in
      the course_overview block, preventing a memory issue if the
      user is enrolled in a lot of courses.
    
      Changes:
        - Show only the set number courses in the block
        - Show pagination links for other pages
        - Block setting to select default number of courses to show
        - Block setting to select maximum number for user setting
        - User setting via dashboard to override block default
    Bel O'Mahoney committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    f20e7c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    8235db9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Add course sort order "Course id desc"

        This adds a course sort order of "Course id desc" to the block settings.
        Previously Course id (asc only) was available.
    Bel O'Mahoney committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    a6b5809 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Send correct tab name when editing course order

      This fixes the Favourites and Courses tab content swapping
      places (in some themes) when rearranging the courses order
      in the Courses tab.
    Bel O'Mahoney committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    a389f94 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Merge pull request #37 from bel-omahoney/send-correct-tab-name

    Send correct tab name when editing course order
    thepurpleblob committed May 23, 2019
    Configuration menu
    Copy the full SHA
    b14ca57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from bel-omahoney/add-sort-course-id-desc

    Add course sort order "Course id desc"
    thepurpleblob committed May 23, 2019
    Configuration menu
    Copy the full SHA
    19a5016 View commit details
    Browse the repository at this point in the history