Page 1 of 1
Announcing CMS Made Simple 1.4.1 "Spring Garden"
Posted: Sat Aug 09, 2008 3:10 pm
by calguy1000
This is largely a bugfix release to wrap up the 1/2 dozen or so (mostly minor) issues we found with the 1.4 release. Here’s a list of what has changed:
Version 1.4.1 “Spring Garden”
—————————–
- Fixes an issue with the “name” parameter being broken on the stylesheet tag
- Fixes an issue with changing group permissons on windows hosts
- Fixes an issue with group assignment
- Fixes a hard-coded table prefix in the css associations stuff
- Fixes a problem with REQUEST_URI not being set on IIS hosts (stupid windows)
- TinyMCE: Fixed problem with cmslinker not allowing to select parentpages
Fixed a small bug which could cause invalid relative urls to be generated
- A couple more small things…
Re: Announcing CMS Made Simple 1.4.1 "Spring Garden"
Posted: Sat Aug 09, 2008 4:23 pm
by blast2007
Hi Calguy,
a strange behavior occured on my site just after upgrade to 1.4 and then to 1.4.1
Warning message Extensions >> CMSMailer is shown also after form is submitted.
Email message test was successfully sent, but message is always on top.
Any hints?
Sorry if my question was already asked before
Regards
blast
Re: Announcing CMS Made Simple 1.4.1 "Spring Garden"
Posted: Sat Aug 09, 2008 5:21 pm
by Ziggywigged
calguy1000 wrote:
Fixed a small bug which could cause invalid relative urls to be generated
I just upgraded from 1.4 to 1.4.1 using the diff but I am still experiencing this probelm:
http://forum.cmsmadesimple.org/index.php/topic,24363.msg118946.html#msg118946
Can someone answer my question re: whether it matters that I had upgraded from 1.3. to 1.4 using the base package and not the full package? I thought the only difference was that the full package came with all languages.
Thanks.
Re: Announcing CMS Made Simple 1.4.1 "Spring Garden"
Posted: Sun Aug 10, 2008 12:53 pm
by michi1979
Update works great on one WAMP and one LAMP installation.
Thanks for this great CMS which is very easy to use and easy to maintain
Greetings from Germany,
Michael
Re: Announcing CMS Made Simple 1.4.1 "Spring Garden"
Posted: Mon Aug 11, 2008 9:29 am
by Nick Smart
calguy1000 wrote:Fixes an issue with group assignment
I've been searching for a description of this problem but can't find it. Can someone post a link?
Thanks. My Google fu is weak this morning.
Nick
Re: Announcing CMS Made Simple 1.4.1 "Spring Garden"
Posted: Mon Aug 11, 2008 10:14 am
by alby
Nick Smart wrote:
I've been searching for a description of this problem but can't find it. Can someone post a link?
Here
Alby
Re: Announcing CMS Made Simple 1.4.1 "Spring Garden"
Posted: Mon Aug 11, 2008 10:39 am
by Nick Smart
Thanks, that's what I was looking for, and it describes my problem too.
Nick
Re: Announcing CMS Made Simple 1.4.1 "Spring Garden"
Posted: Tue Aug 12, 2008 3:23 pm
by Pierre M.
Thank you for this fixpack release.
calguy1000 wrote:
Version 1.4.1 “Spring Garden”
Is it an island name ?
Pierre M.
Re: Announcing CMS Made Simple 1.4.1 "Spring Garden"
Posted: Tue Aug 12, 2008 4:08 pm
by calguy1000
No it's a town or city in jamaica

Re: Announcing CMS Made Simple 1.4.1 "Spring Garden"
Posted: Wed Aug 13, 2008 8:58 am
by madmartigan
Hi,
I tried to download the 1.4 but the access to dev.cmsmadesimple.com don't work! Argh!

Hop, it'll be soon ok.
thy
1.4.1 does not activate Extra Page Attributes and Smarty pagedata immediately
Posted: Sat Sep 20, 2008 7:11 pm
by Augustas
I want to make a use of Extra Page Attributes (extra1, extra2 and extra3) and Smarty data specific to the page (pagedata), but there is obviously a bug in 1.4.1 version of CMSMS.
If, after fresh install with default example database, I open existing Page for editing, and fill the values of "Extra Page Attributes", the first time I hit Submit/Apply button - the values are not stored in the database. It is only done after clicking Submit/Apply second time.
I observed that MySQL table "cms_content_props".
After fresh install each content page had only 1-2 rows, one of them being prop_name='content_en'
After I hit first time Submit/Apply, entered extra values are ignored, and in the "cms_content_props" table appear 3 additional rows where
prop_name='extra1'
prop_name='extra2'
prop_name='extra3'
but with EMPTY values!
Whenever I hit Submit/Apply in the same Page again (second time or more), extra values are succesfully saved.
I hope in the next versions this small inconvenience will be fixed.