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 configurations will be done in one "wise.properties" file
  2. Create simpler workflow for developers who want to contribute
    1. Require less setup (use HSQLDB, one config file)
    2. Write up git workflow to check out project, make changes, and commit
  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. Merged "VLE" and "Portal" into "WISE": https://github.com/WISE-Community/WISE

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