Re: [Zope-dev] Re: Setting the size of a zope.formlib's schema html input

2008-04-07 Thread Wichert Akkerman
Previously Christian Zagrodnick wrote: > On 2008-04-07 09:25:28 +0200, Wichert Akkerman <[EMAIL PROTECTED]> said: > >That depends on the type of input you want to influence. For text > > elements the size attribute indicates the maximum number of > >characters a user

Re: [Zope-dev] Re: Setting the size of a zope.formlib's schema html input

2008-04-07 Thread Wichert Akkerman
of input you want to influence. For text elements the size attribute indicates the maximum number of characters a user can input in the field, and you can not control that using CSS. Often you also want to put a different CSS class or id on the different type of fields. You do not want your checkbox

Re: [Zope-dev] Rejecting HTTPS-only cookies over plain HTTP

2008-04-03 Thread Wichert Akkerman
g it. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev *

Re: [Zope-dev] Re: [Checkins] SVN: gocept.bsquare/branches/pcardune-setup/src/ add ignores

2008-03-24 Thread Wichert Akkerman
g if you have not forgotten to commit something, which happened to me more than once too often. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. __

Re: [Zope-dev] Re: [Zope 2.12] Eggification of Zope 2 - pros and cons?

2008-03-24 Thread Wichert Akkerman
t; egg. For Plone 4 we may also collapse all the plone.app.* packages in a single package. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___ Z

Re: [Zope-dev] Re: zope.sendmail Retry fixes and new state machine.

2008-03-10 Thread Wichert Akkerman
Previously Benji York wrote: > Wichert Akkerman wrote: > >Previously Tres Seaver wrote: > >>I realize I have said this before, but then others keep urging the > >>"doctests everywhere" meme. > > > >Indeed, and for that reason this can't be

Re: [Zope-dev] Re: zope.sendmail Retry fixes and new state machine.

2008-03-10 Thread Wichert Akkerman
ep urging the > "doctests everywhere" meme. Indeed, and for that reason this can't be said enough. Doctests are useful to create testable documentation. They are not the right tool to create isolated, debuggable tests. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is

Re: [Zope-dev] Re: buildout 'versions' and 'develop' conflict

2008-02-26 Thread Wichert Akkerman
Previously Martijn Faassen wrote: > Wichert Akkerman wrote: > >Previously Martijn Faassen wrote: > >>Christian Theune wrote: > >>>Martijn Faassen schrieb: > >>[snip] > >>>>It's a clear DRY violation, the name of the package (and even the

Re: [Zope-dev] Re: buildout 'versions' and 'develop' conflict

2008-02-26 Thread Wichert Akkerman
e most common use case. That highly depends on how you work. I normally do not pin to exact revisions but to ranges, which work just fun with dev eggs. If you don't want to pin something - remove the pin. Don't expect something to magically make your pin go away. Wichert. --

Re: [Zope-dev] buildout 'versions' and 'develop' conflict

2008-02-23 Thread Wichert Akkerman
gg in addition to everything it can find on remote indexes. It just extends the list of places where packages can be found but does not change any rules for selecting the version to use. It's perfectly possibly to have a local development egg with an exact revision number which you s

Re: [Zope-dev] zopeproject and eggs lead to wrong zopeversion

2007-11-26 Thread Wichert Akkerman
e a globally available Zope > >installation. This will obviously confuse any *local* sandbox, such > >as the one created with zopeproject. Make sure you don't have any > >Zope libraries on your standard PYTHONPATH. > > Wouldn't it make sense if zopeproject didn&#

Re: [Zope-dev] Re: unregistering components?

2007-11-24 Thread Wichert Akkerman
"""Unregister a subscriber factory. > > def unregisterHandler(handler=None, required=None, name=u''): > """Unregister a handler. > > > That'll do it, I think. :) You need a bit of extra information that is not in

Re: [Zope-dev] Re: buildout "tests_require" analogue

