Re: [Zope-dev] Voting for Patches?

2000-08-24 Thread Adam Karpierz
>Adam Karpierz wrote: >> There is a patch for it: >> http://classic.zope.org:8080/Collector/1540/view > >I wonder whether it'd be worth enabling people to vote on what >patches they'd like integreated and what bugs they'd like solved in the >collector? S

[Zope-dev] Extended expression syntax for 'sort' attribute of dtml-in tag (sort-python="...").

2000-08-22 Thread Adam Karpierz
Very please for discussion and acceptance: http://classic.zope.org:8080/Collector/1542/view Regards -- Adam Karpierz [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or

[Zope-dev] Patch for extended expression syntax of dtml-tag attributes.

2000-08-22 Thread Adam Karpierz
Very please for discussion and acceptance: http://classic.zope.org:8080/Collector/1541/view Regards -- Adam Karpierz [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or

Re: [Zope-dev] New Client.py bug(?) in 2.2.0 affects ZScheduler

2000-07-28 Thread Adam Karpierz
atch to the Collector (http://classic.zope.org:8080/Collector/1480/view) because this bug is related to my previous patch #1427. -- Adam Karpierz [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinf

[Zope-dev] Patch lets use Python expression syntax for attribute 'sort' in tag. Discussion needed !

2000-07-11 Thread Adam Karpierz
think that my 4) or similar proposition will be useful for dynamically (indirection) setting others DTML tag attributes in the future too. In addition without serious compatibility issues. I have attached both: patch and modified file for Zope 2.2.0b3/b4. Patch was tested and I think that works ok.

[Zope-dev] Patch to allow expression syntax for attribute 'sort' in tag. Very please, test it !

2000-07-01 Thread Adam Karpierz
simple and I not quess that is so buggy. PS: Second little patch I have attached is only cosmetic and not important. (apologies for my 'english'..) -- Regards Adam Karpierz [EMAIL PROTECTED] begin 666 DT_In.py.patch M*BHJ(&QI8B]P>71H;VXO1&]C=6UE;G1496UP;&%T92]$5%]);BYP>2Y

Re: [Zope-dev] Zope2.2.0b3 Image/File object create/upload bug (w/patch)

2000-06-28 Thread Adam Karpierz
27;, f, 'logo') f.close() With Zope 2.2.0b3 this code produces bug with traceback eg: """ Zope Error Zope has encountered an error while publishing this resource. Error Type: AttributeError Error Value: __class__ """ Simple path which I was send to

[Zope-dev] Zope2.2.0b3 Image/File object create/upload bug (w/patch)

2000-06-27 Thread Adam Karpierz
This bug causes that there is impossible to add/create/upload etc. Image and/or File object if image/file body has a file type (type(file) == FileType) in: def manage_addImage(self, id, file, title='',.. def manage_addFile(self, id, file='', title='',.. The patch has attached. begin 666 Image.

Re: [Zope-dev] Re: [Zope] Re: Zope 2.1.5/6/7 upgrading issues

2000-06-16 Thread Adam Karpierz
nd a little (for comparison of behaviour) on RH Linux. PS: appologize for my 'english' Adam Karpierz [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or H

Re: [Zope-dev] Zope ...2.1.7 update - patch for FTPServer

2000-06-15 Thread Adam Karpierz
Patch for ZServer/FTPServer.py for Zope2.1.7 (it was included in CVS Zope2.2 but not for Zope 2.1.7). Without this patch the FTPServer hungs up for large (~>64KB) files. begin 666 FTPServer.py.patch M*BHJ($944%-E2YO2D*(" @(" @(" @(" @("!E;'-E.@HA(" @(" @(" @(" @(" @("!F M;W(@<')O9'5C97(@:6X@7!E

Re: [Zope-dev] Zope ...2.1.7 update - patch for EMarket 0.1.03

2000-06-15 Thread Adam Karpierz
Patch for EMarket v.0.1.3 product for Zope 2.1.7 begin 666 EMarket.py.patch M*BHJ($5-87)K970N<'DN;W)I9PE4:'4@2G5N(# Q(# P.C V.C Q(#(P,# * M+2TM($5-87)K970N<'D)1G)I($IU;B Q-B P,CHU-CHS-2 R,# P"BHJ*BHJ M*BHJ*BHJ*BHJ*@HJ*BH@,C4X+#(V-2 J*BHJ"B @(" @(&YE=TUA:6Y&+G1R M86YS86-T:6]N1F]L9&5R(#T@;F5W5')A;

Re: [Zope-dev] Zope ...2.1.7 update - patches for MailHost

2000-06-15 Thread Adam Karpierz
Patches for MailHost product for Zope 2.1.7 begin 666 __init__.py.patch M*BHJ(%]?:6YI=%]?+G!Y+F]R9PE&'0N2!T:&4@ M;W!T:6]N6]U"X@5&EM96]U=#PO14T^ M(&ES(&AO=R!L;VYG(%IO<&4@http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.o

[Zope-dev] Expression syntax for sort= attribute in tag.

2000-05-29 Thread Adam Karpierz
e possible ? eg. where fun() will returns appropriate Python string eq. 'firstname,surname,height, width,weight' :) I hate constructions like this: ... What you think about ?. Adam Karpierz [EMAIL PROTECTED] _