Forums Window

Trunk Vs. SiteDownload

Subscribe to Trunk Vs. SiteDownload 12 post(s), 6 voice(s)

 
Avatar Jacob 8 post(s)

I hear alot of “This has been fixed in trunk”, so my question is – When was the version currently on the website released and how far ahead is the trunk compared to this release on the website. Plus how to work the trunk would be nice too—I’ve never used svn.

 
Avatar clanss 3 post(s)

If you use windows, you can download something like TortoiseSVN.
Then it’s quite simple as
1. create diretory
2. import by right clicking and selecting from submenu
3. put svn address
:) All files will be downloaded to your designated folder.

Not sure how far ahead it is.

You can also download latest SVN version of window & prototype-ui.js by

http://www.prototype-ui.com/current/dist/window.js
and http://www.prototype-ui.com/current/dist/protot…

 
Avatar Jacob 8 post(s)

Thanks for reply. I got SVN working but how to i use the “rake dist” command


We use rake command to generate documentation, distrib files. Here is common rake tasks; rake dist Generates dist/prototype-ui.js with all components

This is what I need

 
Avatar Seb Administrator 133 post(s)

Rake is a ruby tool, so you need to install ruby

 
Avatar Seb Administrator 133 post(s)

By the way, yes trunk is really better than site download

 
Avatar Jacob 8 post(s)

haha yeah. I downloaded just the main JS file and it was DOUBLE (I believe nearly 3000 more lines of code) the size of the one on the site. I found it amazing..

 
Avatar Seb Administrator 133 post(s)

I HAVE to make a new release and with thoses new components!!

 
Avatar Jacob 8 post(s)

Haha yeah. It would probably help out starting users alot if they’re like me and don’t usually check the SVN.

 
Avatar SkaveRat 7 post(s)

what about a (minor-)updated release once a month?

 
Avatar Jacob 8 post(s)

I think a BETA build every 2 weeks would be nice. That way we can opt to download the beta and if that goes 2 weeks with no errors it gets incorporated into the site download (In which will show Download Stable | Download Beta) and it all just creates a circular process that keeps everyone up to date and in turn gets the trunk tested more.

 
Avatar mintsauce 3 post(s)

scuse my ignorance …. but whats the difference between window.js & prototype-ui.js?

 
Avatar StarPeak 22 post(s)

window.js is just the stuff needed for window
prototype-ui.js is everything (ui elements, carousel, menus, ...)

Forums Window