Comment 0 for bug 1064716

Revision history for this message
Gediminas Paulauskas (menesis) wrote : [FFe] schooltool 2.2 minor release

SchoolTool 2.2 was developed for 12.10 release and followed the Quantal Release schedule. Several development releases have been made to the development PPA and were tested in real schools in Virginia. This summer main development was on the CanDo project for several schools in U.S. All of the changes bring important improvements and fixes several old bugs. Most of them are covered by automated tests.

Due to mismanagement by person in charge (me), all releases were uploaded only to the ppa:schooltool-owners/dev, but not to quantal. The last release on October 8th includes a few late features and critical bugfixes.

Below is a summary of changes between last release in quantal (2.1.1):

2.2.5 (unreleased)
------------------

- Update scheduled calendar event titles on section title change (https://launchpad.net/bugs/899368)
- Allow student's instructors edit his contact's data (https://launchpad.net/bugs/479336)

2.2.4 (2012-10-09)
------------------

New features
++++++++++++

- School logo (https://launchpad.net/bugs/314151)
- Photos for contacts (https://launchpad.net/bugs/970201)
- Highlight today in calendars (https://launchpad.net/bugs/79865)
- Done links now look like buttons
- New script, schooltool-server, to enable --pack and --restore-password
  commands (https://launchpad.net/bugs/505824)

Bugfixes
++++++++

- SectionTimetables sheet doesn't add calendar events (https://launchpad.net/bugs/1061385)
- Log In button should remember where you came from (https://launchpad.net/bugs/1039194)
- Permission fixes
- Updated translations.

2.2.3 (2012-09-13)
------------------

- Section add form needs title and location (https://launchpad.net/bugs/1042267)
- Person links in group view return to group

2.2.2 (2012-08-31)
------------------

- We need person filters on the group page (https://launchpad.net/bugs/1038845)
- Ignore trailing space in ID cells (https://launchpad.net/bugs/1042773)
- Unrecognized day id error on localized XLS import (https://launchpad.net/bugs/901267)
- Updated translations

2.2.1 (2012-08-15)
------------------

XLS
+++

- Handle empty Weekends table (https://launchpad.net/bugs/1035969)
- Skip empty rows if there is only one table in the sheet (https://launchpad.net/bugs/1035088)

2.2.0 (2012-08-07)
------------------

New features
++++++++++++

- Refactored gradebook/journal javascript and style
- Add teachers column sections list
- Add filter by course and term to sections list
- Show term details in term view

Old features
++++++++++++

- Show sections and groups of a person in a tree, grouped by term, like in old skin.
- List sections in course view (https://launchpad.net/bugs/868396)

XLS
+++

- New sections sheets to replace section sheets per term (https://launchpad.net/bugs/1020836)
- Remove the old Sections exporter and tests (https://launchpad.net/bugs/1020837).
  Old section import still supported.
- New LinkedSectionImport sheet for import only (https://launchpad.net/bugs/1020838)
- Import errors grouped by sheet and error type, displayed in a textarea
  (https://launchpad.net/bugs/1020839)
- ResourceImporter needs to process description cells (https://launchpad.net/bugs/1020840)

Bugfixes
++++++++

- Allow teachers to see attributes of all sections and resources.

Development tools
+++++++++++++++++

- Selenium downloads
- XLS file testing helpers