cvs: smarty / ChangeLog
[email protected] (changelog) Sun, 09 Jul 2006 01:31:04 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1152408664@cvsserver> |
changelog Sun Jul 9 01:31:04 2006 UTC
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/smarty/ChangeLog?r1=1.420&r2=1.421&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.420 smarty/ChangeLog:1.421
--- smarty/ChangeLog:1.420 Sat Jun 24 01:30:55 2006
+++ smarty/ChangeLog Sun Jul 9 01:31:03 2006
@@ -1,3 +1,23 @@
+2006-07-08 Messju Mohr <[email protected]>
+
+ * libs/plugins/function.html_table.php:
+ fix occasional notices on undefined variables
+
+2006-07-08 boots <[email protected]>
+
+ * libs/plugins/function.html_table.php:
+ Added ability to specify column headings in {html_table}
+
+ Added th_attrs attribute which works similary to td_attr and tr_attr but
+ for TH elements. Changes the cols attribute to allow mixed values; a
+ numeric still specifies the number of columns to render but now an array
+ of values can be used to specify TH column values. The number of columns
+ is determine from the size of the array. Further, a comma-separated
+ string of column names can be used which is internally coverted to an
+ array and used as if it was specified as a normal array.
+
+ Thanks for lynlyn for the feature request.
+
2006-06-23 boots <[email protected]>
* libs/plugins/outputfilter.trimwhitespace.php:
@@ -3764,7 +3784,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.420 2006/06/24 01:30:55 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.421 2006/07/09 01:31:03 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>