Preview Build 20100102 is available for testing

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
1/2/2010 2:05:01 PM
Gravatar
Total Posts 18439

Preview Build 20100102 is available for testing

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

1/2/2010 4:24:44 PM
Gravatar
Total Posts 220

Re: Preview Build 20100102 is available for testing

Hi Joe,

I have a mySQL version. When I make the SVN update later on, then everything is up to date?

Best
Matthias

1/3/2010 4:59:02 AM
Gravatar
Total Posts 18439

Re: Preview Build 20100102 is available for testing

Hi Matthias,

I've put up a zip with the data layer for MySql corresponding to the new build. Use the MS SQL package and ppaste in the MySql dlls in the bin before uploading.

Best,

Joe

1/3/2010 8:31:37 AM
Gravatar
Total Posts 171
I am a Russian programmer

Re: Preview Build 20100102 is available for testing

I found a bug

1. Click Administration

2. Change skin to jsavard-subblue

3. Click File Manager

and Menu appears over File Manager

Best regards, Alexander

P.S. I work in IE 8

 

 

1/3/2010 9:22:05 AM
Gravatar
Total Posts 18439

Re: Preview Build 20100102 is available for testing

Thanks. 

I was able to fix it in my copy by removing z-index css setting in stylemenu.css.

I found also this issue in jsavard-mojoportal.

Please let me know if you see problems in any other skins.

Best,

Joe

1/3/2010 11:02:16 AM
Gravatar
Total Posts 171
I am a Russian programmer

Re: Preview Build 20100102 is available for testing

Hi, Joe

In skin mmcgee-uncreativesuite not draw completely the left menu

Best regards, Alexander

And question: Each module at the form may be an icon. Where it appears on the form?

1/3/2010 11:34:55 AM
Gravatar
Total Posts 18439

Re: Preview Build 20100102 is available for testing

I'm going to get rid of that skin pretty soon, I think it is ugly and I'm tired of trying to maintain it.

Feature icons are only used in the Web Part Catalog in the MyPage feature. In the settings for a given feature instance you can make it available for MyPage and the icon is shown in the catalog for MyPage.

Best,

Joe

1/3/2010 11:51:12 AM
Gravatar
Total Posts 171
I am a Russian programmer

Re: Preview Build 20100102 is available for testing

Thank you Joe

I used to think that this icon is displayed at the title of each module at the form :)

Best regards, Alexander

1/5/2010 4:28:07 AM
Gravatar
Total Posts 220

Re: Preview Build 20100102 is available for testing

Hi Joe,

thanks for the new File Manager.

Best
Matthias

You must sign in to post in the forums. This thread is closed to new posts.