Topic: [release] prototype and scriptacoulus

a verry simple extension that adds prototype and script aculous javascript library to punbb

this extension is going tobe a dependency for a couple off other extensions i'm going to write in the near futur

http://punbb.informer.com/unofficial/pu … ototypejs/

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: [release] prototype and scriptacoulus

can you link the directly downloadable version? haven't got SVN tortoise on this pc... most people don't....

Re: [release] prototype and scriptacoulus

there is a dloadable tar in the web svn repository, but here it is:

http://punbb.informer.com/unofficial/pu … typejs.tar

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: [release] prototype and scriptacoulus

thx big_smile did see the link in the list. but wasn't sure it didn't need other folders in list .... nevermind. big_smile solved now.

Re: [release] prototype and scriptacoulus

new version online,
added livevalidtion class (htt://livevalidation.com)

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: [release] prototype and scriptacoulus

I'm looking forward to future extensions smile

7 (edited by kierownik 2009-01-24 16:05)

Re: [release] prototype and scriptacoulus

why not load the javascript from google's api directory. http://code.google.com/intl/nl/apis/ajaxlibs/

$forum_head['prototype'] = '<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js"></script>';

Re: [release] prototype and scriptacoulus

why would we?

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: [release] prototype and scriptacoulus

If you load it from google's api directory then it would not cost anyone any disk-space and if you use it the your datalimit is not going to be bigger.

For small sites it does not matter perhaps but for big sites it would.

10

Re: [release] prototype and scriptacoulus

kierownik wrote:

If you load it from google's api directory then it would not cost anyone any disk-space and if you use it the your datalimit is not going to be bigger.

For small sites it does not matter perhaps but for big sites it would.

ok thats a valid point, but if you load if from google api, its always the latest version, for example in jsbase there is 1.6.3 of prototype, and prototype just released 1.6.4 and one of the eextensions use a methode/function thats changed between these evrsions. with api on google this will cause problems, with a static version it won't

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: [release] prototype and scriptacoulus

you not always get the latest version look at my previous post, there you see that the link goes to Version 1.6.0.3 so you get that version. If they update to a new version say 1.6.0.4 then you have to alter you extension so that the link goes to the correct version.

12

Re: [release] prototype and scriptacoulus

hmm, ok then i could use google api smile

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: [release] prototype and scriptacoulus

I love it.

Any chance you're still further releasing extensions for this?