2003-05-05 Andreas Kupries * * Released and tagged Tcllib 1.4 ======================== * 2003-04-11 Andreas Kupries * pkgIndex.tcl: * html.man: * html.tcl: Fixed bug #614591. Set version of the package to to 1.2.2. Fixed equivalent of bug #648679. 2003-02-24 David N. Welton * html.tcl (html::quoteFormValue): Package requires Tcl 8.2 in any case, so having an implementation of this proc for older Tcl versions doesn't make much sense. 2003-01-16 Andreas Kupries * html.man: More semantic markup, less visual one. 2002-08-30 Andreas Kupries * html.tcl: Updated 'info exist' to 'info exists'. 2002-06-03 Andreas Kupries * pkgIndex.tcl: * html.tcl: * html.n: * html.man: Bumped to version 1.2.1. 2002-04-10 Andreas Kupries * html.man: Added doctools manpage. 2002-02-14 Joe English * html.n: Remove mention of (unimplemented, undocumented) formatCode procedure (SF BUG #461434). 2002-01-15 Andreas Kupries * Bumped version to 1.2 2002-01-11 Andreas Kupries * html.n: * html.tcl: Accepted patch #484117 provided by Decoster Jos providing two new function to generated lists and parameterized table rows. 2001-10-16 Andreas Kupries * html.n: * html.test: * html.tcl: * pkgIndex.tcl: Version up to 1.1.1 2001-08-01 Jeff Hobbs * html.tcl: added 8.1+ improved version of quoteFormValue. 2001-07-10 Andreas Kupries * html.tcl: Frink 2.2 run, fixed dubious code. 2001-06-19 Melissa Chawla * modules/html/html.tcl: Added set and eval commands to this package. These commands have the same syntax as those built in to Tcl, but they are reworked to return "" so they blend into HTML template files without appending unwanted results. The html::set command must take two arguments. 2001-06-15 Brent Welch * modules/html/html.tcl: Updated the version to 1.1 Removed the "namespace export *" because you really do not want to import these routines, especialy the new "if", "foreach", etc. 2001-06-15 Melissa Chawla * modules/html/html.tcl: Added if, for, foreach, and while control structures to this package. The control structures have the same syntax as those built in to Tcl, but these are reworked to blend into HTML template files. Rather than evaluating a body clause, we return the subst'ed body (concatenated to eachother in cases where multiple loop bodies were subst'ed). Fixed minor bug in textInput that caused tests to fail. 2000-08-22 Dan Kuchler * modules/html/html.tcl: Removed the 'html::resolveUrl' procedure because it provided the same functionality as the uri::resolve function, only html::resolveUrl was undocumented and untested and as a result did not seem to work as well as uri::resolve. 2000-07-31 Brent Welch * modules/html/html.tcl: Changed html::textInput to take "args" for additional stuff to put into the tag instead of "defaultValue". The ncgi module now has ncgi::setDefaultValue for that purpose. 2000-07-28 Brent Welch * modules/html/html.tcl, html.n: Added html::passwordInputRow 2000-07-24 Brent Welch * modules/html/html.tcl: Fixed html::closeTag to tolerate bad calls - when noone has called openTag on anything or when the tag stack is empty. 2000-06-04 Brent Welch * modules/html/html.tcl: Added html::headTag to add any tag to the HEAD section generated by html::head. 2000-05-16 Brent Welch * modules/html/html.tcl: Added html::refresh to generate META tags that cause a page to refresh. 2000-04-26 Brent Welch * html/html.tcl: Added urlResove and urlParent URL parsing routines. 2000-04-26 Brent Welch * html/html.tcl: track name changes in ncgi 2000-04-24 Brent Welch * html/html.tcl, html.test: Cleanup of procedure names in html package. * html/html.n: Updates to the man page * html/html.test: 60% through tests