Page 2 of 2
Re: Plan for the Upcoming 1.1 release
Posted: Sat May 12, 2007 10:58 am
by tsw
removing name from form tag brakes awful lot of places.. granted it must be done..
idea, we'll remove it for RC and people test it *a lot* with as many modules as possible and report problems and we try to fix them all. if it works out it can be removed, if not we'll put it back for release.
which version of tinymce is latest? atm svn version seems to have Tiny 2.1.1, TinyCompressed 1.1.0 and SpellChecker 1.0.4
Re: Plan for the Upcoming 1.1 release
Posted: Sat May 12, 2007 1:59 pm
by alby
tsw wrote:
idea, we'll remove it for RC and people test it *a lot* with as many modules as possible and report problems and we try to fix them all. if it works out it can be removed, if not we'll put it back for release.
+1
tsw wrote:
which version of tinymce is latest? atm svn version seems to have Tiny 2.1.1, TinyCompressed 1.1.0 and SpellChecker 1.0.4
Ok, from
download page, Tiny 2.1.1, TinyCompressed 1.1.0 and SpellChecker 1.0.4 are latest release
Please update scriptaculous from 1.5_pre1 to
1.7.0
Alby
Re: Plan for the Upcoming 1.1 release
Posted: Sat May 12, 2007 2:46 pm
by tsw
17:03 svn: cmsmadesimple - trunk/lib/classes/module_support (rev: 3960) calguy1000: Remove name from CreateFormStart
and some other fixes just went to svn.
If people want to start testing please do, you can create new bugs when you find them or come to talk directly to #cms on freenode
feature commit cutoff is already on so we will only do bugfixes, but lets see what we can do about scriptaculous
Re: Plan for the Upcoming 1.1 release
Posted: Sat May 12, 2007 5:53 pm
by Russ
tsw wrote:
removing name from form tag brakes awful lot of places.. granted it must be done..
idea, we'll remove it for RC and people test it *a lot* with as many modules as possible and report problems and we try to fix them all. if it works out it can be removed, if not we'll put it back for release.
which version of tinymce is latest? atm svn version seems to have Tiny 2.1.1, TinyCompressed 1.1.0 and SpellChecker 1.0.4
tsx, sounds like the best plan, it has to be done, so we may as well bite the bullet now
tsw wrote:
which version of tinymce is latest? atm svn version seems to have Tiny 2.1.1, TinyCompressed 1.1.0 and SpellChecker 1.0.4
Apologies, I should have checked in SVN first, this seems the most up-to-date.
Many thanks,
Russ
Re: Plan for the Upcoming 1.1 release
Posted: Sun May 13, 2007 4:10 pm
by Greg
Just wondering what needs to be changed to eliminate these warnings:
Warning: WARNING: Calendar is not properly cleaning input params. in D:\AAAWeb\cms\lib\classes\class.module.inc.php on line 1499
Warning: WARNING: Glossary is not properly cleaning input params. in D:\AAAWeb\cms\lib\classes\class.module.inc.php on line 1499
Warning: WARNING: FormBuilder is not properly cleaning input params. in D:\AAAWeb\cms\lib\classes\class.module.inc.php on line 1499
Using the latest CMSMS 1.1 from svn revision 3966
Calendar version 0.7.8, Glossary version 0.5.1, FormBuilder version 0.2.4
Re: Plan for the Upcoming 1.1 release
Posted: Sun May 13, 2007 4:14 pm
by tsw
we now check that modules register their parameters for cleanup, you can disable the warnings (mostly intended for developers) in site admin -> global settings -> Allow parameter checks to create warning messages:
Re: Plan for the Upcoming 1.1 release
Posted: Sun May 13, 2007 4:16 pm
by calguy1000
This is because of the new input parameter type checking that is in the 1.1 series. This is done to try to minimise XSS vulnerabilities whilst still trying not to break (as much as possible) existing modules.
Modules now have the capability of registering their frontend parameters, such that they can be checked on input. The warning you're seeing here indicates that these modules aren't doing that. This is not a big surprise, the code hasn't been released yet, and these are not 'core' modules.
There is an option in the site preferences however to disable this warning. The warning will probably be 'off' by default when the release candidate comes out, or at least when the final version comes out. But will remain 'on' by default for the time being.
Re: Plan for the Upcoming 1.1 release
Posted: Sun May 13, 2007 4:30 pm
by Greg
Thanks tsw and calguy1000

Re: Plan for the Upcoming 1.1 release
Posted: Tue May 15, 2007 7:09 am
by cyberman
alby wrote:
tsw wrote:
which version of tinymce is latest? atm svn version seems to have Tiny 2.1.1, TinyCompressed 1.1.0 and SpellChecker 1.0.4
Ok, from
download page, Tiny 2.1.1, TinyCompressed 1.1.0 and SpellChecker 1.0.4 are latest release
Tara, TinyMCE 2.1.1.1 is out
This is a minimal update to resolve some callback issues and problems with the 2.1.1 version.
Re: Plan for the Upcoming 1.1 release
Posted: Thu May 17, 2007 12:30 am
by dhtml12345
This is just a thought coming from a marketing guru: Using the blog for dev. announcements would be more widely seen then using the forum.
Re: Plan for the Upcoming 1.1 release
Posted: Thu May 17, 2007 7:26 am
by olavt
calguy1000 wrote:
c) Significant tweaks to the news module
I have tried twice to ask about problems with links in news messages (some extra carchters are added, which destroy the links). I have not got any replies, so I stared to wonder if anyone really use the news module.
Anyway, it is good news that we will get a new version - and I hope this problem will be solved in the tweaked version of the modul.
Re: Plan for the Upcoming 1.1 release
Posted: Thu May 17, 2007 12:14 pm
by MichaelK
Where can i download this release so I can try it?

Re: Plan for the Upcoming 1.1 release
Posted: Thu May 17, 2007 12:43 pm
by tsw
atm, you can get it from svn
sometime tomorrow there will be official rc1 package available and will be announced here
Re: Plan for the Upcoming 1.1 release
Posted: Sun Jul 15, 2007 12:24 pm
by reneh
CMSMS v1.1 released on July 15. 2007!