1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Go to file
Maximilian Mader 0fa4bbc9b6 Add first pieces of attachment upload
Currently the upload is working, but it's impossible to delete the
attachment or generate a "attachment message"
2013-09-14 23:45:34 +02:00
acptemplate Fix log archive time of -1 and add an info box if protocol is disabled. 2013-09-08 22:40:09 +02:00
contrib Disable compression and inclusion of compressed ACP js 2013-09-08 21:00:43 +02:00
file Add first pieces of attachment upload 2013-09-14 23:45:34 +02:00
language Fix log archive time of -1 and add an info box if protocol is disabled. 2013-09-08 22:40:09 +02:00
template Add first pieces of attachment upload 2013-09-14 23:45:34 +02:00
.gitignore Added sublime and textmate to gitignore 2013-05-03 21:20:25 +02:00
.travis.yml Add PHP 5.5 to .travis.yml 2013-06-23 02:05:49 +03:00
aclOption.xml Rename XML files of PIPs 2013-05-09 17:38:02 +02:00
acpMenu.xml Fix acp menu item link for message log 2013-07-24 21:59:34 +02:00
dashboardBox.xml Add dashboard box with online-list 2013-01-31 16:02:14 +01:00
eventListener.xml Fix HourlyCleanUpCronjobExecuteChatCleanUpListener 2013-08-19 22:09:41 +02:00
install.sql Use better default value for type in chat1_message 2013-08-02 18:22:42 +02:00
LICENSE Improve LICENSE 2013-04-23 00:42:11 +02:00
objectType.xml Add attachment object type and permissions to the corresponding XMLs. 2013-09-13 22:38:59 +02:00
option.xml Made suspension commands more abstract 2013-06-22 17:11:22 +02:00
package.xml Increase minimun version number of WCF to current version 2013-09-06 21:16:13 +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 Fix typo in templateListener.xml 2013-08-19 12:10:38 +02:00
userGroupOption.xml Add forgotten permission (canUploadAttachment) 2013-09-13 22:54:30 +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.