pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Data-ShowTable
Module Name: pkgsrc
Committed By: mef
Date: Sun Mar 15 13:37:08 UTC 2015
Modified Files:
pkgsrc/devel/p5-Data-ShowTable: Makefile distinfo
Removed Files:
pkgsrc/devel/p5-Data-ShowTable/patches: patch-aa
Log Message:
Update 3.3 to 4.6
(Initial import was 3.3, and this is the first version update after that,
and following Changes File inserted below is not really sure for diffs, but)
---------------------------------------------------------------------------
Modified "ShowTable.pm":
Added "showmode" argument to ShowTableValue so it could handle HTML
embedded text correctly. ShowTableValue now uses a string substitution
"%s" for any values with embedded HTML tokens, even if defined as an
integer or real.
Changed how URLs work: now %K and %V are substituted into the URL
corresponding to the given field name key. No other insertions are
done, so the URL is completely specified by the user otherwise.
Added tableAttrs argument to ShowHTMLTable allowing other stuff to be
inserted within the TABLE token (ie: <TABLE $table_attrs>).
Changed the regexp in &PlainText to avoid the multiple null string
matches.
Changed htmltext to substitute blanks if the optional second argument
is non-null (which is used when creating URLs).
Allow column indexes, as well as column names, to be mapped to URLs.
Added %I (column index) key to the url substitutions.
Removed Sys::OutPut usage. Added "put" and "out" subs directly.
Fixed small documentation problems.
Modified "showtable":
Added -urls option to support URL mappings for fields.
Added -attributes option to support table_attributes argument.
Added Changes file.
Added t/html-urls.t test file.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Data-ShowTable/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Data-ShowTable/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/p5-Data-ShowTable/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index