stable

Clone or download

Read-only

Taskboard is the default board

Tuleap instances **installed** from 11.10.99.159 will have taskboard by default. How to test ----------- 1. build_and_run centos:6 and centos:7, install the tuleap-plugin-taskboard. Create a project with agiledashboard. Go to a milestone => you should only have taskboard tab 2. Hack your database and update the tuleap_installed_version table (see below). Then uninstall & install taskboard plugin (after each update of table). - no entry in database (existing platforms) => both cardwall & taskboard - 11.10 => both cardwall & taskboard - 11.10-3 => both cardwall & taskboard - 11.10.99.159 => taskboard only - 11.10.99.160 => taskboard only - 11.11 => taskboard only - 12.10 => taskboard only Part of story #14373: Activate only Taskboard, only Cardwall or both Change-Id: Ia843923a53ad0227cdbde4a799c762eb5aa13967

Modified Files

Name
M plugins/taskboard/db/install.sql +5 −0 Go to diff View file
M src/db/mysql/database_structure.sql +5 −0 Go to diff View file
A src/db/mysql/updates/2020/202001271541_create_tuleap_installed_version_table.php +52 −0 Go to diff View file
M tools/setup.el7.sh +4 −0 Go to diff View file
M tools/setup.sh +2 −0 Go to diff View file