NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item2130: TablePlugin initsort parameter is not tested before use
I noticed today that some end user had used a TABLE tag with initsort="off"
This is wrong syntax. But the code tries to do math and writes warnings in the error_log
The code should check the data for validity and ignore non-valid data.
Easy fix
--
KennethLavrsen - 21 Sep 2009
I added a check on trunk to make sure the parameter is defined before it is tested with a regex. The release branch does not need it.
--
MichaelTempest - 22 Sep 2009