Commit

commit 09f577cf177b22d093ab40142fd3ec6988dd0d6f
Author: Jan Dankert 
Date:   Thu Nov 19 14:49:58 2020 +0100

    Fix: Action::addNotice() is replaced by Action::addNoticeFor()

 modules/cms/action/Action.class.php                |  31 ++++--
 modules/cms/action/LoginAction.class.php           | 105 ---------------------
 modules/cms/action/PageelementAction.class.php     |  12 ++-
 .../action/element/ElementAdvancedAction.class.php |   5 +-
 .../cms/action/element/ElementPropAction.class.php |   3 +-
 .../action/element/ElementRemoveAction.class.php   |   5 +-
 .../cms/action/file/FileAdvancedAction.class.php   |   3 +-
 .../cms/action/file/FileCompressAction.class.php   |   3 +-
 modules/cms/action/file/FileEditAction.class.php   |   3 +-
 .../cms/action/file/FileExtractAction.class.php    |   9 +-
 modules/cms/action/file/FileRemoveAction.class.php |  20 ++--
 .../cms/action/file/FileUncompressAction.class.php |   3 +-
 .../action/folder/FolderAdvancedAction.class.php   |  29 +++---
 .../action/folder/FolderCreatepageAction.class.php |   2 +-
 .../action/group/GroupMembershipsAction.class.php  |  12 +--
 modules/cms/action/group/GroupPropAction.class.php |   3 +-
 .../cms/action/group/GroupRemoveAction.class.php   |  20 ++--
 .../action/grouplist/GrouplistAddAction.class.php  |   7 +-
 modules/cms/action/image/ImageSizeAction.class.php |   7 +-
 .../action/language/LanguagePropAction.class.php   |   5 +-
 .../language/LanguageSetdefaultAction.class.php    |   3 +-
 modules/cms/action/link/LinkEditAction.class.php   |   3 +-
 modules/cms/action/link/LinkRemoveAction.class.php |  11 +--
 .../cms/action/login/LoginLoginAction.class.php    |  12 +--
 .../action/login/LoginPasswordcodeAction.class.php |  46 ++++-----
 .../action/login/LoginRegistercodeAction.class.php |   2 +-
 .../action/object/ObjectAclformAction.class.php    |   3 +-
 .../cms/action/object/ObjectCopyAction.class.php   |  27 +++---
 .../cms/action/object/ObjectDelaclAction.class.php |   3 +-
 .../action/object/ObjectInheritAction.class.php    |   5 +-
 .../cms/action/object/ObjectPropAction.class.php   |   3 +-
 .../action/object/ObjectSettingsAction.class.php   |   3 +-
 ...ageChangetemplateselectelementsAction.class.php |   5 +-
 modules/cms/action/page/PageNameAction.class.php   |   5 +-
 modules/cms/action/page/PageRemoveAction.class.php |  17 ++--
 .../pageelement/PageelementRestoreAction.class.php |   5 +-
 .../cms/action/profile/ProfilePwAction.class.php   |   3 +-
 .../cms/action/project/ProjectCopyAction.class.php |   6 +-
 .../action/project/ProjectRemoveAction.class.php   |  13 +--
 .../action/template/TemplateAddelAction.class.php  |   3 +-
 .../template/TemplateExtensionAction.class.php     |   5 +-
 .../action/template/TemplatePropAction.class.php   |   3 +-
 .../action/template/TemplatePubAction.class.php    |   3 +-
 .../action/template/TemplateRemoveAction.class.php |  12 +--
 .../action/template/TemplateSrcAction.class.php    |   3 +-
 modules/cms/action/url/UrlRemoveAction.class.php   |  14 +--
 .../action/user/UserMembershipsAction.class.php    |  12 +--
 modules/cms/action/user/UserPropAction.class.php   |   3 +-
 modules/cms/action/user/UserRightsAction.class.php |   3 +-
 modules/cms/model/Pageelement.class.php            |   5 +
 .../default/html/views/configuration/edit.php      |   2 +-
 .../ui/themes/default/html/views/folder/add.php    |   2 +-
 .../themes/default/html/views/grouplist/edit.php   |   2 +-
 .../default/html/views/languagelist/edit.php       |   2 +-
 .../themes/default/html/views/modellist/edit.php   |   2 +-
 .../default/html/views/templatelist/edit.php       |   2 +-
 modules/language/Language_CN.class.php             |   5 +-
 modules/language/Language_DE.class.php             |   5 +-
 modules/language/Language_EN.class.php             |   5 +-
 modules/language/Language_ES.class.php             |   5 +-
 modules/language/Language_FR.class.php             |   5 +-
 modules/language/Language_IT.class.php             |   5 +-
 modules/language/Language_RU.class.php             |   5 +-
 modules/language/Messages.class.php                |   3 +
 modules/language/language.yml                      |  15 ++-
 65 files changed, 280 insertions(+), 313 deletions(-)