2007-11-15 Thread Wichert Akkerman
act I generally run nose that way. It should be possible to hook the zope testrunner into the setup.py test_suite hook as well. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _

Re: [Zope-dev] why external version indexes don't fulfill all use cases for development

2007-11-11 Thread Wichert Akkerman
slightly different (archive versus index, package versus egg, depends versus requires, enlightenment versus grok, etc.) but the problem is still the same. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www

[Zope-dev] formlib does not implement IFormAPI

2007-10-23 Thread Wichert Akkerman
;t it been removed from the interface yet? Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___ Zope-Dev maillist - Zope-Dev@zo

Re: [Zope-dev] Re: zcml entry points

2007-10-18 Thread Wichert Akkerman
Martin Aspeli wrote: > Fred Drake wrote: > >> On 10/17/07, Wichert Akkerman <[EMAIL PROTECTED]> wrote: >> >>> A common issue we are seeing is that we have eggs depending on each >>> other, but they still need to load the zcml from those dependenci

[Zope-dev] Re: [Plone-developers] zcml entry points

2007-10-18 Thread Wichert Akkerman
Martin Aspeli wrote: Fred Drake wrote: On 10/17/07, Wichert Akkerman <[EMAIL PROTECTED]> wrote: A common issue we are seeing is that we have eggs depending on each other, but they still need to load the zcml from those dependencies somehow. As a temporary solution to play wi

[Zope-dev] zcml entry points

2007-10-17 Thread Wichert Akkerman
s ordering: the zope.component zcml needs to be loaded first. Perhaps we need to build an egg dependency graph and walk through that to load zcml entry points in the right order. As long as all dependencies are registered correctly that should work. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]

Re: [Zope-dev] Schedule for Zope 2.11

