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

Releases: kotct/docket-old

Version 0.2.3

31 May 18:27
Compare
Choose a tag to compare
Version 0.2.3 Pre-release
Pre-release

This release was mainly code cleanup and various other small fixes.

Version 0.2.2

29 Mar 16:18
@rye rye
Compare
Choose a tag to compare
Version 0.2.2 Pre-release
Pre-release

In this release, some things were fixed with the classroom#show view. A better classroom naming scheme was added and then later tweaked, some work on the JSON API was done, a new favicon was introduced, and further work was done on making the classroom#show look better.

In addition, a link to the Wiki was added to the footer.

Version 0.2.1

20 Feb 04:09
@rye rye
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release

In this release, some hotfixes were made to prevent improper rendering on smaller-screen devices. Due to some issues with the Bootstrap CSS grid system and the collapse button, the assignment/exam/event counters needed to be removed.

Version 0.2.0

05 Apr 20:03
@rye rye
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

This is the version 0.2.0 release.

Unfortunately, the original release was removed and its contents have been lost.

Version 0.1.4

21 Jan 20:17
@rye rye
Compare
Choose a tag to compare
Version 0.1.4 Pre-release
Pre-release

In this release, a few tweaks and improvements were made. Most of these were minor style changes (mostly pertaining to centering of things), and some coding style changes as well (deletion of trailing whitespace).

Version 0.1.3

11 Jan 17:59
@rye rye
Compare
Choose a tag to compare
Version 0.1.3 Pre-release
Pre-release

For the issue relating to this release, see #32.

Changelog:

  • Add a footer that shows the current version and a link to the GitHub repository.
  • Sort the classrooms that a teacher teaches by period.
  • Bug fixes.

Version 0.1.2

10 Jan 18:22
@rye rye
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release

For the issue relating to this release, see #29.

Changelog:

  • Do not show user schedule if the user is not logged in.
  • Sort classes by course name, then period, not period, then course name.
  • Do not show the description for an event in the list of all events.
  • Turn the "New Event" link in the events list page into a button.
  • Make all creation buttons green.
  • Bug fixes.

Version 0.1.1

01 Jan 15:39
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

For the issue relating to this release, see #19.

Changelog:

  • Add a favicon (thanks @samercier)
  • Implement CanCan to handle permissions
  • Add a persistent sidebar containing the logged-in-user's schedule
  • Sort various indices
  • Bugfixes:
    • Ensure case-insensitivity on autocomplete text boxes
    • Fix undefined method 'relevant_date'
    • Fix redirect on joining or leaving a class
    • Make mobile display as intended by adding meta tag

Version 0.1.0

28 Dec 03:32
@rye rye
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

This is the first release of Docket.

In this release, we have started development on the application. The main components are more-or-less implemented, with a decent amount of work having been done on the interface with the user. The release is a taste of what to come. Most, if not everything, of what will be in the final version is included in this version, but it is less refined than how it will be in the final version.