You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(50) |
Jun
(69) |
Jul
(25) |
Aug
(27) |
Sep
(28) |
Oct
(52) |
Nov
(18) |
Dec
(18) |
2002 |
Jan
(18) |
Feb
(34) |
Mar
(21) |
Apr
(44) |
May
(8) |
Jun
(4) |
Jul
(19) |
Aug
(13) |
Sep
(11) |
Oct
(9) |
Nov
(5) |
Dec
(7) |
2003 |
Jan
(2) |
Feb
(1) |
Mar
(3) |
Apr
(2) |
May
(2) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
(8) |
Nov
(2) |
Dec
(9) |
2004 |
Jan
(1) |
Feb
(2) |
Mar
(8) |
Apr
(13) |
May
(16) |
Jun
|
Jul
(3) |
Aug
(2) |
Sep
(1) |
Oct
(6) |
Nov
(6) |
Dec
(1) |
2005 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Boris Z. <bo...@2b...> - 2002-12-10 22:06:03
|
Hi Gabriel, this is hopfully already fixed. With this patch, that works only for perl 5.8. Perl 5.6.1 should be fine already. I hope the patch applied clean. please let me know. The reason for your double conversion is that perl now converts some strings to utf8 but Text::Iconv did not notice that and convert it again. So we remove T::I for perl 5.8. Maybe we should have a patchpage where all this fixes have a little description and a tarball? Am Dienstag, 10. Dezember 2002 21:23 schrieb Gabriel Burca: > PageKit v1.10 (checked out of CVS on Nov 29th). > Perl 5.8 > HTML::Template 2.6 (see below) > HTML::FillInForm 1.0 (see below) > > > In the model code I have: > $model->fillinform(key => $utf8_string); > $model->output(key => $utf8_string); > > In the template I have: > <input type="text" name="key"> > <MODEL_VAR NAME="key"> > <CONTENT_VAR NAME="some_utf-8"> > > Config.xml > default_input_charset = "UTF-8" > default_output_charset = "UTF-8" > > The form field and <CONTENT_VAR ...> contains the correct unicode > characters. If I try to display the same characters using <MODEL_VAR > ...> on the same page, it looks like the characters get converted to > unicode twice (a single 2-byte unicode character shows up as two > characters). > > I've patched both HTML::FillInForm and HTML::Template and replaced .= > with sprintf "%s%s". That was before I realized the problem only occurs > when using <MODEL_VAR ...>. The View.pm _preparse_model_tags sub has the > "use bytes;" fix. > > This might be the same problem reported by Leo Cambilargiu in the "Odd > Characters" thread. Did anyone figure out that problem? Any ideas of > where the double-conversion might be happening? -- Boris |
From: Gabriel B. <gbu...@eb...> - 2002-12-10 21:21:34
|
PageKit v1.10 (checked out of CVS on Nov 29th). Perl 5.8 HTML::Template 2.6 (see below) HTML::FillInForm 1.0 (see below) In the model code I have: $model->fillinform(key => $utf8_string); $model->output(key => $utf8_string); In the template I have: <input type="text" name="key"> <MODEL_VAR NAME="key"> <CONTENT_VAR NAME="some_utf-8"> Config.xml default_input_charset = "UTF-8" default_output_charset = "UTF-8" The form field and <CONTENT_VAR ...> contains the correct unicode characters. If I try to display the same characters using <MODEL_VAR ...> on the same page, it looks like the characters get converted to unicode twice (a single 2-byte unicode character shows up as two characters). I've patched both HTML::FillInForm and HTML::Template and replaced .= with sprintf "%s%s". That was before I realized the problem only occurs when using <MODEL_VAR ...>. The View.pm _preparse_model_tags sub has the "use bytes;" fix. This might be the same problem reported by Leo Cambilargiu in the "Odd Characters" thread. Did anyone figure out that problem? Any ideas of where the double-conversion might be happening? -- gburca dash pkit at ebixio dot com |
From: Boris Z. <bo...@am...> - 2002-12-09 10:36:09
|
Hi TJ, that is fine for me. I put something on CPAN this week. Am Montag, 9. Dezember 2002 01:19 schrieb TJ Mather: > Hi Boris, > > What would you think of releasing PageKit 1.11 soon? I've run into the > pkit_validate_input error with D::FV 1.11 a couple of times, and it would > be nice to have a version on CPAN so that it can be distributed more > easily than checking out from CVS. > > The fix I'm taking is "Fix pkit_validate_input to work with > Data::FormValidator >= 1.11" (Model.pm revision 1.83) and it fixes the > following error: > [error] Invalid input profile: messages is not a valid profile key > > Thanks, > TJ Mather > Lookup location by IP Address - http://maxmind.com/ > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Pagekit-devel mailing list > Pag...@li... > https://lists.sourceforge.net/lists/listinfo/pagekit-devel -- Boris |
From: TJ M. <tjm...@ma...> - 2002-12-09 00:09:29
|
Hi Boris, What would you think of releasing PageKit 1.11 soon? I've run into the pkit_validate_input error with D::FV 1.11 a couple of times, and it would be nice to have a version on CPAN so that it can be distributed more easily than checking out from CVS. The fix I'm taking is "Fix pkit_validate_input to work with Data::FormValidator >= 1.11" (Model.pm revision 1.83) and it fixes the following error: [error] Invalid input profile: messages is not a valid profile key Thanks, TJ Mather Lookup location by IP Address - http://maxmind.com/ |
From: Boris Z. <bo...@2b...> - 2002-11-23 00:08:19
|
Hi Paul, thanks for your fix, it is in cvs now. I wonder how you found this. thanks Am Freitag, 22. November 2002 16:22 schrieb Paul Weiss: > You have the following code to decide whether to send a > static file: > > return $pk->_send_static_file($filename) unless ( $apr->param ); > > Unfortunately, the unless clause always evaluates to false because > it evaluates $apr->param in scalar context, which results in a > blessed Apache::Table object. > > You need to correct it to this: > > my @param = $apr->param; > return $pk->_send_static_file($filename) unless ( @param ); > > -Paul Weiss -- Boris |
From: Boris Z. <bo...@2b...> - 2002-11-16 18:38:59
|
Hi, Am Samstag, 16. November 2002 18:00 schrieb TJ Mather: > Hi, > > There is a misspelling of $$ouptut_ref in the patch. I have attached a > corrected version of the patch. ups, i could swear that i tested the patch. Hmm. > > I personally don't have a problem with making Perl 5.8 required for > PageKit. If somebody doesn't like it, they can submit a patch to > make it run on both depending on if $] >= 5.008. I started this way, but the differences are annoying. So my idea is to support both versions a while with a patch. first working for 5.6.1 and a patch to support 5.8. in PageKit 1.12 then make 5.8 the default and have a patch for at least 5.6.1. Then maybe only 5.8. Attached another try to support perl 5.8 propper. But now really untested ;-) > > Thanks, > TJ > > Ps. I got a "Can't locate PerlIO/ISO.pm in @INC" error when attempting > to run the patched PageKit on Perl 5.8.0/Linux 2.4.18. > > On Wed, 13 Nov 2002, Boris Zentner wrote: > > Hi all, > > i installed perl5.8 and discovered, that Text::Iconv converts charsets to > > something other but missed to inform perl about that change. Also p5.8 do > > the conversion sometime by magic, but Text::Iconv did not know and > > convert it again. > > > > So i think with perl 5.8 we must get rid of Text::Iconv. This patch does > > that as a first draft. > > > > What do you want for future versions of PageKit? > > > > WHAT ABOUT MAKING PERL 5.8 REQUIRED for PAGEKIT IN SOME MONTH? -- Boris |
From: TJ M. <tjm...@ma...> - 2002-11-16 16:58:55
|
Hi, There is a misspelling of $$ouptut_ref in the patch. I have attached a corrected version of the patch. I personally don't have a problem with making Perl 5.8 required for PageKit. If somebody doesn't like it, they can submit a patch to make it run on both depending on if $] >= 5.008. Thanks, TJ Ps. I got a "Can't locate PerlIO/ISO.pm in @INC" error when attempting to run the patched PageKit on Perl 5.8.0/Linux 2.4.18. On Wed, 13 Nov 2002, Boris Zentner wrote: > Hi all, > i installed perl5.8 and discovered, that Text::Iconv converts charsets to > something other but missed to inform perl about that change. Also p5.8 do the > conversion sometime by magic, but Text::Iconv did not know and convert it > again. > > So i think with perl 5.8 we must get rid of Text::Iconv. This patch does that > as a first draft. > > What do you want for future versions of PageKit? > > WHAT ABOUT MAKING PERL 5.8 REQUIRED for PAGEKIT IN SOME MONTH? > > |
From: TJ M. <tjm...@ma...> - 2002-11-16 15:38:36
|
Hi, There is a mispelling of $$ouptut_ref in the patch. I have attached a corrected version of the patch. I personally don't have a problem with making Perl 5.8 required for PageKit. If somebody doesn't like it, they can submit a patch to make it run on both depending on if $] >= 5.008. Thanks, TJ On Wed, 13 Nov 2002, Boris Zentner wrote: > Hi all, > i installed perl5.8 and discovered, that Text::Iconv converts charsets to > something other but missed to inform perl about that change. Also p5.8 do the > conversion sometime by magic, but Text::Iconv did not know and convert it > again. > > So i think with perl 5.8 we must get rid of Text::Iconv. This patch does that > as a first draft. > > What do you want for future versions of PageKit? > > WHAT ABOUT MAKING PERL 5.8 REQUIRED for PAGEKIT IN SOME MONTH? > > |
From: Boris Z. <bo...@2b...> - 2002-11-13 10:28:17
|
Hi all, i installed perl5.8 and discovered, that Text::Iconv converts charsets to something other but missed to inform perl about that change. Also p5.8 do the conversion sometime by magic, but Text::Iconv did not know and convert it again. So i think with perl 5.8 we must get rid of Text::Iconv. This patch does that as a first draft. What do you want for future versions of PageKit? WHAT ABOUT MAKING PERL 5.8 REQUIRED for PAGEKIT IN SOME MONTH? -- Boris |
From: Boris Z. <bo...@2b...> - 2002-10-10 08:46:50
|
Hi, Glenn Morgan find and fix a problem with the search of page attrs. If a page has a attr, and a section attr then wrongly the section attr is overlooked. Thanks for the fix! -- Boris |
From: Boris Z. <bo...@2b...> - 2002-10-10 08:46:48
|
Hi All, here is a little correction to the example site. -- Boris |
From: Glenn M. <Gl...@Mo...> - 2002-10-08 11:35:55
|
Hi all There appears to be a bug in config.pm or documentation, take your pick. Can't find any mention of a fix so here are my findings. Docs says.... Tags with the longest matching part of the id attribute provide the defaults for pages without the attribute in question. <PAGE> attributes written in the <PAGE> tag have the highest priority. If nothing is found the <SECTION> Tags are scanned for a default. I assume this means if we have the following <SECION id="/" require_login="recent"> <PAGE id="/somepage" browser_cache="no"> "/somepage" should still require a recent login because it does not have a "require_login" attribute. The code says.... (config.pm) 124 sub get_page_attr { 125 my ($config, $page_id, $key) = @_; 126 my $config_dir = $config->{config_dir}; 127 128 if ( exists $page_attr->{$config_dir}->{$page_id} ) { 129 return $page_attr->{$config_dir}->{$page_id}->{$key}; 130 } 131 132 # here page_id IS the section_id 133 while ( $page_id =~ s!^(.*)/+[^/]*$!$1! ) { 134 if ( exists $section_attr->{$config_dir}->{$page_id} ) { 135 return $section_attr->{$config_dir}->{$page_id}->{$key}; 136 } 137 } 138 139 # test for a global default in the section '/' or '' 140 return $section_attr->{$config_dir}->{''}->{$key}; 141 } shouldn't line 128 be checking the specific page attribute (ie. $page_attr->{$config_dir}->{$page_id}->{$key}) and not just checking whether the page has any, possibly unrelated, attributes. And the same goes for 134. That way default attributes will be read from the lower priority tag if they don't exist in higher priority tags. Or, mod the docs to correctly describe the current behaviour. I prefer a code patch. Cheers Glenn |
From: Boris Z. <bo...@2b...> - 2002-10-02 14:47:45
|
Hi Russell, Am Mittwoch, 2. Oktober 2002 16:32 schrieb Russell D. Weiss: > Hi Boris, > > Somehow I didn't see the patch on the last e-mail you sent. Thanks! T= his > patch "almost" works -- it didn't work, but I realized it's because of > order of operations / combining of conditions... > > The line: > if ($model->pkit_get_config_attr( 'PAGE', $pk->{page_id}, 'use_sessions= ' ) > > || 'yes' eq 'yes' ) { > > should be changed to... (the 'yes' was OR'd in the wrong order)... perl= was > saying "Of course 'yes' equals 'yes'! okok you are right, i want to be sure you prove read it ;-) > if ( ($model->pkit_get_config_attr( 'PAGE', $pk->{page_id}, 'use_sessio= ns' > ) > > || 'yes') eq 'yes' ) { > > Also, I notice it's only a PAGE attribute. Can this be extended to SEC= TION No, it works also if you put some lines in the section part of the config. Try it. > and possibly even GLOBAL. I can see the potential usefulness of having= it > be a SECTION attribute, and believe it or not, some people might put up > sites that don't need use sessions at all. these people should use <SECTION id=3D"/" use_sessions=3D'no'/>. > Thanks for the great work and the quick response! Thank you rusell. For testing and the explaning text of this option. I ta= ke part of it for the docs. > Russell Weiss > Founder & Technical Manager > InfoRelay Online Systems, Inc. > http://www.inforelay.com/ > > > > ----- Original Message ----- > From: "Boris Zentner" <bo...@id...> > To: "Russell D. Weiss" <rw...@in...> > Sent: Wednesday, October 02, 2002 9:18 AM > Subject: Re: no_sessions? > > > Hi Russell, > > > > Am Mittwoch, 2. Oktober 2002 14:55 hast Du geschrieben: > > > Hey Boris, any word on my no_sessions question / idea? I'm assumin= g > > > the feature isn't there? I'm hoping you can at least see the useful= ness > > > of > > it? > > > > Since you definitely seem to be the resident expert on PageKit, I'm > > > wondering if you can suggest the best way to hack the session > > authorization > > > > methods to achieve this sort of functionality. > > > > Im not a native english speaker as you might know already. So maybe i > > missed > > > what you asked for. But on my answer to your first request for a > > no_session > > > attribute, i attached a patch that do what you want for the PAGE and > > SESSION > > > config options. also i have not tested the patch. If it works the way= you > > need/like it i put it in the next version of pageKit. > > > > to be sure you get the patch now, i attch it again. And i renamed he > > no_session attribute to use_sessions it defaults to 'yes' > > > > please try it and report your results. > > > > > Unless there are plans to add this sort of thing in as a PageKit > > > feature > > > > > > :-). > > > > > > Thanks, > > > Russell > > > > -- > > cu boris > > > > Kommt ein Mann in ein Herrenbekleidungsgesch=E4ft: > > "Ich h=E4tte gern einen neuen schwarzen Blazer!"" > > Der Verk=E4ufer mit leicht n=E4selnder Stimme: > > "Oh ja, ich auch..." > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Pagekit-devel mailing list > Pag...@li... > https://lists.sourceforge.net/lists/listinfo/pagekit-devel -- Boris |
From: Russell D. W. <rw...@in...> - 2002-10-02 14:29:42
|
Hi Boris, Somehow I didn't see the patch on the last e-mail you sent. Thanks! This patch "almost" works -- it didn't work, but I realized it's because of order of operations / combining of conditions... The line: if ($model->pkit_get_config_attr( 'PAGE', $pk->{page_id}, 'use_sessions' ) || 'yes' eq 'yes' ) { should be changed to... (the 'yes' was OR'd in the wrong order)... perl was saying "Of course 'yes' equals 'yes'! if ( ($model->pkit_get_config_attr( 'PAGE', $pk->{page_id}, 'use_sessions' ) || 'yes') eq 'yes' ) { Also, I notice it's only a PAGE attribute. Can this be extended to SECTION and possibly even GLOBAL. I can see the potential usefulness of having it be a SECTION attribute, and believe it or not, some people might put up sites that don't need use sessions at all. Thanks for the great work and the quick response! Russell Weiss Founder & Technical Manager InfoRelay Online Systems, Inc. http://www.inforelay.com/ ----- Original Message ----- From: "Boris Zentner" <bo...@id...> To: "Russell D. Weiss" <rw...@in...> Sent: Wednesday, October 02, 2002 9:18 AM Subject: Re: no_sessions? > > Hi Russell, > > Am Mittwoch, 2. Oktober 2002 14:55 hast Du geschrieben: > > Hey Boris, any word on my no_sessions question / idea? I'm assuming the > > feature isn't there? I'm hoping you can at least see the usefulness of it? > > Since you definitely seem to be the resident expert on PageKit, I'm > > wondering if you can suggest the best way to hack the session authorization > > methods to achieve this sort of functionality. > > Im not a native english speaker as you might know already. So maybe i missed > what you asked for. But on my answer to your first request for a no_session > attribute, i attached a patch that do what you want for the PAGE and SESSION > config options. also i have not tested the patch. If it works the way you > need/like it i put it in the next version of pageKit. > > to be sure you get the patch now, i attch it again. And i renamed he > no_session attribute to use_sessions it defaults to 'yes' > > please try it and report your results. > > > > > Unless there are plans to add this sort of thing in as a PageKit feature > > :-). > > > > Thanks, > > Russell > > -- > cu boris > > Kommt ein Mann in ein Herrenbekleidungsgeschäft: > "Ich hätte gern einen neuen schwarzen Blazer!"" > Der Verkäufer mit leicht näselnder Stimme: > "Oh ja, ich auch..." > |
From: Boris Z. <bo...@2b...> - 2002-10-02 14:27:31
|
HI, -- Boris |
From: Boris Z. <bo...@2b...> - 2002-10-02 14:11:47
|
Hi, this patch is for empty parameters from Bill Karwin. -- Boris |
From: Boris Z. <bo...@2b...> - 2002-10-02 14:07:29
|
Hi, this patch fix the PKIT_MACRO expansion for components WITHOUT any parameters. -- Boris |
From: Erik <eri...@bo...> - 2002-10-02 11:38:33
|
Hi, again Now it seams that I have found an other conversion bug. Previous I mail about a problem when using XML::LibXML when fetching a search result. The solution to that problem was to use Text::Iconv on the result with works fine. Now I have found an other place where same type of bug emerge. It is when I use Content (and file.xml) with default input and output set to ISO-8859-1. All text not in the content file don't get converted back from UTF-8. This happens both with UTF-8 and ISO-8859-1 encoding on the content file.=20 If I set the default input to UTF-8 all woks fine except that I get an error on other pages saying that it can't convert to ISO-8859-1 from UTF-8 (on line ~505 in .../PageKit/View.pm) and dies. =20 If I remove the component that use Content all works as expected. (no error in converting chars on any page). So I guess that PageKit/Content.pm has to be aware of that the default output and input and convert the text if needed. This happens in perl 5.6.1. --=20 /erikg=20 =20 Erik G=FCnther eri...@bo... System Developer Bokus AB +46 (0)40 - 35 21 19 =20 =20 Fortune: Presidency: The greased pig in the field game of American politics. -- Ambrose Bierce |
From: Boris Z. <bo...@am...> - 2002-09-30 14:37:20
|
Hello Ben, Am Montag, 30. September 2002 15:39 schrieb Ben Ausden: > Hi, > > can anyone think of a way of handling 'virtual' URLs, e.g. > > /index -> maps to /index.tmpl (as normal) > /something -> maps to /another/place/something.tmpl > /else -> maps to /go/here.tmpl > > > I originally wrote a pkit_default sub to handle this, then realized PageKit > won't even run it, because something.tmpl doesn't exist. The reason I need > is it because I need to be able to create simple URLs which map to complex > URLs (stored in the database), so they can be displayed in advertisements, > hoardings, bus shelters etc etc. I'd rather not have to create dummy > templates to handle each URL. > > any ideas that don't involve hacking PageKit.pm ??!! > > ;-) maybe pkit_fixup_uri is enough for this. in Common.pm sub pkit_fixup_uri { my $model = shift; my $uri = shift; my %map = ( '/something'=>'/another/place/something','/else'=>'/go/here'); $map{$uri} || $uri; } -- Boris |
From: Ben A. <Ben...@na...> - 2002-09-30 14:18:05
|
Hi, can anyone think of a way of handling 'virtual' URLs, e.g. /index -> maps to /index.tmpl (as normal) /something -> maps to /another/place/something.tmpl /else -> maps to /go/here.tmpl I originally wrote a pkit_default sub to handle this, then realized = PageKit won't even run it, because something.tmpl doesn't exist. The = reason I need is it because I need to be able to create simple URLs = which map to complex URLs (stored in the database), so they can be = displayed in advertisements, hoardings, bus shelters etc etc. I'd rather = not have to create dummy templates to handle each URL. any ideas that don't involve hacking PageKit.pm ??!! ;-) regards, ben |
From: Russell D. W. <rw...@in...> - 2002-09-30 13:30:15
|
Sometimes you just don't want to create a session or attempt to look for one... mostly for efficiency purposes... For example, if PayPal IPN (instant payment notification), or another credit-card validation system is calling my server (in most cases just one POST to a CGI will be made, and their client [server, actually] won't store the cookie I'm sure anyway), there is no reason to bother creating a session or seeing if one exists. In other cases, such as running a URL redirection service (which my company is doing, though currently not using pagekit), there is absolutely no reason to trigger session creation or look for a session. Users typically hit the server once, and they are instantly redirected to another site. Thousands of hits come in per hour, and creating a session is simply not efficient of CPU, disk, etc.. Especially because Apache::SessionX doesn't ever seem to clean up old sessions from the database (am I missing something here), and manual cleanups must be done, it makes sense to not create sessions at all when you won't need them. Well, it least it makes sense to me, but what do I know :-). Ideally I'd like to see a no_session attribute which can be put in the SECTION section (and possibly other sections) of the config file. Thanks, Russell ----- Original Message ----- From: "Boris Zentner" <bo...@am...> To: "Russell D. Weiss" <rw...@in...>; <pag...@li...> Cc: "pkit devel" <pag...@li...> Sent: Monday, September 30, 2002 4:53 AM Subject: Re: [Pagekit-users] SECTION no_session attribute? > > Hi, > > Am Samstag, 28. September 2002 17:40 schrieb Russell D. Weiss: > > I'd like to effectively make certain pages or sections not trigger the > > creation of a new session, or attempt to look for a current session. > > could you please elaborate, why this is usefull at all? > > > > > I did session any sort of attribute like this in the config. documentation. > > I could probably manually edit pkit_session_setup and/or > > pkit_auth_credential to get this working, but I'm wondering if there's a > > config attribute. > > We do not have a option for this right now. But find a untested patch that may > work. A new page attribute use_sessions. It defaults to 'yes'. > > So a use_sessions='no' in the section or page config part may (should) work. > > -- > Boris > |
From: Boris Z. <bo...@am...> - 2002-09-30 08:51:26
|
Hi, Am Samstag, 28. September 2002 17:40 schrieb Russell D. Weiss: > I'd like to effectively make certain pages or sections not trigger the > creation of a new session, or attempt to look for a current session. could you please elaborate, why this is usefull at all? > > I did session any sort of attribute like this in the config. documentation. > I could probably manually edit pkit_session_setup and/or > pkit_auth_credential to get this working, but I'm wondering if there's a > config attribute. We do not have a option for this right now. But find a untested patch that may work. A new page attribute use_sessions. It defaults to 'yes'. So a use_sessions='no' in the section or page config part may (should) work. -- Boris |
From: Boris Z. <bo...@2b...> - 2002-09-20 14:42:12
|
Sorry, i attached the wrong patch. Here is the right one. Am Freitag, 20. September 2002 16:34 schrieb Boris Zentner: > Hi, > > this patch fix PKIT_MACRO expansion in nested templates. Reported from > Russell Weiss. Thanks! -- Boris |
From: Boris Z. <bo...@2b...> - 2002-09-20 14:32:31
|
Hi, this patch fix PKIT_MACRO expansion in nested templates. Reported from Russell Weiss. Thanks! -- Boris |
From: Boris Z. <bo...@2b...> - 2002-09-20 14:22:35
|
Hi, this patch makes setup.pl (more) os independend. -- Boris |