2007-10-17 Thread Wichert Akkerman
e could care about a further beta release (if needed) sometime > in November. Any takers? > > Regards, > Andreas I would really like to see the acquisition branch Philipp and Hanno have been working on merged in 2.11. Is that possible? Wichert. -- Wichert Akkerman <[EMAIL

Re: [Zope-dev] Undeprecation of manage_afterAdd and manage_beforeDelete?

2007-10-09 Thread Wichert Akkerman
requires it. Plone 3.0 needs Zope 2.10.3, anything earlier does not work. Plone 3.5 may very well require Zope 2.11. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.

Re: [Zope-dev] I'd lobe to merge the zope3-dev and zope-dev lists

2007-10-06 Thread Wichert Akkerman
Previously Jim Fulton wrote: > > Any objections? > > This would basically involve retiring the zope3-dev list and moving > zope3 developers to the zope-dev list. +1 Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/

[Zope-dev] products not found when initializing zodb

2007-09-30 Thread Wichert Akkerman
is a bit of a showstopper for this deployment. Does anyone know how this can be fixed or worked around? There is a fair amount of deep magic to the way Zope handles Products.* so I'ld like a few suggestions before I delve into the deep. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>

Re: [Zope-dev] Re: Options replacing DateTime with datetime!?

2007-09-26 Thread Wichert Akkerman
a datetime object > >(avoiding any issues with floating point conversions). > > > >If there is support for this I will supply a patch. > > Sounds as a good first step. > > Why do you need a microsecond resolution? Performance benchmarks, small timeouts.

[Zope-dev] Re: [Plone-developers] Getting PAS users to show up in the access log/Z2.log

2007-08-23 Thread Wichert Akkerman
Previously Ross Patterson wrote: > Wichert Akkerman <[EMAIL PROTECTED]> > writes: > > > Previously Ross Patterson wrote: > >> Ross Patterson <[EMAIL PROTECTED]> writes: > >> > >> > It seems like ZServer/medusa/http_server.py is responsible

[Zope-dev] Re: [Plone-developers] Getting PAS users to show up in the access log/Z2.log

2007-08-23 Thread Wichert Akkerman
forgot to mention that one of my goals is to have this behavior be PAS > pluggable. In particular, it seems obvious that user.getUserName() > should be the default that's used, but I have a need to use something > else, so I'd like to be able to write a plugin that does this. I

Re: [Zope-dev] Re: Moving the Zope 2 bugtracker to Launchpad

2007-08-12 Thread Wichert Akkerman
ly fit > our repository structure. > > That's not to say I don't like Trac. I've used it and I like it. > Plone seems to be able to use it quite well, but they also have > people worrying about it and maintaining it constantly. We haven't needed to touc

[Zope-dev] Re: Zope2 and eggs

2007-06-10 Thread Wichert Akkerman
Previously Philipp von Weitershausen wrote: > Wichert Akkerman wrote: > >I wanted to share a bit of experience I just had with use of eggs in Zope2. > >For a project I am working on I want to use the zope.sendmail package in > >a Zope2 environment managed using buildout. I a

Re: [Zope-dev] Re: Zope2 and eggs

2007-06-10 Thread Wichert Akkerman
Previously Daniel Nouri wrote: > Wichert Akkerman wrote: > >Previously Daniel Nouri wrote: > >>Wichert Akkerman wrote: > >>>I wanted to share a bit of experience I just had with use of eggs in > >>>Zope2. > >>>For a project I am working on I

Re: [Zope-dev] Re: Zope2 and eggs

2007-06-10 Thread Wichert Akkerman
Previously Daniel Nouri wrote: > Wichert Akkerman wrote: > >I wanted to share a bit of experience I just had with use of eggs in Zope2. > >For a project I am working on I want to use the zope.sendmail package in > >a Zope2 environment managed using buildout. I added zope.se

[Zope-dev] Zope2 and eggs

2007-06-10 Thread Wichert Akkerman
.py", line 141, in __init__ AttributeError: 'dict' object has no attribute 'mapping' Adding zope.sendmail as a develop egg instead of a normal egg worked fine though; no zope.* packages were pulled in by buildout and the zope.sendmail unittests run flawlessly. Wichert

Re: [Zope-dev] egg issues: adding namespace boilerplate Products / patching testrunner

2007-04-15 Thread Wichert Akkerman
on requiring such changes to Products. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail

Re: [Zope-dev] TypesTool speedup

2007-03-04 Thread Wichert Akkerman
f people agree with the basic approach though. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___ Zope-Dev maillist - Zope-Dev

Re: [Zope-dev] TypesTool speedup

2007-03-04 Thread Wichert Akkerman
Previously Wichert Akkerman wrote: > http://paste.plone.org/13217 should do the trick. It makes > _product_packages cache its result using the list of products in > Control_Panel as a cache key. That makes sure that removing or adding > products there will not result in stale data be

Re: [Zope-dev] TypesTool speedup

2007-03-04 Thread Wichert Akkerman
Previously Andreas Jung wrote: > --On 4. März 2007 13:57:23 +0100 Wichert Akkerman <[EMAIL PROTECTED]> > wrote: > > >I'm forwarding a message from limi here, since it makes much more sense > >here than it does on plone-developers. To summarize it: while analyi

[Zope-dev] TypesTool speedup

2007-03-04 Thread Wichert Akkerman
__ Plone-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/plone-developers - End forwarded message - -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.n

Re: [Zope-dev] Re: anon http svn access status?

2007-03-02 Thread Wichert Akkerman
or > via zope.org or will it be at dzug.org? I'm guessing that the upgrade of svn.zope.org to subversion 1.4 will allow them to use svnsync to sync it to their own repository, outside of zope.org. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is sim

Re: [Zope-dev] Extrenal method unable to run the os.popen() or os.system() commands

2007-02-14 Thread Wichert Akkerman
i have my DTML calling My Python calling a Shell > Script that runs an executable. Such a long chain! That is due to something in your java setup or java application, not something in Zope. So we can't help you with that. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>

Re: [Zope-dev] Re: Interest in "AdvancedQuery" and/or "ManagableIndex"?

2007-02-13 Thread Wichert Akkerman
Previously Hanno Schlichting wrote: > Wichert Akkerman wrote: > > Previously Dieter Maurer wrote: > >> You fetch it from my Zope page and put it into a subversion > >> repository (perferably on a vendor branch) of your choice. > > > > Hanno imported it

Re: [Zope-dev] Re: Interest in "AdvancedQuery" and/or "ManagableIndex"?

2007-02-13 Thread Wichert Akkerman
h your work. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope-dev] anon http svn access status?

