1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Commit Graph

266 Commits

Author SHA1 Message Date
Maximilian Mader
92ed075076 Rewrite frontend
With this commit pretty much the whole frontend has been rewritten.
This should hopefully fix most of the issues in “exotic” styles.

The changes include:

- Overall cleanup
- Better adaption to the WCF design
- Reworked private channels menu
- Reworked sidebar (may change later, currently the heights of the elements are hardcoded and not dynamic)
- Working user action menu
- Fixed auto scrolling
- Better visual notifications

- This software does not contain any easter eggs
- No penguins were harmed in the production of this software

Todo:

- Fullscreen mode
- Some language variables
2014-02-08 15:30:59 +01:00
Maximilian Mader
d2c847c765 Fix dropdown error when no menu exists for a user (see 7468aa342e)
Closes #66
2013-12-08 16:19:57 +01:00
Tim Düsterhus
3483422f1a Remove <hgroup> from template 2013-11-24 21:16:27 +01:00
Tim Düsterhus
008f20e2b6 Really fixup 992e794 2013-11-19 21:18:11 +01:00
Tim Düsterhus
0adc61c545 Fixup 992e794 2013-11-19 21:17:22 +01:00
Tim Düsterhus
992e794006 Fix design of Message::TYPE_INFORMATION 2013-11-19 21:16:15 +01:00
Maximilian Mader
3fe5016c9a Improve attachments in UI 2013-11-02 23:08:12 +01:00
Maximilian Mader
77830cf6fb Merge branch 'master' into attachments 2013-11-02 23:05:57 +01:00
Maximilian Mader
2088cb9c01 Fix some typos, overhaul copyright dialog 2013-11-02 21:54:24 +01:00
Maximilian Mader
86ac2861f8 Improve front end design of attachment 2013-10-16 15:55:33 +02:00
Maximilian Mader
5862f1c283 Merge branch 'master' into attachments 2013-10-16 14:11:02 +02:00
Tim Düsterhus
dbd9c299f5 Add missing <dt> in chat.tpl
Fixes #58
2013-10-06 14:59:53 +02:00
Maximilian Mader
7581490345 Improve attachment system
Now it's possible to upload attachments and generate an attachment
message. The attachments are registered in the database correctly and
can be viewed WCF's attachment list in ACP.

TODO: Proper design in frontend and some backend functions.
2013-10-06 02:59:13 +02:00
Maximilian Mader
06882254a0 Merge branch 'master' into attachments
Conflicts:
	template/javascriptInclude.tpl
2013-10-06 02:12:42 +02:00
Tim Düsterhus
1060ad1512 Remove obsolete javascript file in javascriptInclude 2013-10-01 00:07:44 +02:00
Tim Düsterhus
a82d6bd6b5 Clean up LESS a bit
see #54
2013-09-15 22:39:40 +02:00
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
Maximilian Mader
1979a901a2 Delete obsolete file 2013-09-08 22:18:16 +02:00
Tim Düsterhus
7def8429cf Add missing marginTop to #timsChatTopic
Closes #48
2013-09-07 15:17:22 +02:00
Maximilian Mader
dcfc8a94cd Merge branch 'master' into protocol 2013-09-05 20:35:07 +02:00
Tim Düsterhus
e752a58ff7 Move template listener code into templates
Closes #45
2013-08-11 17:22:51 +02:00
Tim Düsterhus
22dca4b7c5 Add missing language item and improve some others
Fixes #40
2013-08-02 21:18:25 +02:00
Maximilian Mader
3dba0e8e6b Activate relocation of scripts 2013-08-02 00:37:26 +02:00
Tim Düsterhus
db8fa89e7b Merge branch 'master' into protocol
Conflicts:
	acpMenu.xml
2013-07-24 21:55:37 +02:00
Maximilian Mader
bb185fc712 Add our alpha tester to the credits. 2013-07-24 21:39:55 +02:00
Maximilian Mader
a0cf213e48 Closing of private channels is now possible,
add notifications to private channel tab menu (style is just a placeholder
right now)
2013-07-24 16:16:17 +02:00
Maximilian Mader
de96de5941 Fix tooltip positioning 2013-07-12 21:29:17 +02:00
Maximilian Mader
3580ebfd5c Simplify code a bit 2013-07-12 20:52:54 +02:00
Maximilian Mader
a330127c0b Readd accidentally deleted template code
This shouldn't be deleted in this branch.
2013-07-12 17:20:06 +02:00
Maximilian Mader
3bdbc2159b Add forgotten files
Maybe I was asleep ... I don't know.
2013-07-12 17:15:13 +02:00
Maximilian Mader
7cb15e5e9c First working draft of private channels 2013-07-09 19:41:14 +02:00
Maximilian Mader
9530dad294 Remove <script> type-attribute 2013-07-08 22:39:02 +02:00
Maximilian Mader
f02631a7c7 Add possibility to hide topic. 2013-07-08 21:25:48 +02:00
Maximilian Mader
61c835cd38 Make config editable via template event 2013-06-24 18:25:30 +02:00
Maximilian Mader
14fcafc483 Add missing quotes 2013-06-24 18:17:35 +02:00
Maximilian Mader
5fd1e6e7be Further message template improvements
- Publish message types to JavaScript
- add message type icons
- style info message properly
2013-06-24 17:49:24 +02:00
Maximilian Mader
f313dde2c3 Prepare for message merging 2013-06-23 19:45:20 +02:00
Maximilian Mader
a71e1ec00e Improve frontend
according to http://ux.stackexchange.com/a/41142/32862
2013-06-23 18:48:48 +02:00
Tim Düsterhus
820711cc9f Remove required attribute from input
Looks crappy in Firefox
2013-06-23 18:09:17 +02:00
Maximilian Mader
6fa0d3a3f2 Remove chat log from frontend
This commit is a preparation for moving the chat log into ACP
2013-06-22 16:44:10 +02:00
Tim Düsterhus
fe7ac74742 Open copyright links in a new tab 2013-06-17 16:14:45 +02:00
Tim Düsterhus
31755392a4 Add missing class to chat.tpl 2013-06-09 15:34:13 +02:00
Tim Düsterhus
cdef22d95a Add jsTooltip to whisper icon 2013-06-08 16:18:01 +02:00
Tim Düsterhus
b27f7589c6 Insert whisper command when hitting the icon 2013-06-08 16:15:59 +02:00
Tim Düsterhus
9d637efa15 Read out available commands 2013-06-01 14:37:18 +02:00
Maximilian Mader
70f6516176 Format message.tpl and replace that ugly ascii arrow with a proper icon 2013-05-30 22:48:34 +03:00
Tim Düsterhus
63321dd0bd Handle whisper formatting on the client side.
Add additionalData to messages
2013-05-28 23:39:19 +02:00
Tim Düsterhus
11084c4bac Join rooms via JavaScript (so JS errors don't lead to a join)
Closes #19
2013-05-26 17:19:04 +02:00
Tim Düsterhus
810bb5134c Clean up less 2013-05-24 20:33:41 +02:00
Tim Düsterhus
2a9c3882aa Clean up language items 2013-05-24 19:26:29 +02:00