1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Go to file
2013-04-30 13:23:52 +02:00
acptemplate Adapt to WoltLab/WCF@6ab4d96377 2013-04-29 20:05:23 +02:00
contrib Use new nodePush package 2013-04-29 16:56:20 +02:00
file Adapt to WoltLab/WCF@d59c86bd1a 2013-04-30 13:23:52 +02:00
language Add logo 2013-04-26 16:09:26 +02:00
template Use new nodePush package 2013-04-29 16:56:20 +02:00
.gitignore Fixed ACP-icons 2012-05-31 18:17:23 +02:00
.travis.yml Check PHP syntax in travis 2013-03-03 19:12:53 +01:00
acloptions.xml Check permissions for log in template 2013-02-02 23:22:48 +01:00
acpMenu.xml Fixed installation process for now 2013-01-25 22:37:22 +01: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 Drop enableBBCodes 2013-03-11 15:42:05 +01:00
LICENSE Improve LICENSE 2013-04-23 00:42:11 +02:00
objectType.xml Add global mute and global ban 2013-02-01 20:41:59 +01:00
option.xml Check for allowed BBCodes 2013-03-11 15:28:51 +01:00
package.xml Use new nodePush package 2013-04-29 16:56:20 +02:00
pagemenu.xml Port Chat to application (first parts) 2013-01-19 20:36:40 +01:00
README.md Completed README.md 2012-01-06 18:01:17 +01:00
templateListener.xml Show logo in ACP 2013-04-29 20:03:54 +02:00
userGroupOption.xml Check for allowed BBCodes 2013-03-11 15:28:51 +01: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.