
CVS log for interchange/code/Filter/encrypt.filter
Up to [Local Repository] / interchange / code / Filter
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 31 00:20:03 2007 UTC (21 months, 1 week ago) by pajamian
Branches: STABLE_5_4-branch
CVS tags: REL_5_4_3
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +8 -3
lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later". Update copyrights.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 30 23:40:44 2007 UTC (21 months, 1 week ago) by pajamian
Branches: MAIN
CVS tags: STABLE_5_6-root,
STABLE_5_6-branch,
REL_5_7_1,
REL_5_6_1,
REL_5_5_3,
REL_5_5_2,
REL_5_5_1,
HEAD,
DEB_5_6_1_2,
DEB_5_5_1_1_1,
DEB_5_5_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -3
lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later". Update copyrights.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 8 18:14:32 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.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Big copyright and version number update to prepare for 5.3.2 release.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:23:18 2005 UTC (3 years, 8 months ago) by mheins
Branches: MAIN
CVS tags: DEB_5_3_0_20051028_1,
DEB_5_3_0_20051004_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
* Add descriptions to filters. Some descriptions for trivial, obsolete,
or very complex filters were left commented out to not clutter a
filter list with garbage.
* Fix codedef:foo options callout to not be case sensitive.
* Sort codedef:foo return lists by label.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 19 10:03:51 2004 UTC (4 years, 2 months ago) by docelic
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -0
lines
* The great filter breakout!
* All filters are now CodeDef definitions in code/Filter/*.
* Besides plain move from Interpolate.pm, changes made to Filter/* include:
* Adding/fixing header/license/cvsid line (all files)
* Indenting (where needed)
* Lowercasing output html (where needed)
* Changes to Interpolate.pm:
* Removed whole %Filter = ( ... )
I tested everything with the new eg/pcode script, and tried re-starting
Interchange and running few filters on test page. Seems OK.
Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 25 22:20:31 2003 UTC (5 years, 11 months ago) by racke
Branches: LINUXIA
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +0 -0
lines
updated LINUXIA branch to 4.9 sources in order to use it as testbed again
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 13 23:16:14 2003 UTC (5 years, 11 months 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,
REL_4_9_9,
REL_4_9_8,
MANIFEST,
DEB_5_2_1_1,
DEB_5_0_0_2,
DEB_4_9_8_20031014_1,
DEB_4_9_8_20031010_1,
DEB_4_9_8_20030911_1,
DEB_4_9_8_20030706_1,
DEB_4_9_8_2
Branch point for: LINUXIA
* Add three new filters.
-- encrypt -- encrypts the value against the standard GPG/PGP key
using the standard EncryptProgram.
[filter op=encrypt] String [/filter]
You can encrypt against other keys by passing the ID as an argument:
[filter op=encrypt.23883AEE]
String, to encrypt against different key.
[/filter]
-- linkdecode filter does a decode of URLencoded value so that an
HTML editor encoding an Interchange [area ...] tag doesn't destroy
edited HTML.
-- convert_date filter merely runs convert-date tag on a value, useful
for displaying dates in UI.
Interchange CVSweb <info@icdevgroup.org>