Releases: kotct/docket-old
Version 0.2.3
This release was mainly code cleanup and various other small fixes.
Version 0.2.2
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
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
This is the version 0.2.0 release.
Unfortunately, the original release was removed and its contents have been lost.
Version 0.1.4
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
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
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
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
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.