2007-02-08 Thread Wichert Akkerman
wo at the moment). We will also create a mirror at code.google.com next week. The mirrors are synced every 10 minutes using svnsync. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is

Re: [Zope-dev] Interest in "AdvancedQuery" and/or "ManagableIndex"?

2007-02-06 Thread Wichert Akkerman
ng it to svn.zope.org, but keeping him as maintainer of the product? Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___ Zope-Dev maillis

Re: [Zope-dev] Re: Interest in "AdvancedQuery" and/or "ManagableIndex"?

2007-02-05 Thread Wichert Akkerman
THIS_AREA_IS_NOW_CLOSED.txt' file and 'cvs rm'ed the > remaining files from the CVS trunk. Thanks for catching and fixing that! Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/

Re: [Zope-dev] Re: Interest in "AdvancedQuery" and/or "ManagableIndex"?

2007-02-05 Thread Wichert Akkerman
Previously Wichert Akkerman wrote: > Note that we have the same issue with ZopeVersionControl, which is > currently only in CVS. An import of that into subversion would make a > lot of us very happy. I asked Jim about this and he told me to just import the current CVS code into svn an

Re: [Zope-dev] Re: Interest in "AdvancedQuery" and/or "ManagableIndex"?

2007-02-05 Thread Wichert Akkerman
ad-only by anyone. We are also considering storing releases on code.google.com. You can see the current Plone egg and some plone.* packages there already as a test. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ I

Re: [Zope-dev] Re: Interest in "AdvancedQuery" and/or "ManagableIndex"?

2007-02-04 Thread Wichert Akkerman
us to use > svn:externals during development and potentially fix issues ourselves as > appropriate. Note that we have the same issue with ZopeVersionControl, which is currently only in CVS. An import of that into subversion would make a lot of us very happy. Wichert. -- Wichert Akkerman <

Re: [Zope-dev] Re: Installer for Windows (quick question)

2006-11-10 Thread Wichert Akkerman
x27;. To name a few examples, all of Python, Lotus > Notes and, perhaps most tellingly, IIS and Microsoft's other server > offerings, don't install themselves in Program Files, they create their > own top level directory. For their data, not for their binaries & libraries. W

Re: [ZWeb] Re: [Zope-dev] svn.zope.org down?

2006-10-12 Thread Wichert Akkerman
> If you see something other than hosts which point at 63.240.213.1, > please provide details. > > On 10/12/06, Chris Withers <[EMAIL PROTECTED]> wrote: > >There still appear to be some outstanding dns issues... > > > >Chris > > > >Wichert Akkerman wr

Re: [Zope-dev] svn.zope.org down?

2006-10-12 Thread Wichert Akkerman
Did svn.zope.org move to a new server? If so and if if someone knows the new IP address I can stick it in my /etc/hosts for now. Wichert. Previously Chris Withers wrote: > There still appear to be some outstanding dns issues... > > Chris > > Wichert Akkerman wrote: > >I

[Zope-dev] svn.zope.org down?

2006-10-12 Thread Wichert Akkerman
Is something happening with svn.zope.org? I haven't been able to use anonymous or authorized svn for two days. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make th

Re: [Zope-dev] Moving ZopeVersionControl to subversion?

2006-10-08 Thread Wichert Akkerman
Previously Jens Vagelpohl wrote: > On 6 Oct 2006, at 17:38, Wichert Akkerman wrote: > > >I noticed that ZopeVersionControl is still actively maintained in CVS. > >Would its maintainers mind moving it to subversion? That would make > >it a lot easier for us to include it

