Hi, I never used 1.5, but my impression is that a lot changed between 1.5 and 1.6. Your best bet is to look through the change log[1], it's been more than three years since 1.6 and people will have forgotten a lot.
Unfortunately, just searching for "incompatible" in the change log will miss things, you'll have to actually read it through. A couple of things I happen to know about: * The Hash class in 1.6 onward is incompatible with the 1.5.x Hash class. * The "contentchanged" event is now "dom:loaded". * The Class stuff changed a lot, although I don't know that it changed incompatibly if you don't use the new features. Scripty 1.8 is not compatible with Prototype 1.5 -- in the scripty changelog[2], it says that as of 1.8 it switched to the new Prototype 1.6 Class stuff. [1] https://github.com/sstephenson/prototype/blob/master/CHANGELOG [2] https://github.com/madrobby/scriptaculous/blob/master/CHANGELOG HTH, -- T.J. Crowder Independent Software Engineer tj / crowder software / com www / crowder software / com On Nov 30, 4:33 pm, robsan <[email protected]> wrote: > Hi my name is Robin and I am developing for a quit big site which is > running prototype 1.5. We looking into upgrading to 1.6 or 1.7. I´m > wondering if it´s safe to upgrade to 1.6 or 1.7 and ecspect everythin > to work....what should I watch out for? > > Also, what versions of scriptaculous is compatible with what prototype > versions? Can i run scriptaculous 1.8 with prototype 1.5 or do I have > to upgrade prototype? -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
