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
Tim Düsterhus
d275f86498
Adding JSDoc
2011-12-19 15:46:40 +01:00
Tim Düsterhus
8cb95a94be
Ported TimWolla.WCF.Chat.js to coffeescript
2011-12-19 15:44:27 +01:00
max-m
fc16da5acd
Trigger chatInput keyup event on submit and insertText
...
Also check if appended text would be longer than allowed maximum, if so return and focus chatInput
2011-12-19 13:58:40 +01:00
max-m
bc01d0380e
Fixed collapseable sidebar ;)
2011-12-18 17:03:00 +01:00
Tim Düsterhus
1b3206f81b
Use the new sidebar methods
2011-12-18 16:47:50 +01:00
Tim Düsterhus
bc386af3d5
Bind to this (i hate it)
2011-12-18 16:13:22 +01:00
Tim Düsterhus
52445e9cb9
Automatically refresh the room-list
2011-12-18 16:09:40 +01:00
Tim Düsterhus
818d51608c
Merge branch 'chatTplRedesign' of github.com:wbbaddons/Tims-Chat into chatTplRedesign
...
Conflicts:
template/chat.tpl
2011-12-18 15:49:17 +01:00
max-m
9001c668ea
Changed counter a bit.
2011-12-18 15:46:16 +01:00
Tim Düsterhus
0bf39ff7a4
Fix ajaxLoad onSubmit
2011-12-18 15:33:47 +01:00
Tim Düsterhus
9f563de4e8
Merge branch 'chatTplRedesign' of github.com:wbbaddons/Tims-Chat into chatTplRedesign
2011-12-18 14:53:17 +01:00
Tim Düsterhus
6790c9077f
Use this instead of event.target
...
The second one differs from where your clicked
2011-12-18 14:52:20 +01:00
max-m
324977acf8
Added a little character counter next to chatInput.
2011-12-17 21:29:57 +01:00
max-m
decd03b079
Merge branch 'chatTplRedesign' of github.com:wbbaddons/Tims-Chat into chatTplRedesign
2011-12-17 18:41:29 +01:00
Tim Düsterhus
a8a69eaaa9
Encoded the chars in ChatUtil::gradient()
2011-12-17 18:40:20 +01:00
max-m
49ea229781
Added sidebar tabs :)
2011-12-17 18:40:17 +01:00
Tim Düsterhus
f8c2ba051e
Removed unneeded code.
2011-12-17 12:10:32 +01:00
Tim Düsterhus
987482c590
Use .ajaxLoad for spinner in input
2011-12-16 18:23:58 +01:00
Tim Düsterhus
94870c557e
Made every button functional
2011-12-15 22:54:49 +01:00
Tim Düsterhus
9a8663155b
Made Clear-Button functional
2011-12-15 22:34:53 +01:00