Commit

commit 491f0e4939268d426956ebd7021df1c400ced019
Author: Jan Dankert 
Date:   Mon Apr 25 03:26:21 2022 +0200

    New: New Project may be created with sample data.

 modules/cms/action/RequestParams.class.php         |  18 +++
 .../projectlist/ProjectlistAddAction.class.php     | 171 ++++++++++++++++++++-
 modules/cms/model/File.class.php                   |   7 +-
 modules/cms/model/Folder.class.php                 |   2 +-
 modules/cms/model/Project.class.php                |  56 +------
 .../themes/default/html/views/projectlist/add.php  |  39 ++++-
 .../default/html/views/projectlist/add.tpl.src.xml |  15 +-
 7 files changed, 240 insertions(+), 68 deletions(-)