Edits to the Changelog

Mon Jan 24 07:16:23 2005

Revision history for Perl extension HTML::ReportWriter.

1.5.1 Fri Jun 27 10:21:29 2008

1.5.0 Mon Oct 1 17:08:00 2007

1.4.1 Mon Oct 09 19:16:32 2006

1.4.0 Fri Jun 09 11:37:21 2006

1.3.2 Tue Apr 26 19:22:15 2005

1.3.1 Tue Apr 26 11:02:20 2005

1.3.0 Mon Apr 25 17:52:33 2005

1.1.0 Mon Mar 15 23:09:11 2005

1.0.2 Mon Jan 24 07:19:11 2005

1.0.1 Tue Jan 11 17:12:00 2005

1.0 Wed Dec 29 22:30:15 2004

0.9.1 Wed Dec 29 16:47:00 2004

0.9 Thu Dec 23 00:12:00 2004

Revision history for Perl extension HTML::ReportWriter::PagingAndSorting.

1.5.0 Mon Oct 1 17:08:00 2007

1.3.0 Mon Oct 09 19:16:32 2006

1.2.0 Fri Jun 09 11:37:21 2006

1.1.3 Fri Mar 18 19:46:00 2005

1.1.2 Tue Jan 11 16:13:00 2005

1.1.1 Wed Dec 29 16:47:00 2004

1.1 Thu Dec 23 00:12:00 2004

        *** This release is not backwards compatible with previous versions ***
        - Packaged the paging module under the ReportWriter module, now that RW is ready for release.
        - Fixed one bad reference to SORT_DEFAULT, should have been DEFAULT_SORT (in constructor).
        - Removed duplicate line from constructor; setup for PAGES_IN_LIST occurred twice.
        - I made sortable_columns uppercase to match the rest of the arguments.
        - Removed get_paging_stylesheet, and imbedded the default stylesheet into the default template.
        - Fixed reference to HILIGHT_COLOR, should have been HIGHLIGHT_COLOR in constructor & docs.
        - I removed HIGHLIGHT_COLOR and FONT_COLOR since the stylesheet is now handled by RW, thus
          invalidating the previous change. It's left here for historical bug-tracking reasons.
        - Replaced (DESC|ASC)_IMAGE with (DESC|ASC)HTML (which could be an image). This enabled me to 
          set a reasonable default, the HTML entities ↑ and ↓
        - Changed the behaviour of the numresults function. Now may return FALSE in certain circumstances.
          Check docs for details.

1.0.1 Thu Dec 16 12:41:00 2004

1.0 Tue Dec 14 17:28:34 2004