• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS made Simple Czech Site Zur deutschsprachigen Supportseite Site francophone Sitio en Castellano CMSMS - Magyarország CMSMS -  ???????
Pages: [1]
  Print  
Author Topic: Announcing CMS Made Simple 1.6.1 - Canala  (Read 6612 times)
0 Members and 1 Guest are viewing this topic.
calguy1000
CMS GURU - 2nd Tier Support.
Dev Team Member
Power Poster
*****

Karma: 162
Offline Offline

Posts: 5108

Gravatar

Second Tier support


WWW
« on: 23 Jul 2009, 12:44 »

The latest and greatest release of your favorite content management system... CMSMS version 1.6.1 "Canala" is ready to roll.  This is a bugfix only release.

Again, the members of the development team have donated many hours to testing, fixing, and re-testing the package, to make sure that what we fix, is infact fixed, and everybody should give a big thanks to them.

We've fixed the known outstanding php4 issues (thank god we won't have to worry about php4 when 1.7 comes out), and a few issues with permissions, and email addresses, etc. 

Important: we have fixed a longstanding problem with having multiple module calls within the default. content area.  The fix to this was essentially to dramatically change the 'module id' mechanism from a simple count, to a unique hash for each module call. Therefore any of you that are doing styling, or funky smarty tricks relying on specific module id's like m6_ or m7_  will have upgrade problems.  There was no way around it.

Hopefully this will be the last release in the 1.6 series, and we can move forward with development on CMSMS 1.7, which will be a php5 only release.

Note: Just to remind everybody out there... as of this release, we can only support CMSMS 1.6, and 1.6.1... therefore please refrain from asking questions or reporting bugs until you've successfully upgraded.

Here's a more detailed list of what's changed:

- Fixes of several bugs:
  - #3138 A bug of counting modules in page
    ---
    Note: This bugfix WILL break any sites that use incorrectly hacked templates with
    hardcoded module id's like m6 and m7, etc.
    ---
  - #3582 (CMS 1.6) Fatal Error in contentoperations.inc.php
  - #3589 Missing "Forgot Password?" on default template
  - #3591 Default group "Editor" has no permission to edit a page
  - #3601 Creating new user fails, doesn't accept "-" in email address
  - #3606 Cannot remove additional editors from page
  - #3608 Edit icon of pages is shown even if no permissions to edit that page
  - #3612 {content} passes params to Module -> results in errormessage
  - #3626 Fixes issue with php 4.x in multicontent
  - #3636 Global Settings -> Advanced Setup -> Basic Properties
  - #3768 Email validation when add user
  - #3680 Big problem with group permissions
  - Fixes issue with php 5.0.5 in content operations
  - More minor bug fixes.
  - Fixes to default content on new installs
Logged

Follow me on twitter
For quality help follow these instructions:
a) Think about the problem for an hour
b) research the problem for an hour
c) spend 1/2 an hour explaining it and providing as much information as you can muster
(too much information is okay, not enough information may get your question ignored).
--
if you can't bother explaining your problem well, why should we bother helping with it.
----------------
Don't make me angry..... you won't like me when I'm angry....
cb2004
Forum Members
**

Karma: 0
Offline Offline

Posts: 211


« Reply #1 on: 24 Jul 2009, 08:28 »

Good stuff. A massive thanks to all involved. Its getting better and better.
Logged
Ziggywigged
Power Poster
***

Karma: 3
Offline Offline

Posts: 401



« Reply #2 on: 24 Jul 2009, 09:28 »

Curious, what are: "blank.htm" and "css" for?

Thanks.
Logged

Take a penny, leave a penny.
cb2004
Forum Members
**

Karma: 0
Offline Offline

Posts: 211


« Reply #3 on: 24 Jul 2009, 10:48 »

I deleted them. There only in the diff zip.
Logged
JeremyBASS
Power Poster
***

Karma: 33
Offline Offline

Posts: 1974

Gravatar

the point of life is to try not if u pass or fail


WWW
« Reply #4 on: 25 Jul 2009, 00:25 »

I read the blog area... http://blog.cmsmadesimple.org/2009/07/23/announcing-cms-made-simple-161-canala/


Quote
Important: we have fixed a longstanding problem with having multiple module calls within the default. content area. The fix to this was essentially to dramatically change the ‘module id’ mechanism from a simple count, to a unique hash for each module call. Therefore any of you that are doing styling, or funky smarty tricks relying on specific module id’s like m6_ or m7_ will have upgrade problems. There was no way around it.

So since m6_ is now gone... how would we send from one mod to another in the templates?  ie if I wanted to have a form from formbuilder on one page with the tag and land it on another page in a different area We'd be using the hash id?  is that it... I see it'll be f085f ect but does that stay stable like the m6_ ?

so in a sense if we are doing a funky smarty tricks relying on specific module that we need to go thru and replace the m6_'s with the new f085f's ?


