Skip to content

Releases: City-of-Bloomington/OnBoard

2.2

20 Jun 18:48
Compare
Choose a tag to compare

Bug fix release

05 Aug 13:26
Compare
Choose a tag to compare

Bug fixes and some needed feature improvements.

This release expects one new setting defined in site_config.inc. You will need to add APPLICATION_LIFETIME_DEFAULT to your existing site_config.inc. This is the default number of days committees will keep user-submitted applications around before archiving.

<?php
define('APPLICATION_LIFETIME_DEFAULT', 90);

What's new:
https://github.com/City-of-Bloomington/OnBoard/milestone/5?closed=1

2.1

01 Apr 14:57
Compare
Choose a tag to compare
2.1
  • Committees can now be closed out
  • Liaisons now come in multiple types (Departmental and Legal)
  • Committees can now have multiple statute citations
  • Seats now have a flag to denote a "voting" member
  • Major performance improvements (pages load 10X faster)
  • various minor improvements and bug fixes

Full list of changes are available in the issue tracker

There is a database migration script that must be run to apply all the schema changes.
There are no changes to the configuration files

2.0

23 Feb 16:07
Compare
Choose a tag to compare
2.0
v2.0

Added readme information about SITE_HOME permissions for Apache

1.0

25 Mar 15:30
Compare
Choose a tag to compare
1.0
Fixed errors in Drupal module