[Zope-dev] Moving ZopeVersionControl to subversion?

2006-10-06 Thread Wichert Akkerman
I noticed that ZopeVersionControl is still actively maintained in CVS. Would its maintainers mind moving it to subversion? That would make it a lot easier for us to include it in the Plone 3.0 bundle. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things

Re: [Zope-dev] [SVN-externals] tags vs. branches

2006-10-03 Thread Wichert Akkerman
ould refer to Zope3/tags/3.4.X (which is already the case). > > Comments? +1 Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___ Zope-Dev mail

[Zope-dev] Re: [Zope3-dev] Re: Release management refinements

2006-09-13 Thread Wichert Akkerman
Previously Anton Stonor wrote: > Philipp von Weitershausen wrote: > > > Shall we release once every 9 months from now on? > > 9 months pregnancy -- that's almost poetic. And painful to deliver? Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It i

Re: [Zope-dev] Issue with 'with' keyword in zope.interface

2006-09-09 Thread Wichert Akkerman
RL is now http://agiletesting.blogspot.com/2006/09/pay-attention-to-new-with-and-as.html Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___ Zope-Dev maillist - Zo

Re: [Zope-dev] Re: PAS-1.4-final Released

2006-08-29 Thread Wichert Akkerman
cheduled to do a tutorial on PAS at the Plone Conference in Seattle in October; that might result in some user documentation as a side product. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make thin

Re: [Zope-dev] Re: Zope 2.9.4

2006-07-15 Thread Wichert Akkerman
Previously Andreas Jung wrote: > What do you mean with "when the tag changes"? A tag IMO should *never* > change. What he describes sounds like modifying svn:externals to point to a different tag. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simpl

Re: [Zope-dev] Re: Zope 2.9.4

2006-07-15 Thread Wichert Akkerman
s the result of this discussion. I am > very much in favor of using tag names...revision number tell you > nothing...provide at least a reasonable version information...opinions? +1 on tags Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make thin

Re: [Zope-dev] Re: Time-based releases a good idea?

2006-06-14 Thread Wichert Akkerman
he deprecated feature is removed, which can be 6 months. I don't think that's a very fair method of measuring deprecation time: for stable releases which almost everyone uses the deprecation time will have been the full year. Wichert. - -- Wichert Akkerman <[EMAIL PROTECTED]>I

Re: [Zope-dev] Re: Time-based releases a good idea?

2006-06-14 Thread Wichert Akkerman
release, just that there > is to few generations for deprecations. No matter what period we decide on it will always be too short for some and too long for others. With the current setup the deprecation period is a year, which seems like a decent middle ground. Wichert. -- Wichert Akkerman

Re: [Zope-dev] Re: Zope 3 ZPTs in Zope 2: Nearly done

2006-05-23 Thread Wichert Akkerman
a marker for a different kind of traversal for some filesystems. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___ Zope-Dev maillist

Re: [Zope-dev] Re: Re: cvs.zope.org/Products -> svn.zope.org?

2006-04-23 Thread Wichert Akkerman
Previously Jens Vagelpohl wrote: > All done, please take a quick look at... > > http://svn.zope.org/Products.Basket/ > > http://svn.zope.org/Products.ExternalEditor/ Looks good for ExternalEditor; I've updated the svn bundles for Plone to grab EE from subversion instead. W

Re: [Zope-dev] Zope 2.9.3 release

2006-04-19 Thread Wichert Akkerman
ive bugfixes. > > If you have a bugfix in the line for Zope 2.9, you have till Sunday > night :). Is Alec's traversal patch or Dieter's alternative being considered? Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/

Re: [Zope3-dev] Re: [Zope-dev] 64-bit BTrees

2006-04-19 Thread Wichert Akkerman
interesting to see benchmarks on modern 32bit and a 64bit systems. Until then it's all hand-waiving. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___

Re: [Zope-dev] Debugging spinning Zope?

2006-04-18 Thread Wichert Akkerman
> (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope ) -- Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. ___

<    1   2   3   4