mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fixed installation process for now
timeInterval to integer is just a temporary change
This commit is contained in:
parent
17bc3ba4fd
commit
0241bb50c9
@ -5,6 +5,10 @@
|
||||
<parent>wcf.acp.menu.link.community</parent>
|
||||
</acpmenuitem>
|
||||
|
||||
<acpmenuitem name="chat.acp.menu.link.chat">
|
||||
<parent>chat.acp.menu.link</parent>
|
||||
</acpmenuitem>
|
||||
|
||||
<acpmenuitem name="chat.acp.menu.link.room.list">
|
||||
<controller><![CDATA[chat\acp\page\RoomListPage]]></controller>
|
||||
<parent>chat.acp.menu.link.chat</parent>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace wcf\data\chat\room;
|
||||
namespace chat\data\room;
|
||||
|
||||
/**
|
||||
* Represents a list of chat rooms.
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace wbb\system;
|
||||
namespace chat\system;
|
||||
|
||||
/**
|
||||
* Chat core
|
||||
|
@ -14,7 +14,7 @@
|
||||
<type>
|
||||
<name>be.bastelstu.chat.activityPointEvent.message</name>
|
||||
<definitionname>com.woltlab.wcf.user.activityPointEvent</definitionname>
|
||||
<points>0</point>
|
||||
<points>0</points>
|
||||
<classname>wcf\system\user\activity\point\DefaultUserActivityPointObjectProcessor</classname><!-- We are unable to recalc those points -->
|
||||
</type>
|
||||
</import>
|
||||
|
@ -72,7 +72,7 @@
|
||||
</option>
|
||||
<option name="chat_log_archivetime">
|
||||
<categoryname>chat.log</categoryname>
|
||||
<optiontype>timeInterval</optiontype>
|
||||
<optiontype>integer</optiontype>
|
||||
<defaultvalue>172800</defaultvalue>
|
||||
<showorder>2</showorder>
|
||||
</option>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<packagename><![CDATA[Tims Chat]]></packagename>
|
||||
<packagedescription><![CDATA[Chat for WoltLab Community Framework™.]]></packagedescription>
|
||||
<packagedescription language="de"><![CDATA[Chat für WoltLab Community Framework™.]]></packagedescription>
|
||||
<standalone>1</standalone>
|
||||
<isapplication>1</isapplication>
|
||||
<version>3.0.0 Alpha 19</version>
|
||||
<date>2011-11-26</date>
|
||||
</packageinformation>
|
||||
@ -16,9 +16,9 @@
|
||||
|
||||
<requiredpackages>
|
||||
<requiredpackage minversion="2.0.0 Alpha 1">com.woltlab.wcf</requiredpackage>
|
||||
<requiredpackage minversion="1.0.0 Alpha 1">com.woltlab.wcf.bbcode</requiredpackage>
|
||||
<requiredpackage minversion="1.0.0 Alpha 1">com.woltlab.wcf.message</requiredpackage>
|
||||
<requiredpackage minversion="1.0.0 Alpha 1">com.woltlab.wcf.user</requiredpackage>
|
||||
<requiredpackage file="requirements/com.woltlab.wcf.bbcode.tar">com.woltlab.wcf.bbcode</requiredpackage>
|
||||
<requiredpackage file="requirements/com.woltlab.wcf.message.tar">com.woltlab.wcf.message</requiredpackage>
|
||||
<requiredpackage file="requirements/com.woltlab.wcf.user.tar">com.woltlab.wcf.user</requiredpackage>
|
||||
</requiredpackages>
|
||||
|
||||
<instructions type="install">
|
||||
|
Loading…
Reference in New Issue
Block a user