From ad4d74ea45be6b227027588f6515fb22fafc335a Mon Sep 17 00:00:00 2001 From: yo momma Date: Wed, 4 Feb 2026 19:04:59 +0000 Subject: Refactor UI: dump classes -> hump --- static/css/browser.css | 2 +- static/css/directory.css | 12 +- static/css/dump.css | 28 +- static/css/frontpage_legacy.css | 4 +- static/css/frontpage_profile.css | 4 +- static/css/header.css | 22 +- static/css/log.css | 6 +- static/css/mgmt.css | 26 +- static/css/newlog.css | 4 +- static/css/profile.css | 6 +- static/css/profiletest.css | 6 +- static/css/simplerlog.css | 4 +- static/js/pages/chat_init.js | 4 +- static/js/pichat-old.js | 60 +-- static/js/pichat.butt.js | 28 +- static/js/pichat.js | 64 +-- static/js/pichat2.js | 60 +-- static/js/src/away.js | 2 +- static/js/src/chat.js | 30 +- static/js/src/directory.js | 2 +- static/js/src/log.js | 4 +- static/js/src/messages.js | 4 +- static/js/src/profile.js | 2 +- static/js/src/tag.js | 20 +- static/nickinterview/index.html | 524 ++++++++++----------- .../peoplewholiketochatalot hump.fm_files/dump.css | 24 +- .../pichat.js | 46 +- static/resizetest/hump.fm.all.files/dump.css | 24 +- static/resizetest/hump.fm.all.files/pichat.js | 42 +- static/resizetest/hump.fm.all.htm | 52 +- static/resizetest/hump.fm.av.files/dump.css | 24 +- static/resizetest/hump.fm.av.files/pichat.js | 42 +- static/resizetest/hump.fm.av.htm | 52 +- static/resizetest/hump.fm.htm | 52 +- static/resizetest/hump.fm_files/dump.css | 24 +- static/resizetest/hump.fm_files/pichat.js | 42 +- template/banner.old.st | 2 +- template/banner.st | 2 +- template/directory.st | 2 +- template/fame_dump.st | 4 +- template/frontpagePROFILE.st | 2 +- template/hall_log_dump.st | 2 +- template/log_dump.st | 4 +- template/messagepane.st | 2 +- template/popular_dump.st | 2 +- template/profile_dump.st | 2 +- template/profilenew.st | 8 +- template/rooms/mgmt.st | 2 +- template/single_message.st | 4 +- template/single_message_share_buttons.st | 4 +- template/topic_dump.st | 2 +- 51 files changed, 698 insertions(+), 698 deletions(-) diff --git a/static/css/browser.css b/static/css/browser.css index 4c115e6..204cdec 100755 --- a/static/css/browser.css +++ b/static/css/browser.css @@ -143,7 +143,7 @@ left:0.1%; } -.logged-dump img{ +.logged-hump img{ max-width:650px; width: expression(this.width > 500 ? 500: true); max-height:400px; diff --git a/static/css/directory.css b/static/css/directory.css index 397d43c..db6d1b8 100755 --- a/static/css/directory.css +++ b/static/css/directory.css @@ -150,7 +150,7 @@ a:visited { text-decoration: none; color: #000; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } @@ -247,7 +247,7 @@ color:000; } -.logged-dump img{ +.logged-hump img{ max-width:500px; width: expression(this.width > 500 ? 500: true); max-height:400px; @@ -258,7 +258,7 @@ color:000; } -.logged-dump{ +.logged-hump{ max-width:500; width:auto; @@ -524,7 +524,7 @@ a:visited { text-decoration: none; color: #000; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } @@ -621,7 +621,7 @@ color:000; } -.logged-dump img{ +.logged-hump img{ max-width:500px; width: expression(this.width > 500 ? 500: true); max-height:400px; @@ -632,7 +632,7 @@ color:000; } -.logged-dump{ +.logged-hump{ max-width:500; width:auto; diff --git a/static/css/dump.css b/static/css/dump.css index 7ccc7d8..64751ab 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -105,7 +105,7 @@ a.img_rolldis:hover { font-family: Monaco, "Courier New", Courier, monospace; } -#dumplist { +#humplist { padding: 0px; font-size: 88%; text-transform: uppercase; @@ -125,7 +125,7 @@ a.img_rolldis:hover { text-decoration: none; border-left: 1px solid #999;*/ } -#dumplist.dumplist-hidden { +#humplist.humplist-hidden { z-index: -1 !important; } .no-cursor { @@ -161,12 +161,12 @@ img.chat-thumb { } -.dump .nick { +.hump .nick { position: relative; padding-right: 15px; } -.logged-dump { +.logged-hump { position: relative; } @@ -308,14 +308,14 @@ background-color: white; background-color: white; margin-right: 3px; } -.msgDiv dump { +.msgDiv.hump { background-color: white; } .nick a:link { color: #000; margin-right: 3px; } -.msgDiv dump a:link { +.msgDiv.hump a:link { background-color: white; color: #000; } @@ -1404,7 +1404,7 @@ a:visited { margin-top: 25px; } -.logged-dump img { +.logged-hump img { max-width: 400px; max-height: 400px; border: 0px; @@ -1414,7 +1414,7 @@ a:visited { max-height: 400px; } -.logged-dump { +.logged-hump { background-color: #fff; text-overflow: ellipsis-word; padding: 0px 18px 6px 18px; @@ -1473,7 +1473,7 @@ img#avatarPic { margin-bottom: 15px; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } @@ -1497,7 +1497,7 @@ img#avatarPic { margin-top: -20; z-index: 5555; } -.dlogged-dump img { +.dlogged-hump img { max-width: 600px; width: expression(this.width > 600 ? 600: true); max-height: 600px; @@ -1505,7 +1505,7 @@ img#avatarPic { border: 0px; z-index: 0; } -.dlogged-dump { +.dlogged-hump { min-width: 600px; max-width: 600px; width: 600px; @@ -1751,7 +1751,7 @@ img#avatarPic { max-height: 70px; max-width: 150px; } -.dash-dump { +.dash-hump { background-color: #f0f9ff; text-overflow: ellipsis-word; padding: 18px 18px 6px 18px; @@ -1765,12 +1765,12 @@ img#avatarPic { text-align: left; } -.dash-dump { +.dash-hump { background-color: white; padding: 0px; display: inline-block; } -.dash-dump img { +.dash-hump img { background-color: white; padding: 1px; } diff --git a/static/css/frontpage_legacy.css b/static/css/frontpage_legacy.css index 21c0f94..de172a2 100644 --- a/static/css/frontpage_legacy.css +++ b/static/css/frontpage_legacy.css @@ -18,8 +18,8 @@ img{border:0px;} #posts a:hover{color:#333;text-decoration:none;} #sideinfo{ color:#333; padding:12px;margin:7px;font-size:47px;float:left;min-height:210px;width:240px;border:1px inset #f1f1f1; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius: 3px;background-color:white;font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:bold; line-height:55px;} .alttxt{font-size:18px;line-height:20px;text-transform:uppercase;text-align:left;} -.logged-dump{border:1px inset #f1f1f1; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius: 3px;font-family:Arial, Helvetica, sans-serif;float:left;max-width:250px;min-width:230px;padding:7px;margin:7px;background-color:white} -.logged-dump img{max-width:240px;max-height:240px;padding-top:3px; } +.logged-hump{border:1px inset #f1f1f1; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius: 3px;font-family:Arial, Helvetica, sans-serif;float:left;max-width:250px;min-width:230px;padding:7px;margin:7px;background-color:white} +.logged-hump img{max-width:240px;max-height:240px;padding-top:3px; } .buttons img{display:none;z-index:4;float:left;padding-top:5px;cursor:pointer;} body.logged-in .buttons img{display:block;} diff --git a/static/css/frontpage_profile.css b/static/css/frontpage_profile.css index 2267600..c78f63e 100644 --- a/static/css/frontpage_profile.css +++ b/static/css/frontpage_profile.css @@ -17,8 +17,8 @@ img{border:0px;} #posts a{text-decoration:none; font-family:Arial, Helvetica, sans-serif;letter-spacing:0px;color:#f0e;} #posts a:hover{color:#333;text-decoration:none;} #sideinfo{ text-align:justify;color:#333; padding:12px;margin:7px;font-size:20px;float:left;min-height:210px;width:230px;border:1px inset #f1f1f1; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius: 3px;background-color:white;font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:bold; line-height:23px;} -.logged-dump{border:1px inset #f1f1f1; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius: 3px;font-family:Arial, Helvetica, sans-serif;float:left;max-width:250px;min-width:230px;padding:7px;margin:7px;background-color:white} -.logged-dump img{max-width:240px;max-height:240px;padding-top:3px; } +.logged-hump{border:1px inset #f1f1f1; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius: 3px;font-family:Arial, Helvetica, sans-serif;float:left;max-width:250px;min-width:230px;padding:7px;margin:7px;background-color:white} +.logged-hump img{max-width:240px;max-height:240px;padding-top:3px; } .buttons img{height:12px;float:left;padding-right:6px;padding-top:5px;cursor:pointer;display:none;} .buttons .share{cursor:pointer;display:none;} #posts hr{display:none;} diff --git a/static/css/header.css b/static/css/header.css index 571ed06..d0bbf8e 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -184,7 +184,7 @@ color:#000; color:#000; text-decoration: none; text-shadow: -0.5px -0.5px 0px #f0e; } -#dumplist{ +#humplist{ top:0px:width:100%;padding:0px;background-color:#fff; color:#000;font-size:60%;text-transform:uppercase;text-decoration: none; border-bottom:1px solid #999;text-align:right; @@ -195,9 +195,9 @@ padding-right:70px;line-height:1.1;background-color:#eff5fb; -moz-border-radius-bottomleft:5px;text-decoration: none; border-left:1px solid #999;*/ } -#dumplist a{color:#000;font-size:100%;text-transform:uppercase;text-decoration: none; +#humplist a{color:#000;font-size:100%;text-transform:uppercase;text-decoration: none; } -#dumplist a:hover{color:#000;text-decoration: none; +#humplist a:hover{color:#000;text-decoration: none; } #rapper7{ @@ -245,12 +245,12 @@ img.chat-thumb { } -.dump .nick { +.hump .nick { position: relative; padding-right: 15px; } -.logged-dump { +.logged-hump { position: relative; } @@ -455,7 +455,7 @@ color:#000; color:#000; text-decoration: none; text-shadow: -0.5px -0.5px 0px #f0e; } -#dumplist{ +#humplist{ top:0px:width:100%;padding:0px;background-color:#fff; color:#000;font-size:60%;text-transform:uppercase;text-decoration: none; border-bottom:1px solid #999;text-align:right; @@ -466,9 +466,9 @@ padding-right:70px;line-height:1.1;background-color:#eff5fb; -moz-border-radius-bottomleft:5px;text-decoration: none; border-left:1px solid #999;*/ } -#dumplist a{color:#000;font-size:100%;text-transform:uppercase;text-decoration: none; +#humplist a{color:#000;font-size:100%;text-transform:uppercase;text-decoration: none; } -#dumplist a:hover{color:#000;text-decoration: none; +#humplist a:hover{color:#000;text-decoration: none; } #rapper7{ @@ -516,12 +516,12 @@ img.chat-thumb { } -.dump .nick { +.hump .nick { position: relative; padding-right: 15px; } -.logged-dump { +.logged-hump { position: relative; } @@ -600,7 +600,7 @@ background-attachment:fixed; } .content{background-color:white;} .nick{background-color:white;margin-right:3px;} -.msgDiv dump{background-color:white;} +.msgDiv.hump{background-color:white;} /*searchstuff*/ #searchbox{ position:absolute; diff --git a/static/css/log.css b/static/css/log.css index 78e6d04..82e68e2 100755 --- a/static/css/log.css +++ b/static/css/log.css @@ -203,7 +203,7 @@ color:000; } -.logged-dump img{ +.logged-hump img{ max-width:500px; width: expression(this.width > 500 ? 500: true); max-height:400px; @@ -214,7 +214,7 @@ color:000; } -.logged-dump{ +.logged-hump{ box-shadow:1px 1px 1px #d8dbde; -webkit-box-shadow:1px 1px 1px #d8dbde; -moz-box-shadow:1px 1px 1px #d8dbde; @@ -357,7 +357,7 @@ a:visited { text-decoration: none; color: #000; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } diff --git a/static/css/mgmt.css b/static/css/mgmt.css index 4360ad3..a65ce76 100755 --- a/static/css/mgmt.css +++ b/static/css/mgmt.css @@ -258,7 +258,7 @@ text-shadow: -0.5px -0.5px 0px #f0e; position:absolute; top:21px;right:0px; } -#dumplist{ +#humplist{ top:0px;width:100%;padding:0px;background-color:#fff; color:#000;font-size:60%;text-transform:uppercase;text-decoration: none; border-bottom:1px solid #999;text-align:left;text-indent:350px; @@ -269,9 +269,9 @@ top:0px;width:100%;padding:0px;background-color:#fff; -moz-border-radius-bottomleft:5px;text-decoration: none; border-left:1px solid #999;*/ } -#dumplist a{color:#000;font-size:100%;text-transform:uppercase;text-decoration: none; +#humplist a{color:#000;font-size:100%;text-transform:uppercase;text-decoration: none; } -#dumplist a:hover{color:#f0e;text-decoration: none; +#humplist a:hover{color:#f0e;text-decoration: none; } @@ -317,12 +317,12 @@ img.chat-thumb { } -.dump .nick { +.hump .nick { position: relative; padding-right: 15px; } -.logged-dump { +.logged-hump { position: relative; } @@ -429,9 +429,9 @@ a.msg-image-zoom img.zoom-icon:hover { /*div.content img:hover{background-color:white;}*/ .nick{background-color:white;margin-right:3px;} -.msgDiv dump{background-color:white;} +.msgDiv.hump{background-color:white;} .nick a:link{color:#000;margin-right:3px;} -.msgDiv dump a:link{background-color:white;color:#000;} +.msgDiv.hump a:link{background-color:white;color:#000;} /*searchstuff*/ #searchbox{ @@ -1475,7 +1475,7 @@ color:000; margin-top: 25px; } -.logged-dump img{ +.logged-hump img{ max-width:400px; max-height:400px; border:0px; @@ -1487,7 +1487,7 @@ color:000; } -.logged-dump { +.logged-hump { background-color:#fff; text-overflow: ellipsis-word; padding: 0px 18px 6px 18px; @@ -1550,7 +1550,7 @@ color:#ccc; margin-bottom:15px; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } @@ -1604,7 +1604,7 @@ background-color:white; max-height:70px; max-width:150px; } -.dash-dump { +.dash-hump { background-color:#f0f9ff; text-overflow: ellipsis-word; padding: 18px 18px 6px 18px; @@ -1618,13 +1618,13 @@ max-width:150px; text-align: left; } -.dash-dump { +.dash-hump { background-color:white; padding:0px; display:inline-block; } -.dash-dump img{ +.dash-hump img{ background-color:white; padding:1px; } diff --git a/static/css/newlog.css b/static/css/newlog.css index 8cc8032..49858c1 100644 --- a/static/css/newlog.css +++ b/static/css/newlog.css @@ -111,7 +111,7 @@ img { border: 1px inset #fff; } -.logged-dump { +.logged-hump { font-family: Arial, Helvetica, sans-serif; float: left; max-width: 650px; @@ -128,7 +128,7 @@ img { -moz-border-radius: 5px; } -.logged-dump img { +.logged-hump img { max-width: 280px; max-height: 250px; display: inline-block; diff --git a/static/css/profile.css b/static/css/profile.css index bbc68af..8ec07d3 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -245,7 +245,7 @@ color:000; padding-top: 25px; } -.logged-dump img{ +.logged-hump img{ max-width:600px; width: expression(this.width > 600 ? 600: true); max-height:600px; @@ -253,7 +253,7 @@ color:000; border:0px; z-index:4; } -.logged-dump{ +.logged-hump{ width:600px; max-width:600px; text-overflow: ellipsis-word; @@ -325,7 +325,7 @@ color:#ccc; margin-bottom:15px; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } diff --git a/static/css/profiletest.css b/static/css/profiletest.css index f31deb8..4d0372d 100755 --- a/static/css/profiletest.css +++ b/static/css/profiletest.css @@ -316,7 +316,7 @@ color:000; } -.logged-dump img{ +.logged-hump img{ max-width:500px; width: expression(this.width > 500 ? 500: true); max-height:400px; @@ -335,7 +335,7 @@ color:000; border:0px; z-index:4; } -.logged-dump{ +.logged-hump{ width:500; max-width:500px; text-overflow: ellipsis-word; @@ -466,7 +466,7 @@ color:#f0e; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } diff --git a/static/css/simplerlog.css b/static/css/simplerlog.css index a158fd8..b8c9127 100644 --- a/static/css/simplerlog.css +++ b/static/css/simplerlog.css @@ -140,7 +140,7 @@ img { ); } -.logged-dump { +.logged-hump { border: 1px inset #f1f1f1; border-radius: 3px; -webkit-border-radius: 3px; @@ -154,7 +154,7 @@ img { background-color: white; } -.logged-dump img { +.logged-hump img { max-width: 240px; max-height: 240px; padding-top: 3px; diff --git a/static/js/pages/chat_init.js b/static/js/pages/chat_init.js index 7f3c2e1..30323ad 100644 --- a/static/js/pages/chat_init.js +++ b/static/js/pages/chat_init.js @@ -28,9 +28,9 @@ if (hasMessageList && hasChatInput && typeof window.initChat === 'function') { window.initChat(); } if (hasMessageList && hasChatInput && typeof window.initChatMsgs === 'function') { window.initChatMsgs(); } - // Some room pages render dumps in `.logged-dump` containers without the full chat UI. + // Some room pages render dumps in `.logged-hump` containers without the full chat UI. // In that case, run the log initializer so URLs become hotlinked images. - if (!hasChatInput && typeof window.initLog === 'function' && jQuery('.logged-dump .content').length) { + if (!hasChatInput && typeof window.initLog === 'function' && jQuery('.logged-hump .content').length) { window.initLog(window.Recips); } diff --git a/static/js/pichat-old.js b/static/js/pichat-old.js index 5ba7e8e..e0a7692 100755 --- a/static/js/pichat-old.js +++ b/static/js/pichat-old.js @@ -339,12 +339,12 @@ function setTextEnable() { TextEnabled = true; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextEnabled'); - $('.dump').not('.contains-image,'+muted).show(); + $('.hump').not('.contains-image,'+muted).show(); } else { TextEnabled = false; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextDisabled'); - $('.dump').not('.contains-image').hide() + $('.hump').not('.contains-image').hide() } }; @@ -384,7 +384,7 @@ function buildMessageDiv(msg, opts) { if (displayStyle === '' && MUTES[nick]) displayStyle = ' style="display: none"'; - return '
' + return '
' + '' + nick + '' + ' ' + '' @@ -510,7 +510,7 @@ function invalidImageDomain(content) { function clearMessages(){ track('UI', 'ClearScreen'); - $('.dump').remove(); + $('.hump').remove(); } function submitMessage() { @@ -690,22 +690,22 @@ function initChat() { $('#imgbutton input').attr('checked', ImgsEnabled).change(setImgsEnable); /* $('#clearbutton input').click(function() { track('UI', 'ClearScreen'); - $('.dump').remove(); + $('.hump').remove(); $(this).removeAttr('checked'); return false; }); */ $('.oldmsg').each(function() { - var dump = $(this); - var content = dump.find(".content") - MessageContentCache[dump.attr("id").substr(8)] = content.text() + var hump = $(this); + var content = hump.find(".content") + MessageContentCache[hump.attr("id").substr(8)] = content.text() content.html(buildMsgContent(content.text(), Recips)); - if ((ImgsEnabled && dump.hasClass('contains-image')) || (TextEnabled && !dump.hasClass('contains-image'))) - dump.show(); + if ((ImgsEnabled && hump.hasClass('contains-image')) || (TextEnabled && !hump.hasClass('contains-image'))) + hump.show(); else - dump.hide(); + hump.hide(); }); Drag.bindImages(); @@ -793,7 +793,7 @@ function initProfile(recips) { $('#edit-toggle').click(enableProfileEdit); activateProfileEditable(); - $('.dash-dump .content').each(function() { + $('.dash-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); @@ -801,11 +801,11 @@ function initProfile(recips) { function initLog(recips) { Search.initInpage(); - $('.logged-dump .content').each(function() { + $('.logged-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text(), recips)); }); - initLogThumb(".logged-dump .thumb", '.dump'); + initLogThumb(".logged-hump .thumb", '.hump'); } function initLogThumb(selector, parentSelector) { @@ -834,7 +834,7 @@ function initLogThumb(selector, parentSelector) { function initChatThumb(){ $(".chat-thumb").live('mouseover mouseout', function(e) { - var favorited = $(this).parents(".dump").hasClass("favorite") ? true : false; + var favorited = $(this).parents(".hump").hasClass("favorite") ? true : false; if (e.type == "mouseover") { if (favorited) { $(this).attr("src", Imgs.chatThumbOff); @@ -1051,7 +1051,7 @@ function initDirectory() { t.html(buildMsgContent(t.text())); }); Search.initInpage() - initLogThumb('.dlogged-dump .thumb', '.dlogged-dump'); + initLogThumb('.dlogged-hump .thumb', '.dlogged-hump'); } //big hand stuff @@ -1121,10 +1121,10 @@ function initBigHand(id){ } -// grab message id etc from some element e that's inside a dump -// (messages have something like id="message-0001" class="dump" ) +// grab message id etc from some element e that's inside a hump +// (messages have something like id="message-0001" class="hump" ) function getMessageInfo(e){ - var message = $(e).parents(".dump") + var message = $(e).parents(".hump") var id = message.attr("id").substr(8) // cut "message-001" to "001" var nick = message.attr("nick") var link = "/p/" + nick + "/" + id @@ -1167,17 +1167,17 @@ Share = { Tag = { "favorite": function(button) { var message = getMessageInfo(button); - var favorited = $(button).parents(".dump").hasClass("favorite"); + var favorited = $(button).parents(".hump").hasClass("favorite"); if (favorited) { Tag.rm(message.id, "favorite"); - $(button).parents(".dump").removeClass("favorite"); + $(button).parents(".hump").removeClass("favorite"); if (RawFavs[message.id]) { delete RawFavs[message.id]; paletteImageCache = false; } } else { Tag.add(message.id, "favorite"); - $(button).parents(".dump").addClass("favorite"); + $(button).parents(".hump").addClass("favorite"); if (RawFavs && MessageContentCache[message.id]) { // chat ui stuff if ($("#palette-button").css("display") == "none") paletteButtonShowAnim(); @@ -1204,19 +1204,19 @@ Tag = { "animated_fav": function(button, scoreClass, bigTextSize, smallTextSize) { if (!Nick) { return; } Tag.favorite(button); - var $dump = $(button).parents(".dump"); - var isAdding = $dump.hasClass('favorite'); + var $hump = $(button).parents(".hump"); + var isAdding = $hump.hasClass('favorite'); // Frontpage-favs can be triggered by clicking score number, // so manually sync heart-thumb visual state. if ($(button).hasClass('hallscore')) { - $dump.find('.thumb').attr('src', isAdding ? Imgs.logThumb : Imgs.logThumbOff); + $hump.find('.thumb').attr('src', isAdding ? Imgs.logThumb : Imgs.logThumbOff); } - if ($dump.attr('nick') == Nick) + if ($hump.attr('nick') == Nick) return; - var $score = $dump.find(scoreClass); + var $score = $hump.find(scoreClass); var inc = isAdding ? 1 : -1; var oldScore = parseInt($score.text(), 10); $score.text(oldScore + inc); @@ -1229,9 +1229,9 @@ Tag = { .attr('href', Domain + '/' + Nick + '/popular') .append($('').text(Nick)) .append(" "); - $dump.find('.faver-list').append(link); + $hump.find('.faver-list').append(link); } else { - $dump.find('.faver-list b').filter(function() { return $(this).text() == Nick }).parent().remove(); + $hump.find('.faver-list b').filter(function() { return $(this).text() == Nick }).parent().remove(); } } } @@ -1754,7 +1754,7 @@ var Away = { "updateTitle": function () { if (Away.UnseenMsgCounter > 0) { var plural = Away.UnseenMsgCounter > 1 ? 's' : ''; - $('title').text(Away.UnseenMsgCounter + ' new dump' + plural + '! | ' + Away.OrigTitle); + $('title').text(Away.UnseenMsgCounter + ' new hump' + plural + '! | ' + Away.OrigTitle); } setTimeout(Away.updateTitle, Away.UpdateFrequency); diff --git a/static/js/pichat.butt.js b/static/js/pichat.butt.js index c78db99..9a4ed6a 100755 --- a/static/js/pichat.butt.js +++ b/static/js/pichat.butt.js @@ -471,9 +471,9 @@ function refresh() { function initChat() { $('.oldmsg').each(function() { - var dump = $(this); - var content = dump.find(".content") - MessageContentCache[dump.attr("id").substr(8)] = content.text() + var hump = $(this); + var content = hump.find(".content") + MessageContentCache[hump.attr("id").substr(8)] = content.text() content.html(buildMsgContent(content.text())); }); @@ -554,7 +554,7 @@ function initProfile() { $('#edit-toggle').click(enableProfileEdit); activateProfileEditable(); - $('.logged-dump .content').each(function() { + $('.logged-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); @@ -565,7 +565,7 @@ function initProfile() { }; function initLog() { - $('.logged-dump .content').each(function() { + $('.logged-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); @@ -576,9 +576,9 @@ function initLog() { // jesus this logic is ugly function initLogThumb(){ - $(".logged-dump .thumb").bind('mouseover mouseout', + $(".logged-hump .thumb").bind('mouseover mouseout', function(e) { - var favorited = $(this).parents(".dump").hasClass("favorite") ? true : false; + var favorited = $(this).parents(".hump").hasClass("favorite") ? true : false; if (e.type == "mouseover") { if (favorited) { $(this).attr("src", Imgs.logThumbOff); @@ -602,7 +602,7 @@ function initChatThumb(){ $(".chat-thumb").live('mouseover mouseout', function(e) { - var favorited = $(this).parents(".dump").hasClass("favorite") ? true : false; + var favorited = $(this).parents(".hump").hasClass("favorite") ? true : false; if (e.type == "mouseover") { if (favorited) { $(this).attr("src", Imgs.chatThumbOff); @@ -892,10 +892,10 @@ function initBigHand(id){ } -// grab message id etc from some element e that's inside a dump -// (messages have something like id="message-0001" class="dump" ) +// grab message id etc from some element e that's inside a hump +// (messages have something like id="message-0001" class="hump" ) function getMessageInfo(e){ - var message = $(e).parents(".dump") + var message = $(e).parents(".hump") var id = message.attr("id").substr(8) // cut "message-001" to "001" var nick = message.attr("nick") var link = "/p/" + nick + "/" + id @@ -938,17 +938,17 @@ Share = { Tag = { "favorite": function(button){ var message = getMessageInfo(button) - var favorited = ($(button).parents(".dump").hasClass("favorite")) ? true : false + var favorited = ($(button).parents(".hump").hasClass("favorite")) ? true : false if (favorited) { Tag.rm(message.id, "favorite") - $(button).parents(".dump").removeClass("favorite") + $(button).parents(".hump").removeClass("favorite") if (RawFavs[message.id]) { delete RawFavs[message.id] paletteImageCache = false } } else { Tag.add(message.id, "favorite") - $(button).parents(".dump").addClass("favorite") + $(button).parents(".hump").addClass("favorite") if (RawFavs && MessageContentCache[message.id]) { // chat ui stuff if ($("#palette-button").css("display") == "none") paletteButtonShowAnim() diff --git a/static/js/pichat.js b/static/js/pichat.js index ca49ab4..6c12fb7 100755 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -276,7 +276,7 @@ window.Away = { "updateTitle": function () { if (Away.UnseenMsgCounter > 0) { var plural = Away.UnseenMsgCounter > 1 ? 's' : ''; - $('title').text(Away.UnseenMsgCounter + ' new dump' + plural + '! | ' + Away.OrigTitle); + $('title').text(Away.UnseenMsgCounter + ' new hump' + plural + '! | ' + Away.OrigTitle); } setTimeout(Away.updateTitle, Away.UpdateFrequency); @@ -298,28 +298,28 @@ function initChat() { $('#imgbutton input').attr('checked', ImgsEnabled).change(setImgsEnable); /* $('#clearbutton input').click(function() { track('UI', 'ClearScreen'); - $('.dump').remove(); + $('.hump').remove(); $(this).removeAttr('checked'); return false; }); */ $('.oldmsg').each(function() { - var dump = $(this); - var content = dump.find(".content") - MessageContentCache[dump.attr("id").substr(8)] = content.text() + var hump = $(this); + var content = hump.find(".content") + MessageContentCache[hump.attr("id").substr(8)] = content.text() content.html(buildMsgContent(content.text(), Recips)); - if ((ImgsEnabled && dump.hasClass('contains-image')) || (TextEnabled && !dump.hasClass('contains-image'))) { - if (dump.attr('nick') in MUTES) { - dump.hide(); + if ((ImgsEnabled && hump.hasClass('contains-image')) || (TextEnabled && !hump.hasClass('contains-image'))) { + if (hump.attr('nick') in MUTES) { + hump.hide(); } else { - dump.show(); + hump.show(); } } else { - dump.hide(); + hump.hide(); } }); Drag.bindImages(); @@ -405,7 +405,7 @@ function makePlainText() { function initChatThumb(){ $(".chat-thumb").live('mouseover mouseout', function(e) { - var favorited = $(this).parents(".dump").hasClass("favorite") ? true : false; + var favorited = $(this).parents(".hump").hasClass("favorite") ? true : false; if (e.type == "mouseover") { if (favorited) { $(this).attr("src", Imgs.chatThumbOff); @@ -432,10 +432,10 @@ function initChatThumb(){ -// grab message id etc from some element e that's inside a dump -// (messages have something like id="message-0001" class="dump" ) +// grab message id etc from some element e that's inside a hump +// (messages have something like id="message-0001" class="hump" ) function getMessageInfo(e){ - var message = $(e).parents(".dump") + var message = $(e).parents(".hump") var id = message.attr("id").substr(8) // cut "message-001" to "001" var nick = message.attr("nick") var link = "/p/" + nick + "/" + id @@ -481,12 +481,12 @@ function setTextEnable() { TextEnabled = true; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextEnabled'); - $('.dump').not('.contains-image,'+muted).show(); + $('.hump').not('.contains-image,'+muted).show(); } else { TextEnabled = false; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextDisabled'); - $('.dump').not('.contains-image').hide() + $('.hump').not('.contains-image').hide() } }; @@ -548,7 +548,7 @@ function initDirectory() { t.html(buildMsgContent(t.text())); }); Search.initInpage() - initLogThumb('.dlogged-dump .thumb', '.dlogged-dump'); + initLogThumb('.dlogged-hump .thumb', '.dlogged-hump'); } // See log.js @@ -986,11 +986,11 @@ parseUri.options = { function initLog(recips) { Search.initInpage(); - $('.logged-dump .content').each(function() { + $('.logged-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text(), recips)); }); - initLogThumb(".logged-dump .thumb", '.dump'); + initLogThumb(".logged-hump .thumb", '.hump'); } @@ -1055,7 +1055,7 @@ function invalidImageDomain(content) { function clearMessages(){ track('UI', 'ClearScreen'); - $('.dump').remove(); + $('.hump').remove(); } function submitMessage() { @@ -1136,7 +1136,7 @@ function buildMessageDiv(msg, opts) { if (displayStyle === '' && MUTES[nick]) displayStyle = ' style="display: none"'; - return '
' + return '
' + '' + nick + '' + ' ' + '' @@ -1592,7 +1592,7 @@ function initProfile(recips) { $('#edit-toggle').click(enableProfileEdit); activateProfileEditable(); - $('.dash-dump .content').each(function() { + $('.dash-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); @@ -2030,17 +2030,17 @@ window.SpaceFill = { Tag = { "favorite": function(button) { var message = getMessageInfo(button); - var favorited = $(button).parents(".dump").hasClass("favorite"); + var favorited = $(button).parents(".hump").hasClass("favorite"); if (favorited) { Tag.rm(message.id, "favorite"); - $(button).parents(".dump").removeClass("favorite"); + $(button).parents(".hump").removeClass("favorite"); if (RawFavs[message.id]) { delete RawFavs[message.id]; paletteImageCache = false; } } else { Tag.add(message.id, "favorite"); - $(button).parents(".dump").addClass("favorite"); + $(button).parents(".hump").addClass("favorite"); if (RawFavs && MessageContentCache[message.id]) { // chat ui stuff if ($("#palette-button").css("display") == "none") paletteButtonShowAnim(); @@ -2067,19 +2067,19 @@ Tag = { "animated_fav": function(button, scoreClass, bigTextSize, smallTextSize) { if (!Nick) { return; } Tag.favorite(button); - var $dump = $(button).parents(".dump"); - var isAdding = $dump.hasClass('favorite'); + var $hump = $(button).parents(".hump"); + var isAdding = $hump.hasClass('favorite'); // Frontpage-favs can be triggered by clicking score number, // so manually sync heart-thumb visual state. if ($(button).hasClass('hallscore')) { - $dump.find('.thumb').attr('src', isAdding ? Imgs.logThumb : Imgs.logThumbOff); + $hump.find('.thumb').attr('src', isAdding ? Imgs.logThumb : Imgs.logThumbOff); } - if ($dump.attr('nick') == Nick) + if ($hump.attr('nick') == Nick) return; - var $score = $dump.find(scoreClass); + var $score = $hump.find(scoreClass); var inc = isAdding ? 1 : -1; var oldScore = parseInt($score.text(), 10); $score.text(oldScore + inc); @@ -2092,9 +2092,9 @@ Tag = { .attr('href', RootDomain + Nick + '/popular') .append($('').text(Nick)) .append(" "); - $dump.find('.faver-list').append(link); + $hump.find('.faver-list').append(link); } else { - $dump.find('.faver-list b').filter(function() { return $(this).text() == Nick }).parent().remove(); + $hump.find('.faver-list b').filter(function() { return $(this).text() == Nick }).parent().remove(); } } } diff --git a/static/js/pichat2.js b/static/js/pichat2.js index e6078eb..c2e5e3f 100755 --- a/static/js/pichat2.js +++ b/static/js/pichat2.js @@ -265,7 +265,7 @@ window.Away = { "updateTitle": function () { if (Away.UnseenMsgCounter > 0) { var plural = Away.UnseenMsgCounter > 1 ? 's' : ''; - $('title').text(Away.UnseenMsgCounter + ' new dump' + plural + '! | ' + Away.OrigTitle); + $('title').text(Away.UnseenMsgCounter + ' new hump' + plural + '! | ' + Away.OrigTitle); } setTimeout(Away.updateTitle, Away.UpdateFrequency); @@ -286,22 +286,22 @@ function initChat() { $('#imgbutton input').attr('checked', ImgsEnabled).change(setImgsEnable); /* $('#clearbutton input').click(function() { track('UI', 'ClearScreen'); - $('.dump').remove(); + $('.hump').remove(); $(this).removeAttr('checked'); return false; }); */ $('.oldmsg').each(function() { - var dump = $(this); - var content = dump.find(".content") - MessageContentCache[dump.attr("id").substr(8)] = content.text() + var hump = $(this); + var content = hump.find(".content") + MessageContentCache[hump.attr("id").substr(8)] = content.text() content.html(buildMsgContent(content.text(), Recips)); - if ((ImgsEnabled && dump.hasClass('contains-image')) || (TextEnabled && !dump.hasClass('contains-image'))) - dump.show(); + if ((ImgsEnabled && hump.hasClass('contains-image')) || (TextEnabled && !hump.hasClass('contains-image'))) + hump.show(); else - dump.hide(); + hump.hide(); }); Drag.bindImages(); @@ -386,7 +386,7 @@ function makePlainText() { function initChatThumb(){ $(".chat-thumb").live('mouseover mouseout', function(e) { - var favorited = $(this).parents(".dump").hasClass("favorite") ? true : false; + var favorited = $(this).parents(".hump").hasClass("favorite") ? true : false; if (e.type == "mouseover") { if (favorited) { $(this).attr("src", Imgs.chatThumbOff); @@ -413,10 +413,10 @@ function initChatThumb(){ -// grab message id etc from some element e that's inside a dump -// (messages have something like id="message-0001" class="dump" ) +// grab message id etc from some element e that's inside a hump +// (messages have something like id="message-0001" class="hump" ) function getMessageInfo(e){ - var message = $(e).parents(".dump") + var message = $(e).parents(".hump") var id = message.attr("id").substr(8) // cut "message-001" to "001" var nick = message.attr("nick") var link = "/p/" + nick + "/" + id @@ -462,12 +462,12 @@ function setTextEnable() { TextEnabled = true; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextEnabled'); - $('.dump').not('.contains-image,'+muted).show(); + $('.hump').not('.contains-image,'+muted).show(); } else { TextEnabled = false; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextDisabled'); - $('.dump').not('.contains-image').hide() + $('.hump').not('.contains-image').hide() } }; @@ -529,7 +529,7 @@ function initDirectory() { t.html(buildMsgContent(t.text())); }); Search.initInpage() - initLogThumb('.dlogged-dump .thumb', '.dlogged-dump'); + initLogThumb('.dlogged-hump .thumb', '.dlogged-hump'); } // See log.js @@ -967,11 +967,11 @@ parseUri.options = { function initLog(recips) { Search.initInpage(); - $('.logged-dump .content').each(function() { + $('.logged-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text(), recips)); }); - initLogThumb(".logged-dump .thumb", '.dump'); + initLogThumb(".logged-hump .thumb", '.hump'); } @@ -1036,7 +1036,7 @@ function invalidImageDomain(content) { function clearMessages(){ track('UI', 'ClearScreen'); - $('.dump').remove(); + $('.hump').remove(); } function submitMessage() { @@ -1117,7 +1117,7 @@ function buildMessageDiv(msg, opts) { if (displayStyle === '' && MUTES[nick]) displayStyle = ' style="display: none"'; - return '
' + return '
' + '' + nick + '' + ' ' + '' @@ -1573,7 +1573,7 @@ function initProfile(recips) { $('#edit-toggle').click(enableProfileEdit); activateProfileEditable(); - $('.dash-dump .content').each(function() { + $('.dash-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); @@ -2014,17 +2014,17 @@ window.SpaceFill = { Tag = { "favorite": function(button) { var message = getMessageInfo(button); - var favorited = $(button).parents(".dump").hasClass("favorite"); + var favorited = $(button).parents(".hump").hasClass("favorite"); if (favorited) { Tag.rm(message.id, "favorite"); - $(button).parents(".dump").removeClass("favorite"); + $(button).parents(".hump").removeClass("favorite"); if (RawFavs[message.id]) { delete RawFavs[message.id]; paletteImageCache = false; } } else { Tag.add(message.id, "favorite"); - $(button).parents(".dump").addClass("favorite"); + $(button).parents(".hump").addClass("favorite"); if (RawFavs && MessageContentCache[message.id]) { // chat ui stuff if ($("#palette-button").css("display") == "none") paletteButtonShowAnim(); @@ -2051,19 +2051,19 @@ Tag = { "animated_fav": function(button, scoreClass, bigTextSize, smallTextSize) { if (!Nick) { return; } Tag.favorite(button); - var $dump = $(button).parents(".dump"); - var isAdding = $dump.hasClass('favorite'); + var $hump = $(button).parents(".hump"); + var isAdding = $hump.hasClass('favorite'); // Frontpage-favs can be triggered by clicking score number, // so manually sync heart-thumb visual state. if ($(button).hasClass('hallscore')) { - $dump.find('.thumb').attr('src', isAdding ? Imgs.logThumb : Imgs.logThumbOff); + $hump.find('.thumb').attr('src', isAdding ? Imgs.logThumb : Imgs.logThumbOff); } - if ($dump.attr('nick') == Nick) + if ($hump.attr('nick') == Nick) return; - var $score = $dump.find(scoreClass); + var $score = $hump.find(scoreClass); var inc = isAdding ? 1 : -1; var oldScore = parseInt($score.text(), 10); $score.text(oldScore + inc); @@ -2076,9 +2076,9 @@ Tag = { .attr('href', Domain + '/' + Nick + '/popular') .append($('').text(Nick)) .append(" "); - $dump.find('.faver-list').append(link); + $hump.find('.faver-list').append(link); } else { - $dump.find('.faver-list b').filter(function() { return $(this).text() == Nick }).parent().remove(); + $hump.find('.faver-list b').filter(function() { return $(this).text() == Nick }).parent().remove(); } } } diff --git a/static/js/src/away.js b/static/js/src/away.js index 8d910f3..bbb54e0 100755 --- a/static/js/src/away.js +++ b/static/js/src/away.js @@ -17,7 +17,7 @@ window.Away = { "updateTitle": function () { if (Away.UnseenMsgCounter > 0) { var plural = Away.UnseenMsgCounter > 1 ? 's' : ''; - $('title').text(Away.UnseenMsgCounter + ' new dump' + plural + '! | ' + Away.OrigTitle); + $('title').text(Away.UnseenMsgCounter + ' new hump' + plural + '! | ' + Away.OrigTitle); } setTimeout(Away.updateTitle, Away.UpdateFrequency); diff --git a/static/js/src/chat.js b/static/js/src/chat.js index b9b69d3..683d7b4 100755 --- a/static/js/src/chat.js +++ b/static/js/src/chat.js @@ -8,28 +8,28 @@ function initChat() { $('#imgbutton input').attr('checked', ImgsEnabled).change(setImgsEnable); /* $('#clearbutton input').click(function() { track('UI', 'ClearScreen'); - $('.dump').remove(); + $('.hump').remove(); $(this).removeAttr('checked'); return false; }); */ $('.oldmsg').each(function() { - var dump = $(this); - var content = dump.find(".content") - MessageContentCache[dump.attr("id").substr(8)] = content.text() + var hump = $(this); + var content = hump.find(".content") + MessageContentCache[hump.attr("id").substr(8)] = content.text() content.html(buildMsgContent(content.text(), Recips)); - if ((ImgsEnabled && dump.hasClass('contains-image')) || (TextEnabled && !dump.hasClass('contains-image'))) { - if (dump.attr('nick') in MUTES) { - dump.hide(); + if ((ImgsEnabled && hump.hasClass('contains-image')) || (TextEnabled && !hump.hasClass('contains-image'))) { + if (hump.attr('nick') in MUTES) { + hump.hide(); } else { - dump.show(); + hump.show(); } } else { - dump.hide(); + hump.hide(); } }); Drag.bindImages(); @@ -115,7 +115,7 @@ function makePlainText() { function initChatThumb(){ $(".chat-thumb").live('mouseover mouseout', function(e) { - var favorited = $(this).parents(".dump").hasClass("favorite") ? true : false; + var favorited = $(this).parents(".hump").hasClass("favorite") ? true : false; if (e.type == "mouseover") { if (favorited) { $(this).attr("src", Imgs.chatThumbOff); @@ -142,10 +142,10 @@ function initChatThumb(){ -// grab message id etc from some element e that's inside a dump -// (messages have something like id="message-0001" class="dump" ) +// grab message id etc from some element e that's inside a hump +// (messages have something like id="message-0001" class="hump" ) function getMessageInfo(e){ - var message = $(e).parents(".dump") + var message = $(e).parents(".hump") var id = message.attr("id").substr(8) // cut "message-001" to "001" var nick = message.attr("nick") var link = "/p/" + nick + "/" + id @@ -191,12 +191,12 @@ function setTextEnable() { TextEnabled = true; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextEnabled'); - $('.dump').not('.contains-image,'+muted).show(); + $('.hump').not('.contains-image,'+muted).show(); } else { TextEnabled = false; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextDisabled'); - $('.dump').not('.contains-image').hide() + $('.hump').not('.contains-image').hide() } }; diff --git a/static/js/src/directory.js b/static/js/src/directory.js index 51eaaa6..a7b51ff 100755 --- a/static/js/src/directory.js +++ b/static/js/src/directory.js @@ -7,7 +7,7 @@ function initDirectory() { t.html(buildMsgContent(t.text())); }); Search.initInpage() - initLogThumb('.dlogged-dump .thumb', '.dlogged-dump'); + initLogThumb('.dlogged-hump .thumb', '.dlogged-hump'); } // See log.js diff --git a/static/js/src/log.js b/static/js/src/log.js index 0f678fe..9545893 100755 --- a/static/js/src/log.js +++ b/static/js/src/log.js @@ -2,11 +2,11 @@ function initLog(recips) { Search.initInpage(); - $('.logged-dump .content').each(function() { + $('.logged-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text(), recips)); }); - initLogThumb(".logged-dump .thumb", '.dump'); + initLogThumb(".logged-hump .thumb", '.hump'); } diff --git a/static/js/src/messages.js b/static/js/src/messages.js index bdc738e..73af527 100755 --- a/static/js/src/messages.js +++ b/static/js/src/messages.js @@ -26,7 +26,7 @@ function invalidImageDomain(content) { function clearMessages(){ track('UI', 'ClearScreen'); - $('.dump').remove(); + $('.hump').remove(); } function submitMessage() { @@ -107,7 +107,7 @@ function buildMessageDiv(msg, opts) { if (displayStyle === '' && MUTES[nick]) displayStyle = ' style="display: none"'; - return '
' + return '
' + '' + nick + '' + ' ' + '' diff --git a/static/js/src/profile.js b/static/js/src/profile.js index 180fdf8..04bb69d 100755 --- a/static/js/src/profile.js +++ b/static/js/src/profile.js @@ -13,7 +13,7 @@ function initProfile(recips) { $('#edit-toggle').click(enableProfileEdit); activateProfileEditable(); - $('.dash-dump .content').each(function() { + $('.dash-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); diff --git a/static/js/src/tag.js b/static/js/src/tag.js index 76657ee..ec207b2 100755 --- a/static/js/src/tag.js +++ b/static/js/src/tag.js @@ -2,17 +2,17 @@ Tag = { "favorite": function(button) { var message = getMessageInfo(button); - var favorited = $(button).parents(".dump").hasClass("favorite"); + var favorited = $(button).parents(".hump").hasClass("favorite"); if (favorited) { Tag.rm(message.id, "favorite"); - $(button).parents(".dump").removeClass("favorite"); + $(button).parents(".hump").removeClass("favorite"); if (RawFavs[message.id]) { delete RawFavs[message.id]; paletteImageCache = false; } } else { Tag.add(message.id, "favorite"); - $(button).parents(".dump").addClass("favorite"); + $(button).parents(".hump").addClass("favorite"); if (RawFavs && MessageContentCache[message.id]) { // chat ui stuff if ($("#palette-button").css("display") == "none") paletteButtonShowAnim(); @@ -39,19 +39,19 @@ Tag = { "animated_fav": function(button, scoreClass, bigTextSize, smallTextSize) { if (!Nick) { return; } Tag.favorite(button); - var $dump = $(button).parents(".dump"); - var isAdding = $dump.hasClass('favorite'); + var $hump = $(button).parents(".hump"); + var isAdding = $hump.hasClass('favorite'); // Frontpage-favs can be triggered by clicking score number, // so manually sync heart-thumb visual state. if ($(button).hasClass('hallscore')) { - $dump.find('.thumb').attr('src', isAdding ? Imgs.logThumb : Imgs.logThumbOff); + $hump.find('.thumb').attr('src', isAdding ? Imgs.logThumb : Imgs.logThumbOff); } - if ($dump.attr('nick') == Nick) + if ($hump.attr('nick') == Nick) return; - var $score = $dump.find(scoreClass); + var $score = $hump.find(scoreClass); var inc = isAdding ? 1 : -1; var oldScore = parseInt($score.text(), 10); $score.text(oldScore + inc); @@ -64,9 +64,9 @@ Tag = { .attr('href', RootDomain + Nick + '/popular') .append($('').text(Nick)) .append(" "); - $dump.find('.faver-list').append(link); + $hump.find('.faver-list').append(link); } else { - $dump.find('.faver-list b').filter(function() { return $(this).text() == Nick }).parent().remove(); + $hump.find('.faver-list b').filter(function() { return $(this).text() == Nick }).parent().remove(); } } } diff --git a/static/nickinterview/index.html b/static/nickinterview/index.html index e7f1aa5..83b7d0c 100755 --- a/static/nickinterview/index.html +++ b/static/nickinterview/index.html @@ -168,217 +168,217 @@
-
+ -
+
m3m3x so how did dump develop from your initial ideas?
-
+
ryder i was all like this and i wanted to be more like
-
+
m3m3x was there a transition point from to
-
+
m3m3x or is that backwards?
-
+ -
+
m3m3x :)
-
+
ryder i say it was this
-
+
scottbot yes! to the first
-
+
ryder i dont think much has changed... at least in attitude on dump
-
+
m3m3x for some it appears to be more like
-
+
ryder mat3is gifs i think are a nice meeting point between the surfing experience/gif/humor and self awareness of being online
-
+
m3m3x (i mean follow teh link, etc)
-
+
m3m3x rite
-
+
ryder i dont think tom moody cares much about chakras, but i know he cares lots about gifs
-
+
m3m3x i guess i was trying to suggest that artists have found a kind of here... and im curious to know if that was the intnetion from the start
-
+
ryder most people really want to hangout, people dont do it for the reblogs they do it for the facebook adds
-
+ -
+
ryder meaning i think they seek a greater human connection
-
+ -
+
ryder computers are great and everything... its uncommon i think to get groups of people together who are and just want to have
-
+
m3m3x has there been a time on dump wher things have got too
-
+
ryder what attracts u to dump
-
+
ryder where does it fit in this netart dialog
-
+
ryder this is about as serious as it gets
-
+
m3m3x i mean does the ever stumple into
-
+
m3m3x my participation on dump is very
-
+
m3m3x which i feel about
-
+
scottbot there can be
-
+
m3m3x ya someone once described to me the http://www.sdtimes.com/blog/image.axd?picture=2009%2F5%2Fflamewar.jpg are all in
-
+
ryder @@ -387,294 +387,294 @@ i think we are all waiting for something profound, and filling this idle time with lolz; we try to becon the internet messiah and make but we dont do it in the same way as
-
+
scottbot each person chooses whether dump is about or or
-
+
m3m3x when the was born, were you looking for more of one category than another?
-
+
ryder i was sick of this... and wanted to be more
-
+
m3m3x because even when i started i still felt like no one was rly
-
+
m3m3x and that was a great appeal
-
+
m3m3x made me want to
-
+ -
+
m3m3x also a huge for me was the amount of
-
+ -
+
m3m3x that and the creative
-
+
ryder what do u think scott?
-
+
m3m3x now he is the one
-
+
ryder its nice to find ways to bring prople closer... and connected to something, together
-
+
ryder *people
-
+
scottbot yeah the way that dumpers find and reuse makes for and
-
+
scottbot OOPS
-
+
scottbot gonna edit that
-
+
ryder ps if anyone reading this buys me this shirt, they will have a best friend for life
-
+
scottbot for and
-
+
m3m3x i feel it also makes for a lot of
-
+
m3m3x or
-
+ -
+ -
+ -
+ -
+
scottbot a conversation built from means that it's about what you can bring to what others are
-
+ -
+
ryder i still wonder about the value that all these images amount to
-
+
m3m3x is that a conern
-
+
scottbot << new favorite pic btw
-
+ -
+
ryder its definitely an in something
-
+
m3m3x or a
-
+
ryder it might be close to this
-
+
m3m3x rite
-
+ -
+
m3m3x so how do u think that ppl go about
-
+ -
+
m3m3x or lemme rephrase
-
+ -
+
m3m3x idk, it seems like there are within the
-
+
ryder @@ -683,1239 +683,1239 @@ idle time with lolz; we try to becon the internet messiah and make +
m3m3x rite
-
+
m3m3x scott did u want to
-
+ -
+
scottbot are a way for to become a and it's amazing to watch that happen
-
+
m3m3x ur talking about rite?
-
+ -
+
scottbot and along with the there's also
-
+ -
+ -
+
m3m3x are there moments when goes
-
+
ryder i dont think we have yet
-
+
m3m3x or
-
+
ryder but that doesnt mean we dont have
-
+
m3m3x but there is some going on
-
+
ryder but after all
-
+ -
+
ryder i think there are generally great vibes on dump
-
+
ryder we are just trying to make this, will you help us?
-
+
m3m3x i can try
-
+ -
+ -
+ -
+
ryder WAZARD HUNT!!!
-
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+
ryder <~~ i really like scanned digital pix
-
+ -
+ -
+ -
+ -
+ -
+
ryder how i feel
-
+ -
+ -
+
ryder fav pic of the day
-
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+
m3m3x vs.
-
+
m3m3x **
-
+ -
+ -
+ -
+ -
+
m3m3x **
-
+
m3m3x was the tooo
-
+
m3m3x or
-
+
ryder the was too and and
-
+
m3m3x rite and you wanted more
-
+
ryder i dont like the idea of coveting
-
+
m3m3x +
-
+
ryder i feel like is all
-
+
ryder and its the act of which is the
-
+ -
+ -
+ -
+ -
+
m3m3x ya it can become a ya?
-
+ -
+ -
+ -
+ -
+ -
+
ryder yet
-
+
ryder yet
-
+
m3m3x who is
-
+
ryder and its not to do with
-
+
ryder its more to do with
-
+
ryder and
-
+
m3m3x but also
-
+ -
+
m3m3x so how did get going?
-
+ -
+ -
+
ryder is theroad to
-
+
ryder *the road
-
+
m3m3x when did become
-
+
m3m3x is it because of it's
-
+
m3m3x or
-
+
m3m3x as
-
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+
m3m3x What constitutes a
-
+ -
+ -
+ -
+ -
+ -
+ -
+
m3m3x do the get
-
+
ryder get
-
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+
ryder today the guy who took the infamous I Dont Get It photo has been harrassing us..
-
+ -
+
m3m3x its cuz u guys are total
-
+
ryder its cuz hes a total
-
+
m3m3x views u like
-
+
ryder views himself like
-
+
m3m3x or
-
+
ryder he thinks since he has IP he can get
-
+ -
+
ryder except nobody is profiting off so im not sure what he would sue for
-
+
m3m3x ya he doesn't
-
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+
ryder will be fun we will try our best to recreate this
-
+
ryder but only will tell
-
+ -
+
m3m3x how will it be
-
+ -
+
m3m3x there is a large of events
-
+
ryder how will it be
-
+ -
+
ryder i think there is enough to support all sorts of fun
-
+ -
+ -
+ -
+ -
+ -
+ -
+
m3m3x so it's gunna b a of
-
+ -
+ -
+
ryder and hopefully the goal for everyone should be to and not be
-
+ -
+ -
+
ryder how do u think they made do you think they used
-
+ -
+
m3m3x how do avoid being
-
+
m3m3x coming to
-
+
m3m3x for
-
+
m3m3x or
-
+
ryder being and i think everyone will be it will beexciting for many people to
-
+
m3m3x so a general
-
+
m3m3x do this that distinguishes
-
+
ryder i think a scene needs a few things to
-
+ -
+
ryder @@ -1924,14 +1924,14 @@ nature and internet culture.. both within and outside of dump.. here.. just with different people and different tools... but why we are here and what we are looking for is more or less the same
-
+ -
+
ryder @@ -1941,49 +1941,49 @@ be sort of like a cast system.. with outsiders who could never pull off anything that cool to admire.. with people attempting to pull off the cool and with the actual cool.. who are always reinventing
-
+ -
+ -
+
m3m3x well i think going to are going to be
-
+
ryder i just hope to unite people.. thats the real gold.. with any art or production..
-
+ -
+
m3m3x it's gunna be a lot of
-
+
ryder @@ -1992,21 +1992,21 @@ cool and with the actual cool.. who are always reinventing , often if the purpose is sincere it will be appreciated.. on that note i gotta go get some
-
+ -
+ -
+
m3m3x diff --git a/static/nickinterview/peoplewholiketochatalot hump.fm_files/dump.css b/static/nickinterview/peoplewholiketochatalot hump.fm_files/dump.css index 25babdf..7c0bfe5 100755 --- a/static/nickinterview/peoplewholiketochatalot hump.fm_files/dump.css +++ b/static/nickinterview/peoplewholiketochatalot hump.fm_files/dump.css @@ -323,12 +323,12 @@ img.chat-thumb { } -.dump .nick { +.hump .nick { position: relative; padding-right: 15px; } -.logged-dump { +.logged-hump { position: relative; } @@ -466,9 +466,9 @@ a.msg-image-zoom img.zoom-icon:hover { /*div.content img:hover{background-color:white;}*/ .nick{background-color:white;margin-right:3px;} -.msgDiv dump{background-color:white;} +.msgDiv.hump{background-color:white;} .nick a:link{color:#000;margin-right:3px;} -.msgDiv dump a:link{background-color:white;color:#000;} +.msgDiv.hump a:link{background-color:white;color:#000;} /*searchstuff*/ #searchbox{ @@ -1513,7 +1513,7 @@ color:000; margin-top: 25px; } -.logged-dump img{ +.logged-hump img{ max-width:400px; max-height:400px; border:0px; @@ -1525,7 +1525,7 @@ color:000; } -.logged-dump { +.logged-hump { background-color:#fff; text-overflow: ellipsis-word; padding: 0px 18px 6px 18px; @@ -1588,7 +1588,7 @@ color:#ccc; margin-bottom:15px; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } @@ -1616,7 +1616,7 @@ z-index:5555; } -.dlogged-dump img{ +.dlogged-hump img{ max-width:600px; width: expression(this.width > 600 ? 600: true); max-height:600px; @@ -1626,7 +1626,7 @@ z-index:5555; } -.dlogged-dump{ +.dlogged-hump{ min-width:600px; max-width:600px; width:600px; @@ -1873,7 +1873,7 @@ background-color:white; max-height:70px; max-width:150px; } -.dash-dump { +.dash-hump { background-color:#f0f9ff; text-overflow: ellipsis-word; padding: 18px 18px 6px 18px; @@ -1887,13 +1887,13 @@ max-width:150px; text-align: left; } -.dash-dump { +.dash-hump { background-color:white; padding:0px; display:inline-block; } -.dash-dump img{ +.dash-hump img{ background-color:white; padding:1px; } diff --git a/static/nickinterview/peoplewholiketochatalot hump.fm_files/pichat.js b/static/nickinterview/peoplewholiketochatalot hump.fm_files/pichat.js index d117e0a..952f911 100755 --- a/static/nickinterview/peoplewholiketochatalot hump.fm_files/pichat.js +++ b/static/nickinterview/peoplewholiketochatalot hump.fm_files/pichat.js @@ -289,12 +289,12 @@ function setTextEnable() { TextEnabled = true; Preferences.setProperty("chat.textEnabled", "true"); track('UI', 'TextEnabled'); - $('.dump').not('.contains-image').show(); + $('.hump').not('.contains-image').show(); } else { TextEnabled = false; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextDisabled'); - $('.dump').not('.contains-image').hide() + $('.hump').not('.contains-image').hide() } }; @@ -331,7 +331,7 @@ function buildMessageDiv(msg, isLoading) { var containsImageClass = LastMsgContainsImage ? ' contains-image' : ''; var displayStyle = ((ImgsEnabled && LastMsgContainsImage) || (TextEnabled && !LastMsgContainsImage)) ? '' : ' style="display: none"'; - return '
' + return '
' + '' + nick + '' + ' ' + '' @@ -433,7 +433,7 @@ function invalidImageDomain(content) { function clearMessages(){ track('UI', 'ClearScreen'); - $('.dump').remove(); + $('.hump').remove(); } function submitMessage() { @@ -610,22 +610,22 @@ function initChat() { $('#imgbutton input').attr('checked', ImgsEnabled).change(setImgsEnable); /* $('#clearbutton input').click(function() { track('UI', 'ClearScreen'); - $('.dump').remove(); + $('.hump').remove(); $(this).removeAttr('checked'); return false; }); */ $('.oldmsg').each(function() { - var dump = $(this); - var content = dump.find(".content") - MessageContentCache[dump.attr("id").substr(8)] = content.text() + var hump = $(this); + var content = hump.find(".content") + MessageContentCache[hump.attr("id").substr(8)] = content.text() content.html(buildMsgContent(content.text())); - if ((ImgsEnabled && dump.hasClass('contains-image')) || (TextEnabled && !dump.hasClass('contains-image'))) - dump.show(); + if ((ImgsEnabled && hump.hasClass('contains-image')) || (TextEnabled && !hump.hasClass('contains-image'))) + hump.show(); else - dump.hide(); + hump.hide(); }); $('#msgInput').keyup(ifEnter(submitMessage)); @@ -708,7 +708,7 @@ function initProfile() { $('#edit-toggle').click(enableProfileEdit); activateProfileEditable(); - $('.dash-dump .content').each(function() { + $('.dash-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); @@ -716,11 +716,11 @@ function initProfile() { function initLog() { Search.initInpage() - $('.logged-dump .content').each(function() { + $('.logged-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); - initLogThumb(".logged-dump .thumb", '.dump'); + initLogThumb(".logged-hump .thumb", '.hump'); } function initLogThumb(selector, parentSelector) { @@ -749,7 +749,7 @@ function initLogThumb(selector, parentSelector) { function initChatThumb(){ $(".chat-thumb").live('mouseover mouseout', function(e) { - var favorited = $(this).parents(".dump").hasClass("favorite") ? true : false; + var favorited = $(this).parents(".hump").hasClass("favorite") ? true : false; if (e.type == "mouseover") { if (favorited) { $(this).attr("src", Imgs.chatThumbOff); @@ -966,7 +966,7 @@ function initDirectory() { t.html(buildMsgContent(t.text())); }); Search.initInpage() - initLogThumb('.dlogged-dump .thumb', '.dlogged-dump'); + initLogThumb('.dlogged-hump .thumb', '.dlogged-hump'); } //big hand stuff @@ -1036,10 +1036,10 @@ function initBigHand(id){ } -// grab message id etc from some element e that's inside a dump -// (messages have something like id="message-0001" class="dump" ) +// grab message id etc from some element e that's inside a hump +// (messages have something like id="message-0001" class="hump" ) function getMessageInfo(e){ - var message = $(e).parents(".dump") + var message = $(e).parents(".hump") var id = message.attr("id").substr(8) // cut "message-001" to "001" var nick = message.attr("nick") var link = "/p/" + nick + "/" + id @@ -1082,17 +1082,17 @@ Share = { Tag = { "favorite": function(button){ var message = getMessageInfo(button) - var favorited = ($(button).parents(".dump").hasClass("favorite")) ? true : false + var favorited = ($(button).parents(".hump").hasClass("favorite")) ? true : false if (favorited) { Tag.rm(message.id, "favorite") - $(button).parents(".dump").removeClass("favorite") + $(button).parents(".hump").removeClass("favorite") if (RawFavs[message.id]) { delete RawFavs[message.id] paletteImageCache = false } } else { Tag.add(message.id, "favorite") - $(button).parents(".dump").addClass("favorite") + $(button).parents(".hump").addClass("favorite") if (RawFavs && MessageContentCache[message.id]) { // chat ui stuff if ($("#palette-button").css("display") == "none") paletteButtonShowAnim() @@ -1636,7 +1636,7 @@ var Away = { "updateTitle": function () { if (Away.UnseenMsgCounter > 0) { var plural = Away.UnseenMsgCounter > 1 ? 's' : ''; - $('title').text(Away.UnseenMsgCounter + ' new dump' + plural + '! | ' + Away.OrigTitle); + $('title').text(Away.UnseenMsgCounter + ' new hump' + plural + '! | ' + Away.OrigTitle); } setTimeout(Away.updateTitle, Away.UpdateFrequency); diff --git a/static/resizetest/hump.fm.all.files/dump.css b/static/resizetest/hump.fm.all.files/dump.css index ae021fc..520fa37 100755 --- a/static/resizetest/hump.fm.all.files/dump.css +++ b/static/resizetest/hump.fm.all.files/dump.css @@ -323,12 +323,12 @@ img.chat-thumb { } -.dump .nick { +.hump .nick { position: relative; padding-right: 15px; } -.logged-dump { +.logged-hump { position: relative; } @@ -468,9 +468,9 @@ a.msg-image-zoom img.zoom-icon:hover { /*div.content img:hover{background-color:white;}*/ .nick{background-color:white;margin-right:3px;} -.msgDiv dump{background-color:white;} +.msgDiv.hump{background-color:white;} .nick a:link{color:#000;margin-right:3px;} -.msgDiv dump a:link{background-color:white;color:#000;} +.msgDiv.hump a:link{background-color:white;color:#000;} /*searchstuff*/ #searchbox{ @@ -1516,7 +1516,7 @@ color:000; padding-top: 25px; } -.logged-dump img{ +.logged-hump img{ max-width:400px; max-height:400px; border:0px; @@ -1528,7 +1528,7 @@ color:000; } -.logged-dump { +.logged-hump { background-color:#fff; text-overflow: ellipsis-word; padding: 18px 18px 6px 18px; @@ -1592,7 +1592,7 @@ color:#ccc; margin-bottom:15px; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } @@ -1620,7 +1620,7 @@ z-index:5555; } -.dlogged-dump img{ +.dlogged-hump img{ max-width:600px; width: expression(this.width > 600 ? 600: true); max-height:600px; @@ -1630,7 +1630,7 @@ z-index:5555; } -.dlogged-dump{ +.dlogged-hump{ min-width:600px; max-width:600px; width:600px; @@ -1877,7 +1877,7 @@ background-color:white; max-height:70px; max-width:150px; } -.dash-dump { +.dash-hump { background-color:#f0f9ff; text-overflow: ellipsis-word; padding: 18px 18px 6px 18px; @@ -1891,13 +1891,13 @@ max-width:150px; text-align: left; } -.dash-dump { +.dash-hump { background-color:white; padding:0px; display:inline-block; } -.dash-dump img{ +.dash-hump img{ background-color:white; padding:1px; } diff --git a/static/resizetest/hump.fm.all.files/pichat.js b/static/resizetest/hump.fm.all.files/pichat.js index 06d0878..01867a6 100755 --- a/static/resizetest/hump.fm.all.files/pichat.js +++ b/static/resizetest/hump.fm.all.files/pichat.js @@ -272,12 +272,12 @@ function setTextEnable() { TextEnabled = true; Preferences.setProperty("chat.textEnabled", "true"); track('UI', 'TextEnabled'); - $('.dump').not('.contains-image').show(); + $('.hump').not('.contains-image').show(); } else { TextEnabled = false; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextDisabled'); - $('.dump').not('.contains-image').hide() + $('.hump').not('.contains-image').hide() } }; @@ -300,7 +300,7 @@ function buildMessageDiv(msg, isLoading) { var containsImageClass = LastMsgContainsImage ? ' contains-image' : ''; var displayStyle = (TextEnabled || LastMsgContainsImage) ? '' : ' style="display: none"'; - return '
' + return '
' + '' + nick + '' + ' ' + '' @@ -565,14 +565,14 @@ function initChat() { Search.init() $('.oldmsg').each(function() { - var dump = $(this); - var content = dump.find(".content") - MessageContentCache[dump.attr("id").substr(8)] = content.text() + var hump = $(this); + var content = hump.find(".content") + MessageContentCache[hump.attr("id").substr(8)] = content.text() content.html(buildMsgContent(content.text())); - if (!TextEnabled && !dump.hasClass('contains-image')) - dump.hide(); + if (!TextEnabled && !hump.hasClass('contains-image')) + hump.hide(); else - dump.show(); + hump.show(); }); $('#msgInput').keyup(ifEnter(submitMessage)); @@ -653,7 +653,7 @@ function initProfile() { $('#edit-toggle').click(enableProfileEdit); activateProfileEditable(); - $('.dash-dump .content').each(function() { + $('.dash-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); @@ -661,11 +661,11 @@ function initProfile() { function initLog() { Search.init() - $('.logged-dump .content').each(function() { + $('.logged-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); - initLogThumb(".logged-dump .thumb", '.dump'); + initLogThumb(".logged-hump .thumb", '.hump'); } function initLogThumb(selector, parentSelector) { @@ -694,7 +694,7 @@ function initLogThumb(selector, parentSelector) { function initChatThumb(){ $(".chat-thumb").live('mouseover mouseout', function(e) { - var favorited = $(this).parents(".dump").hasClass("favorite") ? true : false; + var favorited = $(this).parents(".hump").hasClass("favorite") ? true : false; if (e.type == "mouseover") { if (favorited) { $(this).attr("src", Imgs.chatThumbOff); @@ -1066,7 +1066,7 @@ function initDirectory() { t.html(buildMsgContent(t.text())); }); Search.init() - initLogThumb('.dlogged-dump .thumb', '.dlogged-dump'); + initLogThumb('.dlogged-hump .thumb', '.dlogged-hump'); } //big hand stuff @@ -1136,10 +1136,10 @@ function initBigHand(id){ } -// grab message id etc from some element e that's inside a dump -// (messages have something like id="message-0001" class="dump" ) +// grab message id etc from some element e that's inside a hump +// (messages have something like id="message-0001" class="hump" ) function getMessageInfo(e){ - var message = $(e).parents(".dump") + var message = $(e).parents(".hump") var id = message.attr("id").substr(8) // cut "message-001" to "001" var nick = message.attr("nick") var link = "/p/" + nick + "/" + id @@ -1182,17 +1182,17 @@ Share = { Tag = { "favorite": function(button){ var message = getMessageInfo(button) - var favorited = ($(button).parents(".dump").hasClass("favorite")) ? true : false + var favorited = ($(button).parents(".hump").hasClass("favorite")) ? true : false if (favorited) { Tag.rm(message.id, "favorite") - $(button).parents(".dump").removeClass("favorite") + $(button).parents(".hump").removeClass("favorite") if (RawFavs[message.id]) { delete RawFavs[message.id] paletteImageCache = false } } else { Tag.add(message.id, "favorite") - $(button).parents(".dump").addClass("favorite") + $(button).parents(".hump").addClass("favorite") if (RawFavs && MessageContentCache[message.id]) { // chat ui stuff if ($("#palette-button").css("display") == "none") paletteButtonShowAnim() @@ -1307,7 +1307,7 @@ var Away = { "updateTitle": function () { if (Away.UnseenMsgCounter > 0) { var plural = Away.UnseenMsgCounter > 1 ? 's' : ''; - $('title').text(Away.UnseenMsgCounter + ' new dump' + plural + '! | ' + Away.OrigTitle); + $('title').text(Away.UnseenMsgCounter + ' new hump' + plural + '! | ' + Away.OrigTitle); } setTimeout(Away.updateTitle, Away.UpdateFrequency); diff --git a/static/resizetest/hump.fm.all.htm b/static/resizetest/hump.fm.all.htm index c40a273..fe4972d 100755 --- a/static/resizetest/hump.fm.all.htm +++ b/static/resizetest/hump.fm.all.htm @@ -186,175 +186,175 @@
-
+ -
+
worm nightwolf v.2
-
+ -
+ -
+ -
+ -
+ -
+ -
+
samthekeeper Cinder Ultra combo.
-
+ -
+ -
+
samthekeeper Cinder Ultra combo.
-
+
lux
-
+ -
+
srx dsd
-
+
srx
-
+ -
+ -
+ -
+
lolumad im in class
-
+ -
+ -
+ -
+
psludump they're so tiny!
- +
psludump i see...
psludump your blog should be reported for adult and sexual mature contents. this is tumblr! gtfo
Savour does anyone have just the dolphin gif or where they alwasys together?
noisia it's 10 posts above
Savour x_x
Savour thanks, i need to sleep
diff --git a/static/resizetest/hump.fm.av.files/dump.css b/static/resizetest/hump.fm.av.files/dump.css index ae021fc..520fa37 100755 --- a/static/resizetest/hump.fm.av.files/dump.css +++ b/static/resizetest/hump.fm.av.files/dump.css @@ -323,12 +323,12 @@ img.chat-thumb { } -.dump .nick { +.hump .nick { position: relative; padding-right: 15px; } -.logged-dump { +.logged-hump { position: relative; } @@ -468,9 +468,9 @@ a.msg-image-zoom img.zoom-icon:hover { /*div.content img:hover{background-color:white;}*/ .nick{background-color:white;margin-right:3px;} -.msgDiv dump{background-color:white;} +.msgDiv.hump{background-color:white;} .nick a:link{color:#000;margin-right:3px;} -.msgDiv dump a:link{background-color:white;color:#000;} +.msgDiv.hump a:link{background-color:white;color:#000;} /*searchstuff*/ #searchbox{ @@ -1516,7 +1516,7 @@ color:000; padding-top: 25px; } -.logged-dump img{ +.logged-hump img{ max-width:400px; max-height:400px; border:0px; @@ -1528,7 +1528,7 @@ color:000; } -.logged-dump { +.logged-hump { background-color:#fff; text-overflow: ellipsis-word; padding: 18px 18px 6px 18px; @@ -1592,7 +1592,7 @@ color:#ccc; margin-bottom:15px; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } @@ -1620,7 +1620,7 @@ z-index:5555; } -.dlogged-dump img{ +.dlogged-hump img{ max-width:600px; width: expression(this.width > 600 ? 600: true); max-height:600px; @@ -1630,7 +1630,7 @@ z-index:5555; } -.dlogged-dump{ +.dlogged-hump{ min-width:600px; max-width:600px; width:600px; @@ -1877,7 +1877,7 @@ background-color:white; max-height:70px; max-width:150px; } -.dash-dump { +.dash-hump { background-color:#f0f9ff; text-overflow: ellipsis-word; padding: 18px 18px 6px 18px; @@ -1891,13 +1891,13 @@ max-width:150px; text-align: left; } -.dash-dump { +.dash-hump { background-color:white; padding:0px; display:inline-block; } -.dash-dump img{ +.dash-hump img{ background-color:white; padding:1px; } diff --git a/static/resizetest/hump.fm.av.files/pichat.js b/static/resizetest/hump.fm.av.files/pichat.js index 41880a5..03c2cc4 100755 --- a/static/resizetest/hump.fm.av.files/pichat.js +++ b/static/resizetest/hump.fm.av.files/pichat.js @@ -272,12 +272,12 @@ function setTextEnable() { TextEnabled = true; Preferences.setProperty("chat.textEnabled", "true"); track('UI', 'TextEnabled'); - $('.dump').not('.contains-image').show(); + $('.hump').not('.contains-image').show(); } else { TextEnabled = false; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextDisabled'); - $('.dump').not('.contains-image').hide() + $('.hump').not('.contains-image').hide() } }; @@ -300,7 +300,7 @@ function buildMessageDiv(msg, isLoading) { var containsImageClass = LastMsgContainsImage ? ' contains-image' : ''; var displayStyle = (TextEnabled || LastMsgContainsImage) ? '' : ' style="display: none"'; - return '
' + return '
' + '' + nick + '' + ' ' + '' @@ -565,14 +565,14 @@ function initChat() { Search.init() $('.oldmsg').each(function() { - var dump = $(this); - var content = dump.find(".content") - MessageContentCache[dump.attr("id").substr(8)] = content.text() + var hump = $(this); + var content = hump.find(".content") + MessageContentCache[hump.attr("id").substr(8)] = content.text() content.html(buildMsgContent(content.text())); - if (!TextEnabled && !dump.hasClass('contains-image')) - dump.hide(); + if (!TextEnabled && !hump.hasClass('contains-image')) + hump.hide(); else - dump.show(); + hump.show(); }); $('#msgInput').keyup(ifEnter(submitMessage)); @@ -653,7 +653,7 @@ function initProfile() { $('#edit-toggle').click(enableProfileEdit); activateProfileEditable(); - $('.dash-dump .content').each(function() { + $('.dash-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); @@ -661,11 +661,11 @@ function initProfile() { function initLog() { Search.init() - $('.logged-dump .content').each(function() { + $('.logged-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); - initLogThumb(".logged-dump .thumb", '.dump'); + initLogThumb(".logged-hump .thumb", '.hump'); } function initLogThumb(selector, parentSelector) { @@ -694,7 +694,7 @@ function initLogThumb(selector, parentSelector) { function initChatThumb(){ $(".chat-thumb").live('mouseover mouseout', function(e) { - var favorited = $(this).parents(".dump").hasClass("favorite") ? true : false; + var favorited = $(this).parents(".hump").hasClass("favorite") ? true : false; if (e.type == "mouseover") { if (favorited) { $(this).attr("src", Imgs.chatThumbOff); @@ -1066,7 +1066,7 @@ function initDirectory() { t.html(buildMsgContent(t.text())); }); Search.init() - initLogThumb('.dlogged-dump .thumb', '.dlogged-dump'); + initLogThumb('.dlogged-hump .thumb', '.dlogged-hump'); } //big hand stuff @@ -1136,10 +1136,10 @@ function initBigHand(id){ } -// grab message id etc from some element e that's inside a dump -// (messages have something like id="message-0001" class="dump" ) +// grab message id etc from some element e that's inside a hump +// (messages have something like id="message-0001" class="hump" ) function getMessageInfo(e){ - var message = $(e).parents(".dump") + var message = $(e).parents(".hump") var id = message.attr("id").substr(8) // cut "message-001" to "001" var nick = message.attr("nick") var link = "/p/" + nick + "/" + id @@ -1182,17 +1182,17 @@ Share = { Tag = { "favorite": function(button){ var message = getMessageInfo(button) - var favorited = ($(button).parents(".dump").hasClass("favorite")) ? true : false + var favorited = ($(button).parents(".hump").hasClass("favorite")) ? true : false if (favorited) { Tag.rm(message.id, "favorite") - $(button).parents(".dump").removeClass("favorite") + $(button).parents(".hump").removeClass("favorite") if (RawFavs[message.id]) { delete RawFavs[message.id] paletteImageCache = false } } else { Tag.add(message.id, "favorite") - $(button).parents(".dump").addClass("favorite") + $(button).parents(".hump").addClass("favorite") if (RawFavs && MessageContentCache[message.id]) { // chat ui stuff if ($("#palette-button").css("display") == "none") paletteButtonShowAnim() @@ -1307,7 +1307,7 @@ var Away = { "updateTitle": function () { if (Away.UnseenMsgCounter > 0) { var plural = Away.UnseenMsgCounter > 1 ? 's' : ''; - $('title').text(Away.UnseenMsgCounter + ' new dump' + plural + '! | ' + Away.OrigTitle); + $('title').text(Away.UnseenMsgCounter + ' new hump' + plural + '! | ' + Away.OrigTitle); } setTimeout(Away.updateTitle, Away.UpdateFrequency); diff --git a/static/resizetest/hump.fm.av.htm b/static/resizetest/hump.fm.av.htm index d94c4f5..9211652 100755 --- a/static/resizetest/hump.fm.av.htm +++ b/static/resizetest/hump.fm.av.htm @@ -186,175 +186,175 @@
-
+ -
+
worm nightwolf v.2
-
+ -
+ -
+ -
+ -
+ -
+ -
+
samthekeeper Cinder Ultra combo.
-
+ -
+ -
+
samthekeeper Cinder Ultra combo.
-
+
lux
-
+ -
+
srx dsd
-
+
srx
-
+ -
+ -
+ -
+
lolumad im in class
-
+ -
+ -
+ -
+
psludump they're so tiny!
- +
psludump i see...
psludump your blog should be reported for adult and sexual mature contents. this is tumblr! gtfo
Savour does anyone have just the dolphin gif or where they alwasys together?
noisia it's 10 posts above
Savour x_x
Savour thanks, i need to sleep
diff --git a/static/resizetest/hump.fm.htm b/static/resizetest/hump.fm.htm index 0717eae..cfdfd09 100755 --- a/static/resizetest/hump.fm.htm +++ b/static/resizetest/hump.fm.htm @@ -186,175 +186,175 @@
-
+ -
+
worm nightwolf v.2
-
+ -
+ -
+ -
+ -
+ -
+ -
+
samthekeeper Cinder Ultra combo.
-
+ -
+ -
+
samthekeeper Cinder Ultra combo.
-
+
lux
-
+ -
+
srx dsd
-
+
srx
-
+ -
+ -
+ -
+
lolumad im in class
-
+ -
+ -
+ -
+
psludump they're so tiny!
- +
psludump i see...
psludump your blog should be reported for adult and sexual mature contents. this is tumblr! gtfo
Savour does anyone have just the dolphin gif or where they alwasys together?
noisia it's 10 posts above
Savour x_x
Savour thanks, i need to sleep
diff --git a/static/resizetest/hump.fm_files/dump.css b/static/resizetest/hump.fm_files/dump.css index ae021fc..520fa37 100755 --- a/static/resizetest/hump.fm_files/dump.css +++ b/static/resizetest/hump.fm_files/dump.css @@ -323,12 +323,12 @@ img.chat-thumb { } -.dump .nick { +.hump .nick { position: relative; padding-right: 15px; } -.logged-dump { +.logged-hump { position: relative; } @@ -468,9 +468,9 @@ a.msg-image-zoom img.zoom-icon:hover { /*div.content img:hover{background-color:white;}*/ .nick{background-color:white;margin-right:3px;} -.msgDiv dump{background-color:white;} +.msgDiv.hump{background-color:white;} .nick a:link{color:#000;margin-right:3px;} -.msgDiv dump a:link{background-color:white;color:#000;} +.msgDiv.hump a:link{background-color:white;color:#000;} /*searchstuff*/ #searchbox{ @@ -1516,7 +1516,7 @@ color:000; padding-top: 25px; } -.logged-dump img{ +.logged-hump img{ max-width:400px; max-height:400px; border:0px; @@ -1528,7 +1528,7 @@ color:000; } -.logged-dump { +.logged-hump { background-color:#fff; text-overflow: ellipsis-word; padding: 18px 18px 6px 18px; @@ -1592,7 +1592,7 @@ color:#ccc; margin-bottom:15px; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } @@ -1620,7 +1620,7 @@ z-index:5555; } -.dlogged-dump img{ +.dlogged-hump img{ max-width:600px; width: expression(this.width > 600 ? 600: true); max-height:600px; @@ -1630,7 +1630,7 @@ z-index:5555; } -.dlogged-dump{ +.dlogged-hump{ min-width:600px; max-width:600px; width:600px; @@ -1877,7 +1877,7 @@ background-color:white; max-height:70px; max-width:150px; } -.dash-dump { +.dash-hump { background-color:#f0f9ff; text-overflow: ellipsis-word; padding: 18px 18px 6px 18px; @@ -1891,13 +1891,13 @@ max-width:150px; text-align: left; } -.dash-dump { +.dash-hump { background-color:white; padding:0px; display:inline-block; } -.dash-dump img{ +.dash-hump img{ background-color:white; padding:1px; } diff --git a/static/resizetest/hump.fm_files/pichat.js b/static/resizetest/hump.fm_files/pichat.js index 41880a5..03c2cc4 100755 --- a/static/resizetest/hump.fm_files/pichat.js +++ b/static/resizetest/hump.fm_files/pichat.js @@ -272,12 +272,12 @@ function setTextEnable() { TextEnabled = true; Preferences.setProperty("chat.textEnabled", "true"); track('UI', 'TextEnabled'); - $('.dump').not('.contains-image').show(); + $('.hump').not('.contains-image').show(); } else { TextEnabled = false; Preferences.setProperty("chat.textEnabled", "false"); track('UI', 'TextDisabled'); - $('.dump').not('.contains-image').hide() + $('.hump').not('.contains-image').hide() } }; @@ -300,7 +300,7 @@ function buildMessageDiv(msg, isLoading) { var containsImageClass = LastMsgContainsImage ? ' contains-image' : ''; var displayStyle = (TextEnabled || LastMsgContainsImage) ? '' : ' style="display: none"'; - return '
' + return '
' + '' + nick + '' + ' ' + '' @@ -565,14 +565,14 @@ function initChat() { Search.init() $('.oldmsg').each(function() { - var dump = $(this); - var content = dump.find(".content") - MessageContentCache[dump.attr("id").substr(8)] = content.text() + var hump = $(this); + var content = hump.find(".content") + MessageContentCache[hump.attr("id").substr(8)] = content.text() content.html(buildMsgContent(content.text())); - if (!TextEnabled && !dump.hasClass('contains-image')) - dump.hide(); + if (!TextEnabled && !hump.hasClass('contains-image')) + hump.hide(); else - dump.show(); + hump.show(); }); $('#msgInput').keyup(ifEnter(submitMessage)); @@ -653,7 +653,7 @@ function initProfile() { $('#edit-toggle').click(enableProfileEdit); activateProfileEditable(); - $('.dash-dump .content').each(function() { + $('.dash-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); @@ -661,11 +661,11 @@ function initProfile() { function initLog() { Search.init() - $('.logged-dump .content').each(function() { + $('.logged-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); - initLogThumb(".logged-dump .thumb", '.dump'); + initLogThumb(".logged-hump .thumb", '.hump'); } function initLogThumb(selector, parentSelector) { @@ -694,7 +694,7 @@ function initLogThumb(selector, parentSelector) { function initChatThumb(){ $(".chat-thumb").live('mouseover mouseout', function(e) { - var favorited = $(this).parents(".dump").hasClass("favorite") ? true : false; + var favorited = $(this).parents(".hump").hasClass("favorite") ? true : false; if (e.type == "mouseover") { if (favorited) { $(this).attr("src", Imgs.chatThumbOff); @@ -1066,7 +1066,7 @@ function initDirectory() { t.html(buildMsgContent(t.text())); }); Search.init() - initLogThumb('.dlogged-dump .thumb', '.dlogged-dump'); + initLogThumb('.dlogged-hump .thumb', '.dlogged-hump'); } //big hand stuff @@ -1136,10 +1136,10 @@ function initBigHand(id){ } -// grab message id etc from some element e that's inside a dump -// (messages have something like id="message-0001" class="dump" ) +// grab message id etc from some element e that's inside a hump +// (messages have something like id="message-0001" class="hump" ) function getMessageInfo(e){ - var message = $(e).parents(".dump") + var message = $(e).parents(".hump") var id = message.attr("id").substr(8) // cut "message-001" to "001" var nick = message.attr("nick") var link = "/p/" + nick + "/" + id @@ -1182,17 +1182,17 @@ Share = { Tag = { "favorite": function(button){ var message = getMessageInfo(button) - var favorited = ($(button).parents(".dump").hasClass("favorite")) ? true : false + var favorited = ($(button).parents(".hump").hasClass("favorite")) ? true : false if (favorited) { Tag.rm(message.id, "favorite") - $(button).parents(".dump").removeClass("favorite") + $(button).parents(".hump").removeClass("favorite") if (RawFavs[message.id]) { delete RawFavs[message.id] paletteImageCache = false } } else { Tag.add(message.id, "favorite") - $(button).parents(".dump").addClass("favorite") + $(button).parents(".hump").addClass("favorite") if (RawFavs && MessageContentCache[message.id]) { // chat ui stuff if ($("#palette-button").css("display") == "none") paletteButtonShowAnim() @@ -1307,7 +1307,7 @@ var Away = { "updateTitle": function () { if (Away.UnseenMsgCounter > 0) { var plural = Away.UnseenMsgCounter > 1 ? 's' : ''; - $('title').text(Away.UnseenMsgCounter + ' new dump' + plural + '! | ' + Away.OrigTitle); + $('title').text(Away.UnseenMsgCounter + ' new hump' + plural + '! | ' + Away.OrigTitle); } setTimeout(Away.updateTitle, Away.UpdateFrequency); diff --git a/template/banner.old.st b/template/banner.old.st index 8917685..babd951 100755 --- a/template/banner.old.st +++ b/template/banner.old.st @@ -83,7 +83,7 @@ $endif$
-
+
$if(user_nick)$ checkout hump.fm in full-screen - SUPPORT HUMP.FM! BUY SOME STICKERS!!$endif$ diff --git a/template/banner.st b/template/banner.st index b55463f..567be77 100755 --- a/template/banner.st +++ b/template/banner.st @@ -73,7 +73,7 @@ -
+
$if(user_nick)$ checkout hump.fm in full-screen diff --git a/template/directory.st b/template/directory.st index 7c97da0..61b817c 100755 --- a/template/directory.st +++ b/template/directory.st @@ -22,7 +22,7 @@ $if(users)$ $users:{ hump | -
+
$hump.nick$'s $if(hump.score_ent)$ fav score: $hump.score$ diff --git a/template/fame_dump.st b/template/fame_dump.st index f96bbae..0f40fc5 100755 --- a/template/fame_dump.st +++ b/template/fame_dump.st @@ -1,7 +1,7 @@ $if(hump.ztags)$ -
+
$else$ -
+
$endif$ diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st index ae46b9e..6c79af3 100755 --- a/template/frontpagePROFILE.st +++ b/template/frontpagePROFILE.st @@ -140,7 +140,7 @@ You are viewing the current trending images posted to hump.fm; a super fun commu
-
+
$if(contact)$
$contact$
$else$ diff --git a/template/hall_log_dump.st b/template/hall_log_dump.st index a6b014d..22d7dc4 100755 --- a/template/hall_log_dump.st +++ b/template/hall_log_dump.st @@ -1,4 +1,4 @@ -
+
$hump.nick$ $if(hump.score)$$hump.score$$endif$
$hump.content$
diff --git a/template/log_dump.st b/template/log_dump.st index daf6fda..5eae34c 100755 --- a/template/log_dump.st +++ b/template/log_dump.st @@ -1,7 +1,7 @@ $if(hump.ztags)$ -
+
$else$ -
+
$endif$ $hump.created_on$ -- by $hump.nick$ diff --git a/template/messagepane.st b/template/messagepane.st index f543de5..c8c0cd6 100755 --- a/template/messagepane.st +++ b/template/messagepane.st @@ -21,7 +21,7 @@
$messages: { m | -
+
$m.nick$ $if(m.favorited)$ diff --git a/template/popular_dump.st b/template/popular_dump.st index e98562c..9352391 100755 --- a/template/popular_dump.st +++ b/template/popular_dump.st @@ -1,4 +1,4 @@ -
+
$hump.created_on$ - in $hump.key$ diff --git a/template/profile_dump.st b/template/profile_dump.st index 0fe4832..554c760 100755 --- a/template/profile_dump.st +++ b/template/profile_dump.st @@ -1,4 +1,4 @@ -
+
$hump.created_on$ -- in $hump.key$
diff --git a/template/profilenew.st b/template/profilenew.st index 8569921..8391cb1 100755 --- a/template/profilenew.st +++ b/template/profilenew.st @@ -40,7 +40,7 @@ jQuery(document).ready(function() { $banner()$
-
+
$if(avatar)$
@@ -90,7 +90,7 @@ jQuery(document).ready(function() { $endif$
-
+ -
+
$if(is_home)$ your $else$ $nick$'s$endif$ most recent humps
-
+
$imgs: { img | }$
diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st index b3fe624..14acbd6 100755 --- a/template/rooms/mgmt.st +++ b/template/rooms/mgmt.st @@ -88,7 +88,7 @@ window.location = "/error/ie";
$messages: { m | -
+
$m.nick$ $if(m.favorited)$ diff --git a/template/single_message.st b/template/single_message.st index 33e5e3d..d3687e6 100755 --- a/template/single_message.st +++ b/template/single_message.st @@ -10,7 +10,7 @@ $banner()$



-
+
$if(hump.avatar)$ @@ -28,7 +28,7 @@
$hump.content$

diff --git a/template/single_message_share_buttons.st b/template/single_message_share_buttons.st index 04a91a3..6583e00 100755 --- a/template/single_message_share_buttons.st +++ b/template/single_message_share_buttons.st @@ -6,10 +6,10 @@ $if(user_nick)$ $if(hump.favorited)$ - + $else$
- +
$endif$ $endif$ diff --git a/template/topic_dump.st b/template/topic_dump.st index be26aeb..0441308 100755 --- a/template/topic_dump.st +++ b/template/topic_dump.st @@ -1,4 +1,4 @@ -
+
$hump.created_on$ -- by $hump.nick$ in $hump.key$
-- cgit v1.2.3-70-g09d2