Plan for the Upcoming 1.1 release

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm
Location: Finland

Re: Plan for the Upcoming 1.1 release

Post 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
alby

Re: Plan for the Upcoming 1.1 release

Post 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
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm
Location: Finland

Re: Plan for the Upcoming 1.1 release

Post 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
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm
Location: North West England

Re: Plan for the Upcoming 1.1 release

Post 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
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm
Location: Saskatchewan - Canada

Re: Plan for the Upcoming 1.1 release

Post 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
Greg
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm
Location: Finland

Re: Plan for the Upcoming 1.1 release

Post 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:
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Plan for the Upcoming 1.1 release

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm
Location: Saskatchewan - Canada

Re: Plan for the Upcoming 1.1 release

Post by Greg »

Thanks tsw and calguy1000  :)
Greg
cyberman

Re: Plan for the Upcoming 1.1 release

Post 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.
dhtml12345

Re: Plan for the Upcoming 1.1 release

Post 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.
olavt

Re: Plan for the Upcoming 1.1 release

Post 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.
MichaelK

Re: Plan for the Upcoming 1.1 release

Post by MichaelK »

Where can i download this release so I can try it?  ???
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm
Location: Finland

Re: Plan for the Upcoming 1.1 release

Post by tsw »

atm, you can get it from svn

sometime tomorrow there will be official rc1 package available and will be announced here
reneh
Dev Team Member
Dev Team Member
Posts: 446
Joined: Tue Nov 28, 2006 8:39 pm
Location: Norway

Re: Plan for the Upcoming 1.1 release

Post by reneh »

CMSMS v1.1 released on July 15. 2007!
ReneH 8-)
A search will save you hours waiting for an answer! Image
Post Reply

Return to “Announcements”