Blade Barringer
74b94e6764
Removed flag from system notifications
2014-12-07 13:50:46 +01:00
Blade Barringer
c44c607ae7
Renamed flagChat to flagChatMessage
2014-12-07 13:50:46 +01:00
Blade Barringer
62d92db332
Added buttons to footer, cleaned up functions
2014-12-07 13:50:46 +01:00
Blade Barringer
c90ea166d4
Corrected tooltip name
2014-12-07 13:50:46 +01:00
Blade Barringer
5e1e1b2c13
Flag icon opens blank modal
2014-12-07 13:50:46 +01:00
Blade Barringer
c7c5aee6a0
Added tooltip to show chat time in date format with minutes and seconds
2014-12-03 07:49:06 -06:00
negue
0f3070e334
Allow send messages to yourself - see #4295
2014-11-30 01:52:46 +01:00
Blade Barringer
e4b2351b42
Removed extraneous space
2014-11-29 12:53:19 -06:00
Blade Barringer
223cac838e
Added one time binding to ng-if
2014-11-29 12:52:34 -06:00
Blade Barringer
3a29eef799
Removed pm symbol if sent by own user
2014-11-29 12:30:15 -06:00
Blade Barringer
e0f09cd468
Removed option to send private message if it would go to system. Closes
2014-11-29 12:26:28 -06:00
benmanley
50b1cba0a6
refactor(tasks) improve UI consistency
...
* Round corners for UI elements / “8-bit” outlines for RPG elements.
* Tag bar – Make it clearer that “Tags” is a heading, not an option
* Task filters – restyle in line with tag bar + nav menu
2014-11-27 10:32:57 +00:00
Tyler Renelle
b15e239601
Merge branch 'Alys-communityGuidelines' into develop
2014-10-27 16:20:30 -06:00
Matteo Pagliazzi
7e53eaf1ae
Revert "Revert "ngRepeat with track by""
...
This reverts commit c90c8f9a5f .
2014-09-18 18:37:02 +02:00
Matteo Pagliazzi
c90c8f9a5f
Revert "ngRepeat with track by"
...
This reverts commit 397ef5e72c .
2014-09-08 12:30:30 +02:00
Negue
397ef5e72c
ngRepeat with track by
2014-09-05 20:10:13 +02:00
Alice Harris
f7ed881002
add comment to explain the invisible username label (it confused the heck out of me until I realised)
2014-09-05 21:20:40 +10:00
Alice Harris
0f0eb055fb
do proper fix for problem in chat of usernames hiding first part of message
2014-09-05 21:20:40 +10:00
Alice Harris
3ac9c4f13b
Revert "fix problem in chat of usernames hiding first part of message"
...
This reverts commit 910e4ac0f9e9886a8d3439e197eae3b5c30848ad.
2014-09-05 21:20:40 +10:00
Alice Harris
08c37a07a9
fix problem in chat of usernames hiding first part of message
2014-09-05 21:17:57 +10:00
Alice Harris
cd7f87bbfe
add glyphicons to admin names, refactor code to reduce duplication of contrib.level style assignments, sort moderator name list sensibly
2014-09-05 21:17:56 +10:00
Tyler Renelle
14c6019258
fix(dilatory): misc chat fixes for better formatting of neglect strikes
2014-06-25 21:35:22 -06:00
Tyler Renelle
3a29ae437c
perf(chat): {{::bindonce}} test on chat to see if that improves, #3486
2014-06-20 21:00:39 -06:00
Matteo Pagliazzi
1a44c3cf0c
refactor(bs3): css
2014-02-09 16:16:43 +01:00
Matteo Pagliazzi
0fe0cb4f2d
refactor(bs3): labels style and text, buttons classes
2014-02-08 16:27:34 +01:00
Matteo Pagliazzi
5d4d82ad51
refactor(bs3): port options (profile, inventory, social (groups and hall)) and misc
2014-02-05 19:05:42 +01:00
Matteo Pagliazzi
0764aa8c17
refactor(bs3): convert icons to new format
2014-01-31 19:47:48 +01:00
Luveluen
6fb88ee1b5
Update chat-message.jade
2014-01-23 09:35:18 +01:00
Brandon McPhail
77278bcffc
Fixed issue where only the first markdown link in a message would open in a new tab. Now all do.
2014-01-08 15:33:36 -08:00
Tyler Renelle
833d597bfe
fix #2284 remove unecessary chat-message scrollbars
2014-01-07 11:27:29 -07:00
Tyler Renelle
bc8da096f4
chat: a few view cleanups
2014-01-05 22:17:21 -07:00
Tyler Renelle
f6e6d115ac
chat: add +1 (like) to messages. @snicker does views/options/social/chat-message.jade flag you for any performance issues which should be optimized with bindonce? (I'm still a bit of a bo-noob)
2014-01-05 22:12:02 -07:00
Tyler Renelle
8095397317
Quests: hurt boss via score method, refactor chat function, change all content.*.name to content.*.key for consistency
2013-12-23 01:19:18 -07:00
Nick Gordon
a4fb0b42ad
well, this wasn't the fix i was thinking of for #1893 , but it works and I don't know why I didn't do it in the first place
2013-11-26 12:06:48 -08:00
Nick Gordon
f4323ddc24
markdown links in chat will now open in a blank window.
...
* added `target` attribute for the markdown directive to specify. default behavior is `_self`.
2013-11-24 10:32:51 -08:00
Nick Gordon
2a7adf7285
reverting more bindonce changes...
...
* challenges are not showing, this could be related to the bo-if directive being broken https://github.com/Pasvaz/bindonce/issues/29
* NPCs lost their color because bindonce seems to have a major issue on tags that are using both interpolation and the bo-class directives
2013-11-22 22:44:02 -08:00
Nick Gordon
f26cb2abf3
making it nicer to be in chat if someone decides to post spammy crap or huge images
2013-11-22 21:15:28 -08:00
Nick Gordon
2350e3d359
initial load of bindonce, implementation for chat. performance has improved noticibly, but I think we need to do this in a few other places
2013-11-22 14:23:47 -08:00
Nick Gordon
efe2ff5d70
super awesome mega-fix with unintended awesome collateral-fixes
...
* markdown supported in chat
* by proxy, paragraphs are *also* supported in chat now
* AND EVEN PROXIER, the issue with emoji not showing properly is fixed
2013-11-22 10:38:40 -08:00
Matteo Pagliazzi
a81e77f0ff
update chat messages timestamp
2013-11-17 20:52:39 +01:00
Matteo Pagliazzi
34d5eda736
[ #1832 ] remove relative-date, use moment instead
2013-11-17 13:21:21 +01:00
Nick Gordon
55998085e3
fixed the issue with case insensitive highlighting highlighting short usernames
...
how this works:
* rather than throw an expensive regular expression at each chat message, we start by checking to see if the users name exists.
* then, by simple string manipulation we verify that the preceeding character before the alleged username is whitespace, the start of a line, or an '@' character.
* FINALLY, we verify the following character is a non-word character using a regular expression.
* then we cache the highlight status on the local `message` object, because for some reason, this function is called **every time a character is typed in the chatbox.** this seems like a hugh performance problem to me, need to see if there is a way to disable that or something
2013-11-16 09:24:01 -08:00
Nick Gordon
528fd5f067
case-insensitive highlighting for usernames in chat
2013-11-13 06:57:48 -08:00
Tyler Renelle
962cf9a3be
contrib: add name-tag colors based on contributor level
2013-11-07 12:23:12 -08:00
Tyler Renelle
39821752fa
challenges: move options/challenges to options/social/challenges
2013-10-31 14:37:04 -07:00