From 61d010dd62efa456810423fd44bee9b7de7ea14d Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 27 Sep 2011 16:45:03 +0200 Subject: [PATCH] Updates XSD files and also some XML files Also adds `coreObject.xsd` file. `styleattributes.xsd` isn't updated since no package installation plugin class exists yet. --- XSD/acpmenu.xsd | 95 ++++++++------- XSD/clipboardaction.xsd | 94 ++++++++------- XSD/clipboarditemtype.xsd | 6 +- XSD/coreObject.xsd | 37 ++++++ XSD/cronjob.xsd | 13 +- XSD/eventlistener.xsd | 113 +++++++++--------- XSD/language.xsd | 53 ++++---- XSD/option.xsd | 75 ++++++++++++ XSD/options.xsd | 80 ------------- XSD/optiontypes.xsd | 34 +++--- XSD/package.xsd | 29 +++-- ...{pip.xsd => packageInstallationPlugin.xsd} | 3 +- XSD/packageUpdateServer.xsd | 47 ++++++-- XSD/pagelocation.xsd | 81 +++++++------ XSD/pagemenu.xsd | 95 ++++++++------- XSD/types.xsd | 7 +- XSD/userGroupOption.xsd | 73 +++++++++++ XSD/userOption.xsd | 94 +++++++++++++++ XSD/usergroupoptions.xsd | 78 ------------ XSD/useroptions.xsd | 99 --------------- com.woltlab.wcf/acpmenu.xml | 2 +- com.woltlab.wcf/clipboardaction.xml | 2 +- com.woltlab.wcf/clipboarditemtype.xml | 2 +- com.woltlab.wcf/coreobject.xml | 2 +- com.woltlab.wcf/eventlistener.xml | 2 +- com.woltlab.wcf/option.xml | 4 +- com.woltlab.wcf/package.xml | 16 +-- ...{pip.xml => packageInstallationPlugin.xml} | 2 +- com.woltlab.wcf/usergroupoption.xml | 2 +- com.woltlab.wcf/useroption.xml | 2 +- 30 files changed, 647 insertions(+), 595 deletions(-) create mode 100644 XSD/coreObject.xsd create mode 100644 XSD/option.xsd delete mode 100644 XSD/options.xsd rename XSD/{pip.xsd => packageInstallationPlugin.xsd} (85%) create mode 100644 XSD/userGroupOption.xsd create mode 100644 XSD/userOption.xsd delete mode 100644 XSD/usergroupoptions.xsd delete mode 100644 XSD/useroptions.xsd rename com.woltlab.wcf/{pip.xml => packageInstallationPlugin.xml} (95%) diff --git a/XSD/acpmenu.xsd b/XSD/acpmenu.xsd index f992c0ff30..115f4a83fc 100644 --- a/XSD/acpmenu.xsd +++ b/XSD/acpmenu.xsd @@ -1,51 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/XSD/clipboardaction.xsd b/XSD/clipboardaction.xsd index 09e2147d99..84bf526cac 100644 --- a/XSD/clipboardaction.xsd +++ b/XSD/clipboardaction.xsd @@ -1,47 +1,51 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/XSD/clipboarditemtype.xsd b/XSD/clipboarditemtype.xsd index 55a781ca4e..043110f108 100644 --- a/XSD/clipboarditemtype.xsd +++ b/XSD/clipboarditemtype.xsd @@ -1,5 +1,7 @@ - + + + @@ -8,6 +10,8 @@ + + diff --git a/XSD/coreObject.xsd b/XSD/coreObject.xsd new file mode 100644 index 0000000000..245c70cfad --- /dev/null +++ b/XSD/coreObject.xsd @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/XSD/cronjob.xsd b/XSD/cronjob.xsd index 5927e7539b..c0bddf2065 100644 --- a/XSD/cronjob.xsd +++ b/XSD/cronjob.xsd @@ -1,11 +1,10 @@ - - + @@ -15,23 +14,23 @@ - + - + - + - + - + diff --git a/XSD/eventlistener.xsd b/XSD/eventlistener.xsd index be64f2629e..89d364c33b 100644 --- a/XSD/eventlistener.xsd +++ b/XSD/eventlistener.xsd @@ -1,62 +1,61 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/XSD/language.xsd b/XSD/language.xsd index d76ac2a875..a088fc5958 100644 --- a/XSD/language.xsd +++ b/XSD/language.xsd @@ -1,30 +1,29 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/XSD/option.xsd b/XSD/option.xsd new file mode 100644 index 0000000000..57b163bb8e --- /dev/null +++ b/XSD/option.xsd @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/XSD/options.xsd b/XSD/options.xsd deleted file mode 100644 index d53011d5e6..0000000000 --- a/XSD/options.xsd +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/XSD/optiontypes.xsd b/XSD/optiontypes.xsd index 6a237ef6ed..eea3bb411c 100644 --- a/XSD/optiontypes.xsd +++ b/XSD/optiontypes.xsd @@ -1,25 +1,23 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + - + - - + + - + \ No newline at end of file diff --git a/XSD/package.xsd b/XSD/package.xsd index 64b1b478c3..67ed0b3cf5 100644 --- a/XSD/package.xsd +++ b/XSD/package.xsd @@ -1,9 +1,9 @@ - + - + @@ -18,7 +18,7 @@ - + @@ -28,8 +28,7 @@ - - + @@ -39,7 +38,7 @@ - + @@ -48,24 +47,24 @@ - + - + - - + + - + @@ -95,7 +94,7 @@ - + @@ -103,21 +102,21 @@ - + - + - + diff --git a/XSD/pip.xsd b/XSD/packageInstallationPlugin.xsd similarity index 85% rename from XSD/pip.xsd rename to XSD/packageInstallationPlugin.xsd index c7e3da26c7..e7befd17b8 100644 --- a/XSD/pip.xsd +++ b/XSD/packageInstallationPlugin.xsd @@ -1,4 +1,5 @@ - + + diff --git a/XSD/packageUpdateServer.xsd b/XSD/packageUpdateServer.xsd index 07fe0a3f27..6ed4c11cdb 100644 --- a/XSD/packageUpdateServer.xsd +++ b/XSD/packageUpdateServer.xsd @@ -1,9 +1,10 @@ + - + @@ -17,16 +18,16 @@ - - + + - - + + @@ -38,13 +39,21 @@ + + + + + + + + - - + + @@ -52,10 +61,14 @@ + + + + - + @@ -63,6 +76,8 @@ + + @@ -76,6 +91,8 @@ + + @@ -83,7 +100,11 @@ + + + + @@ -91,6 +112,8 @@ + + @@ -100,8 +123,16 @@ + + + + + + + + diff --git a/XSD/pagelocation.xsd b/XSD/pagelocation.xsd index 8f879704e4..1779f2802d 100644 --- a/XSD/pagelocation.xsd +++ b/XSD/pagelocation.xsd @@ -1,48 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/XSD/pagemenu.xsd b/XSD/pagemenu.xsd index 60177e38b4..854e8578da 100644 --- a/XSD/pagemenu.xsd +++ b/XSD/pagemenu.xsd @@ -1,58 +1,57 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + \ No newline at end of file diff --git a/XSD/types.xsd b/XSD/types.xsd index 708a1c5d4a..60c7ef224e 100644 --- a/XSD/types.xsd +++ b/XSD/types.xsd @@ -1,7 +1,6 @@ - - + @@ -9,7 +8,7 @@ - + @@ -17,7 +16,7 @@ - + diff --git a/XSD/userGroupOption.xsd b/XSD/userGroupOption.xsd new file mode 100644 index 0000000000..3984502c96 --- /dev/null +++ b/XSD/userGroupOption.xsd @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/XSD/userOption.xsd b/XSD/userOption.xsd new file mode 100644 index 0000000000..e29381140b --- /dev/null +++ b/XSD/userOption.xsd @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/XSD/usergroupoptions.xsd b/XSD/usergroupoptions.xsd deleted file mode 100644 index 728268f8c5..0000000000 --- a/XSD/usergroupoptions.xsd +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/XSD/useroptions.xsd b/XSD/useroptions.xsd deleted file mode 100644 index a672b7f40d..0000000000 --- a/XSD/useroptions.xsd +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/com.woltlab.wcf/acpmenu.xml b/com.woltlab.wcf/acpmenu.xml index 895e1ff223..6ee1be7e60 100644 --- a/com.woltlab.wcf/acpmenu.xml +++ b/com.woltlab.wcf/acpmenu.xml @@ -1,5 +1,5 @@ - + 1 diff --git a/com.woltlab.wcf/clipboardaction.xml b/com.woltlab.wcf/clipboardaction.xml index 6f3702e0d3..6b249b34f1 100644 --- a/com.woltlab.wcf/clipboardaction.xml +++ b/com.woltlab.wcf/clipboardaction.xml @@ -1,5 +1,5 @@ - + diff --git a/com.woltlab.wcf/clipboarditemtype.xml b/com.woltlab.wcf/clipboarditemtype.xml index b51e7d4d00..83007820f7 100644 --- a/com.woltlab.wcf/clipboarditemtype.xml +++ b/com.woltlab.wcf/clipboarditemtype.xml @@ -1,5 +1,5 @@ - + diff --git a/com.woltlab.wcf/coreobject.xml b/com.woltlab.wcf/coreobject.xml index ef99971238..9fab9c63ba 100644 --- a/com.woltlab.wcf/coreobject.xml +++ b/com.woltlab.wcf/coreobject.xml @@ -1,5 +1,5 @@ - + diff --git a/com.woltlab.wcf/eventlistener.xml b/com.woltlab.wcf/eventlistener.xml index 8d2f3688b9..bfae4e17db 100644 --- a/com.woltlab.wcf/eventlistener.xml +++ b/com.woltlab.wcf/eventlistener.xml @@ -1,5 +1,5 @@ - + wcf\page\AbstractPage diff --git a/com.woltlab.wcf/option.xml b/com.woltlab.wcf/option.xml index a2b7589ccf..fd4d387793 100644 --- a/com.woltlab.wcf/option.xml +++ b/com.woltlab.wcf/option.xml @@ -1,5 +1,5 @@ - - + + diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 74a48400e5..0643accf88 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -15,17 +15,17 @@ - pip.xml - acpmenu.xml - usergroupoption.xml + packageInstallationPlugin.xml + acpMenu.xml + userGroupOption.xml option.xml - useroption.xml + userOption.xml template.tar - eventlistener.xml + eventListener.xml acp/install.php cronjob.xml - coreobject.xml - clipboardaction.xml - clipboarditemtype.xml + coreObject.xml + clipBoardAction.xml + clipBoardItemType.xml diff --git a/com.woltlab.wcf/pip.xml b/com.woltlab.wcf/packageInstallationPlugin.xml similarity index 95% rename from com.woltlab.wcf/pip.xml rename to com.woltlab.wcf/packageInstallationPlugin.xml index 9778467768..5fd4223568 100644 --- a/com.woltlab.wcf/pip.xml +++ b/com.woltlab.wcf/packageInstallationPlugin.xml @@ -1,5 +1,5 @@ - + wcf\system\package\plugin\ACPMenuPackageInstallationPlugin wcf\system\package\plugin\ACPTemplatePackageInstallationPlugin diff --git a/com.woltlab.wcf/usergroupoption.xml b/com.woltlab.wcf/usergroupoption.xml index a3385b99dc..a369ca2cf4 100644 --- a/com.woltlab.wcf/usergroupoption.xml +++ b/com.woltlab.wcf/usergroupoption.xml @@ -1,5 +1,5 @@ - + diff --git a/com.woltlab.wcf/useroption.xml b/com.woltlab.wcf/useroption.xml index 1a44a63642..e2be324da7 100644 --- a/com.woltlab.wcf/useroption.xml +++ b/com.woltlab.wcf/useroption.xml @@ -1,5 +1,5 @@ - + -- 2.20.1