This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-12-12 21:14:10

NeoAtVic
Scratcher
Registered: 2010-10-04
Posts: 67

Problem with the new scratchers

I understand that new scratchers aren't allowed to post links to sites outside of scratch, But while on the newbies forum I attempted to post a link to http://info.scratch.mit.edu and found I was unable too.

Personally I feel the help site is probably a good thing for new people to point out to other new people  smile

Neo


http://farm3.static.flickr.com/2796/4519763712_5fab3a6935_o.png

Offline

 

#2 2010-12-12 21:29:27

ESN
New Scratcher
Registered: 2010-12-03
Posts: 100+

Re: Problem with the new scratchers

I agree; I actually tried to post a link to info.scratch.mit.edu/Source_Code, but it was refused.

Support  smile


http://is.gd/jZ5chhttp://is.gd/jZhXDhttp://is.gd/jZhU7

Offline

 

#3 2010-12-12 23:11:25

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Problem with the new scratchers

support.

it should be things inside scratch, because the "new scratcher" thing was only for making sure spam is not allowed from other websites.

Offline

 

#4 2010-12-12 23:32:00

mathematics
Scratcher
Registered: 2009-03-01
Posts: 1000+

Re: Problem with the new scratchers

I think it's just that the Scratch Team has forgotten about info.scratch.mit.edu...

Offline

 

#5 2010-12-13 15:42:47

NeoAtVic
Scratcher
Registered: 2010-10-04
Posts: 67

Re: Problem with the new scratchers

Yeah that was my thought too  smile  Just thought i'd post something to let them know  smile


http://farm3.static.flickr.com/2796/4519763712_5fab3a6935_o.png

Offline

 

#6 2010-12-13 16:18:22

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Problem with the new scratchers

Thanks for letting us know about this!  It does look like an oversight.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#7 2010-12-13 16:55:50

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: Problem with the new scratchers

Paddle2See wrote:

Thanks for letting us know about this!  It does look like an oversight.

Hey, it is supposed to let you link to info.scratch... oops! It's a bug really...  Thanks for letting us know about it! When we get it sorted, we'll post here to let you know...


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#8 2010-12-13 22:35:16

lightnin102
New Scratcher
Registered: 2010-12-13
Posts: 4

Re: Problem with the new scratchers

Offline

 

#9 2010-12-13 22:55:15

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: Problem with the new scratchers

Ok, I think we have a fix, but it has to wait until some other changes get finished before it goes live.

In case you guys are curious, the problem showed up because we forgot to add a . and a * to some regular expression code that evaluates what links can or can't be posted by New Scratchers.  I'm no good with REGEX, but paddle2see knows it well. So he found the fix.

Here's the old code:

if (!preg_match( '/\[url[\]=]http:\/\/scratch\.mit\.edu.*\[\/url\]/i', $message))

And here's the new, fixed code, which I hope we can release soon:

if (!preg_match( '/\[url[\]=]http:\/\/.*scratch\.mit\.edu.*\[\/url\]/i', $message))

We meant for the original to work for all sites with scratch.mit.edu in the url, but left out the pesky .* 

That's bugs for you - they're tricky little things.  smile

Want to learn more about regular expressions? Here's a good place to start:
http://en.wikipedia.org/wiki/Regular_expression


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#10 2010-12-14 06:42:13

helltank
Scratcher
Registered: 2010-05-21
Posts: 1000+

Re: Problem with the new scratchers

Um, LIghtnin? Since the bug is fixed, shouldn't this be closed or something?


Error:Signature could not load. Please wait for an indefinite amount of time, until you realize you're gullible and go off to look for another potentially interesting signature to stare at.

Offline

 

#11 2010-12-14 14:53:54

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: Problem with the new scratchers

helltank wrote:

Um, LIghtnin? Since the bug is fixed, shouldn't this be closed or something?

Nope, the fix isn't really live yet. And I thought I'd leave it open for the time being in case anyone has questions.


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#12 2010-12-14 15:23:28

NeoAtVic
Scratcher
Registered: 2010-10-04
Posts: 67

Re: Problem with the new scratchers

Thanks!
Also thanks for the explanation! I do actually understand regular expressions so it was interesting to see  smile
Not that this really affects me too much anymore  tongue


http://farm3.static.flickr.com/2796/4519763712_5fab3a6935_o.png

Offline

 

#13 2010-12-19 12:54:25

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Problem with the new scratchers

I used to have this problem.  Twice I tried referring people to suggest.scratch.mit.edu to my suggestion related to the topic, and had to leave off the [url] tag.

Last edited by scimonster (2011-03-24 11:01:00)

Offline

 

#14 2011-03-14 15:34:25

YourLocalBlockLib
Scratcher
Registered: 2011-03-10
Posts: 100+

Re: Problem with the new scratchers

It's not working.
I am trying to link to the wiki.
~Scimonster.


http://dl.dropbox.com/u/6273449/BlockLibraryTitle.png

Offline

 

#15 2011-03-24 09:11:54

HaiiTehReshiram
Scratcher
Registered: 2011-03-05
Posts: 67

Re: Problem with the new scratchers

I don't get it.

Offline

 

Board footer