Skip to main content
Skip table of contents

TWebSchool Update v. 5.41.10

Version

 TWebSchool 5.41.10 - August, 2018

Overview

  • You must be running TWebSchool v.5.41.00 before updating to this version;
  • This version must be run only in a Java 8 environment.

Download

Download is here

Release Notes

AreaDetails
General

TWebSchool 5.41.10 is now certified with the latest Java 8.0.172 and Tomcat version v.8.5.31

 Note: Beginning with this release, TWebSchool will only support a Java 8 environment. More information, including a link to installation files, is  here.

General

Tomcat 8.5.31 allows the deployment of multiple versions of a web application with the same context path at the same time. These multiple versions can exist simultaneously. All end users will be gradually forwarded to the latest version without restarting the Tomcat service after upgrading web apps. As a result, boards will enjoy zero-downtime deployment. Refer to our Tomcat Parallel Deployment Deployment Guide here.

TWebCE
Currently, our application updates the submission dates of all students' Marks for the whole Class whenever you enter a new "Lesson Completed" flag on the Entry by Class page. We've fixed that; now submission dates of Marks will not be affected by entering the Completion flag. In order to reconcile submission dates of marks with corresponding mark dates, please run one of the following scripts. We highly recommend you clone ce_student_lesson table to have as a backup.
 For SQL:

update ce_student_lesson set date_submitted = date_marked where mark is not null and mark<>'' and date_submitted is not null and date_marked is not null and date_submitted > date_marked and completion_flag_10='1'

For Oracle:

update ce_student_lesson set date_submitted = date_marked where mark is not null and mark<>' ' and date_submitted is not null and date_marked is not null and date_submitted > date_marked and completion_flag_10='1'

If you wish to print these, consult your browser online help to learn how to scale pages to print on one page.



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.