
CVS log for interchange/code/SystemTag/image.tag
Up to [Local Repository] / interchange / code / SystemTag
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jun 22 02:53:11 2008 UTC (6 months, 2 weeks ago) by jon
Branches: MAIN
CVS tags: REL_5_7_1,
HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Add name and id to list of [image] pass-through attributes.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Mar 25 17:13:20 2008 UTC (9 months, 2 weeks ago) by jon
Branches: MAIN
CVS tags: STABLE_5_6-root,
STABLE_5_6-branch,
REL_5_6_1,
REL_5_5_3,
REL_5_5_2,
DEB_5_6_1_2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Various minor UTF-8 changes.
Correct attribution of &Vend::CharSet::display_chars (which is from
perluniintro manpage).
Enable localization of an error string.
Match content type more tightly in 2 spots ("text" is only trustworthy
in the MIME major type, not minor, and even that may be a stretch).
Simplify request method matching in a few places for readability and a
(trivial) performance benefit.
Use conventional $c lexical instead of $g for catalog hashref.
Fix tab/space differences to match context.
Update copyrights of files changed in 2008.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Mar 4 16:27:04 2008 UTC (10 months ago) by kwalsh
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3
lines
* Quote the image filename because it might contain spaces.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Aug 5 04:44:09 2007 UTC (17 months ago) by kwalsh
Branches: MAIN
CVS tags: REL_5_5_1,
DEB_5_5_1_1_1,
DEB_5_5_1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -3
lines
* The "description" column name could be changed using either the
"descriptionfields" parameter, the "DESCRIPTIONFIELDS" variable or
the DescriptionField config parameter, but the "imagefields" was
hard-coded to "image".
The "image" column name can now be changed using either the
"imagefields" parameter or the "IMAGEFIELDS" variable.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Aug 4 01:00:11 2007 UTC (17 months ago) by kwalsh
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
lines
* Use the DescriptionField local configuration directive's value if
the "descriptionfields" parameter and the "DESCRIPTIONFIELDS"
Variable both turn out to be blank/false/undef.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Aug 4 00:32:41 2007 UTC (17 months ago) by kwalsh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3
lines
* Small correction to the "src" parameter to make it look for
"http://" or "https://", at the start of the string, instead
of the following previous behaviour:
-- The [button] tag was just looking for "http:" or "https:"
at the start of the string.
-- The [image] tag was worse, and just looking for "http" at
the start of the string.
Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 31 00:20:09 2007 UTC (21 months, 1 week ago) by pajamian
Branches: STABLE_5_4-branch
CVS tags: REL_5_4_3
Diff to: previous 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17: +9 -4
lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later". Update copyrights.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Mar 30 23:40:49 2007 UTC (21 months, 1 week ago) by pajamian
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +9 -4
lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later". Update copyrights.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 8 18:14:36 2005 UTC (3 years, 2 months ago) by jon
Branches: MAIN
CVS tags: STABLE_5_4-root,
REL_5_4_2,
REL_5_4_1,
REL_5_4_0,
REL_5_3_3,
REL_5_3_2
Branch point for: STABLE_5_4-branch
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3
lines
Big copyright and version number update to prepare for 5.3.2 release.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 7 23:30:15 2005 UTC (3 years, 2 months ago) by jon
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -2
lines
A patch from Ethan Rowe <ethan@endpoint.com>:
Add a new "size_scratch_prefix" argument to the [image] tag. If
"getsize" is in use (which is the default), passing a value for
"size_scratch_prefix" to [image] will result in the height and width
of the image being placed into temporary Scratch-space variables with
names "<size_scratch_prefix>_height" and "<size_scratch_prefix>_width",
respectively. Naturally, if "getsize" is given a perl-false value,
the dimensions will not be found for the image and thus the
"size_scratch_prefix" value is ignored.
(Dumb) Example:
[image src=foo.png size_scratch_prefix=foo]
foo.png has height [scratch foo_height] and width [scratch foo_width]
This kind of thing can be useful for styling control and page layout, as
it allows the application programmer to work with the image dimensions
and adjust markup/styling appropriately in response to those dimensions.
The scratch values created are temporary (i.e. as if they were created
via [tmp ...]) and will not persist in the session past the end of the
current page process.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Oct 15 00:32:41 2005 UTC (3 years, 2 months ago) by jon
Branches: MAIN
CVS tags: DEB_5_3_0_20051028_1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3
lines
Add support for XHTML trailing slash.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Aug 3 18:58:48 2005 UTC (3 years, 5 months ago) by jon
Branches: MAIN
CVS tags: DEB_5_3_0_20051004_1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3
lines
Support pass-through of a few more HTML <img> attributes.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 9 13:39:42 2005 UTC (3 years, 10 months ago) by docelic
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -3
lines
Header/license fix or Version update+minor formatting fix, or both
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Dec 3 22:14:05 2004 UTC (4 years, 1 month ago) by mheins
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +15 -4
lines
* Add check-date parameter to allow automatic updating of thumbs when
source file changes.
Call with
[image makesize=100x100 check-date=1 sku="[item-code]"]
or somesuch.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 9 11:13:04 2004 UTC (4 years, 1 month ago) by docelic
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +12 -5
lines
* Changes related to the makesize= parameter
* Added resize= and geometry= aliases
* Expanded a regex, which only accepted an AxB size specification,
to permit complete format that mogrify supports:
AxB, A or xB, followed by up to two +-number offsets, followed by
none or one of @!%><.
URLs have the "%" character encoded: % = %25
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Oct 16 17:59:20 2004 UTC (4 years, 2 months ago) by docelic
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
* Add 'align' to the list of recognized html options (to standardize
with other tags)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 5 11:11:08 2004 UTC (4 years, 3 months ago) by docelic
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -168
lines
- header/license fix
- QUOTING fix: please inspect
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jul 23 03:42:52 2004 UTC (4 years, 5 months ago) by mheins
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1
lines
* Make secure image directory be set to something even if no
separate secure image directory.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun May 9 20:56:20 2004 UTC (4 years, 8 months ago) by mheins
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
* Make dist/standard the template that comes with Interchange.
* Change some things so "standard" is referenced in docs and
is the default in bin/makecat.
* Update some version stuff.
* Give a warning if running in new signals mode on a Perl which can
support PERL_SIGNALS=unsafe.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Dec 7 17:43:28 2003 UTC (5 years, 1 month ago) by mheins
Branches: MAIN
CVS tags: STABLE_5_2-root,
STABLE_5_2-branch,
STABLE_5_0-root,
STABLE_5_0-branch,
REL_5_2_1,
REL_5_2_0,
REL_5_1_1,
REL_5_1_0,
REL_5_0_2,
REL_5_0_1,
REL_5_0_0_RC2,
REL_5_0_0_RC1,
REL_5_0_0,
MANIFEST,
DEB_5_2_1_1,
DEB_5_0_0_2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -0
lines
* Handle maddening new ImageMagick behavior that won't operate on
the file named.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Sep 10 13:10:00 2003 UTC (5 years, 3 months ago) by jon
Branches: MAIN
CVS tags: REL_4_9_9,
DEB_4_9_8_20031014_1,
DEB_4_9_8_20031010_1,
DEB_4_9_8_20030911_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +10 -2
lines
Add src_only option to return just the image location that normally goes
in the src="..." attribute of the <img> tag.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jun 22 14:21:35 2003 UTC (5 years, 6 months ago) by mheins
Branches: MAIN
CVS tags: DEB_4_9_8_20030706_1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1
lines
* Eliminate rather ridiculous warning.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 21 15:15:40 2003 UTC (5 years, 6 months ago) by mheins
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +79 -1
lines
* Add new makesize=NNxNN parameter which uses ImageMagick mogrify command
to build custom thumbnails on the fly.
Used mogrify executable because of constant difficulty building and
installing Image::Magick perl modules.
Example on the foundation demo:
[image src="items/os28004.gif" makesize=50x50]
This will create __IMAGE_DIR__/items/50x50/os28004.gif and return:
<img src="items/50x50/os28004.gif" height=50 width=50>
The size is still determined by Image::Size.
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 25 22:20:32 2003 UTC (5 years, 11 months ago) by racke
Branches: LINUXIA
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +0 -0
lines
updated LINUXIA branch to 4.9 sources in order to use it as testbed again
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Oct 30 20:43:04 2002 UTC (6 years, 2 months ago) by racke
Branches: MAIN
CVS tags: REL_4_9_8,
REL_4_9_6,
REL_4_9_5,
REL_4_9_4,
DEB_4_9_8_2
Branch point for: LINUXIA
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2
lines
improved inline documentation in order to be able to view
it with pod2... tools and allow automatic processing
fixed some errors
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 5 04:05:40 2002 UTC (6 years, 5 months ago) by mheins
Branches: MAIN
CVS tags: REL_4_9_2
* More on new menu editor and menu system. It is based around Vend::Menu
and the new tag [menu ...], which builds various types of DHTMl and
standard HTML menus based on browser type. Two types, "tree" and
"simple" are included -- will be adding at least two more, "checklist"
and "ui". Also possible is "hover".
The menu editor will be able to edit any of the menus. Eventually
all UI menus will use this, and a simple menu component (i.e. a link list)
can be placed in the public-facing catalog.
There is a "product_tree" component to illustrate this, along with menus
for the Quicklinks and Accounting menus. The major UI menus will be moved
over next.
* Move [image] tag into core since it is used by Vend::Menu.
* Create variation of attr_list tag which is case-insensitive, allowing
UPPERCASE attributes with lowercase rows (easier to read when combined with
HTML in lower case).
* Allow iterator for list-based tags to be a passed subroutine reference.
Interchange CVSweb <info@icdevgroup.org>