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