-
Notifications
You must be signed in to change notification settings - Fork 24
WISE v4.8 Release Notes
Hiroki Terashima edited this page Dec 3, 2013
·
29 revisions
Release dates:
Stable: early 2014
RC1: early 2014
- Merge "VLE" and "PORTAL" projects into one "WISE" project: https://github.com/WISE-Community/WISE
- Reduce memory footprint by merging the two projects
- All configuration will be in one file, wise.properties
- Developer will be able to start developing quickly: work with hsqldb, simpler git workflow, etc
- Create a Generic JS/HTML5 step type https://groups.google.com/d/msg/wise4-dev/WXKRETtmj8I/YeHyduXMR2wJ
- Use one import.sql file for HSQLDB and Mysql
- Major additions go here
- Minor additions go here
Run these queries in your database:
INSERT INTO portal (id,settings,sendmail_on_exception,OPTLOCK) VALUES (1,'{isLoginAllowed:true}',1,0);