Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Discussions (General)
 Bug + Possible Fix "awww...."
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 3

sr_erick
Senior Member

USA
1318 Posts

Posted - 10 November 2004 :  19:25:28  Show Profile  Visit sr_erick's Homepage  Send sr_erick a Yahoo! Message
Yeah, ahhh is like ahhh (shocked or surprised). I think of awwww as in awww that baby is so cute.




Erick
Snowmobile Fanatics

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 10 November 2004 :  19:54:56  Show Profile  Visit dayve's Homepage
hey stimmy, since you're interested in resolving this issue... want to include a fix for a situation where someone ends a sentence with a url?:

....come visit this site at http://www.nin.com/current/index.html.

Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 10 November 2004 :  20:08:19  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
I'll work on that later tonight after dinner.... not too motivated at the moment.

but yeah I was thinkin about that right before I checked up on this topic... wierd huh?

-Stim
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 10 November 2004 :  23:12:20  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Here ya go dayve.... This topic

-Stim
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 12 November 2004 :  12:40:27  Show Profile  Visit PeeWee.Inc's Homepage
http://www.urbandictionary.com/define.php?term=awww&r=f

De Priofundus Calmo Ad Te Damine
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 12 November 2004 :  12:42:29  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
I was looking for something like that lol, thx peewee.

So is this a bug or not?

-Stim
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 12 November 2004 :  14:38:23  Show Profile  Visit HuwR's Homepage
depends what your opinion of slang words are, personally if it isn't in the dictionary then it isn't a proper word and therefore doesn't warrant being called a bug since we don't generally design stuff with slang language in mind.
Go to Top of Page

sr_erick
Senior Member

USA
1318 Posts

Posted - 12 November 2004 :  14:47:09  Show Profile  Visit sr_erick's Homepage  Send sr_erick a Yahoo! Message
I don't see why it's such a big deal to just incorporate the fix and be done with it. It seems pretty clear to a lot of people that it's a problem. Is there some kind of problem with incorporating this fix into the base code?




Erick
Snowmobile Fanatics

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 12 November 2004 :  14:48:58  Show Profile  Visit dayve's Homepage
I think the debate it whether or not this should be considered a bug or enhancement. I'm leaning more towards enhancement which means I will treat it as a mod and not a fix.

Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 12 November 2004 :  15:07:57  Show Profile  Visit MarcelG's Homepage
Ok...this is ridiculous. This is a bug. In no way possible the desired functionality of the code would be to transform the letters www followed by multiplie dots, without anything else behind it into an url leading to the address www."multiple dots"!
That's simply ridiculous. There are no URL's with just a subdomain, and a couple of dots as domainname, without TLD or CLD.

The basecode has not forseen in this issue, and should be corrected, as the acquired behaviour of the code is not in line with the desired behaviour.
Simply compare it to this ; if the word "awww...." should create a link to nothing, why isn't the word "asbdashjkdas....." creating a link ?
Simply because it shouldn't. And that's the same with the first one ; it shouldn't.

portfolio - linkshrinker - oxle - twitter
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 12 November 2004 :  15:10:51  Show Profile  Visit dayve's Homepage
quote:
Originally posted by marcelgoertz

Ok...this is ridiculous. This is a bug. In no way possible the desired functionality of the code would be to transform the letters www followed by multiplie dots, without anything else behind it into an url leading to the address www."multiple dots"!
That's simply ridiculous. There are no URL's with just a subdomain, and a couple of dots as domainname, without TLD or CLD.

The basecode has not forseen in this issue, and should be corrected, as the acquired behaviour of the code is not in line with the desired behaviour.
Simply compare it to this ; if the word "awww...." should create a link to nothing, why isn't the word "asbdashjkdas....." creating a link ?
Simply because it shouldn't. And that's the same with the first one ; it shouldn't.


That doesn't make sense. Based on your logic I should be able to treat any sequence of letters/characters as a word without it trying to parse, for example the image tag ([img]). What if I didn't want an image? What if I just wanted to show the tag? There are just certain functions that are used for "normal" environments.

<< I didn't want an image, can you create a function to prevent this for me as well?


Edited by - dayve on 12 November 2004 15:14:04
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 12 November 2004 :  15:23:26  Show Profile  Visit HuwR's Homepage
quote:
Originally posted by sr_erick

I don't see why it's such a big deal to just incorporate the fix and be done with it. It seems pretty clear to a lot of people that it's a problem. Is there some kind of problem with incorporating this fix into the base code?


I have nothing against the change, but it is not a bug.
I could never write my name when I first arrived at Snitz, but you didn't hear me winging on about it being a bug just because I couldn't write reddick
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 12 November 2004 :  15:26:37  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
quote:
Originally posted by dayve

That doesn't make sense. Based on your logic I should be able to treat any sequence of letters/characters as a word without it trying to parse, for example the image tag ([img]). What if I didn't want an image? What if I just wanted to show the tag? There are just certain functions that are used for "normal" environments.

There's a difference between using tags which converted (as it should be) and writing something that is not an URL which gets converted to an URL.

The problem is that certain strings are handled as URLs which are definately no valid URLs. And this is a bug IMO.

quote:
<< I didn't want an image, can you create a function to prevent this for me as well?

Shouldn't be a problem, a checkbox added to the form where you choose whether certain/all tags are ignored or not (I think phpBB has this feature).

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 12 November 2004 :  15:28:15  Show Profile  Visit HuwR's Homepage
To solve the issue, I think we should have automatic spell correction and then you won't be able to write awww at all
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 12 November 2004 :  15:34:42  Show Profile  Visit dayve's Homepage
quote:
Originally posted by OneWayMule

There's a difference between using tags which converted (as it should be) and writing something that is not an URL which gets converted to an URL.

if we're going to refer to semantics then I say slang is not a reason for software bugs. I applaud Stimmy's creation of this enhancement for those that elect to use it, but I don't recognize this as a bug.

Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07