Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Sort list of calendars by calendarorder #884

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

Commits on Aug 4, 2015

  1. Sort list of calendars by calendarorder

    basic solution to fix request owncloud/calendar#742
    (No GUI implementation, so currently only possible to change the calendar order in the database table 'clndr_calendars')
    intrixius committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    373083e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. Use usort to sort calendars

    Instead of sorting the calendars in the SQL query (which only affected owned calendars and shared ones), now usort is used.
    intrixius committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    2bbee41 View commit details
    Browse the repository at this point in the history
  2. fix comment block location

    intrixius committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    144efdf View commit details
    Browse the repository at this point in the history