|
Revision 507, 1.5 kB
(checked in by d0nut, 5 years ago)
|
|
initial release Profile Access Matrix
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd"> |
|---|
| 3 | <package name="de.easy-coding.wcf.profileaccessmatrix"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename>Profile Access Matrix</packagename> |
|---|
| 6 | <packagedescription>Admin can grant permissions to view the profile of specific usergroups for each usergroup.</packagedescription> |
|---|
| 7 | <packagedescription language="de">Der Administrator kann die Sichtbarkeit der Profile in einer Rechte-ÂMatrix fÃŒr jede Benutzergruppe so einstellen, wie eine andere Benutzergruppen lesend Zugriff hat.</packagedescription> |
|---|
| 8 | <version>1.0.0</version> |
|---|
| 9 | <plugin>com.woltlab.wcf</plugin> |
|---|
| 10 | <isunique>1</isunique> |
|---|
| 11 | <date>DATE</date> |
|---|
| 12 | </packageinformation> |
|---|
| 13 | |
|---|
| 14 | <authorinformation> |
|---|
| 15 | <author>Torben Brodt</author> |
|---|
| 16 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 17 | </authorinformation> |
|---|
| 18 | |
|---|
| 19 | <requiredpackages> |
|---|
| 20 | <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage> |
|---|
| 21 | </requiredpackages> |
|---|
| 22 | |
|---|
| 23 | <instructions type="install"> |
|---|
| 24 | <files>files.tar</files> |
|---|
| 25 | <templates>templates.tar</templates> |
|---|
| 26 | <acptemplates>acptemplates.tar</acptemplates> |
|---|
| 27 | <sql>install.sql</sql> |
|---|
| 28 | <eventlistener>eventlistener.xml</eventlistener> |
|---|
| 29 | <acpmenu>acpmenu.xml</acpmenu> |
|---|
| 30 | <languages languagecode="de">de.xml</languages> |
|---|
| 31 | <languages languagecode="de-informal">de-informal.xml</languages> |
|---|
| 32 | <languages languagecode="en">en.xml</languages> |
|---|
| 33 | </instructions> |
|---|
| 34 | |
|---|
| 35 | <instructions type="update" fromversion="0.0.1"> |
|---|
| 36 | <files>files.tar</files> |
|---|
| 37 | </instructions> |
|---|
| 38 | </package> |
|---|