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

#1 2012-03-21 14:38:29

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Maintenance

Why was there this maintenance?


Posts: 20000 - Show all posts

Offline

 

#2 2012-03-21 14:46:04

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

Re: Maintenance

Some database changes to support a code release coming out soon.  It relates back to the IMG tag issue.

More information to follow once the code is in place.


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

Offline

 

#3 2012-03-21 14:48:49

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Maintenance

Ooh, exciting! Thanks for responding  smile


Posts: 20000 - Show all posts

Offline

 

#4 2012-03-21 15:19:00

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: Maintenance

Paddle2See wrote:

Some database changes to support a code release coming out soon.  It relates back to the IMG tag issue.

More information to follow once the code is in place.

Wow, cool, looks like an img tag fix is on it's way. Perhaps a picture rating system?

Also, does this have anything to do with the mysterious forum section added yesterday that was visible to scratchers for only a couple seconds?


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#5 2012-03-21 15:30:10

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Maintenance

stevetheipad wrote:

Paddle2See wrote:

Some database changes to support a code release coming out soon.  It relates back to the IMG tag issue.

More information to follow once the code is in place.

Wow, cool, looks like an img tag fix is on it's way. Perhaps a picture rating system?

Also, does this have anything to do with the mysterious forum section added yesterday that was visible to scratchers for only a couple seconds?

what was it?


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#6 2012-03-21 20:48:53

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: Maintenance

muppetds wrote:

stevetheipad wrote:

Paddle2See wrote:

Some database changes to support a code release coming out soon.  It relates back to the IMG tag issue.

More information to follow once the code is in place.

Wow, cool, looks like an img tag fix is on it's way. Perhaps a picture rating system?

Also, does this have anything to do with the mysterious forum section added yesterday that was visible to scratchers for only a couple seconds?

what was it?

that's what I was wondering.


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#7 2012-03-22 15:54:46

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Maintenance

stevetheipad wrote:

Paddle2See wrote:

Some database changes to support a code release coming out soon.  It relates back to the IMG tag issue.

More information to follow once the code is in place.

Wow, cool, looks like an img tag fix is on it's way. Perhaps a picture rating system?

Also, does this have anything to do with the mysterious forum section added yesterday that was visible to scratchers for only a couple seconds?

Please tell me you took a screenshot :3


Why

Offline

 

#8 2012-03-25 13:40:26

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

Re: Maintenance

Paddle2See wrote:

Some database changes to support a code release coming out soon.  It relates back to the IMG tag issue.

More information to follow once the code is in place.

Changeset 84 looks interesting. :3
Let me explain what the code change looks like (from the code, not UI  tongue )

