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

1286 Commits

Author SHA1 Message Date
Tim Düsterhus
e34f1ffdcb Moving the sidebar to the right side 2011-12-27 11:48:44 +01:00
max-m
cfae043ba4 Now the fish won't swim out of the window
________
    /  Blubb \
    \___   __/
         v
><((((>
2011-12-26 22:46:29 +01:00
max-m
cded6e79a3 Added title notifications 2011-12-26 22:16:37 +01:00
Tim Düsterhus
b7b7d064ee Updating gitignore 2011-12-26 21:01:16 +01:00
Tim Düsterhus
9cb0bfafbc Converting CSS to SCSS and moving it into an own file 2011-12-26 21:00:11 +01:00
Tim Düsterhus
157e126afe Bare-compiling (Code is already wrapped into a closure) 2011-12-26 20:04:08 +01:00
Tim Düsterhus
05e0393fa6 Fixed formatting 2011-12-26 20:02:23 +01:00
Tim Düsterhus
e4253470bb Merge remote-tracking branch 'origin/chatTplRedesign' into chatTplRedesign 2011-12-26 19:01:02 +01:00
Tim Düsterhus
a9f0cc86f5 Set new lastSeen-message 2011-12-26 19:00:32 +01:00
max-m
ae88c3246c Load new messages every X seconds 2011-12-26 18:46:48 +01:00
Tim Düsterhus
461be89d85 Unbind 'click' later 2011-12-26 17:26:47 +01:00
Tim Düsterhus
6b10542737 Reload Room-List every 60 seconds 2011-12-26 17:26:19 +01:00
Tim Düsterhus
f2930612d1 Validate room in form 2011-12-26 17:07:46 +01:00
Tim Düsterhus
d2670d47c3 Adding ChatMessagePage 2011-12-26 17:01:24 +01:00
Tim Düsterhus
bdb7ec3b0d Improved Message-DBOs + Save last seen message in user_storage 2011-12-26 16:31:37 +01:00
Tim Düsterhus
c83336c9fb Merge branch 'master' into chatTplRedesign 2011-12-26 16:05:29 +01:00
Tim Düsterhus
c38c04dc39 Cleanup of CSS & JS 2011-12-26 16:04:48 +01:00
Tim Düsterhus
3c71f81547 Changing travis-config 2011-12-26 15:51:12 +01:00
Tim Düsterhus
4c3a101455 Testing Travis-CI 2011-12-26 15:49:33 +01:00
Tim Düsterhus
19da935f68 Use sidebarMenu as this will be converted into a wcfSidebar automatically 2011-12-26 15:27:31 +01:00
Tim Düsterhus
7d3a0ec830 Check whether one can enter the room 2011-12-26 14:14:03 +01:00
Tim Düsterhus
7852f07242 Check permissions in Template 2011-12-26 12:46:33 +01:00
Tim Düsterhus
91bab27535 Check permissions in RefreshRoomList 2011-12-26 12:45:05 +01:00
Tim Düsterhus
f231ce5aae Check permissions in Page-Menu 2011-12-26 12:43:19 +01:00
Tim Düsterhus
3a32aa1b8c == -> is != -> isnt 2011-12-24 17:48:08 +01:00
Tim Düsterhus
bbc8efa5ee this. -> @ 2011-12-24 17:47:07 +01:00
Tim Düsterhus
8fbc956111 Someone freed the fish, oh a noez 2011-12-24 17:28:46 +01:00
Tim Düsterhus
90f1213ef7 Avoiding problem with default-values 2011-12-24 16:59:29 +01:00
unknown
7b2eb83640 Improving language-file.
Adding missing full-stop. == 1 is unneccessary as PHP will cast it as boolean automatically.
2011-12-24 13:23:00 +01:00
Tim Düsterhus
b15f4aca16 Use Regex-class 2011-12-23 20:28:09 +01:00
max-m
42030c5246 var_dump(("r" == "n")); => bool(false) 2011-12-23 19:55:13 +01:00
Tim Düsterhus
a8af8023a9 Merge branch 'chatTplRedesign' of github.com:wbbaddons/Tims-Chat into chatTplRedesign
Conflicts:
	file/js/jCounter.jQuery.coffee
2011-12-23 15:31:32 +01:00
max-m
0f411e8015 Moved readUserData to chatUtil
closes 2
2011-12-23 15:26:54 +01:00
max-m
cf72777f13 Guess ... right ... the sidebar :D 2011-12-23 14:22:34 +01:00
max-m
39f5dfdcf2 I'm too stupid for this world ... but shit happens ... 2011-12-22 22:40:42 +01:00
max-m
b3bd893cc6 Changed sidebar ... 2011-12-22 22:36:48 +01:00
max-m
fdfd3169d4 Changed language vars a tiny bit.
Äääääädit, Essen is fertig!
2011-12-22 22:15:59 +01:00
max-m
677cbe33ba Added missing language vars and changed room title limit to 25 2011-12-22 22:12:01 +01:00
max-m
86d7c795c5 Changed sidebartabs a bit 2011-12-22 21:45:09 +01:00
max-m
c316180ddd Ich war's nich! 2011-12-22 17:03:51 +01:00
max-m
602f824e85 Smiley-switch works now. 2011-12-20 21:20:32 +01:00
max-m
a850f5235b Use the new counter ;) 2011-12-20 16:39:43 +01:00
max-m
f67405866b Fixed and changed counter a bit.
Now a counter can be created like this:
		$('INPUT').jCounter(<null, options>);
		The element input element will be wrapped in two divs, 
		the counterContainer div and a second div (display table and table-row ;) ).
		Then the counter will be appended to the new created parent of the Input (the second div).

And it can be called like this:
		$('INPUT').jCounter(either an id, a class or an object ($('bla')) <, options>);
2011-12-20 16:06:48 +01:00
Tim Düsterhus
97cf2a2dcb Improved default-value 2011-12-19 17:40:29 +01:00
Tim Düsterhus
2d8724854b Porting counter to coffeescript 2011-12-19 17:36:05 +01:00
Tim Düsterhus
d5cbbdb34d Official file extension is coffee 2011-12-19 17:22:10 +01:00
Tim Düsterhus
d69b7cc6d9 Merge branch 'master' into chatTplRedesign 2011-12-19 16:46:03 +01:00
Tim Düsterhus
80daee9c46 Adding Permission-Handler for ACL 2011-12-19 16:22:56 +01:00
Tim Düsterhus
7076988c02 Shortcut :) 2011-12-19 16:14:27 +01:00
Tim Düsterhus
d2f9858734 More JSDoc 2011-12-19 15:52:00 +01:00