From 58d7e8f8090d42cf10378c52bfb4749e69c424f6 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 4 Aug 2016 21:30:56 +0200 Subject: [PATCH] Move JavaScript modules into WoltLabSuite/Core namespace --- .../templates/__commentJavaScript.tpl | 2 +- com.woltlab.wcf/templates/aclSimple.tpl | 2 +- com.woltlab.wcf/templates/article.tpl | 2 +- com.woltlab.wcf/templates/codeBBCodeTag.tpl | 2 +- com.woltlab.wcf/templates/codeMetaCode.tpl | 2 +- .../templates/headIncludeJavaScript.tpl | 2 +- com.woltlab.wcf/templates/languageChooser.tpl | 2 +- .../templates/messageFormMultilingualism.tpl | 2 +- .../multipleLanguageInputJavascript.tpl | 2 +- .../templates/notificationSettings.tpl | 2 +- com.woltlab.wcf/templates/pageHeader.tpl | 2 +- .../templates/pageHeaderSearch.tpl | 2 +- com.woltlab.wcf/templates/pageHeaderUser.tpl | 2 +- com.woltlab.wcf/templates/shareButtons.tpl | 2 +- com.woltlab.wcf/templates/tagInput.tpl | 2 +- com.woltlab.wcf/templates/user.tpl | 2 +- com.woltlab.wcf/templates/userNotice.tpl | 2 +- com.woltlab.wcf/templates/wysiwyg.tpl | 2 +- .../install/files/acp/js/WCF.ACP.Style.js | 2 +- .../files/acp/templates/__pageAddContent.tpl | 2 +- .../install/files/acp/templates/aclSimple.tpl | 2 +- .../files/acp/templates/articleAdd.tpl | 8 +-- .../files/acp/templates/articleAddDialog.tpl | 2 +- .../files/acp/templates/articleList.tpl | 2 +- .../install/files/acp/templates/boxAdd.tpl | 6 +- .../files/acp/templates/boxAddDialog.tpl | 2 +- .../files/acp/templates/bulkProcessing.tpl | 2 +- .../install/files/acp/templates/header.tpl | 2 +- .../install/files/acp/templates/index.tpl | 2 +- .../files/acp/templates/languageChooser.tpl | 2 +- .../install/files/acp/templates/mediaAdd.tpl | 4 +- .../install/files/acp/templates/mediaList.tpl | 2 +- .../files/acp/templates/menuItemAdd.tpl | 2 +- .../multipleLanguageInputJavascript.tpl | 2 +- .../templates/notificationPresetSettings.tpl | 2 +- .../install/files/acp/templates/pageAdd.tpl | 2 +- .../files/acp/templates/pageAddDialog.tpl | 2 +- .../install/files/acp/templates/styleAdd.tpl | 2 +- .../install/files/acp/templates/tagAdd.tpl | 2 +- .../files/acp/templates/userSearch.tpl | 2 +- .../install/files/acp/templates/wysiwyg.tpl | 2 +- .../3rdParty/redactor2/plugins/WoltLabCode.js | 2 +- .../redactor2/plugins/WoltLabColor.js | 4 +- .../3rdParty/redactor2/plugins/WoltLabLink.js | 2 +- .../redactor2/plugins/WoltLabMedia.js | 2 +- .../redactor2/plugins/WoltLabMention.js | 2 +- .../3rdParty/redactor2/plugins/WoltLabPage.js | 2 +- .../redactor2/plugins/WoltLabQuote.js | 2 +- .../3rdParty/redactor2/plugins/WoltLabSize.js | 4 +- .../redactor2/plugins/WoltLabSpoiler.js | 2 +- wcfsetup/install/files/js/WCF.Like.js | 2 +- wcfsetup/install/files/js/WCF.Message.js | 14 ++-- wcfsetup/install/files/js/WCF.Poll.js | 2 +- wcfsetup/install/files/js/WCF.js | 66 +++++++++---------- .../Core}/Acp/Bootstrap.js | 6 +- .../Core}/Acp/Ui/Article/Add.js | 4 +- .../Core}/Acp/Ui/Box/Add.js | 4 +- .../Core}/Acp/Ui/Box/Controller/Handler.js | 4 +- .../Core}/Acp/Ui/Box/Handler.js | 6 +- .../Core}/Acp/Ui/CodeMirror/Media.js | 2 +- .../Core}/Acp/Ui/CodeMirror/Page.js | 2 +- .../Core}/Acp/Ui/Menu/Item/Handler.js | 6 +- .../Core}/Acp/Ui/Page/Add.js | 4 +- .../Core}/Acp/Ui/Page/Menu.js | 4 +- .../Core}/Acp/Ui/Style/Editor.js | 4 +- .../Core}/Acp/Ui/Style/Image/Upload.js | 8 +-- .../WCF => WoltLabSuite/Core}/Ajax.js | 4 +- .../WCF => WoltLabSuite/Core}/Ajax/Jsonp.js | 4 +- .../WCF => WoltLabSuite/Core}/Ajax/Request.js | 4 +- .../WCF => WoltLabSuite/Core}/Ajax/Status.js | 4 +- .../Core}/Bbcode/Collapsible.js | 4 +- .../Core}/Bbcode/FromHtml.js | 4 +- .../Core}/Bbcode/Parser.js | 4 +- .../Core}/Bbcode/ToHtml.js | 6 +- .../WCF => WoltLabSuite/Core}/Bootstrap.js | 12 ++-- .../Core}/BootstrapFrontend.js | 8 +-- .../WCF => WoltLabSuite/Core}/CallbackList.js | 2 +- .../WCF => WoltLabSuite/Core}/ColorUtil.js | 0 .../Core}/Controller/Captcha.js | 4 +- .../Core}/Controller/Clipboard.js | 8 +-- .../Controller/Condition/Page/Dependence.js | 2 +- .../Core}/Controller/Notice/Dismiss.js | 4 +- .../Core}/Controller/Popover.js | 8 +-- .../Core}/Controller/Style/Changer.js | 4 +- .../Controller/User/Notification/Settings.js | 4 +- .../WCF => WoltLabSuite/Core}/Core.js | 4 +- .../WCF => WoltLabSuite/Core}/Date/Picker.js | 10 +-- .../Core}/Date/Time/Relative.js | 8 +-- .../WCF => WoltLabSuite/Core}/Date/Util.js | 4 +- .../WCF => WoltLabSuite/Core}/Dictionary.js | 4 +- .../Core}/Dom/Change/Listener.js | 8 +-- .../WCF => WoltLabSuite/Core}/Dom/Traverse.js | 4 +- .../WCF => WoltLabSuite/Core}/Dom/Util.js | 4 +- .../WCF => WoltLabSuite/Core}/Environment.js | 4 +- .../Core}/Event/Handler.js | 6 +- .../WCF => WoltLabSuite/Core}/Event/Key.js | 4 +- .../WCF => WoltLabSuite/Core}/File/Util.js | 4 +- .../WCF => WoltLabSuite/Core}/Language.js | 8 +-- .../Core}/Language/Chooser.js | 4 +- .../Core}/Language/Input.js | 4 +- .../WCF => WoltLabSuite/Core}/List.js | 2 +- .../WCF => WoltLabSuite/Core}/Media/Editor.js | 4 +- .../Core}/Media/Manager/Base.js | 8 +-- .../Core}/Media/Manager/Editor.js | 14 ++-- .../Core}/Media/Manager/Search.js | 8 +-- .../Core}/Media/Manager/Select.js | 12 ++-- .../WCF => WoltLabSuite/Core}/Media/Search.js | 2 +- .../WCF => WoltLabSuite/Core}/Media/Upload.js | 10 +-- .../WCF => WoltLabSuite/Core}/NumberUtil.js | 4 +- .../WCF => WoltLabSuite/Core}/ObjectMap.js | 4 +- .../WCF => WoltLabSuite/Core}/Permission.js | 4 +- .../WCF => WoltLabSuite/Core}/StringUtil.js | 4 +- .../Core}/Template.grammar.jison | 4 +- .../Core}/Template.grammar.js | 0 .../WCF => WoltLabSuite/Core}/Template.js | 4 +- .../Core}/Timer/Repeating.js | 2 +- .../Core}/Ui/Acl/Simple.js | 2 +- .../WCF => WoltLabSuite/Core}/Ui/Alignment.js | 4 +- .../Core}/Ui/CloseOverlay.js | 8 +-- .../Core}/Ui/Confirmation.js | 4 +- .../WCF => WoltLabSuite/Core}/Ui/Dialog.js | 4 +- .../Core}/Ui/Dropdown/Reusable.js | 4 +- .../Core}/Ui/Dropdown/Simple.js | 8 +-- .../Core}/Ui/FlexibleMenu.js | 6 +- .../WCF => WoltLabSuite/Core}/Ui/ItemList.js | 6 +- .../Core}/Ui/ItemList/Filter.js | 2 +- .../Core}/Ui/ItemList/User.js | 8 +-- .../Core}/Ui/Like/Handler.js | 8 +-- .../Core}/Ui/Message/InlineEditor.js | 4 +- .../Core}/Ui/Message/Manager.js | 2 +- .../Core}/Ui/Message/Reply.js | 4 +- .../Core}/Ui/Message/Share.js | 4 +- .../WCF => WoltLabSuite/Core}/Ui/Mobile.js | 8 +-- .../Core}/Ui/Notification.js | 4 +- .../Core}/Ui/Page/Action.js | 4 +- .../Core}/Ui/Page/Header/Fixed.js | 6 +- .../Core}/Ui/Page/JumpTo.js | 4 +- .../Core}/Ui/Page/JumpToTop.js | 2 +- .../Core}/Ui/Page/Menu/Abstract.js | 2 +- .../Core}/Ui/Page/Menu/Main.js | 2 +- .../Core}/Ui/Page/Menu/User.js | 2 +- .../Core}/Ui/Page/Search.js | 0 .../Core}/Ui/Page/Search/Handler.js | 4 +- .../Core}/Ui/Page/Search/Input.js | 6 +- .../Core}/Ui/Pagination.js | 4 +- .../Core}/Ui/Redactor/Autosave.js | 2 +- .../Core}/Ui/Redactor/Code.js | 2 +- .../Core}/Ui/Redactor/Format.js | 4 +- .../Core}/Ui/Redactor/Link.js | 0 .../Core}/Ui/Redactor/Mention.js | 0 .../Core}/Ui/Redactor/Metacode.js | 4 +- .../Core}/Ui/Redactor/Page.js | 4 +- .../Core}/Ui/Redactor/Quote.js | 2 +- .../Core}/Ui/Redactor/Spoiler.js | 2 +- .../WCF => WoltLabSuite/Core}/Ui/Screen.js | 4 +- .../WCF => WoltLabSuite/Core}/Ui/Scroll.js | 4 +- .../Core}/Ui/Search/Input.js | 2 +- .../Core}/Ui/Search/Page.js | 0 .../Core}/Ui/Suggestion.js | 2 +- .../WCF => WoltLabSuite/Core}/Ui/TabMenu.js | 8 +-- .../Core}/Ui/TabMenu/Simple.js | 2 +- .../Core}/Ui/Toggle/Input.js | 2 +- .../WCF => WoltLabSuite/Core}/Ui/Tooltip.js | 6 +- .../Core}/Ui/User/Editor.js | 4 +- .../Core}/Ui/User/Ignore.js | 6 +- .../WCF => WoltLabSuite/Core}/Ui/User/List.js | 4 +- .../Ui/User/Profile/Menu/Item/Abstract.js | 2 +- .../Core}/Ui/User/Profile/Menu/Item/Follow.js | 0 .../Core}/Ui/User/Profile/Menu/Item/Ignore.js | 0 .../Core}/Ui/User/Search/Input.js | 6 +- .../WCF => WoltLabSuite/Core}/Upload.js | 2 +- .../WCF => WoltLabSuite/Core}/User.js | 4 +- .../install/files/js/require.build-acp.js | 14 ++-- wcfsetup/install/files/js/require.build.js | 12 ++-- wcfsetup/install/files/js/require.config.js | 58 ++++++++-------- 175 files changed, 399 insertions(+), 399 deletions(-) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Bootstrap.js (75%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Ui/Article/Add.js (93%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Ui/Box/Add.js (95%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Ui/Box/Controller/Handler.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Ui/Box/Handler.js (95%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Ui/CodeMirror/Media.js (92%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Ui/CodeMirror/Page.js (89%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Ui/Menu/Item/Handler.js (93%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Ui/Page/Add.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Ui/Page/Menu.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Ui/Style/Editor.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Acp/Ui/Style/Image/Upload.js (88%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ajax.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ajax/Jsonp.js (95%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ajax/Request.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ajax/Status.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Bbcode/Collapsible.js (93%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Bbcode/FromHtml.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Bbcode/Parser.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Bbcode/ToHtml.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Bootstrap.js (83%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/BootstrapFrontend.js (88%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/CallbackList.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/ColorUtil.js (100%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Controller/Captcha.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Controller/Clipboard.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Controller/Condition/Page/Dependence.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Controller/Notice/Dismiss.js (91%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Controller/Popover.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Controller/Style/Changer.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Controller/User/Notification/Settings.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Core.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Date/Picker.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Date/Time/Relative.js (88%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Date/Util.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Dictionary.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Dom/Change/Listener.js (84%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Dom/Traverse.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Dom/Util.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Environment.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Event/Handler.js (92%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Event/Key.js (96%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/File/Util.js (95%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Language.js (92%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Language/Chooser.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Language/Input.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/List.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Media/Editor.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Media/Manager/Base.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Media/Manager/Editor.js (95%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Media/Manager/Search.js (92%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Media/Manager/Select.js (93%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Media/Search.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Media/Upload.js (95%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/NumberUtil.js (93%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/ObjectMap.js (96%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Permission.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/StringUtil.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Template.grammar.jison (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Template.grammar.js (100%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Template.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Timer/Repeating.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Acl/Simple.js (93%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Alignment.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/CloseOverlay.js (83%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Confirmation.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Dialog.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Dropdown/Reusable.js (95%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Dropdown/Simple.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/FlexibleMenu.js (96%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/ItemList.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/ItemList/Filter.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/ItemList/User.js (83%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Like/Handler.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Message/InlineEditor.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Message/Manager.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Message/Reply.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Message/Share.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Mobile.js (95%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Notification.js (95%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Page/Action.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Page/Header/Fixed.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Page/JumpTo.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Page/JumpToTop.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Page/Menu/Abstract.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Page/Menu/Main.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Page/Menu/User.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Page/Search.js (100%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Page/Search/Handler.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Page/Search/Input.js (88%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Pagination.js (96%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Redactor/Autosave.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Redactor/Code.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Redactor/Format.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Redactor/Link.js (100%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Redactor/Mention.js (100%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Redactor/Metacode.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Redactor/Page.js (86%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Redactor/Quote.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Redactor/Spoiler.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Screen.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Scroll.js (96%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Search/Input.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Search/Page.js (100%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Suggestion.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/TabMenu.js (92%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/TabMenu/Simple.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Toggle/Input.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/Tooltip.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/User/Editor.js (98%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/User/Ignore.js (89%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/User/List.js (94%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/User/Profile/Menu/Item/Abstract.js (97%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/User/Profile/Menu/Item/Follow.js (100%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/User/Profile/Menu/Item/Ignore.js (100%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Ui/User/Search/Input.js (88%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/Upload.js (99%) rename wcfsetup/install/files/js/{WoltLab/WCF => WoltLabSuite/Core}/User.js (92%) diff --git a/com.woltlab.wcf/templates/__commentJavaScript.tpl b/com.woltlab.wcf/templates/__commentJavaScript.tpl index 4c64c0daac..1253cb6a6c 100644 --- a/com.woltlab.wcf/templates/__commentJavaScript.tpl +++ b/com.woltlab.wcf/templates/__commentJavaScript.tpl @@ -16,7 +16,7 @@ new {if $commentHandlerClass|isset}{@$commentHandlerClass}{else}WCF.Comment.Handler{/if}('{$commentContainerID}', '{@$__wcf->getUserProfileHandler()->getAvatar()->getImageTag(48)}', '{@$__wcf->getUserProfileHandler()->getAvatar()->getImageTag(32)}'); {if MODULE_LIKE && $commentList->getCommentManager()->supportsLike() && $__wcf->getSession()->getPermission('user.like.canViewLike')} - require(['WoltLab/WCF/Ui/Like/Handler'], function(UiLikeHandler) { + require(['WoltLabSuite/Core/Ui/Like/Handler'], function(UiLikeHandler) { var canDislike = {if LIKE_ENABLE_DISLIKE}true{else}false{/if}; var canLike = {if $__wcf->getUser()->userID && $__wcf->getSession()->getPermission('user.like.canLike')}true{else}false{/if}; var canLikeOwnContent = {if LIKE_ALLOW_FOR_OWN_CONTENT}true{else}false{/if}; diff --git a/com.woltlab.wcf/templates/aclSimple.tpl b/com.woltlab.wcf/templates/aclSimple.tpl index 3fa5a97cea..7e556d8b09 100644 --- a/com.woltlab.wcf/templates/aclSimple.tpl +++ b/com.woltlab.wcf/templates/aclSimple.tpl @@ -53,7 +53,7 @@ diff --git a/com.woltlab.wcf/templates/article.tpl b/com.woltlab.wcf/templates/article.tpl index 4a3352a152..0fbba1c249 100644 --- a/com.woltlab.wcf/templates/article.tpl +++ b/com.woltlab.wcf/templates/article.tpl @@ -310,7 +310,7 @@ {if MODULE_LIKE && ARTICLE_ENABLE_LIKE} diff --git a/com.woltlab.wcf/templates/codeMetaCode.tpl b/com.woltlab.wcf/templates/codeMetaCode.tpl index 8fcf0abc70..659cb0d27f 100644 --- a/com.woltlab.wcf/templates/codeMetaCode.tpl +++ b/com.woltlab.wcf/templates/codeMetaCode.tpl @@ -24,7 +24,7 @@ {if !$__overlongCodeBoxSeen|isset} {assign var='__overlongCodeBoxSeen' value=true} diff --git a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl index 30b36cbcfd..dd6ed89c1a 100644 --- a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl +++ b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl @@ -22,7 +22,7 @@ requirejs.config({ }); diff --git a/com.woltlab.wcf/templates/pageHeaderSearch.tpl b/com.woltlab.wcf/templates/pageHeaderSearch.tpl index 1eccf74a44..79037cf859 100644 --- a/com.woltlab.wcf/templates/pageHeaderSearch.tpl +++ b/com.woltlab.wcf/templates/pageHeaderSearch.tpl @@ -71,7 +71,7 @@ {if !OFFLINE || $__wcf->session->getPermission('admin.general.canViewPageDuringOfflineMode')} diff --git a/com.woltlab.wcf/templates/pageHeaderUser.tpl b/com.woltlab.wcf/templates/pageHeaderUser.tpl index 9a865522c4..41a1b3abf7 100644 --- a/com.woltlab.wcf/templates/pageHeaderUser.tpl +++ b/com.woltlab.wcf/templates/pageHeaderUser.tpl @@ -101,7 +101,7 @@ {if $__wcf->getLanguage()->getLanguages()|count > 1}
  • diff --git a/com.woltlab.wcf/templates/tagInput.tpl b/com.woltlab.wcf/templates/tagInput.tpl index 23daa44c04..998b4ad157 100644 --- a/com.woltlab.wcf/templates/tagInput.tpl +++ b/com.woltlab.wcf/templates/tagInput.tpl @@ -8,7 +8,7 @@ diff --git a/com.woltlab.wcf/templates/wysiwyg.tpl b/com.woltlab.wcf/templates/wysiwyg.tpl index 5a3e8a03ef..77bf603f94 100644 --- a/com.woltlab.wcf/templates/wysiwyg.tpl +++ b/com.woltlab.wcf/templates/wysiwyg.tpl @@ -49,7 +49,7 @@ {event name='redactorJavaScript'} ], function () { - require(['Language', 'WoltLab/WCF/Ui/Redactor/Autosave', 'WoltLab/WCF/Ui/Redactor/Metacode'], function(Language, UiRedactorAutosave, UiRedactorMetacode) { + require(['Language', 'WoltLabSuite/Core/Ui/Redactor/Autosave', 'WoltLabSuite/Core/Ui/Redactor/Metacode'], function(Language, UiRedactorAutosave, UiRedactorMetacode) { Language.addObject({ 'wcf.editor.code.edit': '{lang}wcf.editor.code.edit{/lang}', 'wcf.editor.code.file': '{lang}wcf.editor.code.file{/lang}', diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.Style.js b/wcfsetup/install/files/acp/js/WCF.ACP.Style.js index 06243a2d55..1821bc8505 100644 --- a/wcfsetup/install/files/acp/js/WCF.ACP.Style.js +++ b/wcfsetup/install/files/acp/js/WCF.ACP.Style.js @@ -69,7 +69,7 @@ WCF.ACP.Style.CopyStyle = Class.extend({ * * @param integer styleID * @param string tmpHash - * @deprecated use WoltLab/WCF/Acp/Ui/Style/Image/Upload + * @deprecated use WoltLabSuite/Core/Acp/Ui/Style/Image/Upload */ WCF.ACP.Style.ImageUpload = WCF.Upload.extend({ /** diff --git a/wcfsetup/install/files/acp/templates/__pageAddContent.tpl b/wcfsetup/install/files/acp/templates/__pageAddContent.tpl index 015ba9b205..b16b81271e 100644 --- a/wcfsetup/install/files/acp/templates/__pageAddContent.tpl +++ b/wcfsetup/install/files/acp/templates/__pageAddContent.tpl @@ -19,7 +19,7 @@
  • diff --git a/wcfsetup/install/files/acp/templates/articleAdd.tpl b/wcfsetup/install/files/acp/templates/articleAdd.tpl index 2d4b8ba513..8408efbb03 100644 --- a/wcfsetup/install/files/acp/templates/articleAdd.tpl +++ b/wcfsetup/install/files/acp/templates/articleAdd.tpl @@ -17,7 +17,7 @@ @@ -26,7 +26,7 @@ diff --git a/wcfsetup/install/files/acp/templates/boxAdd.tpl b/wcfsetup/install/files/acp/templates/boxAdd.tpl index aff4cbb3f7..6a259f760d 100644 --- a/wcfsetup/install/files/acp/templates/boxAdd.tpl +++ b/wcfsetup/install/files/acp/templates/boxAdd.tpl @@ -5,12 +5,12 @@ {include file='mediaJavaScript'} {if $boxType == 'system'} - require(['WoltLab/WCF/Acp/Ui/Box/Controller/Handler'], function(AcpUiBoxControllerHandler) { + require(['WoltLabSuite/Core/Acp/Ui/Box/Controller/Handler'], function(AcpUiBoxControllerHandler) { AcpUiBoxControllerHandler.init({if $boxController}{@$boxController->objectTypeID}{/if}); }); {/if} - require(['Dictionary', 'Language', 'WoltLab/WCF/Acp/Ui/Box/Handler', 'WoltLab/WCF/Media/Manager/Select'], function(Dictionary, Language, AcpUiBoxHandler, MediaManagerSelect) { + require(['Dictionary', 'Language', 'WoltLabSuite/Core/Acp/Ui/Box/Handler', 'WoltLabSuite/Core/Media/Manager/Select'], function(Dictionary, Language, AcpUiBoxHandler, MediaManagerSelect) { Language.addObject({ 'wcf.page.pageObjectID.search.noResults': '{lang}wcf.page.pageObjectID.search.noResults{/lang}', 'wcf.page.pageObjectID.search.results': '{lang}wcf.page.pageObjectID.search.results{/lang}', @@ -391,7 +391,7 @@
    diff --git a/wcfsetup/install/files/acp/templates/wysiwyg.tpl b/wcfsetup/install/files/acp/templates/wysiwyg.tpl index 5a3e8a03ef..77bf603f94 100644 --- a/wcfsetup/install/files/acp/templates/wysiwyg.tpl +++ b/wcfsetup/install/files/acp/templates/wysiwyg.tpl @@ -49,7 +49,7 @@ {event name='redactorJavaScript'} ], function () { - require(['Language', 'WoltLab/WCF/Ui/Redactor/Autosave', 'WoltLab/WCF/Ui/Redactor/Metacode'], function(Language, UiRedactorAutosave, UiRedactorMetacode) { + require(['Language', 'WoltLabSuite/Core/Ui/Redactor/Autosave', 'WoltLabSuite/Core/Ui/Redactor/Metacode'], function(Language, UiRedactorAutosave, UiRedactorMetacode) { Language.addObject({ 'wcf.editor.code.edit': '{lang}wcf.editor.code.edit{/lang}', 'wcf.editor.code.file': '{lang}wcf.editor.code.file{/lang}', diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabCode.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabCode.js index 63d1a2e37f..2a96ea4491 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabCode.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabCode.js @@ -3,7 +3,7 @@ $.Redactor.prototype.WoltLabCode = function() { return { init: function() { - require(['WoltLab/WCF/Ui/Redactor/Code'], (function (UiRedactorCode) { + require(['WoltLabSuite/Core/Ui/Redactor/Code'], (function (UiRedactorCode) { new UiRedactorCode(this); }).bind(this)); } diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabColor.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabColor.js index 68ae83580f..d86c334c9f 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabColor.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabColor.js @@ -44,7 +44,7 @@ $.Redactor.prototype.WoltLabColor = function() { setColor: function(key) { key = key.replace(/^color_/, ''); - require(['WoltLab/WCF/Ui/Redactor/Format'], (function(UiRedactorFormat) { + require(['WoltLabSuite/Core/Ui/Redactor/Format'], (function(UiRedactorFormat) { this.buffer.set(); UiRedactorFormat.format(this.$editor[0], 'woltlab-color', 'woltlab-color-' + key); @@ -52,7 +52,7 @@ $.Redactor.prototype.WoltLabColor = function() { }, removeColor: function() { - require(['WoltLab/WCF/Ui/Redactor/Format'], (function(UiRedactorFormat) { + require(['WoltLabSuite/Core/Ui/Redactor/Format'], (function(UiRedactorFormat) { this.buffer.set(); UiRedactorFormat.removeFormat(this.$editor[0], 'woltlab-color'); diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabLink.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabLink.js index c7a5f7da1e..1f742ce741 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabLink.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabLink.js @@ -7,7 +7,7 @@ $.Redactor.prototype.WoltLabLink = function() { init: function() { this.link.show = this.WoltLabLink.show.bind(this); - require(['WoltLab/WCF/Ui/Redactor/Link'], function(UiRedactorLink) { + require(['WoltLabSuite/Core/Ui/Redactor/Link'], function(UiRedactorLink) { _dialogApi = UiRedactorLink; }); }, diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMedia.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMedia.js index 7a359f064c..bac860718f 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMedia.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMedia.js @@ -6,7 +6,7 @@ $.Redactor.prototype.WoltLabMedia = function() { var button = this.button.add('woltlabMedia', ''); $(button).addClass('jsMediaEditorButton'); - require(['WoltLab/WCF/Media/Manager/Editor'], function(MediaManagerEditor) { + require(['WoltLabSuite/Core/Media/Manager/Editor'], function(MediaManagerEditor) { new MediaManagerEditor({ editor: this }); diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMention.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMention.js index 4b64ca544e..6bb45fbcc2 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMention.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMention.js @@ -5,7 +5,7 @@ $.Redactor.prototype.WoltLabMention = function() { init: function() { //var WoltLabMention = document.registerElement('woltlab-mention'); - require(['WoltLab/WCF/Ui/Redactor/Mention'], (function(UiRedactorMention) { + require(['WoltLabSuite/Core/Ui/Redactor/Mention'], (function(UiRedactorMention) { new UiRedactorMention(this); }).bind(this)); } diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabPage.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabPage.js index 52bbf917f8..ccf7a1b5e5 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabPage.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabPage.js @@ -5,7 +5,7 @@ $.Redactor.prototype.WoltLabPage = function() { init: function() { var button = this.button.add('woltlabPage', ''); - require(['WoltLab/WCF/Ui/Redactor/Page'], (function (UiRedactorPage) { + require(['WoltLabSuite/Core/Ui/Redactor/Page'], (function (UiRedactorPage) { new UiRedactorPage(this, button[0]); }).bind(this)); } diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabQuote.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabQuote.js index 79b71c469d..05668ce02b 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabQuote.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabQuote.js @@ -5,7 +5,7 @@ $.Redactor.prototype.WoltLabQuote = function() { init: function() { var button = this.button.add('woltlabQuote', ''); - require(['WoltLab/WCF/Ui/Redactor/Quote'], (function (UiRedactorQuote) { + require(['WoltLabSuite/Core/Ui/Redactor/Quote'], (function (UiRedactorQuote) { new UiRedactorQuote(this, button); }).bind(this)); } diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSize.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSize.js index 64bea9706f..8a0cdd6837 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSize.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSize.js @@ -35,7 +35,7 @@ $.Redactor.prototype.WoltLabSize = function() { }, setSize: function(key) { - require(['WoltLab/WCF/Ui/Redactor/Format'], (function(UiRedactorFormat) { + require(['WoltLabSuite/Core/Ui/Redactor/Format'], (function(UiRedactorFormat) { this.buffer.set(); UiRedactorFormat.format(this.$editor[0], 'woltlab-size', 'woltlab-size-' + key.replace(/^size_/, '')); @@ -43,7 +43,7 @@ $.Redactor.prototype.WoltLabSize = function() { }, removeSize: function() { - require(['WoltLab/WCF/Ui/Redactor/Format'], (function(UiRedactorFormat) { + require(['WoltLabSuite/Core/Ui/Redactor/Format'], (function(UiRedactorFormat) { this.buffer.set(); UiRedactorFormat.removeFormat(this.$editor[0], 'woltlab-size'); diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSpoiler.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSpoiler.js index a9295967f3..658156572e 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSpoiler.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSpoiler.js @@ -3,7 +3,7 @@ $.Redactor.prototype.WoltLabSpoiler = function() { return { init: function() { - require(['WoltLab/WCF/Ui/Redactor/Spoiler'], (function (UiRedactorSpoiler) { + require(['WoltLabSuite/Core/Ui/Redactor/Spoiler'], (function (UiRedactorSpoiler) { new UiRedactorSpoiler(this); }).bind(this)); } diff --git a/wcfsetup/install/files/js/WCF.Like.js b/wcfsetup/install/files/js/WCF.Like.js index 50688cc15c..728d6cf691 100644 --- a/wcfsetup/install/files/js/WCF.Like.js +++ b/wcfsetup/install/files/js/WCF.Like.js @@ -7,7 +7,7 @@ * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License * - * @deprecated 3.0 - please use `WoltLab/WCF/Ui/Like/Handler` instead + * @deprecated 3.0 - please use `WoltLabSuite/Core/Ui/Like/Handler` instead */ WCF.Like = Class.extend({ /** diff --git a/wcfsetup/install/files/js/WCF.Message.js b/wcfsetup/install/files/js/WCF.Message.js index 2cd7b3d8d8..5131bb8121 100644 --- a/wcfsetup/install/files/js/WCF.Message.js +++ b/wcfsetup/install/files/js/WCF.Message.js @@ -479,7 +479,7 @@ WCF.Message.DefaultPreview = WCF.Message.Preview.extend({ * @see WCF.Message.Preview._handleResponse() */ _handleResponse: function(data) { - require(['WoltLab/WCF/Ui/Dialog'], (function(UiDialog) { + require(['WoltLabSuite/Core/Ui/Dialog'], (function(UiDialog) { UiDialog.open(this, '
    ' + data.returnValues.message + '
    '); }).bind(this)); }, @@ -729,7 +729,7 @@ WCF.Message.Smilies = Class.extend({ /** * Provides an inline message editor. * - * @deprecated 3.0 - please use `WoltLab/WCF/Ui/Message/InlineEditor` instead + * @deprecated 3.0 - please use `WoltLabSuite/Core/Ui/Message/InlineEditor` instead * * @param integer containerID */ @@ -772,7 +772,7 @@ WCF.Message.InlineEditor = Class.extend({ * @param WCF.Message.Quote.Manager quoteManager */ init: function(containerID, supportExtendedForm, quoteManager) { - require(['WoltLab/WCF/Ui/Message/InlineEditor'], (function(UiMessageInlineEditor) { + require(['WoltLabSuite/Core/Ui/Message/InlineEditor'], (function(UiMessageInlineEditor) { new UiMessageInlineEditor({ className: this._getClassName(), containerId: containerID, @@ -795,7 +795,7 @@ WCF.Message.InlineEditor = Class.extend({ _click: function(event, containerID) { containerID = (event === null) ? ~~containerID : ~~elData(event.currentTarget, 'container-id'); - require(['WoltLab/WCF/Ui/Message/InlineEditor'], (function(UiMessageInlineEditor) { + require(['WoltLabSuite/Core/Ui/Message/InlineEditor'], (function(UiMessageInlineEditor) { UiMessageInlineEditor.legacyEdit(containerID); }).bind(this)); @@ -1690,7 +1690,7 @@ WCF.Message.Quote.Manager = Class.extend({ * Toggles the display of the 'Show quotes' button */ _toggleShowQuotes: function() { - require(['WoltLab/WCF/Ui/Page/Action'], (function(UiPageAction) { + require(['WoltLabSuite/Core/Ui/Page/Action'], (function(UiPageAction) { var buttonName = 'showQuotes'; if (this._count) { @@ -2118,11 +2118,11 @@ WCF.Message.Share.Content = Class.extend({ /** * Provides buttons to share a page through multiple social community sites. * - * @deprecated 3.0 - please use `WoltLab/WCF/Ui/Message/Share` instead + * @deprecated 3.0 - please use `WoltLabSuite/Core/Ui/Message/Share` instead */ WCF.Message.Share.Page = Class.extend({ init: function() { - require(['WoltLab/WCF/Ui/Message/Share'], function(UiMessageShare) { + require(['WoltLabSuite/Core/Ui/Message/Share'], function(UiMessageShare) { UiMessageShare.init(); }); } diff --git a/wcfsetup/install/files/js/WCF.Poll.js b/wcfsetup/install/files/js/WCF.Poll.js index 9dc3d2ba98..62d3568414 100644 --- a/wcfsetup/install/files/js/WCF.Poll.js +++ b/wcfsetup/install/files/js/WCF.Poll.js @@ -263,7 +263,7 @@ WCF.Poll.Management = Class.extend({ }); // reset date picker - require(['WoltLab/WCF/Date/Picker'], (function(UiDatePicker) { + require(['WoltLabSuite/Core/Date/Picker'], (function(UiDatePicker) { UiDatePicker.clear('pollEndTime_' + this._editorId); }).bind(this)); }, diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 71b9b5b6ae..25e89a166b 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -742,7 +742,7 @@ $.extend(WCF, { }, /** - * @deprecated Use WoltLab/WCF/Core.getUuid(). + * @deprecated Use WoltLabSuite/Core/Core.getUuid(). */ getUUID: function() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { @@ -1277,7 +1277,7 @@ WCF.Dropdown.Interactive.Instance = Class.extend({ /** * Clipboard API * - * @deprecated 3.0 - please use `WoltLab/WCF/Controller/Clipboard` instead + * @deprecated 3.0 - please use `WoltLabSuite/Core/Controller/Clipboard` instead */ WCF.Clipboard = { /** @@ -1289,7 +1289,7 @@ WCF.Clipboard = { * @param integer pageObjectID */ init: function(page, hasMarkedItems, actionObjects, pageObjectID) { - require(['WoltLab/WCF/Controller/Clipboard'], function(ControllerClipboard) { + require(['WoltLabSuite/Core/Controller/Clipboard'], function(ControllerClipboard) { ControllerClipboard.setup({ hasMarkedItems: (hasMarkedItems > 0), pageClassName: page, @@ -1302,14 +1302,14 @@ WCF.Clipboard = { * Reloads the list of marked items. */ reload: function() { - require(['WoltLab/WCF/Controller/Clipboard'], function(ControllerClipboard) { + require(['WoltLabSuite/Core/Controller/Clipboard'], function(ControllerClipboard) { ControllerClipboard.reload(); }); } }; /** - * @deprecated Use WoltLab/WCF/Timer/Repeating + * @deprecated Use WoltLabSuite/Core/Timer/Repeating */ WCF.PeriodicalExecuter = Class.extend({ /** @@ -1416,14 +1416,14 @@ WCF.PeriodicalExecuter = Class.extend({ /** * Handler for loading overlays * - * @deprecated 3.0 - Please use WoltLab/WCF/Ajax/Status + * @deprecated 3.0 - Please use WoltLabSuite/Core/Ajax/Status */ WCF.LoadingOverlayHandler = { /** * Adds one loading-request and shows the loading overlay if nessercery */ show: function() { - require(['WoltLab/WCF/Ajax/Status'], function(AjaxStatus) { + require(['WoltLabSuite/Core/Ajax/Status'], function(AjaxStatus) { AjaxStatus.show(); }); }, @@ -1432,7 +1432,7 @@ WCF.LoadingOverlayHandler = { * Removes one loading-request and hides loading overlay if there're no more pending requests */ hide: function() { - require(['WoltLab/WCF/Ajax/Status'], function(AjaxStatus) { + require(['WoltLabSuite/Core/Ajax/Status'], function(AjaxStatus) { AjaxStatus.hide(); }); }, @@ -1461,7 +1461,7 @@ WCF.Action = {}; /** * Basic implementation for AJAX-based proxyies * - * @deprecated 3.0 - please use `WoltLab/WCF/Ajax.api()` instead + * @deprecated 3.0 - please use `WoltLabSuite/Core/Ajax.api()` instead * * @param object options */ @@ -2302,7 +2302,7 @@ WCF.Dictionary = Class.extend({ // non strict equals by intent if (window.WCF.Language == null) { /** - * @deprecated Use WoltLab/WCF/Language + * @deprecated Use WoltLabSuite/Core/Language */ WCF.Language = { add: function(key, value) { @@ -2649,7 +2649,7 @@ WCF.MultipleLanguageInput = Class.extend({ /** * Number utilities. - * @deprecated Use WoltLab/WCF/NumberUtil + * @deprecated Use WoltLabSuite/Core/NumberUtil */ WCF.Number = { /** @@ -2668,7 +2668,7 @@ WCF.Number = { /** * String utilities. - * @deprecated Use WoltLab/WCF/StringUtil + * @deprecated Use WoltLabSuite/Core/StringUtil */ WCF.String = { /** @@ -2762,7 +2762,7 @@ WCF.TabMenu = { * Initializes all TabMenus */ init: function() { - require(['WoltLab/WCF/Ui/TabMenu'], function(UiTabMenu) { + require(['WoltLabSuite/Core/Ui/TabMenu'], function(UiTabMenu) { UiTabMenu.setup(); }); }, @@ -3636,16 +3636,16 @@ WCF.CloseOverlayHandler = { }; /** - * @deprecated Use WoltLab/WCF/Dom/Change/Listener + * @deprecated Use WoltLabSuite/Core/Dom/Change/Listener */ WCF.DOMNodeInsertedHandler = { addCallback: function(identifier, callback) { - require(['WoltLab/WCF/Dom/Change/Listener'], function (ChangeListener) { + require(['WoltLabSuite/Core/Dom/Change/Listener'], function (ChangeListener) { ChangeListener.add('__legacy__', callback); }); }, _executeCallbacks: function() { - require(['WoltLab/WCF/Dom/Change/Listener'], function (ChangeListener) { + require(['WoltLabSuite/Core/Dom/Change/Listener'], function (ChangeListener) { ChangeListener.trigger(); }); }, @@ -4172,7 +4172,7 @@ WCF.Search = {}; /** * Performs a quick search. * - * @deprecated 3.0 - please use `WoltLab/WCF/Ui/Search/Input` instead + * @deprecated 3.0 - please use `WoltLabSuite/Core/Ui/Search/Input` instead */ WCF.Search.Base = Class.extend({ /** @@ -4701,7 +4701,7 @@ WCF.Search.Base = Class.extend({ * Provides quick search for users and user groups. * * @see WCF.Search.Base - * @deprecated 3.0 - please use `WoltLab/WCF/Ui/User/Search/Input` instead + * @deprecated 3.0 - please use `WoltLabSuite/Core/Ui/User/Search/Input` instead */ WCF.Search.User = WCF.Search.Base.extend({ /** @@ -4901,7 +4901,7 @@ WCF.System.FlexibleMenu = { * @param string containerID */ registerMenu: function(containerID) { - require(['WoltLab/WCF/Ui/FlexibleMenu'], function(UiFlexibleMenu) { + require(['WoltLabSuite/Core/Ui/FlexibleMenu'], function(UiFlexibleMenu) { UiFlexibleMenu.register(containerID); }); }, @@ -4912,7 +4912,7 @@ WCF.System.FlexibleMenu = { * @param string containerID */ rebuild: function(containerID) { - require(['WoltLab/WCF/Ui/FlexibleMenu'], function(UiFlexibleMenu) { + require(['WoltLabSuite/Core/Ui/FlexibleMenu'], function(UiFlexibleMenu) { UiFlexibleMenu.rebuild(containerID); }); } @@ -4973,7 +4973,7 @@ WCF.System.Captcha = { * @param function callback */ addCallback: function(captchaID, callback) { - require(['WoltLab/WCF/Controller/Captcha'], function(ControllerCaptcha) { + require(['WoltLabSuite/Core/Controller/Captcha'], function(ControllerCaptcha) { try { ControllerCaptcha.add(captchaID, callback); } @@ -4995,7 +4995,7 @@ WCF.System.Captcha = { */ getData: function(captchaID) { var returnValue; - require(['WoltLab/WCF/Controller/Captcha'], function(ControllerCaptcha) { + require(['WoltLabSuite/Core/Controller/Captcha'], function(ControllerCaptcha) { try { returnValue = ControllerCaptcha.getData(captchaID); } @@ -5011,7 +5011,7 @@ WCF.System.Captcha = { * Removes the callback with the given captcha id. */ removeCallback: function(captchaID) { - require(['WoltLab/WCF/Controller/Captcha'], function(ControllerCaptcha) { + require(['WoltLabSuite/Core/Controller/Captcha'], function(ControllerCaptcha) { try { ControllerCaptcha.delete(captchaID); } @@ -5287,11 +5287,11 @@ WCF.System.Fullscreen = { /** * Provides the 'jump to page' overlay. * - * @deprecated 3.0 - use `WoltLab/WCF/Ui/Page/JumpTo` instead + * @deprecated 3.0 - use `WoltLabSuite/Core/Ui/Page/JumpTo` instead */ WCF.System.PageNavigation = { init: function(selector, callback) { - require(['WoltLab/WCF/Ui/Page/JumpTo'], function(UiPageJumpTo) { + require(['WoltLabSuite/Core/Ui/Page/JumpTo'], function(UiPageJumpTo) { var elements = elBySelAll(selector); for (var i = 0, length = elements.length; i < length; i++) { UiPageJumpTo.init(elements[i], callback); @@ -5919,7 +5919,7 @@ WCF.InlineEditor = Class.extend({ /** * Default implementation for ajax file uploads. * - * @deprecated Use WoltLab/WCF/Upload + * @deprecated Use WoltLabSuite/Core/Upload * * @param jquery buttonSelector * @param jquery fileListSelector @@ -6297,7 +6297,7 @@ WCF.Upload = Class.extend({ /** * Default implementation for parallel AJAX file uploads. * - * @deprecated Use WoltLab/WCF/Upload + * @deprecated Use WoltLabSuite/Core/Upload */ WCF.Upload.Parallel = WCF.Upload.extend({ /** @@ -6705,7 +6705,7 @@ WCF.Popover = Class.extend({ this._activeElementID = ''; this._identifier = selector; - require(['WoltLab/WCF/Controller/Popover'], (function(popover) { + require(['WoltLabSuite/Core/Controller/Popover'], (function(popover) { popover.init({ attributeName: 'legacy', className: selector, @@ -7052,7 +7052,7 @@ WCF.EditableItemList = Class.extend({ * @param {function} callback function called after a language is selected * @param {boolean} allowEmptyValue true if no language may be selected * - * @deprecated 3.0 - please use `WoltLab/WCF/Language/Chooser` instead + * @deprecated 3.0 - please use `WoltLabSuite/Core/Language/Chooser` instead */ WCF.Language.Chooser = Class.extend({ /** @@ -7066,7 +7066,7 @@ WCF.Language.Chooser = Class.extend({ * @param {boolean} allowEmptyValue true if no language may be selected */ init: function(containerId, chooserId, languageId, languages, callback, allowEmptyValue) { - require(['WoltLab/WCF/Language/Chooser'], function(LanguageChooser) { + require(['WoltLabSuite/Core/Language/Chooser'], function(LanguageChooser) { LanguageChooser.init(containerId, chooserId, languageId, languages, callback, allowEmptyValue); }); } @@ -7548,7 +7548,7 @@ jQuery.fn.extend({ wcfTabs: function(method) { var element = this[0], parameters = Array.prototype.slice.call(arguments, 1); - require(['Dom/Util', 'WoltLab/WCF/Ui/TabMenu'], function(DomUtil, TabMenu) { + require(['Dom/Util', 'WoltLabSuite/Core/Ui/TabMenu'], function(DomUtil, TabMenu) { var container = TabMenu.getTabMenu(DomUtil.identify(element)); if (container !== null) { container[method].apply(container, parameters); @@ -7560,7 +7560,7 @@ jQuery.fn.extend({ /** * jQuery widget implementation of the wcf pagination. * - * @deprecated 3.0 - use `WoltLab/WCF/Ui/Pagination` instead + * @deprecated 3.0 - use `WoltLabSuite/Core/Ui/Pagination` instead */ $.widget('ui.wcfPages', { _api: null, @@ -7578,7 +7578,7 @@ $.widget('ui.wcfPages', { * Creates the pages widget. */ _create: function() { - require(['WoltLab/WCF/Ui/Pagination'], (function(UiPagination) { + require(['WoltLabSuite/Core/Ui/Pagination'], (function(UiPagination) { this._api = new UiPagination(this.element[0], { activePage: this.options.activePage, maxPage: this.options.maxPage, diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Bootstrap.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Bootstrap.js similarity index 75% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Bootstrap.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Bootstrap.js index 7cf435c317..76525f50c3 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Bootstrap.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Bootstrap.js @@ -4,13 +4,13 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Acp/Bootstrap + * @module WoltLabSuite/Core/Acp/Bootstrap */ -define(['Core', 'WoltLab/WCF/Bootstrap', './Ui/Page/Menu'], function(Core, Bootstrap, UiPageMenu) { +define(['Core', 'WoltLabSuite/Core/Bootstrap', './Ui/Page/Menu'], function(Core, Bootstrap, UiPageMenu) { "use strict"; /** - * @exports WoltLab/WCF/Acp/Bootstrap + * @exports WoltLabSuite/Core/Acp/Bootstrap */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Article/Add.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Article/Add.js similarity index 93% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Article/Add.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Article/Add.js index fda2a2eac3..00f257c578 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Article/Add.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Article/Add.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Acp/Ui/Article/Add + * @module WoltLabSuite/Core/Acp/Ui/Article/Add */ define(['Core', 'Language', 'Ui/Dialog'], function(Core, Language, UiDialog) { "use strict"; @@ -12,7 +12,7 @@ define(['Core', 'Language', 'Ui/Dialog'], function(Core, Language, UiDialog) { var _link; /** - * @exports WoltLab/WCF/Acp/Ui/Article/Add + * @exports WoltLabSuite/Core/Acp/Ui/Article/Add */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Box/Add.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Box/Add.js similarity index 95% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Box/Add.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Box/Add.js index a949633037..6bbeda22e0 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Box/Add.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Box/Add.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Acp/Ui/Box/Add + * @module WoltLabSuite/Core/Acp/Ui/Box/Add */ define(['Core', 'Language', 'Ui/Dialog'], function(Core, Language, UiDialog) { "use strict"; @@ -12,7 +12,7 @@ define(['Core', 'Language', 'Ui/Dialog'], function(Core, Language, UiDialog) { var _link; /** - * @exports WoltLab/WCF/Acp/Ui/Box/Add + * @exports WoltLabSuite/Core/Acp/Ui/Box/Add */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Box/Controller/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Box/Controller/Handler.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Box/Controller/Handler.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Box/Controller/Handler.js index d62bbc6cd0..f668a19672 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Box/Controller/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Box/Controller/Handler.js @@ -4,7 +4,7 @@ * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Acp/Ui/Box/Controller/Handler + * @module WoltLabSuite/Core/Acp/Ui/Box/Controller/Handler */ define(['Ajax', 'Dictionary'], function(Ajax, Dictionary) { "use strict"; @@ -15,7 +15,7 @@ define(['Ajax', 'Dictionary'], function(Ajax, Dictionary) { var _templates = new Dictionary(); /** - * @exports WoltLab/WCF/Acp/Ui/Box/Controller/Handler + * @exports WoltLabSuite/Core/Acp/Ui/Box/Controller/Handler */ return { init: function(initialObjectTypeId) { diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Box/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Box/Handler.js similarity index 95% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Box/Handler.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Box/Handler.js index 14297e5852..360d2c13cb 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Box/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Box/Handler.js @@ -4,9 +4,9 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Acp/Ui/Box/Handler + * @module WoltLabSuite/Core/Acp/Ui/Box/Handler */ -define(['Dictionary', 'WoltLab/Wcf/Ui/Page/Search/Handler'], function(Dictionary, UiPageSearchHandler) { +define(['Dictionary', 'WoltLabSuite/Core/Ui/Page/Search/Handler'], function(Dictionary, UiPageSearchHandler) { "use strict"; var _activePageId = 0; @@ -21,7 +21,7 @@ define(['Dictionary', 'WoltLab/Wcf/Ui/Page/Search/Handler'], function(Dictionary var _position; /** - * @exports WoltLab/WCF/Acp/Ui/Box/Handler + * @exports WoltLabSuite/Core/Acp/Ui/Box/Handler */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/CodeMirror/Media.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/CodeMirror/Media.js similarity index 92% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/CodeMirror/Media.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/CodeMirror/Media.js index 4aa3759e2e..9a23f570e5 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/CodeMirror/Media.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/CodeMirror/Media.js @@ -1,4 +1,4 @@ -define(['WoltLab/WCF/Media/Manager/Editor'], function(MediaManagerEditor) { +define(['WoltLabSuite/Core/Media/Manager/Editor'], function(MediaManagerEditor) { "use strict"; function AcpUiCodeMirrorMedia(elementId) { this.init(elementId); } diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/CodeMirror/Page.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/CodeMirror/Page.js similarity index 89% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/CodeMirror/Page.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/CodeMirror/Page.js index 2c6f4f5f99..4ead1e5346 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/CodeMirror/Page.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/CodeMirror/Page.js @@ -1,4 +1,4 @@ -define(['WoltLab/WCF/Ui/Page/Search'], function(UiPageSearch) { +define(['WoltLabSuite/Core/Ui/Page/Search'], function(UiPageSearch) { "use strict"; function AcpUiCodeMirrorPage(elementId) { this.init(elementId); } diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Menu/Item/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Menu/Item/Handler.js similarity index 93% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Menu/Item/Handler.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Menu/Item/Handler.js index eccf34dcaa..76e9051e42 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Menu/Item/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Menu/Item/Handler.js @@ -4,9 +4,9 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Acp/Ui/Menu/Item/Handler + * @module WoltLabSuite/Core/Acp/Ui/Menu/Item/Handler */ -define(['Dictionary', 'WoltLab/Wcf/Ui/Page/Search/Handler'], function(Dictionary, UiPageSearchHandler) { +define(['Dictionary', 'WoltLabSuite/Core/Ui/Page/Search/Handler'], function(Dictionary, UiPageSearchHandler) { "use strict"; var _activePageId = 0; @@ -19,7 +19,7 @@ define(['Dictionary', 'WoltLab/Wcf/Ui/Page/Search/Handler'], function(Dictionary var _pageObjectId; /** - * @exports WoltLab/WCF/Acp/Ui/Menu/Item/Handler + * @exports WoltLabSuite/Core/Acp/Ui/Menu/Item/Handler */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Page/Add.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Page/Add.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Page/Add.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Page/Add.js index cbdc4719e0..89fd34053f 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Page/Add.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Page/Add.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Acp/Ui/Page/Add + * @module WoltLabSuite/Core/Acp/Ui/Page/Add */ define(['Core', 'Language', 'Ui/Dialog'], function(Core, Language, UiDialog) { "use strict"; @@ -12,7 +12,7 @@ define(['Core', 'Language', 'Ui/Dialog'], function(Core, Language, UiDialog) { var _languages, _link; /** - * @exports WoltLab/WCF/Acp/Ui/Page/Add + * @exports WoltLabSuite/Core/Acp/Ui/Page/Add */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Page/Menu.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Page/Menu.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Page/Menu.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Page/Menu.js index 9811aebf3f..16d27500e6 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Page/Menu.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Page/Menu.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Acp/Ui/Page/Menu + * @module WoltLabSuite/Core/Acp/Ui/Page/Menu */ define(['Dictionary'], function(Dictionary) { "use strict"; @@ -14,7 +14,7 @@ define(['Dictionary'], function(Dictionary) { var _menuItemContainers = new Dictionary(); /** - * @exports WoltLab/WCF/Acp/Ui/Page/Menu + * @exports WoltLabSuite/Core/Acp/Ui/Page/Menu */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Style/Editor.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Style/Editor.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Style/Editor.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Style/Editor.js index a78f4a2f10..5600a99695 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Style/Editor.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Style/Editor.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Acp/Ui/Style/Editor + * @module WoltLabSuite/Core/Acp/Ui/Style/Editor */ define(['Ajax', 'Dictionary', 'Dom/Util', 'EventHandler'], function(Ajax, Dictionary, DomUtil, EventHandler) { "use strict"; @@ -13,7 +13,7 @@ define(['Ajax', 'Dictionary', 'Dom/Util', 'EventHandler'], function(Ajax, Dictio var _stylePreviewRegionMarker = null; /** - * @module WoltLab/WCF/Acp/Ui/Style/Editor + * @module WoltLabSuite/Core/Acp/Ui/Style/Editor */ var AcpUiStyleEditor = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Style/Image/Upload.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Style/Image/Upload.js similarity index 88% rename from wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Style/Image/Upload.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Style/Image/Upload.js index 955eef1feb..5f829d1584 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Acp/Ui/Style/Image/Upload.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Style/Image/Upload.js @@ -4,7 +4,7 @@ * @author Matthias Schmidt * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Acp/Ui/Style/Image/Upload + * @module WoltLabSuite/Core/Acp/Ui/Style/Image/Upload */ define(['Core', 'Dom/Traverse', 'Language', 'Ui/Notification', 'Upload'], function(Core, DomTraverse, Language, UiNotification, Upload) { "use strict"; @@ -22,14 +22,14 @@ define(['Core', 'Dom/Traverse', 'Language', 'Ui/Notification', 'Upload'], functi } Core.inherit(AcpUiStyleImageUpload, Upload, { /** - * @see WoltLab/WCF/Upload#_createFileElement + * @see WoltLabSuite/Core/Upload#_createFileElement */ _createFileElement: function(file) { return this._target; }, /** - * @see WoltLab/WCF/Upload#_getParameters + * @see WoltLabSuite/Core/Upload#_getParameters */ _getParameters: function() { return { @@ -39,7 +39,7 @@ define(['Core', 'Dom/Traverse', 'Language', 'Ui/Notification', 'Upload'], functi }, /** - * @see WoltLab/WCF/Upload#_success + * @see WoltLabSuite/Core/Upload#_success */ _success: function(uploadId, data) { var error = DomTraverse.childByClass(this._button.parentNode, 'innerError'); diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ajax.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ajax.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Ajax.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ajax.js index 3703f45e3e..4f38e2ef7b 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ajax.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ajax.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ajax + * @module WoltLabSuite/Core/Ajax */ define(['AjaxRequest', 'Core', 'ObjectMap'], function(AjaxRequest, Core, ObjectMap) { "use strict"; @@ -12,7 +12,7 @@ define(['AjaxRequest', 'Core', 'ObjectMap'], function(AjaxRequest, Core, ObjectM var _requests = new ObjectMap(); /** - * @exports WoltLab/WCF/Ajax + * @exports WoltLabSuite/Core/Ajax */ var Ajax = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ajax/Jsonp.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Jsonp.js similarity index 95% rename from wcfsetup/install/files/js/WoltLab/WCF/Ajax/Jsonp.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Jsonp.js index df8efb161c..fac5c1a101 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ajax/Jsonp.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Jsonp.js @@ -4,13 +4,13 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ajax/Jsonp + * @module WoltLabSuite/Core/Ajax/Jsonp */ define(['Core'], function(Core) { "use strict"; /** - * @exports WoltLab/WCF/Ajax/Jsonp + * @exports WoltLabSuite/Core/Ajax/Jsonp */ var AjaxJsonp = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ajax/Request.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Request.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ajax/Request.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Request.js index ccb4e19eaa..91c4380b3b 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ajax/Request.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Request.js @@ -6,9 +6,9 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ajax/Request + * @module WoltLabSuite/Core/Ajax/Request */ -define(['Core', 'Language', 'Dom/ChangeListener', 'Dom/Util', 'Ui/Dialog', 'WoltLab/WCF/Ajax/Status'], function(Core, Language, DomChangeListener, DomUtil, UiDialog, AjaxStatus) { +define(['Core', 'Language', 'Dom/ChangeListener', 'Dom/Util', 'Ui/Dialog', 'WoltLabSuite/Core/Ajax/Status'], function(Core, Language, DomChangeListener, DomUtil, UiDialog, AjaxStatus) { "use strict"; var _didInit = false; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ajax/Status.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Status.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Ajax/Status.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Status.js index 5ca1ef59b5..5a0b4c2fdd 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ajax/Status.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Status.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ajax/Status + * @module WoltLabSuite/Core/Ajax/Status */ define(['Language'], function(Language) { "use strict"; @@ -14,7 +14,7 @@ define(['Language'], function(Language) { var _timeoutShow = null; /** - * @exports WoltLab/WCF/Ajax/Status + * @exports WoltLabSuite/Core/Ajax/Status */ var AjaxStatus = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Bbcode/Collapsible.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/Collapsible.js similarity index 93% rename from wcfsetup/install/files/js/WoltLab/WCF/Bbcode/Collapsible.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/Collapsible.js index c120611bed..392deac15f 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Bbcode/Collapsible.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/Collapsible.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Bbcode/Collapsible + * @module WoltLabSuite/Core/Bbcode/Collapsible */ define([], function() { "use strict"; @@ -12,7 +12,7 @@ define([], function() { var _containers = elByClass('jsCollapsibleBbcode'); /** - * @exports WoltLab/WCF/Bbcode/Collapsible + * @exports WoltLabSuite/Core/Bbcode/Collapsible */ var BbcodeCollapsible = { observe: function() { diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Bbcode/FromHtml.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/FromHtml.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Bbcode/FromHtml.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/FromHtml.js index 21f866ca4b..e3386aa9a8 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Bbcode/FromHtml.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/FromHtml.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Bbcode/FromHtml + * @module WoltLabSuite/Core/Bbcode/FromHtml */ define(['EventHandler', 'StringUtil', 'Dom/Traverse'], function(EventHandler, StringUtil, DomTraverse) { "use strict"; @@ -30,7 +30,7 @@ define(['EventHandler', 'StringUtil', 'Dom/Traverse'], function(EventHandler, St } /** - * @module WoltLab/WCF/Bbcode/FromHtml + * @module WoltLabSuite/Core/Bbcode/FromHtml */ var BbcodeFromHtml = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Bbcode/Parser.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/Parser.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Bbcode/Parser.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/Parser.js index 6facdf3588..349061609a 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Bbcode/Parser.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/Parser.js @@ -4,13 +4,13 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Bbcode/Parser + * @module WoltLabSuite/Core/Bbcode/Parser */ define([], function() { "use strict"; /** - * @module WoltLab/WCF/Bbcode/Parser + * @module WoltLabSuite/Core/Bbcode/Parser */ var BbcodeParser = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Bbcode/ToHtml.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/ToHtml.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Bbcode/ToHtml.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/ToHtml.js index 9dd173b57c..e2bb15658d 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Bbcode/ToHtml.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Bbcode/ToHtml.js @@ -4,9 +4,9 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Bbcode/ToHtml + * @module WoltLabSuite/Core/Bbcode/ToHtml */ -define(['Core', 'EventHandler', 'Language', 'StringUtil', 'WoltLab/WCF/Bbcode/Parser'], function(Core, EventHandler, Language, StringUtil, BbcodeParser) { +define(['Core', 'EventHandler', 'Language', 'StringUtil', 'WoltLabSuite/Core/Bbcode/Parser'], function(Core, EventHandler, Language, StringUtil, BbcodeParser) { "use strict"; var _bbcodes = null; @@ -46,7 +46,7 @@ define(['Core', 'EventHandler', 'Language', 'StringUtil', 'WoltLab/WCF/Bbcode/Pa } /** - * @module WoltLab/WCF/Bbcode/ToHtml + * @module WoltLabSuite/Core/Bbcode/ToHtml */ var BbcodeToHtml = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Bootstrap.js similarity index 83% rename from wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Bootstrap.js index 32dfb3a3f6..d0a51735b2 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Bootstrap.js @@ -6,14 +6,14 @@ * @author Tim Duesterhus * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Bootstrap + * @module WoltLabSuite/Core/Bootstrap */ define( [ - 'favico', 'enquire', 'perfect-scrollbar', 'WoltLab/WCF/Date/Time/Relative', - 'Ui/SimpleDropdown', 'WoltLab/WCF/Ui/Mobile', 'WoltLab/WCF/Ui/TabMenu', 'WoltLab/WCF/Ui/FlexibleMenu', - 'Ui/Dialog', 'WoltLab/WCF/Ui/Tooltip', 'WoltLab/WCF/Language', 'WoltLab/WCF/Environment', - 'WoltLab/WCF/Date/Picker', 'EventHandler', 'Core', 'WoltLab/WCF/Ui/Page/JumpToTop' + 'favico', 'enquire', 'perfect-scrollbar', 'WoltLabSuite/Core/Date/Time/Relative', + 'Ui/SimpleDropdown', 'WoltLabSuite/Core/Ui/Mobile', 'WoltLabSuite/Core/Ui/TabMenu', 'WoltLabSuite/Core/Ui/FlexibleMenu', + 'Ui/Dialog', 'WoltLabSuite/Core/Ui/Tooltip', 'WoltLabSuite/Core/Language', 'WoltLabSuite/Core/Environment', + 'WoltLabSuite/Core/Date/Picker', 'EventHandler', 'Core', 'WoltLabSuite/Core/Ui/Page/JumpToTop' ], function( favico, enquire, perfectScrollbar, DateTimeRelative, @@ -38,7 +38,7 @@ define( window.__wcf_bc_eventHandler = EventHandler; /** - * @exports WoltLab/WCF/Bootstrap + * @exports WoltLabSuite/Core/Bootstrap */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/BootstrapFrontend.js b/wcfsetup/install/files/js/WoltLabSuite/Core/BootstrapFrontend.js similarity index 88% rename from wcfsetup/install/files/js/WoltLab/WCF/BootstrapFrontend.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/BootstrapFrontend.js index 4604e0b4b3..696fb98e60 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/BootstrapFrontend.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/BootstrapFrontend.js @@ -4,12 +4,12 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/BootstrapFrontend + * @module WoltLabSuite/Core/BootstrapFrontend */ define( [ - 'Ajax', 'WoltLab/WCF/Bootstrap', 'WoltLab/WCF/Controller/Style/Changer', - 'WoltLab/WCF/Controller/Popover', 'WoltLab/WCF/Ui/User/Ignore' + 'Ajax', 'WoltLabSuite/Core/Bootstrap', 'WoltLabSuite/Core/Controller/Style/Changer', + 'WoltLabSuite/Core/Controller/Popover', 'WoltLabSuite/Core/Ui/User/Ignore' ], function( Ajax, Bootstrap, ControllerStyleChanger, @@ -21,7 +21,7 @@ define( var queueInvocations = 0; /** - * @exports WoltLab/WCF/BootstrapFrontend + * @exports WoltLabSuite/Core/BootstrapFrontend */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/CallbackList.js b/wcfsetup/install/files/js/WoltLabSuite/Core/CallbackList.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/CallbackList.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/CallbackList.js index 94fdb469b5..eff0b9ad49 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/CallbackList.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/CallbackList.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/CallbackList + * @module WoltLabSuite/Core/CallbackList */ define(['Dictionary'], function(Dictionary) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/ColorUtil.js b/wcfsetup/install/files/js/WoltLabSuite/Core/ColorUtil.js similarity index 100% rename from wcfsetup/install/files/js/WoltLab/WCF/ColorUtil.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/ColorUtil.js diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Captcha.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Captcha.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Controller/Captcha.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Captcha.js index cfeea23eea..9793047538 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Captcha.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Captcha.js @@ -4,7 +4,7 @@ * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Controller/Captcha + * @module WoltLabSuite/Core/Controller/Captcha */ define(['Dictionary'], function(Dictionary) { "use strict"; @@ -12,7 +12,7 @@ define(['Dictionary'], function(Dictionary) { var _captchas = new Dictionary(); /** - * @exports WoltLab/WCF/Controller/Captcha + * @exports WoltLabSuite/Core/Controller/Captcha */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Clipboard.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Clipboard.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Controller/Clipboard.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Clipboard.js index 7369986da3..de7b951b2c 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Clipboard.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Clipboard.js @@ -4,14 +4,14 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Controller/Clipboard + * @module WoltLabSuite/Core/Controller/Clipboard */ define( [ 'Ajax', 'Core', 'Dictionary', 'EventHandler', 'Language', 'List', 'ObjectMap', 'Dom/ChangeListener', 'Dom/Traverse', 'Dom/Util', 'Ui/Confirmation', 'Ui/SimpleDropdown', - 'WoltLab/WCF/Ui/Page/Action' + 'WoltLabSuite/Core/Ui/Page/Action' ], function( Ajax, Core, Dictionary, EventHandler, @@ -39,7 +39,7 @@ define( /** * Clipboard API * - * @exports WoltLab/WCF/Controller/Clipboard + * @exports WoltLabSuite/Core/Controller/Clipboard */ return { /** @@ -79,7 +79,7 @@ define( this._loadMarkedItems(); } - DomChangeListener.add('WoltLab/WCF/Controller/Clipboard', this._initContainers.bind(this)); + DomChangeListener.add('WoltLabSuite/Core/Controller/Clipboard', this._initContainers.bind(this)); }, /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Condition/Page/Dependence.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Condition/Page/Dependence.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Controller/Condition/Page/Dependence.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Condition/Page/Dependence.js index 6ee856e9aa..893c0aae4e 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Condition/Page/Dependence.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Condition/Page/Dependence.js @@ -4,7 +4,7 @@ * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Controller/Condition/Page/Dependence + * @module WoltLabSuite/Core/Controller/Condition/Page/Dependence */ define(['Dom/ChangeListener', 'Dom/Traverse', 'EventHandler', 'ObjectMap'], function(DomChangeListener, DomTraverse, EventHandler, ObjectMap) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Notice/Dismiss.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Notice/Dismiss.js similarity index 91% rename from wcfsetup/install/files/js/WoltLab/WCF/Controller/Notice/Dismiss.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Notice/Dismiss.js index 223aa25a05..cef21fb43a 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Notice/Dismiss.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Notice/Dismiss.js @@ -4,13 +4,13 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Controller/Notice/Dismiss + * @module WoltLabSuite/Core/Controller/Notice/Dismiss */ define(['Ajax'], function(Ajax) { "use strict"; /** - * @exports WoltLab/WCF/Controller/Notice/Dismiss + * @exports WoltLabSuite/Core/Controller/Notice/Dismiss */ var ControllerNoticeDismiss = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Popover.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Controller/Popover.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js index a9b48a9ab1..18853c6bee 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Popover.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Controller/Popover + * @module WoltLabSuite/Core/Controller/Popover */ define(['Ajax', 'Dictionary', 'Environment', 'Dom/ChangeListener', 'Dom/Util', 'Ui/Alignment'], function(Ajax, Dictionary, Environment, DomChangeListener, DomUtil, UiAlignment) { "use strict"; @@ -34,7 +34,7 @@ define(['Ajax', 'Dictionary', 'Environment', 'Dom/ChangeListener', 'Dom/Util', ' /** @const */ var DELAY_SHOW = 300; /** - * @exports WoltLab/WCF/Controller/Popover + * @exports WoltLabSuite/Core/Controller/Popover */ return { /** @@ -80,7 +80,7 @@ define(['Ajax', 'Dictionary', 'Environment', 'Dom/ChangeListener', 'Dom/Util', ' this._hide(true); }).bind(this)); - DomChangeListener.add('WoltLab/WCF/Controller/Popover', this._init.bind(this)); + DomChangeListener.add('WoltLabSuite/Core/Controller/Popover', this._init.bind(this)); }, /** @@ -93,7 +93,7 @@ define(['Ajax', 'Dictionary', 'Environment', 'Dom/ChangeListener', 'Dom/Util', ' * className: 'fooLink', * identifier: 'com.example.bar.foo', * loadCallback: function(objectId, popover) { - * // request data for object id (e.g. via WoltLab/WCF/Ajax) + * // request data for object id (e.g. via WoltLabSuite/Core/Ajax) * * // then call this to set the content * popover.setContent('com.example.bar.foo', objectId, htmlTemplateString); diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Style/Changer.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Style/Changer.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Controller/Style/Changer.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Style/Changer.js index 89139728e1..c578b6f24d 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Style/Changer.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Style/Changer.js @@ -4,13 +4,13 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Controller/Style/Changer + * @module WoltLabSuite/Core/Controller/Style/Changer */ define(['Ajax', 'Language', 'Ui/Dialog'], function(Ajax, Language, UiDialog) { "use strict"; /** - * @exports WoltLab/WCF/Controller/Style/Changer + * @exports WoltLabSuite/Core/Controller/Style/Changer */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Controller/User/Notification/Settings.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/User/Notification/Settings.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Controller/User/Notification/Settings.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Controller/User/Notification/Settings.js index cffc119285..69b0570996 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Controller/User/Notification/Settings.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/User/Notification/Settings.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Controller/User/Notification/Settings + * @module WoltLabSuite/Core/Controller/User/Notification/Settings */ define(['Dictionary', 'Language', 'Dom/Traverse', 'Ui/SimpleDropdown'], function(Dictionary, Language, DomTraverse, UiSimpleDropdown) { "use strict"; @@ -15,7 +15,7 @@ define(['Dictionary', 'Language', 'Dom/Traverse', 'Ui/SimpleDropdown'], function var _callbackSelectType = null; /** - * @exports WoltLab/WCF/Controller/User/Notification/Settings + * @exports WoltLabSuite/Core/Controller/User/Notification/Settings */ var ControllerUserNotificationSettings = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Core.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Core.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Core.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Core.js index 7334663671..af6914993d 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Core.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Core.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Core + * @module WoltLabSuite/Core/Core */ define([], function() { "use strict"; @@ -37,7 +37,7 @@ define([], function() { }; /** - * @exports WoltLab/WCF/Core + * @exports WoltLabSuite/Core/Core */ var Core = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Date/Picker.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Date/Picker.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Date/Picker.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Date/Picker.js index 85507d400c..1bb2f71481 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Date/Picker.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Date/Picker.js @@ -4,9 +4,9 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Date/Picker + * @module WoltLabSuite/Core/Date/Picker */ -define(['DateUtil', 'Language', 'ObjectMap', 'Dom/ChangeListener', 'Ui/Alignment', 'WoltLab/WCF/Ui/CloseOverlay'], function(DateUtil, Language, ObjectMap, DomChangeListener, UiAlignment, UiCloseOverlay) { +define(['DateUtil', 'Language', 'ObjectMap', 'Dom/ChangeListener', 'Ui/Alignment', 'WoltLabSuite/Core/Ui/CloseOverlay'], function(DateUtil, Language, ObjectMap, DomChangeListener, UiAlignment, UiCloseOverlay) { "use strict"; var _didInit = false; @@ -31,7 +31,7 @@ define(['DateUtil', 'Language', 'ObjectMap', 'Dom/ChangeListener', 'Ui/Alignment var _callbackOpen = null; /** - * @exports WoltLab/WCF/Date/Picker + * @exports WoltLabSuite/Core/Date/Picker */ var DatePicker = { /** @@ -223,8 +223,8 @@ define(['DateUtil', 'Language', 'ObjectMap', 'Dom/ChangeListener', 'Ui/Alignment _firstDayOfWeek = ~~Language.get('wcf.date.firstDayOfTheWeek'); _callbackOpen = this._open.bind(this); - DomChangeListener.add('WoltLab/WCF/Date/Picker', this.init.bind(this)); - UiCloseOverlay.add('WoltLab/WCF/Date/Picker', this._close.bind(this)); + DomChangeListener.add('WoltLabSuite/Core/Date/Picker', this.init.bind(this)); + UiCloseOverlay.add('WoltLabSuite/Core/Date/Picker', this._close.bind(this)); }, /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Date/Time/Relative.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Date/Time/Relative.js similarity index 88% rename from wcfsetup/install/files/js/WoltLab/WCF/Date/Time/Relative.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Date/Time/Relative.js index 08cf3a79bd..66782130e5 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Date/Time/Relative.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Date/Time/Relative.js @@ -4,16 +4,16 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Date/Time/Relative + * @module WoltLabSuite/Core/Date/Time/Relative */ -define(['Dom/ChangeListener', 'Language', 'WoltLab/WCF/Date/Util', 'WoltLab/WCF/Timer/Repeating'], function(DomChangeListener, Language, DateUtil, Repeating) { +define(['Dom/ChangeListener', 'Language', 'WoltLabSuite/Core/Date/Util', 'WoltLabSuite/Core/Timer/Repeating'], function(DomChangeListener, Language, DateUtil, Repeating) { "use strict"; var _elements = elByTag('time'); var _offset = null; /** - * @exports WoltLab/WCF/Date/Time/Relative + * @exports WoltLabSuite/Core/Date/Time/Relative */ return { /** @@ -24,7 +24,7 @@ define(['Dom/ChangeListener', 'Language', 'WoltLab/WCF/Date/Util', 'WoltLab/WCF/ new Repeating(this._refresh.bind(this), 60000); - DomChangeListener.add('WoltLab/WCF/Date/Time/Relative', this._refresh.bind(this)); + DomChangeListener.add('WoltLabSuite/Core/Date/Time/Relative', this._refresh.bind(this)); }, _refresh: function() { diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Date/Util.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Date/Util.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Date/Util.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Date/Util.js index 204562ed5a..df84cd6287 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Date/Util.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Date/Util.js @@ -4,13 +4,13 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Date/Util + * @module WoltLabSuite/Core/Date/Util */ define(['Language'], function(Language) { "use strict"; /** - * @exports WoltLab/WCF/Date/Util + * @exports WoltLabSuite/Core/Date/Util */ var DateUtil = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Dictionary.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Dictionary.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Dictionary.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Dictionary.js index 81d9dd6d34..ebf1032afb 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Dictionary.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Dictionary.js @@ -1,12 +1,12 @@ /** * Dictionary implementation relying on an object or if supported on a Map to hold key => value data. * - * If you're looking for a dictionary with object keys, please see `WoltLab/WCF/ObjectMap`. + * If you're looking for a dictionary with object keys, please see `WoltLabSuite/Core/ObjectMap`. * * @author Tim Duesterhus, Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Dictionary + * @module WoltLabSuite/Core/Dictionary */ define(['Core'], function(Core) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Dom/Change/Listener.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Change/Listener.js similarity index 84% rename from wcfsetup/install/files/js/WoltLab/WCF/Dom/Change/Listener.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Change/Listener.js index 0bd02c8d9b..7862980006 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Dom/Change/Listener.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Change/Listener.js @@ -5,7 +5,7 @@ * @author Tim Duesterhus * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Dom/Change/Listener + * @module WoltLabSuite/Core/Dom/Change/Listener */ define(['CallbackList'], function(CallbackList) { "use strict"; @@ -14,16 +14,16 @@ define(['CallbackList'], function(CallbackList) { var _hot = false; /** - * @exports WoltLab/WCF/Dom/Change/Listener + * @exports WoltLabSuite/Core/Dom/Change/Listener */ return { /** - * @see WoltLab/WCF/CallbackList#add + * @see WoltLabSuite/Core/CallbackList#add */ add: _callbackList.add.bind(_callbackList), /** - * @see WoltLab/WCF/CallbackList#remove + * @see WoltLabSuite/Core/CallbackList#remove */ remove: _callbackList.remove.bind(_callbackList), diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Dom/Traverse.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Traverse.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Dom/Traverse.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Traverse.js index 428ea3ea3d..4228b49a2a 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Dom/Traverse.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Traverse.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Dom/Traverse + * @module WoltLabSuite/Core/Dom/Traverse */ define([], function() { "use strict"; @@ -74,7 +74,7 @@ define([], function() { }; /** - * @exports WoltLab/WCF/Dom/Traverse + * @exports WoltLabSuite/Core/Dom/Traverse */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Dom/Util.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Util.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Dom/Util.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Util.js index ef64f2bb4b..d8d2d0cae6 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Dom/Util.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Util.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Dom/Util + * @module WoltLabSuite/Core/Dom/Util */ define(['Environment', 'StringUtil'], function(Environment, StringUtil) { "use strict"; @@ -39,7 +39,7 @@ define(['Environment', 'StringUtil'], function(Environment, StringUtil) { var _idCounter = 0; /** - * @exports WoltLab/WCF/Dom/Util + * @exports WoltLabSuite/Core/Dom/Util */ var DomUtil = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Environment.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Environment.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Environment.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Environment.js index 078d4ad5a2..b4b4758236 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Environment.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Environment.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Environment + * @module WoltLabSuite/Core/Environment */ define([], function() { "use strict"; @@ -15,7 +15,7 @@ define([], function() { var _touch = false; /** - * @exports WoltLab/WCF/Enviroment + * @exports WoltLabSuite/Core/Enviroment */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Event/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Event/Handler.js similarity index 92% rename from wcfsetup/install/files/js/WoltLab/WCF/Event/Handler.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Event/Handler.js index 13ff7b5634..63794a8352 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Event/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Event/Handler.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Event/Handler + * @module WoltLabSuite/Core/Event/Handler */ define(['Core', 'Dictionary'], function(Core, Dictionary) { "use strict"; @@ -12,7 +12,7 @@ define(['Core', 'Dictionary'], function(Core, Dictionary) { var _listeners = new Dictionary(); /** - * @exports WoltLab/WCF/Event/Handler + * @exports WoltLabSuite/Core/Event/Handler */ return { /** @@ -25,7 +25,7 @@ define(['Core', 'Dictionary'], function(Core, Dictionary) { */ add: function(identifier, action, callback) { if (typeof callback !== 'function') { - throw new TypeError("[WoltLab/WCF/Event/Handler] Expected a valid callback for '" + action + "@" + identifier + "'."); + throw new TypeError("[WoltLabSuite/Core/Event/Handler] Expected a valid callback for '" + action + "@" + identifier + "'."); } var actions = _listeners.get(identifier); diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Event/Key.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Event/Key.js similarity index 96% rename from wcfsetup/install/files/js/WoltLab/WCF/Event/Key.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Event/Key.js index a35a5da746..4912826a04 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Event/Key.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Event/Key.js @@ -5,7 +5,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Event/Key + * @module WoltLabSuite/Core/Event/Key */ define([], function() { "use strict"; @@ -19,7 +19,7 @@ define([], function() { } /** - * @exports WoltLab/WCF/Event/Key + * @exports WoltLabSuite/Core/Event/Key */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/File/Util.js b/wcfsetup/install/files/js/WoltLabSuite/Core/File/Util.js similarity index 95% rename from wcfsetup/install/files/js/WoltLab/WCF/File/Util.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/File/Util.js index 844d7226ca..2728ec54b0 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/File/Util.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/File/Util.js @@ -4,13 +4,13 @@ * @author Matthias Schmidt * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/File/Util + * @module WoltLabSuite/Core/File/Util */ define([], function() { "use strict"; /** - * @exports WoltLab/WCF/File/Util + * @exports WoltLabSuite/Core/File/Util */ var FileUtil = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Language.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Language.js similarity index 92% rename from wcfsetup/install/files/js/WoltLab/WCF/Language.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Language.js index 97e569c302..17b7cecb0e 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Language.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Language.js @@ -4,7 +4,7 @@ * @author Tim Duesterhus * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Language + * @module WoltLabSuite/Core/Language */ define(['Dictionary', './Template'], function(Dictionary, Template) { "use strict"; @@ -12,7 +12,7 @@ define(['Dictionary', './Template'], function(Dictionary, Template) { var _languageItems = new Dictionary(); /** - * @exports WoltLab/WCF/Language + * @exports WoltLabSuite/Core/Language */ var Language = { /** @@ -37,10 +37,10 @@ define(['Dictionary', './Template'], function(Dictionary, Template) { /** * Fetches the language item specified by the given key. * If the language item is a string it will be evaluated as - * WoltLab/WCF/Template with the given parameters. + * WoltLabSuite/Core/Template with the given parameters. * * @param {string} key Language item to return. - * @param {Object=} parameters Parameters to provide to WoltLab/WCF/Template. + * @param {Object=} parameters Parameters to provide to WoltLabSuite/Core/Template. * @return {string} */ get: function(key, parameters) { diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Language/Chooser.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Language/Chooser.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Language/Chooser.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Language/Chooser.js index b98090df02..8752bbcdeb 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Language/Chooser.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Language/Chooser.js @@ -4,7 +4,7 @@ * @author Alexander Ebert, Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Language/Chooser + * @module WoltLabSuite/Core/Language/Chooser */ define(['Dictionary', 'Language', 'Dom/Traverse', 'Dom/Util', 'ObjectMap', 'Ui/SimpleDropdown'], function(Dictionary, Language, DomTraverse, DomUtil, ObjectMap, UiSimpleDropdown) { "use strict"; @@ -16,7 +16,7 @@ define(['Dictionary', 'Language', 'Dom/Traverse', 'Dom/Util', 'ObjectMap', 'Ui/S var _callbackSubmit = null; /** - * @exports WoltLab/WCF/Language/Chooser + * @exports WoltLabSuite/Core/Language/Chooser */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Language/Input.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Language/Input.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Language/Input.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Language/Input.js index c60f3ffccd..864c6558e7 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Language/Input.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Language/Input.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Language/Input + * @module WoltLabSuite/Core/Language/Input */ define(['Core', 'Dictionary', 'Language', 'ObjectMap', 'StringUtil', 'Dom/Traverse', 'Dom/Util', 'Ui/SimpleDropdown'], function(Core, Dictionary, Language, ObjectMap, StringUtil, DomTraverse, DomUtil, UiSimpleDropdown) { "use strict"; @@ -18,7 +18,7 @@ define(['Core', 'Dictionary', 'Language', 'ObjectMap', 'StringUtil', 'Dom/Traver var _callbackSubmit = null; /** - * @exports WoltLab/WCF/Language/Input + * @exports WoltLabSuite/Core/Language/Input */ var LanguageInput = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/List.js b/wcfsetup/install/files/js/WoltLabSuite/Core/List.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/List.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/List.js index 15a93f8e8e..56ba9c9b3d 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/List.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/List.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/List + * @module WoltLabSuite/Core/List */ define([], function() { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Media/Editor.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Editor.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Media/Editor.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Media/Editor.js index 8f89bc9e42..26dea2802d 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Media/Editor.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Editor.js @@ -4,13 +4,13 @@ * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Media/Editor + * @module WoltLabSuite/Core/Media/Editor */ define( [ 'Ajax', 'Core', 'Dictionary', 'Dom/ChangeListener', 'Dom/Traverse', 'Language', 'Ui/Dialog', 'Ui/Notification', - 'WoltLab/WCF/Language/Chooser', 'WoltLab/WCF/Language/Input', 'WoltLab/WCF/File/Util' + 'WoltLabSuite/Core/Language/Chooser', 'WoltLabSuite/Core/Language/Input', 'WoltLabSuite/Core/File/Util' ], function( Ajax, Core, Dictionary, DomChangeListener, diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Base.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Base.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Base.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Base.js index c51c51d816..ee4036e929 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Base.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Base.js @@ -4,14 +4,14 @@ * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Media/Manager/Base + * @module WoltLabSuite/Core/Media/Manager/Base */ define( [ 'Core', 'Dictionary', 'Dom/ChangeListener', 'Dom/Traverse', 'Dom/Util', 'EventHandler', 'Language', 'List', - 'Permission', 'Ui/Dialog', 'Ui/Notification', 'WoltLab/WCF/Controller/Clipboard', - 'WoltLab/WCF/Media/Editor', 'WoltLab/WCF/Media/Upload', 'WoltLab/WCF/Media/Manager/Search' + 'Permission', 'Ui/Dialog', 'Ui/Notification', 'WoltLabSuite/Core/Controller/Clipboard', + 'WoltLabSuite/Core/Media/Editor', 'WoltLabSuite/Core/Media/Upload', 'WoltLabSuite/Core/Media/Manager/Search' ], function( Core, Dictionary, DomChangeListener, DomTraverse, @@ -42,7 +42,7 @@ define( this._mediaEditor = new MediaEditor(this); } - DomChangeListener.add('WoltLab/WCF/Media/Manager', this._addButtonEventListeners.bind(this)); + DomChangeListener.add('WoltLabSuite/Core/Media/Manager', this._addButtonEventListeners.bind(this)); } MediaManagerBase.prototype = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Editor.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Editor.js similarity index 95% rename from wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Editor.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Editor.js index 6cd2f4bb5c..8ead779e86 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Editor.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Editor.js @@ -4,9 +4,9 @@ * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Media/Manager/Editor + * @module WoltLabSuite/Core/Media/Manager/Editor */ -define(['Core', 'Dictionary', 'Dom/Traverse', 'Language', 'Ui/Dialog', 'WoltLab/WCF/Controller/Clipboard', 'WoltLab/WCF/Media/Manager/Base'], +define(['Core', 'Dictionary', 'Dom/Traverse', 'Language', 'Ui/Dialog', 'WoltLabSuite/Core/Controller/Clipboard', 'WoltLabSuite/Core/Media/Manager/Base'], function(Core, Dictionary, DomTraverse, Language, UiDialog, ControllerClipboard, MediaManagerBase) { "use strict"; @@ -30,7 +30,7 @@ define(['Core', 'Dictionary', 'Dom/Traverse', 'Language', 'Ui/Dialog', 'WoltLab/ } Core.inherit(MediaManagerEditor, MediaManagerBase, { /** - * @see WoltLab/WCF/Media/Manager/Base#_addButtonEventListeners + * @see WoltLabSuite/Core/Media/Manager/Base#_addButtonEventListeners */ _addButtonEventListeners: function() { MediaManagerEditor._super.prototype._addButtonEventListeners.call(this); @@ -126,7 +126,7 @@ define(['Core', 'Dictionary', 'Dom/Traverse', 'Language', 'Ui/Dialog', 'WoltLab/ }, /** - * @see WoltLab/WCF/Media/Manager/Base#_click + * @see WoltLabSuite/Core/Media/Manager/Base#_click */ _click: function(event) { this._activeButton = event.currentTarget; @@ -135,7 +135,7 @@ define(['Core', 'Dictionary', 'Dom/Traverse', 'Language', 'Ui/Dialog', 'WoltLab/ }, /** - * @see WoltLab/WCF/Media/Manager/Base#_clipboardAction + * @see WoltLabSuite/Core/Media/Manager/Base#_clipboardAction */ _clipboardAction: function(actionData) { MediaManagerEditor._super.prototype._clipboardAction.call(this, actionData); @@ -307,14 +307,14 @@ define(['Core', 'Dictionary', 'Dom/Traverse', 'Language', 'Ui/Dialog', 'WoltLab/ }, /** - * @see WoltLab/WCF/Media/Manager/Base#getMode + * @see WoltLabSuite/Core/Media/Manager/Base#getMode */ getMode: function() { return 'editor'; }, /** - * @see WoltLab/WCF/Media/Manager/Base#setupMediaElement + * @see WoltLabSuite/Core/Media/Manager/Base#setupMediaElement */ setupMediaElement: function(media, mediaElement) { MediaManagerEditor._super.prototype.setupMediaElement.call(this, media, mediaElement); diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Search.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Search.js similarity index 92% rename from wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Search.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Search.js index a8dd5045eb..ba5aae4e11 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Search.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Search.js @@ -4,9 +4,9 @@ * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Media/Manager/Search + * @module WoltLabSuite/Core/Media/Manager/Search */ -define(['Ajax', 'Core', 'Dom/Traverse', 'Dom/Util', 'Language', 'WoltLab/WCF/Media/Search', 'Ui/SimpleDropdown'], function(Ajax, Core, DomTraverse, DomUtil, Language, MediaSearch, UiSimpleDropdown) { +define(['Ajax', 'Core', 'Dom/Traverse', 'Dom/Util', 'Language', 'WoltLabSuite/Core/Media/Search', 'Ui/SimpleDropdown'], function(Ajax, Core, DomTraverse, DomUtil, Language, MediaSearch, UiSimpleDropdown) { "use strict"; /** @@ -62,7 +62,7 @@ define(['Ajax', 'Core', 'Dom/Traverse', 'Dom/Util', 'Language', 'WoltLab/WCF/Med }, /** - * @see WoltLab/WCF/Media/Search#_getIdPrefix + * @see WoltLabSuite/Core/Media/Search#_getIdPrefix */ _getIdPrefix: function() { return 'mediaManager'; @@ -119,7 +119,7 @@ define(['Ajax', 'Core', 'Dom/Traverse', 'Dom/Util', 'Language', 'WoltLab/WCF/Med }, /** - * @see WoltLab/WCF/Media/Search#_selectFileType + * @see WoltLabSuite/Core/Media/Search#_selectFileType */ _selectFileType: function(event) { MediaManagerSearch._super.prototype._selectFileType.call(this, event); diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Select.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Select.js similarity index 93% rename from wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Select.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Select.js index e52b804810..570647cd4a 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Media/Manager/Select.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Select.js @@ -4,9 +4,9 @@ * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Media/Manager/Select + * @module WoltLabSuite/Core/Media/Manager/Select */ -define(['Core', 'Dom/Traverse', 'Dom/Util', 'Language', 'ObjectMap', 'Ui/Dialog', 'WoltLab/WCF/File/Util', 'WoltLab/WCF/Media/Manager/Base'], +define(['Core', 'Dom/Traverse', 'Dom/Util', 'Language', 'ObjectMap', 'Ui/Dialog', 'WoltLabSuite/Core/File/Util', 'WoltLabSuite/Core/Media/Manager/Base'], function(Core, DomTraverse, DomUtil, Language, ObjectMap, UiDialog, FileUtil, MediaManagerBase) { "use strict"; @@ -49,7 +49,7 @@ define(['Core', 'Dom/Traverse', 'Dom/Util', 'Language', 'ObjectMap', 'Ui/Dialog' } Core.inherit(MediaManagerSelect, MediaManagerBase, { /** - * @see WoltLab/WCF/Media/Manager/Base#_addButtonEventListeners + * @see WoltLabSuite/Core/Media/Manager/Base#_addButtonEventListeners */ _addButtonEventListeners: function() { MediaManagerSelect._super.prototype._addButtonEventListeners.call(this); @@ -110,7 +110,7 @@ define(['Core', 'Dom/Traverse', 'Dom/Util', 'Language', 'ObjectMap', 'Ui/Dialog' }, /** - * @see WoltLab/WCF/Media/Manager/Base#_click + * @see WoltLabSuite/Core/Media/Manager/Base#_click */ _click: function(event) { event.preventDefault(); @@ -134,14 +134,14 @@ define(['Core', 'Dom/Traverse', 'Dom/Util', 'Language', 'ObjectMap', 'Ui/Dialog' }, /** - * @see WoltLab/WCF/Media/Manager/Base#getMode + * @see WoltLabSuite/Core/Media/Manager/Base#getMode */ getMode: function() { return 'select'; }, /** - * @see WoltLab/WCF/Media/Manager/Base#setupMediaElement + * @see WoltLabSuite/Core/Media/Manager/Base#setupMediaElement */ setupMediaElement: function(media, mediaElement) { MediaManagerSelect._super.prototype.setupMediaElement.call(this, media, mediaElement); diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Media/Search.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Search.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Media/Search.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Media/Search.js index aa88a1bcd2..47fe8186af 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Media/Search.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Search.js @@ -4,7 +4,7 @@ * @author Matthias Schmidt * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Media/Search + * @module WoltLabSuite/Core/Media/Search */ define(['Ajax', 'Dom/Traverse', 'Dom/Util', 'Language', 'Ui/SimpleDropdown'], function(Ajax, DomTraverse, DomUtil, Language, UiSimpleDropdown) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Media/Upload.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Upload.js similarity index 95% rename from wcfsetup/install/files/js/WoltLab/WCF/Media/Upload.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Media/Upload.js index aba3291f15..e26f6821e7 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Media/Upload.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Upload.js @@ -4,13 +4,13 @@ * @author Matthias Schmidt * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Media/Upload + * @module WoltLabSuite/Core/Media/Upload */ define( [ 'Core', 'Dom/ChangeListener', 'Dom/Traverse', 'Dom/Util', 'EventHandler', 'Language', 'Permission', 'Upload', - 'WoltLab/WCF/File/Util' + 'WoltLabSuite/Core/File/Util' ], function( Core, DomChangeListener, DomTraverse, DomUtil, @@ -40,7 +40,7 @@ define( } Core.inherit(MediaUpload, Upload, { /** - * @see WoltLab/WCF/Upload#_createFileElement + * @see WoltLabSuite/Core/Upload#_createFileElement */ _createFileElement: function(file) { var fileElement; @@ -80,7 +80,7 @@ define( }, /** - * @see WoltLab/WCF/Upload#_getParameters + * @see WoltLabSuite/Core/Upload#_getParameters */ _getParameters: function() { if (this._mediaManager) { @@ -93,7 +93,7 @@ define( }, /** - * @see WoltLab/WCF/Upload#_success + * @see WoltLabSuite/Core/Upload#_success */ _success: function(uploadId, data) { var files = this._fileElements[uploadId]; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/NumberUtil.js b/wcfsetup/install/files/js/WoltLabSuite/Core/NumberUtil.js similarity index 93% rename from wcfsetup/install/files/js/WoltLab/WCF/NumberUtil.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/NumberUtil.js index 8997d8263b..4debae7424 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/NumberUtil.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/NumberUtil.js @@ -4,13 +4,13 @@ * @author Tim Duesterhus * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/NumberUtil + * @module WoltLabSuite/Core/NumberUtil */ define([], function() { "use strict"; /** - * @exports WoltLab/WCF/NumberUtil + * @exports WoltLabSuite/Core/NumberUtil */ var NumberUtil = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/ObjectMap.js b/wcfsetup/install/files/js/WoltLabSuite/Core/ObjectMap.js similarity index 96% rename from wcfsetup/install/files/js/WoltLab/WCF/ObjectMap.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/ObjectMap.js index 1399586a16..7051d62077 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/ObjectMap.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/ObjectMap.js @@ -1,12 +1,12 @@ /** * Simple `object` to `object` map using a native WeakMap on supported browsers, otherwise a set of two arrays. * - * If you're looking for a dictionary with string keys, please see `WoltLab/WCF/Dictionary`. + * If you're looking for a dictionary with string keys, please see `WoltLabSuite/Core/Dictionary`. * * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/ObjectMap + * @module WoltLabSuite/Core/ObjectMap */ define([], function() { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Permission.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Permission.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Permission.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Permission.js index 9fbc322767..1ad04af9e2 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Permission.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Permission.js @@ -4,7 +4,7 @@ * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Permission + * @module WoltLabSuite/Core/Permission */ define(['Dictionary'], function(Dictionary) { "use strict"; @@ -12,7 +12,7 @@ define(['Dictionary'], function(Dictionary) { var _permissions = new Dictionary(); /** - * @exports WoltLab/WCF/Permission + * @exports WoltLabSuite/Core/Permission */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/StringUtil.js b/wcfsetup/install/files/js/WoltLabSuite/Core/StringUtil.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/StringUtil.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/StringUtil.js index ac70df5875..37884bca60 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/StringUtil.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/StringUtil.js @@ -4,13 +4,13 @@ * @author Tim Duesterhus * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/StringUtil + * @module WoltLabSuite/Core/StringUtil */ define(['Language', './NumberUtil'], function(Language, NumberUtil) { "use strict"; /** - * @exports WoltLab/WCF/StringUtil + * @exports WoltLabSuite/Core/StringUtil */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Template.grammar.jison b/wcfsetup/install/files/js/WoltLabSuite/Core/Template.grammar.jison similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Template.grammar.jison rename to wcfsetup/install/files/js/WoltLabSuite/Core/Template.grammar.jison index 3cd2176a00..7499d0544d 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Template.grammar.jison +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Template.grammar.jison @@ -1,5 +1,5 @@ /** - * Grammar for WoltLab/WCF/Template. + * Grammar for WoltLabSuite/Core/Template. * * Recompile using: * jison -m amd -o Template.grammar.js Template.grammar.jison @@ -8,7 +8,7 @@ * @author Tim Duesterhus * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Template.grammar + * @module WoltLabSuite/Core/Template.grammar */ %lex diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Template.grammar.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Template.grammar.js similarity index 100% rename from wcfsetup/install/files/js/WoltLab/WCF/Template.grammar.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Template.grammar.js diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Template.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Template.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Template.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Template.js index 0620d9a205..69afbdcc95 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Template.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Template.js @@ -1,5 +1,5 @@ /** - * WoltLab/WCF/Template provides a template scripting compiler similar + * WoltLabSuite/Core/Template provides a template scripting compiler similar * to the PHP one of WoltLab Suite Core. It supports a limited * set of useful commands and compiles templates down to a pure * JavaScript Function. @@ -7,7 +7,7 @@ * @author Tim Duesterhus * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Template + * @module WoltLabSuite/Core/Template */ define(['./Template.grammar', './StringUtil', 'Language'], function(parser, StringUtil, Language) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Timer/Repeating.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Timer/Repeating.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Timer/Repeating.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Timer/Repeating.js index 0fd86977b2..becc538565 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Timer/Repeating.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Timer/Repeating.js @@ -4,7 +4,7 @@ * @author Tim Duesterhus * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Timer/Repeating + * @module WoltLabSuite/Core/Timer/Repeating */ define([], function() { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Acl/Simple.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Acl/Simple.js similarity index 93% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Acl/Simple.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Acl/Simple.js index a7bf8e0429..906136e7e6 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Acl/Simple.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Acl/Simple.js @@ -1,4 +1,4 @@ -define(['Language', 'Dom/ChangeListener', 'WoltLab/WCF/Ui/User/Search/Input'], function(Language, DomChangeListener, UiUserSearchInput) { +define(['Language', 'Dom/ChangeListener', 'WoltLabSuite/Core/Ui/User/Search/Input'], function(Language, DomChangeListener, UiUserSearchInput) { "use strict"; function UiAclSimple(prefix) { this.init(prefix); } diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Alignment.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Alignment.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Alignment.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Alignment.js index 9b02ee168a..53543d92c7 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Alignment.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Alignment.js @@ -4,13 +4,13 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Alignment + * @module WoltLabSuite/Core/Ui/Alignment */ define(['Core', 'Language', 'Dom/Traverse', 'Dom/Util'], function(Core, Language, DomTraverse, DomUtil) { "use strict"; /** - * @exports WoltLab/WCF/Ui/Alignment + * @exports WoltLabSuite/Core/Ui/Alignment */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/CloseOverlay.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/CloseOverlay.js similarity index 83% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/CloseOverlay.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/CloseOverlay.js index 7342fa4ab6..8dc952f988 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/CloseOverlay.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/CloseOverlay.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/CloseOverlay + * @module WoltLabSuite/Core/Ui/CloseOverlay */ define(['CallbackList'], function(CallbackList) { "use strict"; @@ -12,7 +12,7 @@ define(['CallbackList'], function(CallbackList) { var _callbackList = new CallbackList(); /** - * @exports WoltLab/WCF/Ui/CloseOverlay + * @exports WoltLabSuite/Core/Ui/CloseOverlay */ var UiCloseOverlay = { /** @@ -23,12 +23,12 @@ define(['CallbackList'], function(CallbackList) { }, /** - * @see WoltLab/WCF/CallbackList#add + * @see WoltLabSuite/Core/CallbackList#add */ add: _callbackList.add.bind(_callbackList), /** - * @see WoltLab/WCF/CallbackList#remove + * @see WoltLabSuite/Core/CallbackList#remove */ remove: _callbackList.remove.bind(_callbackList), diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Confirmation.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Confirmation.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Confirmation.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Confirmation.js index 302fae4f33..8141f29037 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Confirmation.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Confirmation.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Confirmation + * @module WoltLabSuite/Core/Ui/Confirmation */ define(['Core', 'Language', 'Ui/Dialog'], function(Core, Language, UiDialog) { "use strict"; @@ -18,7 +18,7 @@ define(['Core', 'Language', 'Ui/Dialog'], function(Core, Language, UiDialog) { /** * Confirmation dialog overlay. * - * @exports WoltLab/WCF/Ui/Confirmation + * @exports WoltLabSuite/Core/Ui/Confirmation */ var UiConfirmation = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dialog.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dialog.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Dialog.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dialog.js index 665a9944db..ed40787a63 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dialog.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dialog.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Dialog + * @module WoltLabSuite/Core/Ui/Dialog */ define( [ @@ -29,7 +29,7 @@ define( var _staticDialogs = elByClass('jsStaticDialog'); /** - * @exports WoltLab/WCF/Ui/Dialog + * @exports WoltLabSuite/Core/Ui/Dialog */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Reusable.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Reusable.js similarity index 95% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Reusable.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Reusable.js index b0acdc22cb..24b1e55452 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Reusable.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Reusable.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Dropdown/Reusable + * @module WoltLabSuite/Core/Ui/Dropdown/Reusable */ define(['Dictionary', 'Ui/SimpleDropdown'], function(Dictionary, UiSimpleDropdown) { "use strict"; @@ -27,7 +27,7 @@ define(['Dictionary', 'Ui/SimpleDropdown'], function(Dictionary, UiSimpleDropdow } /** - * @exports WoltLab/WCF/Ui/Dropdown/Reusable + * @exports WoltLabSuite/Core/Ui/Dropdown/Reusable */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Simple.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Simple.js index 6500d73242..2bd4c4f88a 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Simple.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Dropdown/Simple + * @module WoltLabSuite/Core/Ui/Dropdown/Simple */ define( [ 'CallbackList', 'Core', 'Dictionary', 'Ui/Alignment', 'Dom/ChangeListener', 'Dom/Traverse', 'Dom/Util', 'Ui/CloseOverlay'], @@ -20,7 +20,7 @@ define( var _menuContainer = null; /** - * @exports WoltLab/WCF/Ui/Dropdown/Simple + * @exports WoltLabSuite/Core/Ui/Dropdown/Simple */ return { /** @@ -38,8 +38,8 @@ define( this.initAll(); - UiCloseOverlay.add('WoltLab/WCF/Ui/Dropdown/Simple', this.closeAll.bind(this)); - DomChangeListener.add('WoltLab/WCF/Ui/Dropdown/Simple', this.initAll.bind(this)); + UiCloseOverlay.add('WoltLabSuite/Core/Ui/Dropdown/Simple', this.closeAll.bind(this)); + DomChangeListener.add('WoltLabSuite/Core/Ui/Dropdown/Simple', this.initAll.bind(this)); document.addEventListener('scroll', this._onScroll.bind(this)); diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/FlexibleMenu.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/FlexibleMenu.js similarity index 96% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/FlexibleMenu.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/FlexibleMenu.js index a4f3cd148b..e89bc2fa10 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/FlexibleMenu.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/FlexibleMenu.js @@ -5,7 +5,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/FlexibleMenu + * @module WoltLabSuite/Core/Ui/FlexibleMenu */ define(['Core', 'Dictionary', 'Dom/ChangeListener', 'Dom/Traverse', 'Dom/Util', 'Ui/SimpleDropdown'], function(Core, Dictionary, DomChangeListener, DomTraverse, DomUtil, SimpleDropdown) { "use strict"; @@ -16,7 +16,7 @@ define(['Core', 'Dictionary', 'Dom/ChangeListener', 'Dom/Traverse', 'Dom/Util', var _itemLists = new Dictionary(); /** - * @exports WoltLab/WCF/Ui/FlexibleMenu + * @exports WoltLabSuite/Core/Ui/FlexibleMenu */ var UiFlexibleMenu = { /** @@ -28,7 +28,7 @@ define(['Core', 'Dictionary', 'Dom/ChangeListener', 'Dom/Traverse', 'Dom/Util', if (navigationHeader !== null) this.register(DomUtil.identify(navigationHeader)); window.addEventListener('resize', this.rebuildAll.bind(this)); - DomChangeListener.add('WoltLab/WCF/Ui/FlexibleMenu', this.registerTabMenus.bind(this)); + DomChangeListener.add('WoltLabSuite/Core/Ui/FlexibleMenu', this.registerTabMenus.bind(this)); }, /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/ItemList.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/ItemList.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/ItemList.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/ItemList.js index 452bd3da77..1e2e53de5a 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/ItemList.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/ItemList.js @@ -4,9 +4,9 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/ItemList + * @module WoltLabSuite/Core/Ui/ItemList */ -define(['Core', 'Dictionary', 'Language', 'Dom/Traverse', 'WoltLab/WCF/Ui/Suggestion'], function(Core, Dictionary, Language, DomTraverse, UiSuggestion) { +define(['Core', 'Dictionary', 'Language', 'Dom/Traverse', 'WoltLabSuite/Core/Ui/Suggestion'], function(Core, Dictionary, Language, DomTraverse, UiSuggestion) { "use strict"; var _activeId = ''; @@ -19,7 +19,7 @@ define(['Core', 'Dictionary', 'Language', 'Dom/Traverse', 'WoltLab/WCF/Ui/Sugges var _callbackRemoveItem = null; /** - * @exports WoltLab/WCF/Ui/ItemList + * @exports WoltLabSuite/Core/Ui/ItemList */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/ItemList/Filter.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/ItemList/Filter.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/ItemList/Filter.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/ItemList/Filter.js index ca252b1a38..7b922dfeca 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/ItemList/Filter.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/ItemList/Filter.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Permission + * @module WoltLabSuite/Core/Permission */ define(['EventKey', 'Language', 'List', 'StringUtil', 'Dom/Util'], function (EventKey, Language, List, StringUtil, DomUtil) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/ItemList/User.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/ItemList/User.js similarity index 83% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/ItemList/User.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/ItemList/User.js index c730d5b51a..bba35ea413 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/ItemList/User.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/ItemList/User.js @@ -4,13 +4,13 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/ItemList/User + * @module WoltLabSuite/Core/Ui/ItemList/User */ -define(['WoltLab/WCF/Ui/ItemList'], function(UiItemList) { +define(['WoltLabSuite/Core/Ui/ItemList'], function(UiItemList) { "use strict"; /** - * @exports WoltLab/WCF/Ui/ItemList/User + * @exports WoltLabSuite/Core/Ui/ItemList/User */ var UiItemListUser = { /** @@ -38,7 +38,7 @@ define(['WoltLab/WCF/Ui/ItemList'], function(UiItemList) { }, /** - * @see WoltLab/WCF/Ui/ItemList::getValues() + * @see WoltLabSuite/Core/Ui/ItemList::getValues() */ getValues: function(elementId) { return UiItemList.getValues(elementId); diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Like/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Like/Handler.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js index 1af428c35f..ce7f33557e 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Like/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js @@ -4,13 +4,13 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Like/Handler + * @module WoltLabSuite/Core/Ui/Like/Handler */ define( [ 'Ajax', 'Core', 'Dictionary', 'Language', 'ObjectMap', 'StringUtil', 'Dom/ChangeListener', 'Dom/Util', - 'Ui/Dialog', 'WoltLab/WCF/Ui/User/List', 'User' + 'Ui/Dialog', 'WoltLabSuite/Core/Ui/User/List', 'User' ], function( Ajax, Core, Dictionary, Language, @@ -35,7 +35,7 @@ define( */ init: function(objectType, options) { if (options.containerSelector === '') { - throw new Error("[WoltLab/WCF/Ui/Like/Handler] Expected a non-empty string for option 'containerSelector'."); + throw new Error("[WoltLabSuite/Core/Ui/Like/Handler] Expected a non-empty string for option 'containerSelector'."); } this._containers = new ObjectMap(); @@ -66,7 +66,7 @@ define( this.initContainers(options, objectType); - DomChangeListener.add('WoltLab/WCF/Ui/Like/Handler-' + objectType, this.initContainers.bind(this)); + DomChangeListener.add('WoltLabSuite/Core/Ui/Like/Handler-' + objectType, this.initContainers.bind(this)); }, /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/InlineEditor.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/InlineEditor.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/InlineEditor.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/InlineEditor.js index 68cef5c936..29761b38e7 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/InlineEditor.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/InlineEditor.js @@ -4,13 +4,13 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Message/InlineEditor + * @module WoltLabSuite/Core/Ui/Message/InlineEditor */ define( [ 'Ajax', 'Core', 'Dictionary', 'Environment', 'EventHandler', 'Language', 'ObjectMap', 'Dom/ChangeListener', 'Dom/Traverse', - 'Dom/Util', 'Ui/Notification', 'Ui/ReusableDropdown', 'WoltLab/WCF/Ui/Scroll' + 'Dom/Util', 'Ui/Notification', 'Ui/ReusableDropdown', 'WoltLabSuite/Core/Ui/Scroll' ], function( Ajax, Core, Dictionary, Environment, diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/Manager.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Manager.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/Manager.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Manager.js index 84f07c938e..1fd9ec2a51 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/Manager.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Manager.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Message/Manager + * @module WoltLabSuite/Core/Ui/Message/Manager */ define(['Ajax', 'Core', 'Dictionary', 'Language', 'Dom/ChangeListener', 'Dom/Util'], function(Ajax, Core, Dictionary, Language, DomChangeListener, DomUtil) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/Reply.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Reply.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/Reply.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Reply.js index 8a73c4b7eb..0e2490f7f2 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/Reply.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Reply.js @@ -4,9 +4,9 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Message/Reply + * @module WoltLabSuite/Core/Ui/Message/Reply */ -define(['Ajax', 'Core', 'EventHandler', 'Language', 'Dom/ChangeListener', 'Dom/Util', 'Dom/Traverse', 'Ui/Dialog', 'Ui/Notification', 'WoltLab/WCF/Ui/Scroll', 'EventKey', 'User', 'WoltLab/WCF/Controller/Captcha'], +define(['Ajax', 'Core', 'EventHandler', 'Language', 'Dom/ChangeListener', 'Dom/Util', 'Dom/Traverse', 'Ui/Dialog', 'Ui/Notification', 'WoltLabSuite/Core/Ui/Scroll', 'EventKey', 'User', 'WoltLabSuite/Core/Controller/Captcha'], function(Ajax, Core, EventHandler, Language, DomChangeListener, DomUtil, DomTraverse, UiDialog, UiNotification, UiScroll, EventKey, User, ControllerCaptcha) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/Share.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Share.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/Share.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Share.js index 15e0b2b85c..98d303f27b 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Message/Share.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Share.js @@ -4,13 +4,13 @@ * @author Marcel Werk * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Message/Share + * @module WoltLabSuite/Core/Ui/Message/Share */ define(['EventHandler'], function(EventHandler) { "use strict"; /** - * @exports WoltLab/WCF/Ui/Message/Share + * @exports WoltLabSuite/Core/Ui/Message/Share */ return { _pageDescription: '', diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Mobile.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Mobile.js similarity index 95% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Mobile.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Mobile.js index 0b2c0d4518..b08a4c5e49 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Mobile.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Mobile.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Mobile + * @module WoltLabSuite/Core/Ui/Mobile */ define( [ 'Core', 'Environment', 'EventHandler', 'Language', 'List', 'Dom/ChangeListener', 'Ui/CloseOverlay', 'Ui/Screen', './Page/Menu/Main', './Page/Menu/User'], @@ -22,7 +22,7 @@ define( var _pageMenuUser = null; /** - * @exports WoltLab/WCF/Ui/Mobile + * @exports WoltLabSuite/Core/Ui/Mobile */ return { /** @@ -84,8 +84,8 @@ define( this._initMessages(); this._initMobileMenu(); - UiCloseOverlay.add('WoltLab/WCF/Ui/Mobile', this._closeAllMenus.bind(this)); - DomChangeListener.add('WoltLab/WCF/Ui/Mobile', this._initButtonGroupNavigation.bind(this)); + UiCloseOverlay.add('WoltLabSuite/Core/Ui/Mobile', this._closeAllMenus.bind(this)); + DomChangeListener.add('WoltLabSuite/Core/Ui/Mobile', this._initButtonGroupNavigation.bind(this)); }, _initSearchBar: function() { diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Notification.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Notification.js similarity index 95% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Notification.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Notification.js index 8e1747083a..6e0ea84795 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Notification.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Notification.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Notification + * @module WoltLabSuite/Core/Ui/Notification */ define(['Language'], function(Language) { "use strict"; @@ -18,7 +18,7 @@ define(['Language'], function(Language) { var _callbackHide = null; /** - * @exports WoltLab/WCF/Ui/Notification + * @exports WoltLabSuite/Core/Ui/Notification */ var UiNotification = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Action.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Action.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Action.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Action.js index 12be9fa6e4..30a4ac0f4f 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Action.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Action.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Page/Action + * @module WoltLabSuite/Core/Ui/Page/Action */ define(['Dictionary', 'Dom/Util'], function(Dictionary, DomUtil) { "use strict"; @@ -14,7 +14,7 @@ define(['Dictionary', 'Dom/Util'], function(Dictionary, DomUtil) { var _didInit = false; /** - * @exports WoltLab/WCF/Ui/Page/Action + * @exports WoltLabSuite/Core/Ui/Page/Action */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Header/Fixed.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Header/Fixed.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Header/Fixed.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Header/Fixed.js index e2a6933828..27c77a87c6 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Header/Fixed.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Header/Fixed.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Page/Header/Fixed + * @module WoltLabSuite/Core/Ui/Page/Header/Fixed */ define(['Core', 'EventHandler', 'Ui/Alignment', 'Ui/CloseOverlay', 'Ui/Screen', 'Ui/SimpleDropdown'], function(Core, EventHandler, UiAlignment, UiCloseOverlay, UiScreen, UiSimpleDropdown) { "use strict"; @@ -13,7 +13,7 @@ define(['Core', 'EventHandler', 'Ui/Alignment', 'Ui/CloseOverlay', 'Ui/Screen', var _isFixed = false, _isMobile = false; /** - * @exports WoltLab/WCF/Ui/Page/Header/Fixed + * @exports WoltLabSuite/Core/Ui/Page/Header/Fixed */ return { /** @@ -79,7 +79,7 @@ define(['Core', 'EventHandler', 'Ui/Alignment', 'Ui/CloseOverlay', 'Ui/Screen', } }); - UiCloseOverlay.add('WoltLab/WCF/Ui/Page/Header/Fixed', function() { + UiCloseOverlay.add('WoltLabSuite/Core/Ui/Page/Header/Fixed', function() { _pageHeader.classList.remove('searchBarOpen'); }); diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/JumpTo.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/JumpTo.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/JumpTo.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/JumpTo.js index f1a024aebe..e61e0c16b1 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/JumpTo.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/JumpTo.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Page/JumpTo + * @module WoltLabSuite/Core/Ui/Page/JumpTo */ define(['Language', 'ObjectMap', 'Ui/Dialog'], function(Language, ObjectMap, UiDialog) { "use strict"; @@ -16,7 +16,7 @@ define(['Language', 'ObjectMap', 'Ui/Dialog'], function(Language, ObjectMap, UiD var _input = null; /** - * @exports WoltLab/WCF/Ui/Page/JumpTo + * @exports WoltLabSuite/Core/Ui/Page/JumpTo */ var UiPageJumpTo = { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/JumpToTop.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/JumpToTop.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/JumpToTop.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/JumpToTop.js index 6ceaeb792b..94481698c8 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/JumpToTop.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/JumpToTop.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Page/JumpToTop + * @module WoltLabSuite/Core/Ui/Page/JumpToTop */ define(['Environment', 'Language', './Action'], function(Environment, Language, PageAction) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Menu/Abstract.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Abstract.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Menu/Abstract.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Abstract.js index 185fdf507c..2ceb9da6b7 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Menu/Abstract.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Abstract.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Page/Menu/Abstract + * @module WoltLabSuite/Core/Ui/Page/Menu/Abstract */ define(['Environment', 'EventHandler', 'ObjectMap', 'Dom/Traverse', 'Dom/Util', 'Ui/Screen'], function(Environment, EventHandler, ObjectMap, DomTraverse, DomUtil, UiScreen) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Menu/Main.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Main.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Menu/Main.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Main.js index 64046563ff..2c98df817a 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Menu/Main.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Main.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Page/Menu/Main + * @module WoltLabSuite/Core/Ui/Page/Menu/Main */ define(['Core', 'Dom/Traverse', './Abstract'], function(Core, DomTraverse, UiPageMenuAbstract) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Menu/User.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/User.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Menu/User.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/User.js index 031ecbe6a6..5392ef760e 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Menu/User.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/User.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Page/Menu/User + * @module WoltLabSuite/Core/Ui/Page/Menu/User */ define(['Core', 'EventHandler', './Abstract'], function(Core, EventHandler, UiPageMenuAbstract) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Search.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search.js similarity index 100% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Search.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search.js diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Search/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search/Handler.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Search/Handler.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search/Handler.js index 501cde44cf..eacc19413b 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Search/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search/Handler.js @@ -5,7 +5,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Page/Search/Handler + * @module WoltLabSuite/Core/Ui/Page/Search/Handler */ define(['Language', 'StringUtil', 'Dom/Util', 'Ui/Dialog', './Input'], function(Language, StringUtil, DomUtil, UiDialog, UiPageSearchInput) { "use strict"; @@ -17,7 +17,7 @@ define(['Language', 'StringUtil', 'Dom/Util', 'Ui/Dialog', './Input'], function( var _resultListContainer = null; /** - * @exports WoltLab/WCF/Ui/Page/Search/Handler + * @exports WoltLabSuite/Core/Ui/Page/Search/Handler */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Search/Input.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search/Input.js similarity index 88% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Search/Input.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search/Input.js index 70c09b58e0..d3c36fe4a8 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Page/Search/Input.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search/Input.js @@ -4,10 +4,10 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Page/Search/Input - * @extends module:WoltLab/WCF/Ui/Search/Input + * @module WoltLabSuite/Core/Ui/Page/Search/Input + * @extends module:WoltLabSuite/Core/Ui/Search/Input */ -define(['Core', 'WoltLab/WCF/Ui/Search/Input'], function(Core, UiSearchInput) { +define(['Core', 'WoltLabSuite/Core/Ui/Search/Input'], function(Core, UiSearchInput) { "use strict"; /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Pagination.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Pagination.js similarity index 96% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Pagination.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Pagination.js index dca29158c7..a392f27646 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Pagination.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Pagination.js @@ -4,9 +4,9 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Pagination + * @module WoltLabSuite/Core/Ui/Pagination */ -define(['Core', 'Language', 'ObjectMap', 'StringUtil', 'WoltLab/WCF/Ui/Page/JumpTo'], function(Core, Language, ObjectMap, StringUtil, UiPageJumpTo) { +define(['Core', 'Language', 'ObjectMap', 'StringUtil', 'WoltLabSuite/Core/Ui/Page/JumpTo'], function(Core, Language, ObjectMap, StringUtil, UiPageJumpTo) { "use strict"; /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Autosave.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Autosave.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Autosave.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Autosave.js index 2871bbc58f..74fc977ebe 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Autosave.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Autosave.js @@ -5,7 +5,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Redactor/Autosave + * @module WoltLabSuite/Core/Ui/Redactor/Autosave */ define(['Dom/Traverse'], function(DomTraverse) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Code.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Code.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Code.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Code.js index 51c1f0ea48..a521310142 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Code.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Code.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Redactor/Code + * @module WoltLabSuite/Core/Ui/Redactor/Code */ define(['EventHandler', 'EventKey', 'Language', 'StringUtil', 'Dom/Util', 'Ui/Dialog'], function (EventHandler, EventKey, Language, StringUtil, DomUtil, UiDialog) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Format.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Format.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Format.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Format.js index 6f832091a4..cbe2769187 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Format.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Format.js @@ -6,13 +6,13 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Redactor/Format + * @module WoltLabSuite/Core/Ui/Redactor/Format */ define(['Dom/Util'], function(DomUtil) { "use strict"; /** - * @exports WoltLab/WCF/Ui/Redactor/Format + * @exports WoltLabSuite/Core/Ui/Redactor/Format */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Link.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Link.js similarity index 100% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Link.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Link.js diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Mention.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js similarity index 100% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Mention.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Metacode.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Metacode.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Metacode.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Metacode.js index fba6bb17ba..8aff60b420 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Metacode.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Metacode.js @@ -4,13 +4,13 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Redactor/Metacode + * @module WoltLabSuite/Core/Ui/Redactor/Metacode */ define(['Dom/Util'], function(DomUtil) { "use strict"; /** - * @exports WoltLab/WCF/Ui/Redactor/Metacode + * @exports WoltLabSuite/Core/Ui/Redactor/Metacode */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Page.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Page.js similarity index 86% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Page.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Page.js index 210c5ad950..96fdf8eeb3 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Page.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Page.js @@ -4,9 +4,9 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Redactor/Metacode + * @module WoltLabSuite/Core/Ui/Redactor/Metacode */ -define(['WoltLab/WCF/Ui/Page/Search'], function(UiPageSearch) { +define(['WoltLabSuite/Core/Ui/Page/Search'], function(UiPageSearch) { "use strict"; function UiRedactorPage(editor, button) { this.init(editor, button); } diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Quote.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Quote.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Quote.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Quote.js index b9871e66be..e89bf943c5 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Quote.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Quote.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Redactor/Quote + * @module WoltLabSuite/Core/Ui/Redactor/Quote */ define(['Core', 'EventHandler', 'EventKey', 'Language', 'StringUtil', 'Dom/Util', 'Ui/Dialog'], function (Core, EventHandler, EventKey, Language, StringUtil, DomUtil, UiDialog) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Spoiler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Spoiler.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Spoiler.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Spoiler.js index 23044fe6f9..1a95278807 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Spoiler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Spoiler.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Redactor/Spoiler + * @module WoltLabSuite/Core/Ui/Redactor/Spoiler */ define(['EventHandler', 'EventKey', 'Language', 'StringUtil', 'Dom/Util', 'Ui/Dialog'], function (EventHandler, EventKey, Language, StringUtil, DomUtil, UiDialog) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Screen.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Screen.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Screen.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Screen.js index 21a26facd9..ae4d51821c 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Screen.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Screen.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Screen + * @module WoltLabSuite/Core/Ui/Screen */ define(['Core', 'Dictionary'], function(Core, Dictionary) { "use strict"; @@ -25,7 +25,7 @@ define(['Core', 'Dictionary'], function(Core, Dictionary) { }); /** - * @exports WoltLab/WCF/Ui/Screen + * @exports WoltLabSuite/Core/Ui/Screen */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Scroll.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Scroll.js similarity index 96% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Scroll.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Scroll.js index a872499897..a694d2c393 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Scroll.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Scroll.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Scroll + * @module WoltLabSuite/Core/Ui/Scroll */ define(['Dom/Util'], function(DomUtil) { "use strict"; @@ -14,7 +14,7 @@ define(['Dom/Util'], function(DomUtil) { var _timeoutScroll = null; /** - * @exports WoltLab/WCF/Ui/Scroll + * @exports WoltLabSuite/Core/Ui/Scroll */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Search/Input.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Search/Input.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Search/Input.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Search/Input.js index 93dd9f75d4..21372097b4 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Search/Input.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Search/Input.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Search/Input + * @module WoltLabSuite/Core/Ui/Search/Input */ define(['Ajax', 'Core', 'EventKey', 'Dom/Util', 'Ui/SimpleDropdown'], function(Ajax, Core, EventKey, DomUtil, UiSimpleDropdown) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Search/Page.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Search/Page.js similarity index 100% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Search/Page.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Search/Page.js diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Suggestion.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Suggestion.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Suggestion.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Suggestion.js index 3aed6eff16..5cfeb40648 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Suggestion.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Suggestion.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Suggestion + * @module WoltLabSuite/Core/Ui/Suggestion */ define(['Ajax', 'Core', 'Ui/SimpleDropdown'], function(Ajax, Core, UiSimpleDropdown) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/TabMenu.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/TabMenu.js similarity index 92% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/TabMenu.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/TabMenu.js index d903722015..8340ef5ce0 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/TabMenu.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/TabMenu.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/TabMenu + * @module WoltLabSuite/Core/Ui/TabMenu */ define(['Dictionary', 'Dom/ChangeListener', 'Dom/Util', 'Ui/CloseOverlay', './TabMenu/Simple'], function(Dictionary, DomChangeListener, DomUtil, UiCloseOverlay, SimpleTabMenu) { "use strict"; @@ -13,7 +13,7 @@ define(['Dictionary', 'Dom/ChangeListener', 'Dom/Util', 'Ui/CloseOverlay', './Ta var _tabMenus = new Dictionary(); /** - * @exports WoltLab/WCF/Ui/TabMenu + * @exports WoltLabSuite/Core/Ui/TabMenu */ return { /** @@ -23,8 +23,8 @@ define(['Dictionary', 'Dom/ChangeListener', 'Dom/Util', 'Ui/CloseOverlay', './Ta this._init(); this._selectErroneousTabs(); - DomChangeListener.add('WoltLab/WCF/Ui/TabMenu', this._init.bind(this)); - UiCloseOverlay.add('WoltLab/WCF/Ui/TabMenu', function() { + DomChangeListener.add('WoltLabSuite/Core/Ui/TabMenu', this._init.bind(this)); + UiCloseOverlay.add('WoltLabSuite/Core/Ui/TabMenu', function() { if (_activeList) { _activeList.classList.remove('active'); diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/TabMenu/Simple.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/TabMenu/Simple.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/TabMenu/Simple.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/TabMenu/Simple.js index 7da8f7745f..3239fea2b3 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/TabMenu/Simple.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/TabMenu/Simple.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/TabMenu/Simple + * @module WoltLabSuite/Core/Ui/TabMenu/Simple */ define(['Dictionary', 'EventHandler', 'Dom/Traverse', 'Dom/Util'], function(Dictionary, EventHandler, DomTraverse, DomUtil) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Toggle/Input.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Toggle/Input.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Toggle/Input.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Toggle/Input.js index 16a1c1a355..c0a697540a 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Toggle/Input.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Toggle/Input.js @@ -18,7 +18,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Toggle/Input + * @module WoltLabSuite/Core/Ui/Toggle/Input */ define(['Core'], function(Core) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Tooltip.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Tooltip.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/Tooltip.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Tooltip.js index 3a96674328..f3dbc58622 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Tooltip.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Tooltip.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/Tooltip + * @module WoltLabSuite/Core/Ui/Tooltip */ define(['Environment', 'Dom/ChangeListener', 'Ui/Alignment'], function(Environment, DomChangeListener, UiAlignment) { "use strict"; @@ -15,7 +15,7 @@ define(['Environment', 'Dom/ChangeListener', 'Ui/Alignment'], function(Environme var _tooltip = null; /** - * @exports WoltLab/WCF/Ui/Tooltip + * @exports WoltLabSuite/Core/Ui/Tooltip */ return { /** @@ -43,7 +43,7 @@ define(['Environment', 'Dom/ChangeListener', 'Ui/Alignment'], function(Environme this.init(); - DomChangeListener.add('WoltLab/WCF/Ui/Tooltip', this.init.bind(this)); + DomChangeListener.add('WoltLabSuite/Core/Ui/Tooltip', this.init.bind(this)); window.addEventListener('scroll', this._mouseLeave.bind(this)); }, diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Editor.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Editor.js similarity index 98% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Editor.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Editor.js index 05c6d7048b..2f1e576dc0 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Editor.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Editor.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/User/Editor + * @module WoltLabSuite/Core/Ui/User/Editor */ define(['Ajax', 'Language', 'StringUtil', 'Dom/Util', 'Ui/Dialog', 'Ui/Notification'], function(Ajax, Language, StringUtil, DomUtil, UiDialog, UiNotification) { "use strict"; @@ -13,7 +13,7 @@ define(['Ajax', 'Language', 'StringUtil', 'Dom/Util', 'Ui/Dialog', 'Ui/Notificat var _userHeader = null; /** - * @exports WoltLab/WCF/Ui/User/Editor + * @exports WoltLabSuite/Core/Ui/User/Editor */ return { /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Ignore.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Ignore.js similarity index 89% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Ignore.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Ignore.js index da515c2911..7a9c842aae 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Ignore.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Ignore.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/User/Ignore + * @module WoltLabSuite/Core/Ui/User/Ignore */ define(['List', 'Dom/ChangeListener'], function(List, DomChangeListener) { "use strict"; @@ -14,7 +14,7 @@ define(['List', 'Dom/ChangeListener'], function(List, DomChangeListener) { var _knownMessages = new List(); /** - * @exports WoltLab/WCF/Ui/User/Ignore + * @exports WoltLabSuite/Core/Ui/User/Ignore */ return { /** @@ -26,7 +26,7 @@ define(['List', 'Dom/ChangeListener'], function(List, DomChangeListener) { this._rebuild(); - DomChangeListener.add('WoltLab/WCF/Ui/User/Ignore', this._rebuild.bind(this)); + DomChangeListener.add('WoltLabSuite/Core/Ui/User/Ignore', this._rebuild.bind(this)); }, /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/List.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/List.js similarity index 94% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/User/List.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/List.js index 11c9150566..5e15d018e2 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/List.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/List.js @@ -4,9 +4,9 @@ * @author Alexander Ebert * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/User/List + * @module WoltLabSuite/Core/Ui/User/List */ -define(['Ajax', 'Core', 'Dictionary', 'Dom/Util', 'Ui/Dialog', 'WoltLab/WCF/Ui/Pagination'], function(Ajax, Core, Dictionary, DomUtil, UiDialog, UiPagination) { +define(['Ajax', 'Core', 'Dictionary', 'Dom/Util', 'Ui/Dialog', 'WoltLabSuite/Core/Ui/Pagination'], function(Ajax, Core, Dictionary, DomUtil, UiDialog, UiPagination) { "use strict"; /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Profile/Menu/Item/Abstract.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Abstract.js similarity index 97% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Profile/Menu/Item/Abstract.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Abstract.js index 4cefd20e3a..9f416f85fa 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Profile/Menu/Item/Abstract.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Abstract.js @@ -4,7 +4,7 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/User/Profile/Menu/Item/Abstract + * @module WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Abstract */ define(['Ajax', 'Dom/Util'], function(Ajax, DomUtil) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Profile/Menu/Item/Follow.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Follow.js similarity index 100% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Profile/Menu/Item/Follow.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Follow.js diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Profile/Menu/Item/Ignore.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Ignore.js similarity index 100% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Profile/Menu/Item/Ignore.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Ignore.js diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Search/Input.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Search/Input.js similarity index 88% rename from wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Search/Input.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Search/Input.js index bf3550baba..fd383fa16b 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Search/Input.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Search/Input.js @@ -4,10 +4,10 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Ui/User/Search/Input - * @see module:WoltLab/WCF/Ui/Search/Input + * @module WoltLabSuite/Core/Ui/User/Search/Input + * @see module:WoltLabSuite/Core/Ui/Search/Input */ -define(['Core', 'WoltLab/WCF/Ui/Search/Input'], function(Core, UiSearchInput) { +define(['Core', 'WoltLabSuite/Core/Ui/Search/Input'], function(Core, UiSearchInput) { "use strict"; /** diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Upload.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js similarity index 99% rename from wcfsetup/install/files/js/WoltLab/WCF/Upload.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js index 55a3bd7fde..958c83f8f3 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Upload.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js @@ -4,7 +4,7 @@ * @author Matthias Schmidt * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/Upload + * @module WoltLabSuite/Core/Upload */ define(['AjaxRequest', 'Core', 'Dom/ChangeListener', 'Language', 'Dom/Util', 'Dom/Traverse'], function(AjaxRequest, Core, DomChangeListener, Language, DomUtil, DomTraverse) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLab/WCF/User.js b/wcfsetup/install/files/js/WoltLabSuite/Core/User.js similarity index 92% rename from wcfsetup/install/files/js/WoltLab/WCF/User.js rename to wcfsetup/install/files/js/WoltLabSuite/Core/User.js index 17f16626a1..b5ca164168 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/User.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/User.js @@ -4,7 +4,7 @@ * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/WCF/User + * @module WoltLabSuite/Core/User */ define([], function() { "use strict"; @@ -12,7 +12,7 @@ define([], function() { var _didInit = false; /** - * @exports WoltLab/WCF/User + * @exports WoltLabSuite/Core/User */ return { /** diff --git a/wcfsetup/install/files/js/require.build-acp.js b/wcfsetup/install/files/js/require.build-acp.js index dbaf368a8e..9ea0942251 100644 --- a/wcfsetup/install/files/js/require.build-acp.js +++ b/wcfsetup/install/files/js/require.build-acp.js @@ -1,38 +1,38 @@ ({ mainConfigFile: 'require.config.js', - name: "WoltLab/_Meta", + name: "WoltLabSuite/_Meta", out: "WCF.ACP.min.js", useStrict: true, preserveLicenseComments: false, optimize: 'uglify2', uglify2: {}, excludeShallow: [ - 'WoltLab/_Meta' + 'WoltLabSuite/_Meta' ], exclude: [ - 'WoltLab/WCF/Bootstrap' + 'WoltLabSuite/WCF/Bootstrap' ], rawText: { - 'WoltLab/_Meta': 'define([], function() {});' + 'WoltLabSuite/_Meta': 'define([], function() {});' }, onBuildRead: function(moduleName, path, contents) { if (!process.versions.node) { throw new Error('You need to run node.js'); } - if (moduleName === 'WoltLab/_Meta') { + if (moduleName === 'WoltLabSuite/_Meta') { if (global.allModules == undefined) { var fs = module.require('fs'), path = module.require('path'); global.allModules = []; - var queue = ['WoltLab/WCF/Acp']; + var queue = ['WoltLabSuite/Core/Acp']; var folder; while (folder = queue.shift()) { var files = fs.readdirSync(folder); for (var i = 0; i < files.length; i++) { var filename = path.join(folder, files[i]); - + if (path.extname(filename) == '.js') { global.allModules.push(filename); } diff --git a/wcfsetup/install/files/js/require.build.js b/wcfsetup/install/files/js/require.build.js index 12ac7bb7aa..9cb1bdced3 100644 --- a/wcfsetup/install/files/js/require.build.js +++ b/wcfsetup/install/files/js/require.build.js @@ -1,6 +1,6 @@ ({ mainConfigFile: 'require.config.js', - name: "WoltLab/_Meta", + name: "WoltLabSuite/_Meta", out: "WCF.Core.min.js", useStrict: true, preserveLicenseComments: false, @@ -20,17 +20,17 @@ "require.linearExecution" ], excludeShallow: [ - 'WoltLab/_Meta' + 'WoltLabSuite/_Meta' ], rawText: { - 'WoltLab/_Meta': 'define([], function() {});' + 'WoltLabSuite/_Meta': 'define([], function() {});' }, onBuildRead: function(moduleName, path, contents) { if (!process.versions.node) { throw new Error('You need to run node.js'); } - if (moduleName === 'WoltLab/_Meta') { + if (moduleName === 'WoltLabSuite/_Meta') { if (global.allModules == undefined) { var fs = module.require('fs'), path = module.require('path'); @@ -42,8 +42,8 @@ var files = fs.readdirSync(folder); for (var i = 0; i < files.length; i++) { var filename = path.join(folder, files[i]); - if (filename === 'WoltLab/WCF/Acp') continue; - + if (filename === 'WoltLabSuite/Core/Acp') continue; + if (path.extname(filename) == '.js') { global.allModules.push(filename); } diff --git a/wcfsetup/install/files/js/require.config.js b/wcfsetup/install/files/js/require.config.js index 56b0daba34..ed1e519a89 100644 --- a/wcfsetup/install/files/js/require.config.js +++ b/wcfsetup/install/files/js/require.config.js @@ -11,35 +11,35 @@ requirejs.config({ }, map: { '*': { - 'Ajax': 'WoltLab/WCF/Ajax', - 'AjaxJsonp': 'WoltLab/WCF/Ajax/Jsonp', - 'AjaxRequest': 'WoltLab/WCF/Ajax/Request', - 'CallbackList': 'WoltLab/WCF/CallbackList', - 'Core': 'WoltLab/WCF/Core', - 'DateUtil': 'WoltLab/WCF/Date/Util', - 'Dictionary': 'WoltLab/WCF/Dictionary', - 'Dom/ChangeListener': 'WoltLab/WCF/Dom/Change/Listener', - 'Dom/Traverse': 'WoltLab/WCF/Dom/Traverse', - 'Dom/Util': 'WoltLab/WCF/Dom/Util', - 'Environment': 'WoltLab/WCF/Environment', - 'EventHandler': 'WoltLab/WCF/Event/Handler', - 'EventKey': 'WoltLab/WCF/Event/Key', - 'Language': 'WoltLab/WCF/Language', - 'List': 'WoltLab/WCF/List', - 'ObjectMap': 'WoltLab/WCF/ObjectMap', - 'Permission': 'WoltLab/WCF/Permission', - 'StringUtil': 'WoltLab/WCF/StringUtil', - 'Ui/Alignment': 'WoltLab/WCF/Ui/Alignment', - 'Ui/CloseOverlay': 'WoltLab/WCF/Ui/CloseOverlay', - 'Ui/Confirmation': 'WoltLab/WCF/Ui/Confirmation', - 'Ui/Dialog': 'WoltLab/WCF/Ui/Dialog', - 'Ui/Notification': 'WoltLab/WCF/Ui/Notification', - 'Ui/ReusableDropdown': 'WoltLab/WCF/Ui/Dropdown/Reusable', - 'Ui/Screen': 'WoltLab/WCF/Ui/Screen', - 'Ui/SimpleDropdown': 'WoltLab/WCF/Ui/Dropdown/Simple', - 'Ui/TabMenu': 'WoltLab/WCF/Ui/TabMenu', - 'Upload': 'WoltLab/WCF/Upload', - 'User': 'WoltLab/WCF/User' + 'Ajax': 'WoltLabSuite/Core/Ajax', + 'AjaxJsonp': 'WoltLabSuite/Core/Ajax/Jsonp', + 'AjaxRequest': 'WoltLabSuite/Core/Ajax/Request', + 'CallbackList': 'WoltLabSuite/Core/CallbackList', + 'Core': 'WoltLabSuite/Core/Core', + 'DateUtil': 'WoltLabSuite/Core/Date/Util', + 'Dictionary': 'WoltLabSuite/Core/Dictionary', + 'Dom/ChangeListener': 'WoltLabSuite/Core/Dom/Change/Listener', + 'Dom/Traverse': 'WoltLabSuite/Core/Dom/Traverse', + 'Dom/Util': 'WoltLabSuite/Core/Dom/Util', + 'Environment': 'WoltLabSuite/Core/Environment', + 'EventHandler': 'WoltLabSuite/Core/Event/Handler', + 'EventKey': 'WoltLabSuite/Core/Event/Key', + 'Language': 'WoltLabSuite/Core/Language', + 'List': 'WoltLabSuite/Core/List', + 'ObjectMap': 'WoltLabSuite/Core/ObjectMap', + 'Permission': 'WoltLabSuite/Core/Permission', + 'StringUtil': 'WoltLabSuite/Core/StringUtil', + 'Ui/Alignment': 'WoltLabSuite/Core/Ui/Alignment', + 'Ui/CloseOverlay': 'WoltLabSuite/Core/Ui/CloseOverlay', + 'Ui/Confirmation': 'WoltLabSuite/Core/Ui/Confirmation', + 'Ui/Dialog': 'WoltLabSuite/Core/Ui/Dialog', + 'Ui/Notification': 'WoltLabSuite/Core/Ui/Notification', + 'Ui/ReusableDropdown': 'WoltLabSuite/Core/Ui/Dropdown/Reusable', + 'Ui/Screen': 'WoltLabSuite/Core/Ui/Screen', + 'Ui/SimpleDropdown': 'WoltLabSuite/Core/Ui/Dropdown/Simple', + 'Ui/TabMenu': 'WoltLabSuite/Core/Ui/TabMenu', + 'Upload': 'WoltLabSuite/Core/Upload', + 'User': 'WoltLabSuite/Core/User' } } }); -- 2.20.1