The reports page for mods will list it based on rank. Each report increments the rank by one, except for pornography-related words, which rank as 2. If a user has been reported more than 4 times, they will be automatically banned for 12 hours, or until a mod unbans them. A post reported 4 times will be hidden with an error message (This post is currently under review because it was reported a number of times. Mods will check it out soon, and if it is okay it will be restored.")

There seems to be a flaw in this to me though. Sometimes multiple users will report a topic for moving, when it's in the wrong place. How would a newbie who doesn't know his way around the forums like to be banned for that?
So, I have a simple suggestion. Whitelist some words, such as "move" and "wrong forum", but give the * stuff higher rank than that.

Offline

 

#9 2012-03-25 13:47:02

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: Maintenance

simply make a checkbox "inappropriate" and make it apply only to it ^^

Offline

 

#10 2012-03-26 07:19:42

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

Re: Maintenance

scimonster wrote:

Paddle2See wrote:

Some database changes to support a code release coming out soon.  It relates back to the IMG tag issue.

More information to follow once the code is in place.

Changeset 84 looks interesting. :3
Let me explain what the code change looks like (from the code, not UI  tongue )

The reports page for mods will list it based on rank. Each report increments the rank by one, except for pornography-related words, which rank as 2. If a user has been reported more than 4 times, they will be automatically banned for 12 hours, or until a mod unbans them. A post reported 4 times will be hidden with an error message (This post is currently under review because it was reported a number of times. Mods will check it out soon, and if it is okay it will be restored.")

There seems to be a flaw in this to me though. Sometimes multiple users will report a topic for moving, when it's in the wrong place. How would a newbie who doesn't know his way around the forums like to be banned for that?
So, I have a simple suggestion. Whitelist some words, such as "move" and "wrong forum", but give the * stuff higher rank than that.

Hey Sci - you mostly figured it out! We committed it on Friday but haven't yet pushed the changes to the production server (it's generally unwise to push code Friday afternoon, unless you want to spend the weekend debugging  smile 

Look for a post that announces / explains the feature soon. Also, the bad words part is commented out (meaning it doesn't assign scores based on words)- we considered doing it but decided it would complexify things too much. So for now, it's just a 4 report threshold, which we rarely if ever cross over as a result of people asking to move threads / etc.


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

Offline

 

#11 2012-03-26 07:55:17

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

Re: Maintenance

Lightnin wrote:

scimonster wrote:

Paddle2See wrote:

Some database changes to support a code release coming out soon.  It relates back to the IMG tag issue.

More information to follow once the code is in place.

Changeset 84 looks interesting. :3
Let me explain what the code change looks like (from the code, not UI  tongue )

The reports page for mods will list it based on rank. Each report increments the rank by one, except for pornography-related words, which rank as 2. If a user has been reported more than 4 times, they will be automatically banned for 12 hours, or until a mod unbans them. A post reported 4 times will be hidden with an error message (This post is currently under review because it was reported a number of times. Mods will check it out soon, and if it is okay it will be restored.")

There seems to be a flaw in this to me though. Sometimes multiple users will report a topic for moving, when it's in the wrong place. How would a newbie who doesn't know his way around the forums like to be banned for that?
So, I have a simple suggestion. Whitelist some words, such as "move" and "wrong forum", but give the * stuff higher rank than that.

Hey Sci - you mostly figured it out! We committed it on Friday but haven't yet pushed the changes to the production server (it's generally unwise to push code Friday afternoon, unless you want to spend the weekend debugging  smile 

Look for a post that announces / explains the feature soon. Also, the bad words part is commented out (meaning it doesn't assign scores based on words)- we considered doing it but decided it would complexify things too much. So for now, it's just a 4 report threshold, which we rarely if ever cross over as a result of people asking to move threads / etc.

The information that can be gleaned from some PHP...  tongue
I never have that problem with spending Saturday debugging. I'm Jewish.  smile

Ah yeah, when the comments are all at the beginning of the line I sometimes miss that.  tongue

And I'll be on the lookout for it!  smile

Offline

 

#12 2012-03-26 07:57:56

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: Maintenance

maybe you should make something like "this post was already reported by USER and he said "whatever". please report it twice only if this is inappropriate for scratch. thanks."

Offline

 

#13 2012-03-26 10:04:03

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Maintenance

scimonster wrote:

Paddle2See wrote:

Some database changes to support a code release coming out soon.  It relates back to the IMG tag issue.

More information to follow once the code is in place.

Changeset 84 looks interesting. :3
Let me explain what the code change looks like (from the code, not UI  tongue )

The reports page for mods will list it based on rank. Each report increments the rank by one, except for pornography-related words, which rank as 2. If a user has been reported more than 4 times, they will be automatically banned for 12 hours, or until a mod unbans them. A post reported 4 times will be hidden with an error message (This post is currently under review because it was reported a number of times. Mods will check it out soon, and if it is okay it will be restored.")

There seems to be a flaw in this to me though. Sometimes multiple users will report a topic for moving, when it's in the wrong place. How would a newbie who doesn't know his way around the forums like to be banned for that?
So, I have a simple suggestion. Whitelist some words, such as "move" and "wrong forum", but give the * stuff higher rank than that.

I hope it doesn't discourage newbies  sad


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#14 2012-03-26 10:05:40

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Maintenance

RedRocker227 wrote:

stevetheipad wrote:

Paddle2See wrote:

Some database changes to support a code release coming out soon.  It relates back to the IMG tag issue.

More information to follow once the code is in place.

Wow, cool, looks like an img tag fix is on it's way. Perhaps a picture rating system?

Also, does this have anything to do with the mysterious forum section added yesterday that was visible to scratchers for only a couple seconds?

Please tell me you took a screenshot :3

What was it? I mean, could I get a link or anything?


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#15 2012-03-27 09:12:47

technoboy10
Scratcher
Registered: 2007-08-25
Posts: 1000+

Re: Maintenance

roijac wrote:

maybe you should make something like "this post was already reported by USER and he said "whatever". please report it twice only if this is inappropriate for scratch. thanks."

+1.


So long, 1.4.
http://goo.gl/3JEV9

Offline

 

#16 2012-03-27 09:40:03

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Maintenance

scimonster wrote:

Paddle2See wrote:

Some database changes to support a code release coming out soon.  It relates back to the IMG tag issue.

More information to follow once the code is in place.

Changeset 84 looks interesting. :3
Let me explain what the code change looks like (from the code, not UI  tongue )

The reports page for mods will list it based on rank. Each report increments the rank by one, except for pornography-related words, which rank as 2. If a user has been reported more than 4 times, they will be automatically banned for 12 hours, or until a mod unbans them. A post reported 4 times will be hidden with an error message (This post is currently under review because it was reported a number of times. Mods will check it out soon, and if it is okay it will be restored.")

There seems to be a flaw in this to me though. Sometimes multiple users will report a topic for moving, when it's in the wrong place. How would a newbie who doesn't know his way around the forums like to be banned for that?
So, I have a simple suggestion. Whitelist some words, such as "move" and "wrong forum", but give the * stuff higher rank than that.

What about "want closed" or "duplicate"?


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#17 2012-03-27 12:38:02

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: Maintenance

I suggest putting checkboxes when you click the report button and it will look like this

Why are you reporting this post
[] move topic
[] close topic
[] inappropriateness
[] other

If they click other, then a text box will open and they will type in their reason

To help with the other reasons why you would report a post.

Offline

 

#18 2012-03-27 15:15:12

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

Re: Maintenance

TorbyFork234 wrote:

I suggest putting checkboxes when you click the report button and it will look like this

Why are you reporting this post
[] move topic
[] close topic
[] inappropriateness
[] other

If they click other, then a text box will open and they will type in their reason

To help with the other reasons why you would report a post.

I love this idea, expect I think it should always have the text box.

Offline

 

#19 2012-03-27 15:17:16

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Maintenance

TorbyFork234 wrote:

I suggest putting checkboxes when you click the report button and it will look like this

Why are you reporting this post
[] move topic
[] close topic
[] inappropriateness
[] other

If they click other, then a text box will open and they will type in their reason

To help with the other reasons why you would report a post.

+1, but +1 to Sci as well, it should always have a text box.


Why

Offline

 

Board footer