Change History: |
|
22 Jan 2018 |
1.160: Foswikitask:Item14574 - fixed cellspacing, cellpadding and tableborder using css properties instead of html attributes now |
03 Feb 2016 |
1.154: Foswikitask:Item13881 - Unicode column heading are incorrectly encoded, Foswikitask:Item13405 - Unicode NFC normalization |
30 Dec 2015 |
1.153: Foswikitask:Item13436 - Add class parameter to the TABLE macro to permit custom class specifications. |
10 Dec 2015 |
1.152: Foswikitask:Item12569 - Improve sorting of UNICODE data by NFKD normalizing the comparisons. |
10 Sep 2015 |
1.151: Foswikitask:Item13688 - fixed css precedence for table css emitted by TablePlugin; removed hard-coded vertical alignment; Foswikitask:Item13695 - add support for common css units |
28 May 2013 |
1.142: Foswikitask:Item12480 - memory leak amasses css styles from all visited pages |
28 Nov 2012 |
1.141: Foswikitask:Item12233 - Don't generate table sort links when rendering static html. |
06 Apr 2012 |
1.140: Arthur Clemens: Foswikitask:Item11354 adds warning message when include parameter fails. |
10 Jan 2012 |
1.139: Michael Daum: Foswikitask:Item11423 fixed disabling default table attributes when setting them to the empty string |
12 Dec 2011 |
1.138: George Clark: Foswikitask:Item11350 TablePlugin issues a die if included table is not found. |
05 Dec 2011 |
1.137: Paul Harvey: Foswikitask:Item11331: Further improvements for persistent perls. |
24 Oct 2011 |
1.136: George Clark: Foswikitask:Item8647: TablePlugin generates empty tfoot, even when there are footer rows. |
20 Sep 2011 |
1.135: George Clark: Foswikitask:Item10559: perl errors about non-numeric or uninitialized variables for the URL parameters. Foswikitask:item10971: reload settings in persistent perl environment. |
27 Aug 2011 |
1.134: Arthur Clemens: Foswikitask:Item11083: table should sort if sort is off but initsort has a column number. |
17 Jun 2011 |
1.133: Arthur Clemens: setting databg and headerbg to "none" now makes the cell transparent. |
11 Apr 2011 |
1.132: Version released with Foswiki 1.1.3. Only a minor change related to how the plugin is being upgraded |
09 Mar 2011 |
1.131: Arthur Clemens: fix sorting bug that was not properly fixed in 1.128. |
08 Mar 2011 |
1.130: Michael Daum: Foswikitask:Item10456: fixed initialization in persistent perl environments. |
05 Mar 2011 |
1.129: Arthur Clemens: Foswikitask:Item8302: init sorting is broken if no header row. Foswikitask:Item10016: No rowspan in header rows possible. Foswikitask:Item5864: documentation needs better coverage of spans from header row. Foswikitask:Item8991: header-only table violates XHTML DTD. |
04 Mar 2011 |
1.128: Arthur Clemens: disable sorting if sort="off" is set in TABLEPLUGIN_TABLEATTRIBUTES . |
16 Feb 2011 |
1.127: Michael Daum: Foswikitask:Item10357: only emit inline css when there's a foswikiTable on the current page |
18 Aug 2010 |
1.126: Paul harvey: Foswikitask:Item9415: minor documentation changes |
09 Aug 2010 |
1.125: Crawford Currie: Foswikitask:Item8303: fixed sorting with multiple headers |
31 Jul 2010 |
1.124: Arthur Clemens: Added attribute inlinemarkup to optionally add HTML markup for better copy/pasting. |
05 Apr 2010 |
1.123: New default colors. |
13 Mar 2010 |
1.122: Arthur Clemens: Fixed sorting of columns with mixed data types: numbers, dates, strings, empty cells. |
17 Sep 2009 |
1.121: Arthur Clemens: Improved documentation for date formats. |
17 Sep 2009 |
1.120: Arthur Clemens: Added include parameter. |
16 Sep 2009 |
1.110: Arthur Clemens: Added attributes headerrules and datarules . Fixed potential bug where Explorer won't render more than 20 table CSS tags. Fix sorting on IP addresses. |
13 Sep 2009 |
1.100: Arthur Clemens: Removed HTML formatting in favor of a pure CSS rendering. Code refactoring and bug fixes: • Fixed a bug that ignored cellspacing (Foswikitask:Item8270). • Sorting is now possible with multiple header rows (Foswikitask:Item8122). • Fixed sorting of dates prior to 1970. |
21 Sep 2009 |
1.043: Kenneth Lavrsen: Added check for valid value for initsort. Ignore if it is not a number. |
12 Sep 2009 |
1.042: Kenneth Lavrsen: Added a new API call initialiseWhenRender which plugins like CompareRevisionsAddOn can use to reset the table counters between two renderings of the same topic |
03 Sep 2009 |
1.041: Kenneth Lavrsen: Fix for crash when cell contains the number 0. Allow sorting of negative numbers even when suffixed with unit. Treat whitespace as zero if pure numerical context. |
02 Sep 2009 |
1.040: Kenneth Lavrsen: Fixed the fix of parsing date-time columns so that plain numbers are not interpreted as dates causing wrong sorting |
03 Jun 2009 |
1.039: Michael Daum: fixed parsing date-time columns |
19 Apr 2009 |
1.038: Removed support for settings in the plugin topic which is a bad idea anyway as they get overwritten at each Foswiki upgrade. Define the global settings in Main.SitePreferences instead. Fixed an issue where TablePlugin produced invalid css if no 'px' or '%' is passed in a size parameter. Small refactoring in style attribute handling. |
16 Dec 2008 |
1.037: Foswiki version |
30 Sep 2008 |
1.035: Fix sorting of attachment date column. |
03 Aug 2008 |
1.034: TWiki 4.2.1 release version |
20 Mar 2008 |
1.033: TWikibug:Item5387: allow rowspanned columns to contain HTML tags; otherwise it is impossible to add an invisible anchor to a rowspanned cell |
16 Dec 2007 |
1.030: Kenneth Lavrsen: Fixed the problem of tables being sorted by by TablePlugin while the table is being edited by plugins such as EditTablePlugin. This required adding a new attribute disableallsort so plugins such as EditTablePlugin can temporarily disable all sorting for a table. Additionally the CGI variable (URL parameter or hidden formfield) sort can be set to "off" which disables all header sorting in the topic. This is used by plugins such as EditTablePlugin to disable the sorting by clicking header fields during editing of tables. Ref: TWikibug:Item5135 and TWikibug:Item2690. |
03 Dec 2007 |
Arthur Clemens: Fixed rendering and order of html elements thead , tfoot and tbody ; corrected id parameter. |
24 Nov 2007 |
Arthur Clemens: Fixed sorting of columns with only icons; also removed TWiki formatting before sorting. |
06 Oct 2007 |
15180: PTh: Added VarTABLE to have it listed in System.Macros |
27 Jun 2007 |
1.024 - 1.027: Various small bug fixes. |
24 Jun 2007 |
1.023: Arthur Clemens: Inline styles are now written to the head; updated default sort icons (from DocumentGraphics). |
23 Jun 2007 |
1.022: Arthur Clemens: Fixed styling of param tablerules on Internet Explorer. |
23 May 2007 |
1.021: Michael Daum: Fixed css attribute priority to cooperate nicely with skin themes. |
27 Dec 2006 |
1.020: Kenneth Lavrsen: Fixed initsort so all tables can be initsorted and not only the first. When you sort a table by clicking on the header of a column the table gets sorted accordingly. When you click the header of another table the previously sorted table goes back being sorted as specified by initsort. |
13 Dec 2006 |
1.019: Arthur Clemens: Prevent sorting of columns that do no exist. |
02 Dec 2006 |
1.018: Arthur Clemens: Data rows now start with first datacolor and databgcolor . |
26 Nov 2006 |
1.017: Arthur Clemens: Better support for tablerules . |
24 Nov 2006 |
1.016: Arthur Clemens: Added new attribute cellborder . |
25 Oct 2006 |
1.015: Arthur Clemens: Added support for background colors of sorted column. Columns can be unsorted - sorting order is now: sort ascending, sort descending, unsort. Added attributes headervalign and datavalign . |
16 Aug 2006 |
Michael Daum: Added CSS support for even/odd table rows |
13 Dec 2005 |
Arthur Clemens: Added support for id , summary and caption |
05 Mar 2005 |
1.014: Crawford Currie eliminated deprecated handlers for Dakar |
01 Aug 2004 |
Arthur Clemens: Added CSS support for first column and ascending/descending table headers |
21 Mar 2004 |
PTh: Internal change: Fixed reference to unofficial variable |
01 Jan 2004 |
PTh: Alternating data row colors restart again after each header row |
01 Dec 2003 |
PTh: Fixed error when footerrows was specified on an empty table, contributed by TWiki:Main/PaulineCheung |
24 May 2003 |
PTh: New |^| rule for multi row span (TWiki:Main/WalterMundt); added tableframe and tablerules (TWiki:Main/JohannesMartin); ignore columnwidths for multi column span; validate headerrows and footerrows (TWiki:Main/DarrylGreen); fixed link color problem and up/down icon color problem for dark header background |
17 Dec 2002 |
PTh: Removed individual table Plugin settings; added TABLEATTRIBUTES Plugins setting and TABLEATTRIBUTES preferences setting |
15 Dec 2002 |
PTh: Added headerrows and footerrows params (TWiki:Main/DarrylGreen, TWiki:Main/WoutMertens); added tablewidth and columnwidths params (TWiki:Main/ThorstenSommermann) |
09 Dec 2002 |
PTh: Added headercolor and datacolor parameters |
05 Jun 2002 |
PTh: Added "none" value to databg parameter (suggested by TWiki:Main/TaitCyrus); fixed sorting by stripping HTML tags, removing links and making sort ignore case (suggested by TWiki:Main/ShawnBradford) |
13 Mar 2002 |
PTh: Added TWiki:Main/ShawnBradford 's initsort and initdirection |
12 Mar 2002 |
PTh: Added valign, headeralign and dataalign; fixed bug of swapped cellpadding/cellspacing; fixed warning of uninitialized value |
05 Jan 2002 |
PTh: Fixed sorting bug of cells with leading white space |
06 Dec 2001 |
PTh: Fixed date sorting bug 03 Dec 2001 PTh: Fixed sort="off" bug and more |
29 Nov 2001 |
PTh: Fixed Perl warnings |
16 Nov 2001 |
PTh: Added table border, cell spacing, cell padding, gif files |
07 Oct 2001 |
JT: Initial version |