I've just uploaded mojoportal-mssql-deploymentfiles-20100102.zip to our Novell Forge download page. I encourage you to test it and provide any feedback.
Both www.mojoportal.com and demo.mojoportal.com are running this build so it should be very stable.
If you need a build for something other than MS SQL let me know.
This build has our fancy new File Manager. You'll need to add this to your style.config file in your skin:
<file cssvpath="/Data/style/qtfile/default.css" imagebasevpath="/Data/style/qtfile/">none</file>
Note that the old file manager is still there, you can toggle between them. While the new one is prettier and more user friendly, the old one works with javascript disabled and with javascript enabled it supports bulk uploading of files. The old file manager has also been prettied up a little as of the last release, see version 2.3.3.2 release notes for info about what you should add to your style.config to style the old file manager.
For developers, this build also includes a new SQL Query Tool. This is disabled by default and if you are not a SQL guru you should probably leave it disabled. However for developers who understand SQL you may find it useful. To enable it, add these to your user.config file:
<add key="EnableDeveloperMenuInAdminMenu" value="true" />
<add key="EnableQueryTool" value="true" />
then you will find a link for it under Administration > Advanced Tools > Developer Tools
I will have the very latest changes also committed to svn trunk later tonight.
Best,
Joe