[Proto-Scripty] Re: Scriptaculous page hacked?

2011-12-05 Thread Jill Elaine
Hmmm, if you search for 'prostitutki' on this page: https://github.com/madrobby/scriptaculous/pull/27/files#diff-21 it is found 3 times...from 2009 (?) So here is another hacked page: http://madrobby.github.com/scriptaculous/test-unit-runner/ In-place-editing seems to be hacked by someone else htt

[Proto-Scripty] Body onClick doesnt work

2011-12-05 Thread Philipp S
Hi, I' made a little game where you got to try to click on a littel div container, which moves arround when your mouse is over it. With the onclick method in the body tag i count the clicks the user made to finish the game, but the onclick method doesnt work when the div tag is moving. I use the

[Proto-Scripty] Re: Scriptaculous page hacked?

2011-12-05 Thread Jill Elaine
Ah, there is more of this 'bad' code on Droppables http://madrobby.github.com/scriptaculous/droppables/ Up near the top. Thomas Fuchs has been emailed. On Dec 5, 7:55 am, Jill Elaine wrote: > The inappropriate code is still there. It's between the 2 Examples in > small text on the left. It's not

[Proto-Scripty] Re: Scriptaculous page hacked?

2011-12-05 Thread Jill Elaine
The inappropriate code is still there. It's between the 2 Examples in small text on the left. It's not actually a working link: view via Firebug to see the whole code. I'll email Thomas Fuchs. Thank you. On Dec 5, 12:18 am, "T.J. Crowder" wrote: > On Dec 5, 3:27 am, Jill Elaine wrote: > > > On t

[Proto-Scripty] Re: Scriptaculous page hacked?

2011-12-05 Thread T.J. Crowder
On Dec 5, 3:27 am, Jill Elaine wrote: > On this page:http://madrobby.github.com/scriptaculous/draggable/ > there is some hack that appears to be a link to porn? > "åÂÉÔÅ ÐÒÏÓÔÉÔÕÔÏË ËÁË ÈÏÔÉÔÅ. " etc > > Who to alert to this issue? At the bottom of the page it says "script.aculo.us was created by

[Proto-Scripty] Re: about source code Class.create()

2011-12-05 Thread T.J. Crowder
On Dec 5, 12:53 am, BeiMingyu wrote: >  I have a problem  about the source code (version 1.7): > var Class = (function() { >     function create() { >     var parent = null, properties = $A(arguments); >     if (Object.isFunction(properties[0])) >       parent = properties.shift(); >     function

[Proto-Scripty] about source code Class.create()

2011-12-05 Thread BeiMingyu
I have a problem about the source code (version 1.7): var Class = (function() { function create() { var parent = null, properties = $A(arguments); if (Object.isFunction(properties[0])) parent = properties.shift(); function klass() { * this.initialize.apply(this, argumen