Skip to content

WISE v4.8 Release Notes

Hiroki Terashima edited this page Dec 3, 2013 · 29 revisions

Table of Contents

Release Schedule

Release dates:
Stable: early 2014
RC1: early 2014

Goals

  1. Merge "VLE" and "PORTAL" projects into one "WISE" project: https://github.com/WISE-Community/WISE
    1. Reduce memory footprint by merging the two projects
    2. All configuration will be in one file, wise.properties
  2. Developer will be able to start developing quickly: work with hsqldb, simpler git workflow, etc
  3. Create a Generic JS/HTML5 step type https://groups.google.com/d/msg/wise4-dev/WXKRETtmj8I/YeHyduXMR2wJ

Unresolved Issues

  1. Use one import.sql file for HSQLDB and Mysql

Major additions/changes

  1. Major additions go here

Minor additions/changes

  1. Minor additions go here

Updating instructions (for people upgrading from v4.7)

Run these queries in your database:

INSERT INTO portal (id,settings,sendmail_on_exception,OPTLOCK) VALUES (1,'{isLoginAllowed:true}',1,0);
Clone this wiki locally