0.11.2 "Scarborough" released

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
Post Reply
westis

0.11.2 "Scarborough" released

Post by westis »

Version 0.11.2 has been released. It's a stability release with bug fixes and some smaller additions. Download it here.


Upgrading from 0.11 or 0.11.1
If you are using 0.11 or 0.11.1 it is recommended that you upgrade to 0.11.2. If you upgrade from 0.11.1 you can use any of the diff releases, that only include the files that have changed. If you still use 0.11 you will first have to upload the diff files for 0.11.1.

See how to upgrade here.


FCKEditor
The latest released version of FCKEditor is 0.9.8.2. There are some nice new features in that release. But as there also are a couple of minor bugs we decided to still use the same version of FCKEditor that was included in 0.11.1 also in 0.11.2.


CMSMS 0.12 and 1.0
At the beginning of 2006 version 0.12 will be released. Quite a lot of changes and additions have been made in svn, but as 0.11.2 is only a stability release you will have wait until next year to see some of those changes in a release.

During Q1 2006 version 1.0 will finally see the ligt of day! :D The roadmap to that release will be published soon.


Changelog
Here is the full changelog for 0.11.2:
  • Added extra parameters to the print tag
  • Cleaned up XHTML compliance of admintheme.
  • Fixed bug in contact_form in which spammers could use it to send out spam floods
  • Fixed bug with News module to allow tags in the content to be parsed properly by smarty
  • Fixed issue with installer messing up the admin password if the database details page has an error
  • Fixed permissions disappearing from addional authors when saving an HTML Blob
  • Fixed the locale settings to take the locale of the server unless told to do otherwise in config.php
  • Fixed issue where the News content type would show up in multiple content blocks.
  • Fixed several issues with modules on PostgreSQL
Last edited by westis on Wed Dec 21, 2005 7:18 pm, edited 1 time in total.
MichaelK

Re: 0.11.2 "Scarborough" released

Post by MichaelK »

I get an error with the contact_form... Something with Smarty...
I don't now if some more people gets this error?

Is it not neccesary to update my database? Because there's no Upgrade.php in the install directory.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: 0.11.2 "Scarborough" released

Post by Ted »

There is no database upgrade.  However, make sure you clear your cache in Site Admin->Global Settings.  Normally, the upgrade program does this.
miss_d_bus
Forum Members
Forum Members
Posts: 121
Joined: Sun May 01, 2005 4:27 pm

Re: 0.11.2 "Scarborough" released

Post by miss_d_bus »

Can someone verfiy, is modules/FCKeditorX/FCKeditor/editor/filemanager/browser/default/frmfolders.html
missing from the latest release?
I'm getting a 404 error and its not included in the files i downloaded.
westis

Re: 0.11.2 "Scarborough" released

Post by westis »

Yes, it's got a weird file extension in the tar package, but is fine in the zip package. For some strange reason... Just remove the numbers in the file extension and it should work like normal.
miss_d_bus
Forum Members
Forum Members
Posts: 121
Joined: Sun May 01, 2005 4:27 pm

Re: 0.11.2 "Scarborough" released

Post by miss_d_bus »

Opps didnt see that file like that - i just copied it from the .zip package. All working now thanks :)

One thing, not sure if this is a bug or not so wanted to submit it as such, but the stylesheets won't load in the admin area in IE but work fine in Mozilla. No pressure but is the problem easy to solve because I've got to get a client to use it to update her site but I doubt I could get her to convert to Firefox ;)
This seems to be a recurring issue for many of the releases. I resolved the problem of my site's stylesheet by linking it directly in the template.
Before, i changed the code in class.admintheme.inc.php but not sure its quite so simple now:

Code: Select all

<link rel="stylesheet" type="text/css" href="style.php" />
<?php
	if ($showielink) {
?>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="style.php?ie=1" />
<![endif]-->
<?php
	}
?>
Is it right to say that the code in /admin/style.php is all correct? I don't know PHP enough to do any debugging myself unfortunately or see if its an IE problem. I assume it must not be so straight forward or else everyone would have jumped on this issue a lot by now.

Cheers anyway.
Catherine
westis

Re: 0.11.2 "Scarborough" released

Post by westis »

Hmm, strange. I've never had that problem myself when using IE. I've submitted it as a bug report in the  Forge, for the developers to look at it and see what may be causing this.

Do the stylesheets never load at all in IE? And only for the Admin Panel, but the frontend is ok?
miss_d_bus
Forum Members
Forum Members
Posts: 121
Joined: Sun May 01, 2005 4:27 pm

Re: 0.11.2 "Scarborough" released

Post by miss_d_bus »

It's IE 6 under Windows XP and the server hosting it is FreeBSD with Apache. It works fine in Mozilla. What happens is that the CSS doesnt load when you go to a new page in the admin BUT if you refresh the CSS does appear so its nothing quite so obvious as a broken link and files missing as it at first seems to be. I wouldnt know about the front end because i am linking to a stylesheet directly in my template but a good 6 months ago, i was obviously using an earlier version and the CSS wasnt loading in the front end either in IE without a refresh. The solution was to directly link to the CSS as i am now doing in my template. The workaround for the admin was in class.admintheme.inc.php to directly link to the admin's CSS file but see that things have changed a bit since then and now its pointing to style.php. Since theres an exception for IE, style.php?ie=1 I guess thats why it works in Firefox. Anyway i wouldnt have a clue so over to the developers!
Its not a big deal to me if the CSS doesnt work right but it is a serious problem using this CMS if someone like myself does a website for another so they can update it themselves because they arent going to have the same tolerance as me! Anyway still going to use it like that on my own sites ;)
Odd that not everyone is having this problem....
Post Reply

Return to “Announcements”