Page 1 of 1

Announcing CMSMS 1.9.4 - Faanui (Updated to 1.9.4.1)

Posted: Sat Mar 05, 2011 8:27 pm
by calguy1000
Your CMSMS Dev team is once again proud to announce the release of yet another version of CMSMS. This is primarily a bug fix release. We've tackled some of the important issues that remained from CMSMS 1.9.3 including supporting newer versions of MySQL, and miscelaneous caching issues. We've also implemented a few minor performance improvements that should result in a minor performance boost for most websites.

Again, we hope that this will be the last release in the 1.9 series as we are already formulating plans for the next feature release of CMSMS to hopefully be released this summer.

The dev team has spent many hours setting up, testing, fixing, and testing fixes on this release. The Q/A team specifically has spent alot of time going through everything with different browsers, on different operating systems, on different databases with different user account setups. This is work they usually don't have to do, so everybody should give them special appreciation.

As well, with this update we made extra effort to prod our translators to ensure that everything is up to date. Hopefully this helps with some of the nagging 'documentation not accurate' problems for the various languages.

Note: Those people that are still running a version of CMSMS 1.9.3 or earlier that was installed using MySQL 5.5.x will probably have to re-install. This is probably only related to windows hosts, and most of you have probably already downgraded MySQL. But we just thought we'd put it out there.

Special Thanks to:
- Rolf
- RonnyK
- ReneH
- DrCss
- and the rest of the CMSMS Dev Team.

Version 1.9.4 - Faanui
--------------------------
Core Bug Reports
- #6083 Imagemanager Don't show uploaded files
- #6094 Page alias update old-value after copy-page
- #6096 Content is not showing when changing type back to content
- #6098 Server Response Header `Last-Modified` not changing
- #6099 Deleting alias in editcontent and submitting restores old alias
- #6106 no cache-control in login.php -> no logout!
- #6136 TinyMCE file-manager cache problem
- #6168 canonical tag for news ignoring news_url field
- Fixes problem with image manager and caching in google chrome and other webkit browsers.
- Fixes problem with caching on ANY and all admin pages
- Fixes problem with with installs using MySQL 5.5.x
(the solution was implemented in the adodb_lite library so all modules should work).
- Fixes problems with switching content types when editing pages and content blocks not being restored.
- Minor optimization to adodb_lite for the GetOne and GetRow methods
- Fixes a problem where the contentcache was not being read.

MenuManager:
- #6188 using show_all with childrenof does not work

Modulemanager:
- Fixes a useability issue with the selected tab and the selected letter after upgrading a module.

---- ADDED ----
March 13, 2011 - Version 1.9.4.1 released which fixes a syntax error in the ModuleManager module that crept in at the last minute when releasing version 1.9.4

* (C) 2011 CMS Made Simple - No reproduction, duplication, modification or translation without explicit consent.

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Sat Mar 05, 2011 10:46 pm
by zigge
Tried to upgrade my dev environment from 1.9.3 to 1.9.4 using the .diff tarball.

Found one issue immediately, in the Module manager, all tabs are emty.... Nothing happens when clicked. Clearing cache and applying a full tarball does not work either.

Also, debug=true gives no output whatsoever when selecting the Module manager.

Went back to 1.9.3 and it all works again.

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Sat Mar 05, 2011 11:48 pm
by Erhaoen
Great job guys, thank you so much for Faanui! All 1.9.3 issues are gone, but take another look at Module Manager as something is missing there.

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Sun Mar 06, 2011 12:27 am
by calguy1000
Yep, it seems like a tiny syntax error crept into the ModuleManager at the last moment.

it is a silly syntax error that's easy to spot and change if you look at your error log...

I really, really hate having to do a 1.9.5 just for little stuff like this.
Will let you know tomorrow.

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Sun Mar 06, 2011 3:47 am
by gingercat
Could you just tell us what the error is and we'll edit it in the meantime?

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Sun Mar 06, 2011 8:34 am
by jce76350
gingercat wrote:Could you just tell us what the error
See the Rev 93 → 94 SVN modmanager

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Sun Mar 06, 2011 8:47 am
by Gregor
What about creating a 1.9.4.1 version with the minor bug solved?

Gregor

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Sun Mar 06, 2011 9:33 am
by RonnyK
The ModuleManager issue is fixed in SVN. Look here for the patched files.

http://forum.cmsmadesimple.org/viewtopi ... =8&t=52520

Ronny

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Sun Mar 06, 2011 3:05 pm
by staartmees
did you clear the buffer?

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Sun Mar 06, 2011 7:33 pm
by SINphul
Thanks everyone! The upgrade fixed all my issues. Well done!

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Mon Mar 07, 2011 12:02 am
by gingercat
Applied the patch all good now - thanks

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Mon Mar 07, 2011 12:44 am
by DoctorWho
I like how the breadcrumbs once again start with Home.

Thanks guys! ;D

Re: Announcing CMSMS 1.9.4 - Faanui

Posted: Sun Mar 13, 2011 6:44 pm
by calguy1000
Version 1.9.4.1 has been released containing just this patch... no other fixes.