Cheers
Jeremy


/*-----edit------*/
Wow the are a real hash.. put to forms
{cms_module module='FormBuilder' form='contact'}
on one page and get
f085f
24978

that is unpredictable.. but at least regex will take care of that... So what was the bug that forced this change.. ?  The only form bug I've seen has to deal with the urls, not being stable and what not... Should I be looking for something in the older sites?
« Last Edit: 25 Jul 2009, 00:34 by JeremyBASS » Logged

Story: I need the info!!!

      When mowing lawns for a living it's learned that people know playing toss in the lawn as it's mowed is not a good idea... If a pair from a sorority plays toss the Frisbee there  as you mow, feel good as that is not the norm for the vars.  I only realized that 6 years later cause I didn’t have all the info..

The point of life is to try not if u pass or fail... so try... what have you got to lose
Please ask before Emailing me directly… I will help but this privilege is reserved for paid clients.  Help me feed my family and I’ll pay all the attention you want. If you need help with something or want me to elaborate on it, ask me to and I'll write on it in my cmsms topic blog…

In short I'll help, just work with me...
Cheers
jeremyBass

Follow me on Twitter | Follow me on facebook
calguy1000
CMS GURU - 2nd Tier Support.
Dev Team Member
Power Poster
*****

Karma: 162
Offline Offline

Posts: 5108

Gravatar

Second Tier support


WWW
« Reply #5 on: 25 Jul 2009, 10:58 »

Quote
how would we send from one mod to another in the templates?  ie if I wanted to have a form from formbuilder on one page with the tag and land it on another page in a different area We'd be using the hash id?  is that it... I see it'll be f085f ect but does that stay stable like the m6_ ?

The correct answer is... you shouldn't be.
If you need to pass data from one page to another, particularly using formbuilder, the data should be stored in the session, and then read on the receiving page.   The same thing with styling... you should not be styling form id's directly... rather wrap the entire form in a div, and style within that.

Logged

Follow me on twitter
For quality help follow these instructions:
a) Think about the problem for an hour
b) research the problem for an hour
c) spend 1/2 an hour explaining it and providing as much information as you can muster
(too much information is okay, not enough information may get your question ignored).
--
if you can't bother explaining your problem well, why should we bother helping with it.
----------------
Don't make me angry..... you won't like me when I'm angry....
JeremyBASS
Power Poster
***

Karma: 33
Offline Offline

Posts: 1974

Gravatar

the point of life is to try not if u pass or fail


WWW
« Reply #6 on: 25 Jul 2009, 11:15 »

Quote
The correct answer is... you shouldn't be.

Well I don't want to be either but we talk about this a while back.. I'd have to dig the post up but I ask tons of questions on the action id on the why's and what's and what not... so if you’re saying I should not be maybe you'll know how to do this example without using the action as a target.

@ http://www.corbensproducts.com/

top right side there is Advanced Search --- if you click that and pick Idaho from the states and submit you'll see I toss the form to another page in another location on that page... I know I'm not as up as I should be in coding but I just can't think of a way to do this without targeting with the action id...


I humbly disagree at this point with what I know, that the correct answer is "you shouldn't be" but I am more than open to other ideas Cheesy as this is only one example of the need for predictable action ids..
Cheers
Jeremy

/****edit****/
So it turns out I was seeing an error and in the rush of things it never popped up that formbuilder had a bug in the inline non-inline preference and that is why I need the action id hack... ajprog saw it for what it was and had the fix back to me and I tested it out.. it works!! so no need to do the action id hack... Cheers ajprog
« Last Edit: 25 Jul 2009, 19:36 by JeremyBASS » Logged

Story: I need the info!!!

      When mowing lawns for a living it's learned that people know playing toss in the lawn as it's mowed is not a good idea... If a pair from a sorority plays toss the Frisbee there  as you mow, feel good as that is not the norm for the vars.  I only realized that 6 years later cause I didn’t have all the info..

The point of life is to try not if u pass or fail... so try... what have you got to lose
Please ask before Emailing me directly… I will help but this privilege is reserved for paid clients.  Help me feed my family and I’ll pay all the attention you want. If you need help with something or want me to elaborate on it, ask me to and I'll write on it in my cmsms topic blog…

In short I'll help, just work with me...
Cheers
jeremyBass

Follow me on Twitter | Follow me on facebook
Ziggywigged
Power Poster
***

Karma: 3
Offline Offline

Posts: 401



« Reply #7 on: 27 Jul 2009, 13:18 »

I've noticed that the amount of queries being made since upgrading a few sites from 1.6 to 1.6.1 has jumped back up. Doubling and even tripling on some sites.

I was hoping this improvement in 1.6 would have been carried over to help performance. Is this going to be addressed in the next release?
« Last Edit: 27 Jul 2009, 15:53 by Ziggywigged » Logged

Take a penny, leave a penny.
Pages: [1]
  Print  
 
Jump to: