Skip to content

ClassDB v2.0.0

Compare
Choose a tag to compare
@wildtayne wildtayne released this 21 Jan 04:14
· 295 commits to master since this release
a5be3ae
  • Resolved many outstanding issues. See here for a full list
  • Changed ClassDB role management API - changes are incompatible with v1.0.0
  • All ClassDB roles are now based on RoleBase
  • All instances of ClassDB roles are stored within the same table, reducing code duplication
  • Views have been added to display either all ClassDB users or only users of a certain type
  • Many frequent user views have been added allowing ClassDB users to view their activity within the database
  • Several frequent user views have been added to display summaries of student activity to instructors
  • Most user activity views now return activity time stamps at the server's local time
  • ClassDB can now record all instances of DDL and Connection activity from all users
  • The uninstall scripts no longer forcefully remove user objects that may depend on ClassDB objects
  • The src directory has been reorganized to clarify script usage