On Tue, 2009-03-31 at 23:47 +0300, Jerome Velociter wrote: > Hey, > > That's great! > What you have to do to add a new version of an application is: > > - Edit the download page with the object editor > (ExtendedTodoApplicationDownloads for your application) > - Add an object of class "XWiki.DownloadItemClass" and fill it with the > infos for the new version (here "1.2" as version + your release notes) > - Make that object point to the proper download URL (the XAR can be > attached to the page, just make sure you don't erase previous ones, so > include the version in the file name) > - Edit the existing object of class "XWiki.DownloadClass" so that it > point to the latest version (so you have to say here "1.2", as well) > > ... click "save and view", that should be it, your new version should > now appear on the download page, while links to previous ones remain > accessible.
wow, thanks! although i had to manipulate the url manually, i think it'd have been more practical (obvious?) if i had the choice to switch to the object editor from xwiki's interface, imo.. > What would be really great if you have time and will to do is that you > share your experience and write a short tutorial on how to contribute an > application in the code zone (Not something big, just the essentials: > guidelines for a first timer that want to contribute an application + > guidelines for managing versions afterwards). You can start it in the > Drafts/ space on dev.xwiki.org > http://dev.xwiki.org/xwiki/bin/view/Drafts/ and we'll publish it for > example in the contributing section of dev.xwiki.org when ready. sure, will do, give me a couple of days to get it done > Cheers, > Jerome. > Cheers > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

