richter 2002/08/22 03:06:44
Modified: . Tag: Embperl2c Changes.pod epcfg.h
podsrc Tag: Embperl2c Config.spod
Log:
correct CACKE_KEY -> CACHE_KEY
Revision Changes Path
No revision
No revision
1.129.4.88 +3 -1 embperl/Changes.pod
Index: Changes.pod
===================================================================
RCS file: /home/cvs/embperl/Changes.pod,v
retrieving revision 1.129.4.87
retrieving revision 1.129.4.88
diff -u -r1.129.4.87 -r1.129.4.88
--- Changes.pod 21 Aug 2002 05:44:09 -0000 1.129.4.87
+++ Changes.pod 22 Aug 2002 10:06:44 -0000 1.129.4.88
@@ -11,7 +11,9 @@
- fixed typo in Embperl::Mail reported by Axel Beckert.
- fixed small bugs in Embperl::Form::Validate test code reported by Axel
Beckert.
- charcters 128-160 are now escaped in URLs to avoid problems with Mozilla.
- - fixed missing escaping of '/' in Embperl::Form::Validate JS routines. [fixed
by abe]
+ - fixed missing escaping of '/' in Embperl::Form::Validate JS routines.
+ Patch from Axel Beckert.
+ - fixed spelling: CACKE_KEY -> CACHE_KEY. Reported by Andre Landwehr.
=head1 2.0b8 (BETA) 25. Juni 2002
1.1.2.15 +1 -1 embperl/Attic/epcfg.h
Index: epcfg.h
===================================================================
RCS file: /home/cvs/embperl/Attic/epcfg.h,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -r1.1.2.14 -r1.1.2.15
--- epcfg.h 30 Jul 2002 05:15:09 -0000 1.1.2.14
+++ epcfg.h 22 Aug 2002 10:06:44 -0000 1.1.2.15
@@ -14,7 +14,7 @@
EPCFG_INT (ComponentConfig, int , nEscMode, ESCMODE)
EPCFG_INT (ComponentConfig, int , nInputEscMode, INPUT_ESCMODE)
EPCFG_STR (ComponentConfig, char *, sInputCharset, INPUT_CHARSET)
-EPCFG_STR (ComponentConfig, char *, sCacheKey, CACKE_KEY)
+EPCFG_STR (ComponentConfig, char *, sCacheKey, CACHE_KEY)
EPCFG_INT (ComponentConfig, unsigned, bCacheKeyOptions, CACHE_KEY_OPTIONS)
EPCFG_CV (ComponentConfig, CV * , pExpiredFunc, EXPIRES_FUNC)
EPCFG_CV (ComponentConfig, CV * , pCacheKeyFunc, CACHE_KEY_FUNC)
No revision
No revision
1.1.2.5 +1 -1 embperl/podsrc/Attic/Config.spod
Index: Config.spod
===================================================================
RCS file: /home/cvs/embperl/podsrc/Attic/Config.spod,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- Config.spod 30 Jul 2002 06:01:01 -0000 1.1.2.4
+++ Config.spod 22 Aug 2002 10:06:44 -0000 1.1.2.5
@@ -962,7 +962,7 @@
NOT YET IMPLEMENTED!
-=head2 *CFG $component / Embperl_CACKE_KEY / cache_key / 2.0b1 / no
+=head2 *CFG $component / Embperl_CACHE_KEY / cache_key / 2.0b1 / no
literal string that is appended to the cache key
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]