From c39d34aadbf7f05c2a9845ab827d1ef0a5040394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 27 Nov 2011 14:56:11 +0100 Subject: [PATCH] Adding ACL-Options The implementation in PHP is missing right now --- acloptions.xml | 8 ++++++++ objectType.xml | 9 +++++++++ package.xml | 5 +++++ 3 files changed, 22 insertions(+) create mode 100644 acloptions.xml create mode 100644 objectType.xml diff --git a/acloptions.xml b/acloptions.xml new file mode 100644 index 0000000..9e4d653 --- /dev/null +++ b/acloptions.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/objectType.xml b/objectType.xml new file mode 100644 index 0000000..7df3ce1 --- /dev/null +++ b/objectType.xml @@ -0,0 +1,9 @@ + + + + + timwolla.wcf.chat.room + com.woltlab.wcf.acl + + + \ No newline at end of file diff --git a/package.xml b/package.xml index 041bc39..fc26253 100644 --- a/package.xml +++ b/package.xml @@ -18,6 +18,7 @@ com.woltlab.wcf com.woltlab.wcf.bbcode + com.woltlab.wcf.acl @@ -25,9 +26,11 @@ file.tar template.tar install.sql + objectType.xml option.xml pagemenu.xml templatelistener.xml + acloptions.xml @@ -35,8 +38,10 @@ file.tar template.tar install.sql + objectType.xml option.xml pagemenu.xml templatelistener.xml + acloptions.xml \ No newline at end of file