1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Go to file
2013-06-22 16:17:53 +02:00
acptemplate Don't delete expired suspensions 2013-06-22 14:40:54 +02:00
contrib Remove unused code from buildscript 2013-05-28 14:30:32 +02:00
file Revoking is now setting expires to TIME_NOW 2013-06-22 16:17:53 +02:00
language Merge branch 'master' into suspensionList 2013-06-22 14:41:40 +02:00
template Open copyright links in a new tab 2013-06-17 16:14:45 +02:00
.gitignore Added sublime and textmate to gitignore 2013-05-03 21:20:25 +02:00
.travis.yml Don't check WCF files 2013-05-01 16:52:05 +02:00
aclOption.xml Rename XML files of PIPs 2013-05-09 17:38:02 +02:00
acpMenu.xml Fix ChatSuspensionList acp menu item 2013-06-16 19:36:21 +02:00
cronjob.xml Port Chat to application (first parts) 2013-01-19 20:36:40 +01:00
dashboardBox.xml Add dashboard box with online-list 2013-01-31 16:02:14 +01:00
install.sql Revoking is now setting expires to TIME_NOW 2013-06-22 16:17:53 +02:00
LICENSE Improve LICENSE 2013-04-23 00:42:11 +02:00
objectType.xml Add user online locations for chat 2013-05-10 17:51:48 +02:00
option.xml Implement command aliases 2013-06-17 23:48:59 +02:00
package.xml Merge branch 'master' into suspensionList 2013-06-22 14:41:40 +02:00
pageMenu.xml Rename XML files of PIPs 2013-05-09 17:38:02 +02:00
README.md Completed README.md 2012-01-06 18:01:17 +01:00
templateListener.xml Show chat version on ACP index 2013-05-28 22:31:40 +02:00
userGroupOption.xml Move admin group options to admin.community 2013-05-30 19:20:51 +02:00

Tims Chat 3.0

Tims Chat is a chat-plugin for WoltLab Community Framework.

Version notes

The currently available source code represents an early alpha-version of Tims Chat, even though it may be installable, we cannot guarantee a working installation at any time. You MUST NOT install and/or use Tims Chat 3.0 in a production environment.

Contribution

Developers are always welcome to fork Tims Chat and provide features or bug fixes using pull requests. If you make changes or add classes it is mandatory to follow the requirements below:

  • Testing is key, you MUST try out your changes before submitting pull requests
  • You MUST save your files with Unix-style line endings (\n)
  • You MUST NOT include the closing tag of a PHP block at the end of file, provide an empty newline instead
  • You MUST use tabs for indentation
    • Tab size of 8 is required
    • Empty lines MUST be indented equal to previous line
  • All comments within source code MUST be written in English language
  • Use a sensible number of commits. In most cases one commit should be enough.
    • Split huge changes into several logical groups
    • Rebase small changes that consist of several commits into one commit

Follow the above conventions if you want your pull requests accepted.

License

For licensing information refer to the LICENSE file in this folder.