Commit

commit fbf804f4006d3cdbb51e062ca9963d151f2bf0af
Author: Jan Dankert 
Date:   Thu Nov 19 12:36:44 2020 +0100

    Fix: nextSubAction() is depracated and should not be used.

 modules/cms/action/Action.class.php                | 27 --------------
 .../cms/action/file/FileCompressAction.class.php   |  1 -
 .../cms/action/file/FileExtractAction.class.php    |  1 -
 .../cms/action/file/FileUncompressAction.class.php |  1 -
 .../cms/action/folder/FolderAddAction.class.php    | 15 +++++---
 .../cms/action/folder/FolderCreateAction.class.php | 23 ------------
 .../action/grouplist/GrouplistAddAction.class.php  |  2 --
 .../action/grouplist/GrouplistEditAction.class.php | 18 ++++++++--
 .../action/grouplist/GrouplistShowAction.class.php | 24 -------------
 modules/cms/action/image/ImageSizeAction.class.php |  1 -
 .../languagelist/LanguagelistEditAction.class.php  | 36 +++++++++++++++++--
 .../languagelist/LanguagelistShowAction.class.php  | 41 ----------------------
 .../action/modellist/ModellistEditAction.class.php | 25 +++++++++++--
 .../action/modellist/ModellistShowAction.class.php | 31 ----------------
 .../action/object/ObjectAclformAction.class.php    |  3 --
 ...ageChangetemplateselectelementsAction.class.php |  4 ---
 modules/cms/action/page/PageEditAction.class.php   |  6 ----
 modules/cms/action/page/PageFormAction.class.php   |  4 ---
 .../pageelement/PageelementDiffAction.class.php    |  1 -
 .../cms/action/project/ProjectPropAction.class.php |  1 -
 .../action/template/TemplatePropAction.class.php   |  1 -
 .../templatelist/TemplatelistEditAction.class.php  | 19 ++++++++--
 .../templatelist/TemplatelistShowAction.class.php  | 23 ------------
 .../html/views/folder/{create.php => add.php}      |  0
 .../folder/{create.tpl.src.xml => add.tpl.src.xml} |  0
 .../html/views/grouplist/{show.php => edit.php}    |  0
 .../{show.tpl.src.xml => edit.tpl.src.xml}         |  0
 .../html/views/languagelist/{show.php => edit.php} |  0
 .../{show.tpl.src.xml => edit.tpl.src.xml}         |  0
 .../html/views/modellist/{show.php => edit.php}    |  0
 .../{show.tpl.src.xml => edit.tpl.src.xml}         |  0
 .../html/views/templatelist/{show.php => edit.php} |  0
 .../{show.tpl.src.xml => edit.tpl.src.xml}         |  0
 33 files changed, 97 insertions(+), 211 deletions(-)